Skip to content
Riot Bits

Riot Bits

  • Home
  • News
  • Guides
  • Video Guides
  • Patch Notes
  • Report Abuse
  • Toggle search form
The Sinking City

The Sinking City – Increase the Number of Saving/Loading Slots

Posted on 11/16/2021 By Wise Primate No Comments on The Sinking City – Increase the Number of Saving/Loading Slots
  • Title: The Sinking City
  • Release Date:
  • Developer:
  • Publisher:
Information about The Sinking City is still incomplete. Please help us fill the details of the game using this contact form.

This will tell you how to increase the number of save slots. The game normally allows three manual save slots, but we could increase the number. It allows three auto-save slots, and two checkpoints slots that are created only during rare points in the story. We can increase the number of auto-saves too. For people who hate auto-saves, I will describe how to disable them.

How to Increase Saving/Loading Slots

Close the game completely. These changes must not be done while the game is open.

Go to this directory:

%localappdata%\TSCGame\Saved\Config\WindowsNoEditor

Open the file called “Game.ini”.

Add the part below in the file:

[/script/frogwarescore.dynamicsavegameconfig]
SlotCategories=(Name="AutoSave",Count=3)
SlotCategories=(Name="ManualSave",Count=3)
SlotCategories=(Name="CheckpointSave",Count=2)
AutoSaveGameInterval=10.000000

Those are the default values. Change the “Count” values to your desired amount. As an example, if you believe 20 manual saves will be enough, and you don’t want to change the number of auto-saves, you should use this:

[/script/frogwarescore.dynamicsavegameconfig]
SlotCategories=(Name="AutoSave",Count=3)
SlotCategories=(Name="ManualSave",Count=20)
SlotCategories=(Name="CheckpointSave",Count=2)
AutoSaveGameInterval=10.000000

The default number of the “AutoSaveGameInterval” variable will cause the game to create an auto-save if you exit the game and you haven’t manually saved within the previous 10 seconds. If you believe that’s too soon to overwrite an old auto-save, you can change it to your preferred number of seconds, like this:

AutoSaveGameInterval=60.000000

Then, save your changes to this text file.

Now, open the text file called “GameInterface.ini”.

Add the part below in the file:

[/script/tscgame.tscinterfacesettings]
MaxSaveSlots=3
MaxAutoSaveSlots=5

Then, change the numbers to match the numbers you decided to use in the previous text file (Game.ini). If you chose to have 20 manual save slots in the “Game.ini” file, then the “MaxSaveSlots” variable in this “GameInterface.ini” file must be set to 20.

Like this:

[/script/tscgame.tscinterfacesettings]
MaxSaveSlots=20
MaxAutoSaveSlots=5

The “MaxAutoSaveSlots” must be set to the combined total of the “AutoSave” and “CheckpointSave” variables in the “Game.ini” file. The designers of this game chose to allow three auto-saves by default and two checkpoint saves by default in “Game.ini”, so they set the “MaxAutoSaveSlots” variable to “5” in “GameInterface.ini”.

Now, save your changes to this text file.

If you hate auto-saves, you can disable them, like the example below:

Content of “Game.ini”:

[/script/frogwarescore.dynamicsavegameconfig]
SlotCategories=(Name="AutoSave",Count=0)
SlotCategories=(Name="ManualSave",Count=20)
SlotCategories=(Name="CheckpointSave",Count=0)
AutoSaveGameInterval=0.000000

Content of “GameInterface.ini”:

[/script/tscgame.tscinterfacesettings]
MaxSaveSlots=20
MaxAutoSaveSlots=0

That's everything we are sharing today for this The Sinking City guide. This guide was originally created and written by Wise Primate. In case we fail to update this guide, you can find the latest update by following this link.

If you believe that any of the content on this site violates your rights, including your intellectual property rights, please contact us immediately using our contact form.
Guides Tags:The Sinking City

Post navigation

Previous Post: Revn Build Creation Guide
Next Post: Jurassic World Evolution 2 – Challenge Mode Guide

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

  • Title: The Sinking City
  • Release Date:
  • Developer:
  • Publisher:
Information about The Sinking City is still incomplete. Please help us fill the details of the game using this contact form.

Disclaimer

All content cited is derived from their respective sources. If you think we have used your content without permission, make sure to reach us and we will be taking it seriously.
  • About Us
  • Contact Us
  • Privacy Policy
  • Terms of Service

Copyright © 2025 Riot Bits.

Powered by PressBook News WordPress theme