Cities: Skylines

Cities: Skylines

28 ratings
Convert a Savegame into a Map
By hadece
A script to use with ModTools for converting a savegame into a map.
   
Award
Favorite
Favorited
Unfavorite
Intro and Preparation
This Script was originally made by SamSamTS for Strictoaster's Cedar Valley Project and fixed by Ronyx69 for the Industries Update.

In case a future update will break this script, please don't ask me to fix it. The before mentioned modders are not responsible for maintaining this script either.

You'll need
  • Your savegame, cleaned of unnessessary assets (everything can be brought to the map editor).
  • ModTools by BloodyPenguin
Step by Step
  • Subscribe and activate ModTools.
  • Open your savegame and save it under a new name.
  • Return to main menu.
  • Deacitvate every asset and mod not needed for the savegame (keep ModTools active).
  • Restart the game if nessesary.
  • Hit F7 and paste the following script :
ColossalFramework.Packaging.Package.Asset latestSaveGame = SaveHelper.GetLatestSaveGame(); SaveGameMetaData saveGameMetaData = latestSaveGame.Instantiate<SaveGameMetaData>(); LoadingManager.instance.LoadLevel(saveGameMetaData.assetRef, "MapEditor", "InMapEditor", new SimulationMetaData() { m_WorkshopPublishedFileId = ColossalFramework.PlatformServices.PublishedFileId.invalid, m_updateMode = SimulationManager.UpdateMode.LoadMap}, false);
  • Your latest modified savegame will now be opened into the map editor. You can edit and save it like any other map now.
  • Don't forget to test before publishing the map.
14 Comments
Angelhearth Oct 12, 2023 @ 2:12am 
I get some very strange errors claiming I'm missing stuff that I don't know what is, or that I removed (re your "Step by Step").

Like No assembly named 'ServicePointGroupPanel' 'HotelGroupPanel'

And it gives warning that I'm missing Base Metro Track Tunnel0, even if I used RON to replace everything with Vanilla.
Angelhearth Oct 11, 2023 @ 10:22am 
Is this working for BloodyPenguin's latest version?
SOTHDOOM Feb 10, 2023 @ 11:19pm 
Very helpful,thank you.
Kamuntingmalay Feb 6, 2023 @ 2:38pm 
FYI, you need to use the MOD TOOLS BETA for now till the other one is updated. Scrips are working nicely!///
albeva Dec 27, 2022 @ 11:11am 
Seems to fail. Reloads in game, not map editor.
meehigh82 Dec 23, 2022 @ 9:28am 
It says "failed to complete command line". Am I doing something wrong?
TheUnderJaker Dec 22, 2022 @ 12:50pm 
Can anyone verify that this method still works in 2022? I couldn't get it to work, just wondering if it no longer works for everyone or if I'm just doing something wrong.
hadece  [author] May 24, 2019 @ 6:47am 
Sorry, can't help you with that.
vila浅水荟澄 May 20, 2019 @ 6:23am 
When I open it in map editor, there were still be cars running on the roads. And the game crash when I created I new game for that at the loading interface.
vila浅水荟澄 May 16, 2019 @ 3:41am 
How to remove all the buildings and railway?(The building in Move It include rock, which I dont want to delete)