Additional Save-Slots

Hi there!

I play Game-Dev-Tycoon on my Desktop PC and was wondering, if there is an option to have more then 3 Save-Slots?
I’m pretty sure my PC can handle the needed space :wink:

Payspro

Right now the game supports three saves, but you can always partition your current saves to a backup folder them make a new game and switch back and forward.

1 Like

Ah did not think about it! Thank you :blush:

I have watched into sourcecode. There is only one limitation to the save slots. It’s a for loop that has 3 as highest index. For testing I changed that to 20 and I was able to create more than 3 companies at a time.

You have to change that twice in the whole sourcecode. So it isn’t difficult to implement.

Edit:
The limitiation to 3 does however make some sense: So far the savegames are only listed under each other. With more than 5 slots and an apparently missing scrollbar it could get pretty ugly. In addition having more than one savegame per company would probably beat the machine (my guess) as so far each company has only one savegame connected. The whole save mechanic would have to be changed to address multiple savegame slots for each company.