Advertisement
eLeKaeMe

RimWorld removing Zzzt. event

Nov 13th, 2017 (edited)
427
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.88 KB | None | 0 0
  1. Inside of the rimworld save file (http://rimworldwiki.com/wiki/Save_file)
  2.  
  3. The Save files are stored in users AppData folders: C:\Users\%username%\AppData\LocalLow\Ludeon Studios\RimWorld by Ludeon Studios\Saves
  4.  
  5. Shortcut:
  6. windows button + R -> the Run dialog will appear
  7. type %appdata% and press enter.
  8. go to LocalLow --> Ludeon Studios
  9. Note, as of at least Alpha 16, the directory Steam Cloud will create is C:\Users\%username%\AppData\LocalLow\Ludeon Studios\RimWorld which is not detected by the game. Unknown if this a bug at this point.
  10.  
  11. Look for:
  12.  
  13. </parts>
  14. </scenario>
  15.  
  16. And before the </parts> (a line up) and after the most recent </li> (insert a new line) insert the code for disabling a short circuit:
  17.  
  18. <li Class="ScenPart_DisableIncident">
  19. <def>DisableIncident</def>
  20. <incident>ShortCircuit</incident>
  21. </li>
  22.  
  23. Save this and reload.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement