This member has provided no bio about themself...

Comment History
metachrono
metachrono - - 7 comments @ Zone of Alienation mod

Bizarrely, adding "amk_matras = 1, 1" to the trader supl LTX causes him to glitch out and not move and I'm unable to trade or talk to him. However, i did manage to find a sleeping bag off a zombie, so its good. Thanks for the help.

Good karma+1 vote
metachrono
metachrono - - 7 comments @ Zone of Alienation mod

OK, If I have to I'll kill zombies for one, but its difficult with blurred vision and at night. I would prefer the programming name for the sleeping bag, because while I accidentally discovered that binoculars are "wpn_binoc" and I can make traders sell those, I don't know the sleeping bag's name.

Good karma+1 vote
metachrono
metachrono - - 7 comments @ Zone of Alienation mod

Crap, my sleeping bag disappeared from my inventory. Is there any console command to spawn one, or a way to have a trader sell one? Sleep deprivation effect means i cant really play until i sleep.

Good karma+1 vote
metachrono
metachrono - - 7 comments @ Zone of Alienation mod

WOOHOO FIXED IT
OK, for FatalFunnel, the string.format on line 1222 had the "%s" but was not followed by any string, so whenever it tried to run the method it thought that there would be a string next, but never got it. I fixed it by making the line string.format("%s", "Hello"), where hello is the string %s told it to expect.

For non programmers, here is the _g.script file. Just replace the current one with this if you have any problems.
Depositfiles.com

Good karma+2 votes
metachrono
metachrono - - 7 comments @ Zone of Alienation mod

HAHAHA my bad. After reading _g.script it turns out the ZOA version has method parse_data and ZRP doesn't, so my second error is useless. I'm going to keep looking into it.

Good karma+2 votes
metachrono
metachrono - - 7 comments @ Zone of Alienation mod

Fix #3 says it contains all previous fixes, so i'd use that.

Good karma+2 votes
metachrono
metachrono - - 7 comments @ Zone of Alienation mod

Hey, having a CTD whenever i load any save (except for one that works) in the agroprom underground. My first crash log was "_g.script:1222: bad argument #2 to 'format' (string expected, got no value)", but after i replaced _g.script with the ZRP variant and tried again i got a new error that seems mod specific "inv.script:213: attempt to call global 'parse_data' (a nil value)". Any help would be appreciated.

Good karma+2 votes