Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Thank you <3
All the template events are commented so you can understand how everything works !
But if there is something you didn't understand, feel free to ask here !
ill be happy to help :3

(1 edit)

Hi. Thank you! I'm trying to study step by step... but still didn't realised where to look to generate a slightly bigger map. I was in "world generation tab" but did not understood anything ^^' Wish to be smart like you!

Thanks :3
You can understand world generation by going to :
World generation group events → (let's say the player don't have any saved data) → If the player don't have any saved data → world parts random positions → here you will find how the worlds are being moved randomly at the beginning of the scene, to make the map bigger, you simply go to the Game scene → zoom out till you find the worlds at the bottom → each world is 640 width → increase the object (WorldPart..) width to any new map size you want → draw the new worlds tiles in the scene on top of the WorldPart object (copy and paste the tiles, or drag and drop them to draw) → Go back to the events → world parts random positions → World number that you changed → and change the world variable (WorldPartXpos) from 640 to the new Xposition of the world you increased its size → do the same for all worlds and change their events as well like we did previously.
And that's how you increase the world's size :3

Thank you for your time. I'll try to do that.