Copying over inventory from one save to another?

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

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

Accuracy
Posts: 176
Joined: Mon, 4. Nov 13, 19:03
x4

Copying over inventory from one save to another?

Post by Accuracy »

Could you tell me what should I look for in the save file if I am looking for the inventory? Not only the player inventory but also the weapons, engines, shields all the upgrades.

My saves got pretty screwed up thanks to the mods, and I would like to restart everything, but keep my inventory and upgrades, without cheating my credits.
w.evans
Posts: 2963
Joined: Tue, 18. Nov 14, 16:23
x4

Post by w.evans »

for inventory, I search for

" <component class="player" macro="player" connection="room" owner="player" "

then

"/inven"

to get my inventory from the old save, then do the first search then

"<account id"

and paste one line below.

for weapons, search

"skunk"

then

"impuls"

gets you your weapon list.

scanners, software, shields, and engines are in the "<connection connection" nodes close by.

Return to “X Rebirth - Scripts and Modding”