1.3.3 • Published 8 years ago

rimworld-save-editor v1.3.3

Weekly downloads
4
License
MIT
Repository
github
Last release
8 years ago

RimWorld Save Editor

RimWorld save game editor, supports Windows/OSX/Linux

##Features

  • Set colonist skill levels
  • Set colonist equipped items (apparel and weapons) health and quality
  • Set item and art health/quality
  • Mortally wound enemy faction pawns
  • Mortally wound friendly caravan animals
  • Set factions to be at war/peace with the colony/all others

More to come..

##Install

  • Download and install the latest NodeJS
  • Clone the repo
  • Follow the Node Gyp setup guide
  • Run npm install from the repo base directory
  • Follow the Usage instructions below to configure the options
  • Run node app.js

##Usage:

###Config Configurations are optional

NameDefaultDescription
saveNameColony1.rwsThe save file name you wish to edit
saveDirDirectory of the save file, uses game default otherwise
modifiedNamePrefixEditedString to prefix new save with to prevent overwriting, you can set to an empty string ('') to overwrite the original save file (not recommended)
colonyFactionFaction_9Colony's faction name
skillLevel20Skill level to set Colonists to
healthLevel1000Health to set items to
qualityLevelLegendaryQuality to set items to
woundHostilePawnstrueIncapacitates/kills enemy faction pawns except for Hive faction
caravanDisasterfalseSets caravan animals to be a hostile faction, often results in relation penalty
upgradeArttrueUpgrade all art pieces to be at designated health and quality
upgradePawnSkillstrueSet all colonist skills to 20
upgradePawnEquipmenttrueUpgrade all colony pawn equipment to be at designated health and quality
upgradePawnAppareltrueUpgrade all colony pawn apparel to be at designated health and quality
upgradeItemstrueUpgrade all items on ground to designated health and quality
setColonyPeacefalseSet colony to at peace with all factions
setColonyWarfalseSet colony to be at war with all factions
setWorldPeacefalseSet all factions to be at peace with each other
setWorldWarfalseSet all factions to be at war with each other

Copy (or rename) the example config file in /config/example.local.js to /config/local.js and edit the settings saveDir and saveName

License

The MIT License (MIT)

Copyright (c) 2016 Enzo Martin

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

1.3.3

8 years ago

1.3.2

8 years ago

1.3.1

8 years ago

1.3.0

8 years ago

1.2.0

8 years ago

1.1.1

8 years ago

1.1.0

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago