Making my life easier
So to make my life easier I've built into the game a dev mode to build objects for free and save them into a room. That is how you get the few 'locations' you see around the map. One thing I've been really wanting is in the open world when you 'explore' for the player to come across ruined buildings, settlements, and farms while they look for resources. I have 2 options:
- Procedurally generate structures
- Place pre-built constructs and populate them
Procedurally generate structures - this option would be the best if I had the time to program it. You would get the best variation and endless replay-ability. The problem is time. Not only is it very time consuming testing and creating an algorithm that looks and feels natural it is also time consuming in feature creep. What I mean is I am going to be added lots more items and junk into the game and every-time I do I'll have to go back and decide if I need to add it to the creation algorithm. I've done this in my previous game The Superfluous and it was very time consuming. That game took about 2 months to make and 1 month was tweaking the level generator; which is IMO makes quite poor/boring levels. If I had a team (or maybe just another person) I feel like this would be the way to go.
Place pre-built constructs and populate them - This is where I am leaning. Although I'll have to build lots of different constructs to add variety, that is part of game design I actually really like. It is nice to have some hand built things IMO. All the towns and locations will be hand built anyway. I could also build some sort of rotation algorithm that rotates the prefab so building one will in reality make it 4 different ones. Then write a small procedural loot/enemies algorithm that spawns things differently every time a player runs across the same prefab. I already have my dev tool to build levels so I could build a custom room where I can save and load prefabs. [This reminds me I need to add a chest item.]
Files
Get Sand: A Superfluous Game
Sand: A Superfluous Game
An open world, base-building, adventure survival game with quirky humor and Llamas!
Status | In development |
Author | Voided Pixels Studio |
Genre | Action, Adventure, Survival |
Tags | 2D, Action RPG, base-building, Exploration, GameMaker, Open World, Pixel Art, Singleplayer |
Languages | English |
More posts
- Update 8-1796 days ago
- One Of My Student's PageApr 29, 2024
- Merchants and two 'new' weaponsApr 27, 2023
- New Missions and an NPCApr 19, 2023
- Issue with new content not loadingMar 15, 2023
- Update 2/18/23Feb 18, 2023
- Version 0.8.2 EADec 08, 2022
- Bug FixesOct 09, 2022
- Controller Support AddedOct 08, 2022
- 10/3/22 - Currently Working OnOct 04, 2022
Leave a comment
Log in with itch.io to leave a comment.