Page 1 of 1
(NULL): INVALID ACS MODULE
Posted: Fri Aug 14, 2015 6:53 am
by Skelegant
I copied the linedefs from a doom format map, saved it as a doom in hexen format map, and fixed up all the doors and switches and stuff. However, on loading the level in the console it says: (NULL): INVALID ACS MODULE
It's not causing any problems yet, but I'm just curious as to why this would happen, and could it potentially cause problems if left?
Re: (NULL): INVALID ACS MODULE
Posted: Fri Aug 14, 2015 10:27 am
by Kappes Buur
If you still have the DOOM format map, then try this
Re: (NULL): INVALID ACS MODULE
Posted: Fri Aug 14, 2015 10:31 am
by Skelegant
The main thing I want to know is what "invalid ACS module" means, as then I'll probably be able to fix it myself. Also I don't think I can convert it at this point, since I've already added on to it in hexen format. It all runs fine, apart from the message in the console.
Re: (NULL): INVALID ACS MODULE
Posted: Fri Aug 14, 2015 10:39 am
by Kappes Buur
Open the map with Slade3 and check if you have anything pointing to scripting.
Re: (NULL): INVALID ACS MODULE
Posted: Fri Aug 14, 2015 11:01 am
by Skelegant
Nope. I tried removing the SCRIPTS file but that didn't help.
Re: (NULL): INVALID ACS MODULE
Posted: Fri Aug 14, 2015 11:20 am
by Kappes Buur
THE SCRIPTS file is just the scripting text. It is usually included as a courtesy.
What is important though, is the BEHAVIOR lump, which holds the compiled scripts,
and instructs ZDoom as to the functions to execute.
When using the conversion program, besides changing the linedef assignments to the
DiH format, an empty BEHAVIOR lump is generated.
Since you copy/pasted your map to DiH format manually, you could delete the BEHAVIOR
lump and recompile the SCRIPTS lump.
Re: (NULL): INVALID ACS MODULE
Posted: Fri Aug 14, 2015 11:22 am
by Zanieon
Did you checked if the map have a BEHAVIOR lump between it's lumps composition? Maybe the engine is trying look for this and throws this error when cant't find it.
DAMN KAPPES, i was going post about this lump.
Anyway just create a dummy script in the map in GZDoom builder and compile, it should stop saying this error.
Re: (NULL): INVALID ACS MODULE
Posted: Fri Aug 14, 2015 11:44 am
by Skelegant
Neither of those things seem to work.
Re: (NULL): INVALID ACS MODULE
Posted: Fri Aug 14, 2015 12:02 pm
by Kappes Buur
In that case, could you upload your original DOOM format map and your scripts.