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.
Copying over inventory from one save to another?
Moderators: Scripting / Modding Moderators, Moderators for English X Forum
-
- Posts: 176
- Joined: Mon, 4. Nov 13, 19:03
-
- Posts: 2963
- Joined: Tue, 18. Nov 14, 16:23
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.
" <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.