The stand-alone mod S.T.A.L.K.E.R. Anomaly aims to be the most stable and customizable experience for fans of the S.T.A.L.K.E.R. games. It's powered by the Monolith 64-bit engine, a custom fork of the X-Ray engine.

Description

The base addon changes the relations tab in the PDA to include all (playable) factions. MCM Options: Show when discovered, Show based on Squad Count. Added patch support for other modders.

Preview
Show all faction relations in PDA v6.3
Post comment Comments  (50 - 58 of 58)
SwaggySuave
SwaggySuave - - 12 comments

! [LUA] 0 : [C ] __concat
! [LUA] 1 : [Lua] c:/anomaly/bin/..\gamedata\scripts\z_gfcmod_pda.script(22) : Reset
! [LUA] 2 : [Lua] ...maly/bin/..\gamedata\scripts\ui_pda_relations_tab.script(20) :
! [LUA] SCRIPT RUNTIME ERROR
! [LUA] 0 : [C ] __concat
! [LUA] 1 : [Lua] c:/anomaly/bin/..\gamedata\scripts\z_gfcmod_pda.script(22) : Reset
! [LUA] 2 : [Lua] ...maly/bin/..\gamedata\scripts\ui_pda_relations_tab.script(20) :
! [LUA] c:/anomaly/bin/..\gamedata\scripts\z_gfcmod_pda.script:22: attempt to concatenate a nil value
! [LUA] 0 : [C ] __concat
! [LUA] 1 : [Lua] c:/anomaly/bin/..\gamedata\scripts\z_gfcmod_pda.script(22) : Reset
! [LUA] 2 : [Lua] ...maly/bin/..\gamedata\scripts\ui_pda_relations_tab.script(20) :
! [SCRIPT ERROR]: c:/anomaly/bin/..\gamedata\scripts\z_gfcmod_pda.script:22: attempt to concatenate a nil value

FATAL ERROR

[error]Expression : <no expression>
[error]Function : CScriptEngine::lua_pcall_failed
[error]File : E:\Github\xray-monolith\src\xrServerEntities\script_engine.cpp
[error]Line : 257
[error]Description : fatal error
[error]Arguments :
1 : [Lua] c:/anomaly/bin/..\gamedata\scripts\z_gfcmod_pda.script(22) : Reset

LUA error: c:/anomaly/bin/..\gamedata\scripts\z_gfcmod_pda.script:22: attempt to concatenate a nil value

Check log for details

stack trace:

Just started getting this error randomly when I open my relations tab on my PDA, it is consistent across multiple saves and will always result in this error if I open my relations tab. I haven't done or changed anything in game and didn't get this problem this morning.

Reply Good karma Bad karma+1 vote
dEmergence Author
dEmergence - - 170 comments

I'm not familiar what addon this 'z_gfcmod_pda.script' belongs to. Do you know what addon it is?

Reply Good karma+1 vote
SwaggySuave
SwaggySuave - - 12 comments

Unfortunately that's the problem, I have no idea what mod that error belongs to, I assumed it was something from this mod, but I don't know at this point. I am playing on GAMMA and have additional mods added on, but I have not added any additional mods as of late and I completed a save not even a couple weeks ago no problem. I tried searching on the Discord to see if there was any similar problems but it seems that my case is the only one. Nothing pops up in search for "gfcmod" on the discord or moddb. It most likely is an abbreviation for something but I have no idea what it is.

Reply Good karma Bad karma+1 vote
dEmergence Author
dEmergence - - 170 comments

Yeah, it's not natively in gamma, i also checked that. can you copy your modlist.txt here please or upload it somewhere so I can access it? then I could easily make a comparison and find which mods were added!

Reply Good karma+1 vote
dEmergence Author
dEmergence - - 170 comments

Got it. It's the "Gifts from Companions" Addon and as I understand it that crash indicates that the main gfcmod.script may have failed to load for some reason and the attempt to call gfcmod.get_current_friendship_stage() there in line 22 results in nil. If you can provide me with the latest game log then I can verify this and possibly figure out a fix.

Reply Good karma+1 vote
SwaggySuave
SwaggySuave - - 12 comments

Drive.google.com

Hopefully this is the right log, but thanks a lot for taking the time for finding out what was giving the error. I'm not really adept at modding wizardry but your help is a massive godsend. Honestly if you couldn't help out I was contempt in just quitting GAMMA outright and wait for STALKER 2 coming within the year haha. But if I could rate this mod another time, you would see me giving at least 10 more upvotes, just from the help provided alone.

Reply Good karma Bad karma+1 vote
dEmergence Author
dEmergence - - 170 comments

There are three other addin scripts crashing according to your log: a_faction_prices.script which is part of the GAMMA UI folder; gunslinger_controller.script from "246 - Gunslinger Controller Suicide" and z_gavrilenko_tasks_fix.script from "G_FLATs Gavrilenko Tasks Fix" but I don't think they are related to my mod. I would suggest finding a fix for those though, because these not loading may cause other problems.

I would suggest you try the following, first off: check if you have the latest version of "Gifts from Companions" and run the game. I've seen in the authors note that some crash fixes were introduced in the more recent versions. If that did not fix it open the addon's folder in explorer and navigate to gfcmod.script. open it and find the get_current_friendship_stage() function. At the bottom of it after the 'end' statement of the last 'if' just add 'return "excellent"'. Then try again and let me know!

Reply Good karma+1 vote
SwaggySuave
SwaggySuave - - 12 comments

Sorry for the late response, I just tried the newest version of the mod, but the problem is still there. I opened up the explorer and went into the file as you said, but I don't know which function you specifically want that needs the return statement as their are 18 other get_current_friendship_stage() funtions. I'll try what you said on every one of them, I'll let you know what happens. As for the other mods crashing I honestly have no idea, not much shows on the GAMMA discord as these aren't really talked about mods.

Reply Good karma Bad karma+1 vote
SwaggySuave
SwaggySuave - - 12 comments

Nevermind found the line, tried it and so far it doesn't immediately crash opening the relations tab! I'll let you know on any other updates if anything changes again. Once again your help was very appreciated, 10/10.

Reply Good karma Bad karma+2 votes
Guest
Guest - - 693,842 comments

I am getting an extremely similar issue:

! [SCRIPT ERROR]: ...aly/anomaly\gamedata\scripts\ui_pda_relations_tab.script:22: attempt to index global 'txr_utils' (a nil value)

FATAL ERROR

[error]Expression : <no expression>
[error]Function : CScriptEngine::lua_pcall_failed
[error]File : ..\xrServerEntities\script_engine.cpp
[error]Line : 204
[error]Description : fatal error
[error]Arguments : LUA error: ...aly/anomaly\gamedata\scripts\ui_pda_relations_tab.script:22: attempt to index global 'txr_utils' (a nil value)

stack trace:

Reply Good karma Bad karma0 votes
dEmergence Author
dEmergence - - 170 comments

My modified version of ui_pda_relations_tab.script does not refer to txl_utils at that line (or at all for that matter). Please check if another addon is overwriting the file.

Reply Good karma+1 vote
Post a comment

Your comment will be anonymous unless you join the community. Or sign in with your social account:

Tags

Show all faction relations in PDA v6.3 has not been tagged yet.