Game
JICE

2 years ago

Experimenting with some textures!


Experimenting with some textures! I am aiming for the shader doing most of the visual candy job in the game. That means using only the most basic textures, and freeing up some graphics memory. And recently I tried different ones for metal surfaces - and the results are here:

  • Only color - solid color, no textures. Look a bit basic, not really like a metal piece, but might be ok for some small details.

  • More realistic metal texture - diffuse texture that gives rough, worn out metal look. Looks too detailed for the cartoon style I'm going for.

  • Edited metal texture - same diffuse texture edited down to keep a fear wear marks. Looks better, gives it some texture while not being too detailed.

  • Edited metal texture + normal texture - diffuse and a normal to define nails and metal sheets. Looks more like a metal surface, I think I'm keeping this one! But let's try some other things too.

  • Edited metal texture + normal texture + rust and wear normal. Gives the surface a bumpy look, might be a bit too detailed.

  • Edited metal texture + normal texture + metallic texture. Is supposed to give the surface a metal shine but looks weird with the shader . Might experiment with creating a "fake" metal shine through diffuse later on though.



0 comments

Loading...

Next up

Not much to show, because I've been fighting with baked lighting again.. Thinking of turning to the dark side (using global illumination)

Did some more level design this week. Found out that the tutorial tvs broke at some point, while I was improving the interactions system. But if I don't tell anyone that these screens are supposed to show text, nobody is gonna know.. Oh.

Just a cover I made for my side game project.

Doki Doki Literature Club is celebrating Monika's birthday and the 8th anniversary of DDLC with exclusive stickers, avatar frames and backgrounds on Game Jolt! 

Head over to the shop to collect yours 👉 https://gamejolt.com/#shop

#gjbroadcast

Spent some time to fix metal containers' UVs. Here are before and afters. Gives the scenes a bit more cleaner look!

Dive into the cozy post-apocalyptic open world of Critter Cove!

Gentleman Rat Studios (@GR-Rob ) describe it as “a little bit Animal Crossing, a little bit Stardew Valley. Maybe even a little bit Windwaker, too."

Wishlist the game: https://bit.ly/CritterCove

Some more level design of the Depot level. Spreading the rubble, moving the boxes around, putting some lights up.

Ditched baked lighting, trying lumen now. Surprisingly, it doesn't seem like it takes up that much more performance compared to the previous setup - with a few tricks for optimization, at least.

Mae Borowski is the main character of Night in the Woods! It's an adventure game that tells the story of her return to her hometown of Possum Springs. She was confirmed as canonically pan in a social media post by the game's creator Scott Benson.

Moved to version 5.6 of UE, had to adapt to some changes like the enhanced input system getting rid of some things. Still, there were also some changes to global illumination, which fixed a few details for me.