how do i make it so i can remove a mod and not corrupt my saves?
Moderators: Scripting / Modding Moderators, Moderators for English X Forum
-
- Posts: 108
- Joined: Thu, 14. Sep 06, 01:04
how do i make it so i can remove a mod and not corrupt my saves?
i have the cpt and def off ai mod and i cant play the damn joint operation quest cuz of it. when i remove it i am unable to play with the saves. as for editing hings i have no idea how to do any of that stuff.
-
- Moderator (Script&Mod)
- Posts: 14571
- Joined: Sun, 20. Nov 05, 22:45
either open the save in a texteditor like Notepad++ and remove the <patch id="***"/> of this mod at the beginning of the file
or edit the content.xml of the mod by adding a » save="false" « attribute to the root node (same node where the id id defined), then load and save the Game with mod
note that both methods do essentially the same: they remove the Info that this Mod was in the savegame, they do not remove parts left behind by these mods, so it could still cause problems. When the creator provided an uninstall manual please consult it
or edit the content.xml of the mod by adding a » save="false" « attribute to the root node (same node where the id id defined), then load and save the Game with mod
note that both methods do essentially the same: they remove the Info that this Mod was in the savegame, they do not remove parts left behind by these mods, so it could still cause problems. When the creator provided an uninstall manual please consult it

if not stated otherwise everything i post is licensed under WTFPL
Ich mache keine S&M-Auftragsarbeiten, aber wenn es fragen gibt wie man etwas umsetzen kann helfe ich gerne weiter
I wont do Script&Mod Request work, but if there are questions how to do something i will GLaDly help
Ich mache keine S&M-Auftragsarbeiten, aber wenn es fragen gibt wie man etwas umsetzen kann helfe ich gerne weiter

I wont do Script&Mod Request work, but if there are questions how to do something i will GLaDly help

-
- Posts: 108
- Joined: Thu, 14. Sep 06, 01:04
heres the 1st line, how much do i delete of the <patch extension="ws_248605513" version="5" name="Captain and Defense Officer AI Overhaul"/> do i delete what i just posted and do i make sure theres no gaps after? i never done things like this b4 and ty for the fast reply =). 1 more there where it shows my money can i change tha to w/e i want? i probably wont cuz i wont play anymore if i do as i feel earning money for things is what makes this game playable.
<?xml version="1.0" encoding="UTF-8"?>
<savegame>
<info>
<save name="Quicksave" date="1428853157"/>
<game version="353" build="193580" time="388845.424" original="350" start="ep1"/>
<difficulty current="easy" min="easy"/>
<player name="Ren Otani" location="{20005,21}" money="15615932"/>
<patches>
<patch extension="ego_dlc_teladi_outpost" version="100" name="The Teladi Outpost"/>
<patch extension="ws_248605513" version="5" name="Captain and Defense Officer AI Overhaul"/>
</patches>
</info>
<universe>
<factions>
<faction id="sonraenergy">
<relations>
<relation faction="nolimits" relation="-0.0032"/>
<relation faction="reivers" relation="-0.1"/>
<relation faction="argongovernment" relation="0.0032"/>
<relation faction="xenon" relation="-0.5"/>
<relation faction="familyryak" relation="-0.0032"/>
<relation faction="friend" relation="0.5"/>
<relation faction="enemy" relation="-0.5"/>
<relation faction="smuggler" relation="-0.06"/>
<relation faction="criminal" relation="-0.5"/>
<relation faction="sovereignsyndicate"
<?xml version="1.0" encoding="UTF-8"?>
<savegame>
<info>
<save name="Quicksave" date="1428853157"/>
<game version="353" build="193580" time="388845.424" original="350" start="ep1"/>
<difficulty current="easy" min="easy"/>
<player name="Ren Otani" location="{20005,21}" money="15615932"/>
<patches>
<patch extension="ego_dlc_teladi_outpost" version="100" name="The Teladi Outpost"/>
<patch extension="ws_248605513" version="5" name="Captain and Defense Officer AI Overhaul"/>
</patches>
</info>
<universe>
<factions>
<faction id="sonraenergy">
<relations>
<relation faction="nolimits" relation="-0.0032"/>
<relation faction="reivers" relation="-0.1"/>
<relation faction="argongovernment" relation="0.0032"/>
<relation faction="xenon" relation="-0.5"/>
<relation faction="familyryak" relation="-0.0032"/>
<relation faction="friend" relation="0.5"/>
<relation faction="enemy" relation="-0.5"/>
<relation faction="smuggler" relation="-0.06"/>
<relation faction="criminal" relation="-0.5"/>
<relation faction="sovereignsyndicate"
-
- Moderator (Script&Mod)
- Posts: 14571
- Joined: Sun, 20. Nov 05, 22:45
1. yep, exactly what you posted if it were more or less it would break the syntax of the file
2. nope, thats not enough - there are a few more entries for this in the file but its also easy to find - then entry at the top is just the savegame info, not the actual player account.
2. nope, thats not enough - there are a few more entries for this in the file but its also easy to find - then entry at the top is just the savegame info, not the actual player account.
if not stated otherwise everything i post is licensed under WTFPL
Ich mache keine S&M-Auftragsarbeiten, aber wenn es fragen gibt wie man etwas umsetzen kann helfe ich gerne weiter
I wont do Script&Mod Request work, but if there are questions how to do something i will GLaDly help
Ich mache keine S&M-Auftragsarbeiten, aber wenn es fragen gibt wie man etwas umsetzen kann helfe ich gerne weiter

I wont do Script&Mod Request work, but if there are questions how to do something i will GLaDly help

-
- Posts: 108
- Joined: Thu, 14. Sep 06, 01:04
ty =) i made a copy of the save game just incase. can never be 2 careful with this kind of stuff lol.
edit. it works the save works and the mission works =) it as a pain finding it in that edit file thanks the gamer gods for ctrl+f then i just pasted the part i needed to delete and it highlighted it for me made it a lot easier lol. ty for the help =)
edit. it works the save works and the mission works =) it as a pain finding it in that edit file thanks the gamer gods for ctrl+f then i just pasted the part i needed to delete and it highlighted it for me made it a lot easier lol. ty for the help =)