ETC

[Cities: Skylines] Load savegame into Map Editor

jstar0525 2021. 8. 2. 20:36
반응형

1. Prepare a savegame

 

2. Subscribe and enable

https://steamcommunity.com/sharedfiles/filedetails/?id=450877484 

 

Steam Workshop::ModTools (Stable)

 

steamcommunity.com

 

3. Go to main menu and Press 'F7'

 

4. Paste and Run the following command:

SaveGameMetaData saveGameMetaData = SaveHelper.GetLatestSaveGame().Instantiate<SaveGameMetaData>();
LoadingManager.instance.LoadLevel(saveGameMetaData.assetRef, "MapEditor", "InMapEditor", new SimulationMetaData() { m_WorkshopPublishedFileId = ColossalFramework.PlatformServices.PublishedFileId.invalid, m_updateMode = SimulationManager.UpdateMode.LoadMap });

 

5. Imemdiately launch the Map Editor with your last savegame

 

https://www.reddit.com/r/CitiesSkylines/comments/a6ymyv/load_last_savegame_into_map_editor/

 

Load last savegame into Map Editor?

**EDIT:** Solution found! See reply. I want to load a savegame into the Map Editor so that I may publish it, along with its road network, as a...

www.reddit.com

 

반응형