Does the Configuration Mod no longer work?
-
Re: [Release] [Zombies] Configuration Mod for dedicated servers
I'm pretty sure I'm not doing anything wrong but it doesn't seem to have any effect in game anymore. The terminal shows the script is being loaded as well.
-
ContraBeats Its no longer supported so if it doesn't work with the current version of Plutonium you'll need to fix it yourself.
However, I am working on a new mod that will allow for similar configuration like this mod. No ETA.
-
It works flawlessly for me.
If you want to rule out if it works at all, I have a fork repo of it on Github both decompiled and compiled with some additional stuff added. -
AutisticLulu
That's cool you forked my mod. Seems you've done some cool stuff.Technically, I stopped when I could have added even more zombie vars(basically most of the configuration mod's alterations come from changing zombie var values). Its possible to add probably about 1000 more dvars if really necessary before you run out of dvars.
I only did core zombie vars which are global, but there are many map specific ones usually related to perks/weapons.
-
AutisticLulu for some reason that just crashes the server for me. I get
A critical exception occured!
Exception Code: 0xC0000005
Exception Address: 0x008F4412along with a 630mb crash dump
-
ContraBeats 0xc0000005 is a access violation error which most often means the software tries to access data from a location that isn't assigned properly, so you've most likely missed a install step or configured it wrong.
Have you placed GSCs at their correct locations?
Double check your .cfg for anything that looks odd or post it here -
AutisticLulu I'm pretty confident I didn't install it wrong cause I reinstalled what I was using before and it worked fine. As for the .cfg I just used the one on your github and added a server password and changed starting points to 50000.
EDIT: wait no sorry I just realized you have extra required gsc's in the precompiled folder that I'm missing. That's probably the issue. I didn't bother opening that folder yesterday cause I planned to merge another mod and compile myself
-
AutisticLulu ok I just removed the extra stuff I didn't want instead of using the other gscs and it doesn't crash anymore but the extra values in the .cfg still do nothing
-
ContraBeats try adding a copy of dedicated_zm.cfg from \pluto_t6_full_game\main to \pluto_t6_full_game\t6r\data or the other way around and see what happens.
-
AutisticLulu still nothing
-
ContraBeats If you remove your serverkey and upload the whole server folder (except the zones folder) to Google Drive or something I can take a closer look in an hour or so if you want.