Hey, quick question. When trying to launch in developer 1 to check out my pathnodes, i get this silly error (Image removed from quote.) (Image removed from quote.) All help appreciated. Thanks
If you're not using dogs then that's the reason why, though you have it "disabled" there's actually a couple places the code is still enabled. That's one of them, you can do two things find the other variables to disable dogs (I think one of them was in your mapname.gsc) and the other is you don't need to be in developer to show pathnodes just the map needs to be devmap.
The error isn't "silly", its telling you something that you need to fix.
Set level.DLC3.useHellHounds and level.DLC3.useMixedRounds to false in your mapname.gsc. If that doesn't work, add something like this to the top of init():
The error isn't "silly", its telling you something that you need to fix.
Set level.DLC3.useHellHounds and level.DLC3.useMixedRounds to false in your mapname.gsc. If that doesn't work, add something like this to the top of init():