Is there a working save editor or extension/mod removal tool for 3.1?

The place to discuss scripting and game modifications for X Rebirth.

Moderators: Scripting / Modding Moderators, Moderators for English X Forum

Pimpace
Posts: 268
Joined: Tue, 1. Jan 13, 15:48
x4

Is there a working save editor or extension/mod removal tool for 3.1?

Post by Pimpace »

Hello

I did some search about the topic, but I can't find any working solution for this. I'm trying to remove a simple mod to make my save compatible.

Anyone can point me into a right way?
User avatar
alexalsp
Posts: 1896
Joined: Fri, 18. Jul 14, 05:28
x4

Post by alexalsp »

If for a simple download:

Open your Save file and delete the line with the name of the mod, in the beginning of the file.

Code: Select all

<?xml version="1.0" encoding="UTF-8"?>
<savegame>
<info>
<save name="#001" date="1420277712"/>
<game version="310" build="190078" time="283199.393" start="ep1open"/>
<difficulty current="hard" min="hard"/>
<player name="Рен Отани" location="{20005,10}" money="568752945"/>
<patches>
<patch extension="ws_285697432" version="130" name="Galaxy Station Range v1.3 (for XR v3.10)"/>
<patch extension="dsmyw1.0" version="1" name="Don't Show Me Your Wares"/>
<patch extension="ego_dlc_teladi_outpost" version="100" name="Форпост Телади"/>
<patch extension="ws_356301910" version="126" name="Ремонтный лазер"/>
</patches>
</info>

delite line with name of mod

for example

Code: Select all

<patch extension="ws_285697432" version="130" name="Galaxy Station Range v1.3 (for XR v3.10)"/>
<patch extension="dsmyw1.0" version="1" name="Don't Show Me Your Wares"/>
<patch extension="ego_dlc_teladi_outpost" version="100" name="Форпост Телади"/>
<patch extension="ws_356301910" version="126" name="Ремонтный лазер"/>

Pimpace
Posts: 268
Joined: Tue, 1. Jan 13, 15:48
x4

Post by Pimpace »

Thanks Mate, it worked!

Return to “X Rebirth - Scripts and Modding”