Yaar Podshipnik
First time out of the vault
I'm trying to use this with Fallout Et Tu (https://github.com/rotators/Fo1in2) and I'm getting the following errors when trying to edit a savegame:
The header display looks ok, as does GVAR list and World Map. Inventory, Stats, Skills/Perks tabs do not work. Using Nov 17 2019 build.
Anything I can do on my side to make it work? Or does it require @vad to change something in code? Thanks in advance!
Code:
18:04:28.578 WARNING The key(1209) with the text(Your hit points have been enhanced a little by repeated use of the autodoc.) already exists(Your hit points have been enhanced a little by repeated drunkeness.) in file: text\english\game\perk.msg new value is ignored.
18:04:28.578 WARNING The key(1210) with the text(Your hit points have been enhanced a little more by repeated use of the autodoc.) already exists(Your hit points have been enhanced a little more by repeated drunkeness.) in file: text\english\game\perk.msg new value is ignored.
18:04:28.578 WARNING The key(1211) with the text(Your hit points have been lowered slightly by repeated use of the autodoc.) already exists(Your hit points have been lowered slightly by repeated drunkeness.) in file: text\english\game\perk.msg new value is ignored.
18:04:28.578 WARNING The key(1212) with the text(Your hit points have been lowered slightly by repeated use of the autodoc.) already exists(Your hit points have been lowered slightly by repeated drunkeness.) in file: text\english\game\perk.msg new value is ignored.
18:04:28.593 WARNING The key(3358) with the text(Some bounty hunters.) already exists(Some bounty hunters.) in file: text\english\game\worldmap.msg new value is ignored.
18:04:28.593 WARNING The key(3359) with the text(Some bounty hunters.) already exists(Some bounty hunters.) in file: text\english\game\worldmap.msg new value is ignored.
18:04:28.593 WARNING The key(3360) with the text(Some bounty hunters.) already exists(Some bounty hunters.) in file: text\english\game\worldmap.msg new value is ignored.
18:04:28.593 WARNING The key(3361) with the text(Some bounty hunters.) already exists(Some bounty hunters.) in file: text\english\game\worldmap.msg new value is ignored.
18:04:28.593 WARNING The key(3362) with the text(A band of ruffians led by a Morton Brother.) already exists(A band of ruffians led by a Morton Brother.) in file: text\english\game\worldmap.msg new value is ignored.
18:04:28.609 WARNING The key(3308) with the text(Some bounty hunters.) already exists(Some bounty hunters.) in file: text\english\game\worldmap.msg new value is ignored.
18:04:28.609 WARNING The key(3309) with the text(Some bounty hunters.) already exists(Some bounty hunters.) in file: text\english\game\worldmap.msg new value is ignored.
18:04:28.609 WARNING The key(3310) with the text(Some bounty hunters.) already exists(Some bounty hunters.) in file: text\english\game\worldmap.msg new value is ignored.
18:04:28.609 WARNING The key(3311) with the text(Some bounty hunters.) already exists(Some bounty hunters.) in file: text\english\game\worldmap.msg new value is ignored.
18:04:28.609 WARNING The key(3312) with the text(A band of ruffians led by a Morton Brother.) already exists(A band of ruffians led by a Morton Brother.) in file: text\english\game\worldmap.msg new value is ignored.
18:04:28.609 WARNING The key(6050) with the text(Some bounty hunters.) already exists(Toxic waste dump) in file: text\english\game\worldmap.msg new value is ignored.
18:04:33.457 WARNING Invalid data in function 3. There should be at least one map.
18:04:33.458 WARNING array of GVARs != duplicate array. Expect the crash.
18:04:33.459 WARNING Function 5 doesn't start with 0x0,0x0,'FP'. We are definitely going to crash.
18:04:33.460 ERROR Can't get type for item in inventory.
18:04:33.460 ERROR Failed to load: U:\Games\Fallout 2\Fallout1in2\data\SAVEGAME\SLOT01\SAVE.DAT
18:04:33.469 WARNING File: U:\Games\Fallout 2\Fallout1in2\data\SAVEGAME\SLOT01\sfallgv.sav was loaded with errors. Position 96/100
The header display looks ok, as does GVAR list and World Map. Inventory, Stats, Skills/Perks tabs do not work. Using Nov 17 2019 build.
Anything I can do on my side to make it work? Or does it require @vad to change something in code? Thanks in advance!