PDA

View Full Version : Scripts wont load



PizzaMan
08-12-2008, 04:24 PM
I had some scripts and I was using they on build 819 but I recently downloaded build 846 and they don't seem to work. Does anyone know whats wrong?

Din
08-12-2008, 05:14 PM
Build 846... I had the same problem. Apparently, "std.zh" fails to load on this particular build. I really don't know why this is, considering the name is right and everything. You should use an older build to load the scripts.

pkmnfrk
08-12-2008, 06:11 PM
For some reason, nobody noticed that this bug (http://armageddongames.net/forums/showthread.php?t=103366) had crept into std.zh. Rather, the bug was pre-existing, but there hadn't been any negative constants until 846.

The workaround is to comment out line 487 of std.zh:


const int WDS_NOHIT = -10; // Use to switch collision detection off.

PizzaMan
08-12-2008, 10:04 PM
Where do you put that?

pkmnfrk
08-13-2008, 07:22 AM
You don't. You find that line in std.zh and comment it out.