Lighting issues

Now that I’ve started replaced all the pieces with real models it’s about time I encounter another big issue. It wouldn’t be a learning experience without real problems to teach me I’m doing something wrong. I still don’t know a ton about how lighting and rendering works in Unreal, but certain objects will have differentContinueContinue reading “Lighting issues”

January Video Update

Went over the player character and fixed, improved, refined, and changed the already existing features. Adjusted the size of the collision box for the sword to more accurately match its size. Changed the values of some animation timing so it blends together better since a lot of it looked very rigid when switching animations. AddedContinueContinue reading “January Video Update”

Construction and destruction

With the save data finally working (I tested it several times to make sure) I moved on to the other objects in the level that needed to have their logic updated. Those objects being the torches and the special physics objects I use. The torches were quick and easy, mostly the same as the doorContinueContinue reading “Construction and destruction”

Always a second chance

Dove straight back into improving the saving and loading system. My idea for the respawning of the player is that they dive straight back into the world that they had already interacted with. So doors that they opened should be opened, objects which were destroyed stay destroyed. And because of this I was faced withContinueContinue reading “Always a second chance”