1 year ago

Urgh at some point I need to rework how the Building lists work. I've got Walls/Doors/Roof/Fences all in the same array, which is fine for now, but If I keep adding new ones they need to be in their own arrays.


That'll also help with the House menu for changing Wall types etc. Right now I'm clamping the value when you cycle so you don't turn the walls into doors X'D

I also need to do a rework of the Rug system for Houses. Right now you select a location then you can cycle through the rugs, but it's probably better if you select on first then choose the location? That means a full rework of it. The reason it's done this way is because of how the data is stored, it's a grid, which makes it really easy to just draw them onto the floor of the house. Also must fix how they move if you adjust the House size by the left/top walls...

monstisla2050.gif

Maybe if I change it to a list? That would actually be quicker for the draw, since it's not checking every square, but that makes changing them slower since it has to run down the list looking for the coordinates. Maybe a combination of the two like I do with Snow? Hmm. Need to ponder this a bit.



2 comments

Loading...

Next up

urm, been like this a while...

Lol...Goblins have forgotten how to use bed.

Urgh I got the days wrong, Machamp is next Sunday

Oh well

Got these

Last week at LVL UP EXPO, we celebrated great games made by Jolters including Baldi's Basics Plus by @BasicallyGames !

Buy it on Game Jolt: https://gamejolt.com/games/baldis-basics-plus/481026

Thanks to Razer for providing the laptops and peripherals!

Fixed it

Quests inspired by @WhitethornGames ' Spray Paint Simulator entered your quest log!

Bring color to the world! Restore worn-out surfaces with a fresh coat of paint & watch them come back to life.

Play the free demo to get started: https://bit.ly/spraypaintsimdemo

NPC's will now leave the current floor if their destination is not on it. (e.g if it's night time and their bed is on in The Underground)

Score! Was a total pain to catch, but I managed to get a couple Dynamax Suicune!

Happy #WIPWednesday! Are you working on a game? Making some art? Practicing a song? Something else? Tell us in the comments!

Save file loading time improved!

First load is a fresh game, second is a previous save file being loaded.

I can probably get it down more, but this is without rearranging any code, just skipping over some unneeded bits.