Uninstall mod question
Moderators: Scripting / Modding Moderators, Moderators for English X Forum
-
- Posts: 37
- Joined: Sat, 20. Oct 18, 16:27
Uninstall mod question
I installed a mod from nexus. Not crazy about it so i deleted the mod from my extension folder. When i restart the game my save file is not loadable. Is there a way to solve this? Mod is called Engine and Truster Combo.
-
- Moderator (Script&Mod)
- Posts: 13489
- Joined: Sun, 15. Feb 04, 20:12
Re: Uninstall mod question
It depends on the mod. Some will change objects or add new ones and those are saved in your game. You should contact the author and asked him how to uninstall the mod. For the future it is recommended to backup your saved games before testing a mod 
Cheers Euclid

Cheers Euclid
"In any special doctrine of nature there can be only as much proper science as there is mathematics therein.”
- Immanuel Kant (1724-1804), Metaphysical Foundations of the Science of Nature, 4:470, 1786
- Immanuel Kant (1724-1804), Metaphysical Foundations of the Science of Nature, 4:470, 1786
-
- Posts: 36
- Joined: Sun, 15. Jan 06, 06:43
Re: Uninstall mod question
I'm not guaranteeing this will work but a quick glance at the mod looks like it doesn't actually need to change your save games. If you can't get in contact with the author then you can try reinstalling the mod and editing the 'content.xml' file from:
<content id="ws_490273020" name="Engine and Truster Combo (SPEEED)" description="Tel S Combat Engines Mk3 + Gen S Combat Truster Mk3 (SPEEEEED)" version="100" author="Azurgan" date="2018-12-02" lastupdate="1438169541">
to:
<content id="ws_490273020" name="Engine and Truster Combo (SPEEED)" description="Tel S Combat Engines Mk3 + Gen S Combat Truster Mk3 (SPEEEEED)" version="110" author="Azurgan" date="2018-12-02" lastupdate="1438169541" save="false">
load game up again, save in a different slot, exit, delete mod.
<content id="ws_490273020" name="Engine and Truster Combo (SPEEED)" description="Tel S Combat Engines Mk3 + Gen S Combat Truster Mk3 (SPEEEEED)" version="100" author="Azurgan" date="2018-12-02" lastupdate="1438169541">
to:
<content id="ws_490273020" name="Engine and Truster Combo (SPEEED)" description="Tel S Combat Engines Mk3 + Gen S Combat Truster Mk3 (SPEEEEED)" version="110" author="Azurgan" date="2018-12-02" lastupdate="1438169541" save="false">
load game up again, save in a different slot, exit, delete mod.
-
- Posts: 37
- Joined: Sat, 20. Oct 18, 16:27
Re: Uninstall mod question
I'll give that a try. Thanks.
-
- Posts: 37
- Joined: Sat, 20. Oct 18, 16:27
Re: Uninstall mod question
After adding the save="false" i was not able to open a saved file. I removed the edit and now i can load the save's again. Any other possibilities?
-
- Posts: 626
- Joined: Fri, 16. Dec 05, 22:35
Re: Uninstall mod question
yes, you can try to edit the save file.
Make a backup of the save file
Unpack the savexxxx.gz and open with notepad++
In the top of the file you find the block with the mods, the name of the mod is there.
Delete the block, save the file
Pack with 7zip to gz
Load
I had the same Problem with one mod. When the mod was not saverelevant, it will work.
Make a backup of the save file
Unpack the savexxxx.gz and open with notepad++
In the top of the file you find the block with the mods, the name of the mod is there.
Delete the block, save the file
Pack with 7zip to gz
Load
I had the same Problem with one mod. When the mod was not saverelevant, it will work.
ALLE X Spiele und alle Bücher!
-
- Posts: 37
- Joined: Sat, 20. Oct 18, 16:27
Re: Uninstall mod question
That worked. Thank you extra. You are awesome!!!