(NULL): INVALID ACS MODULE

Archive of the old editing forum
Forum rules
Before asking on how to use a ZDoom feature, read the ZDoom wiki first. This forum is archived - please use this set of forums to ask new questions.
Locked
User avatar
Skelegant
Posts: 1436
Joined: Sun Aug 03, 2014 2:38 am
Preferred Pronouns: She/Her
Location: All over the walls and floor of E2M8

(NULL): INVALID ACS MODULE

Post 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?
User avatar
Kappes Buur
 
 
Posts: 4172
Joined: Thu Jul 17, 2003 12:19 am
Graphics Processor: nVidia (Legacy GZDoom)
Location: British Columbia, Canada
Contact:

Re: (NULL): INVALID ACS MODULE

Post by Kappes Buur »

If you still have the DOOM format map, then try this
Last edited by Kappes Buur on Fri Aug 14, 2015 10:33 am, edited 1 time in total.
User avatar
Skelegant
Posts: 1436
Joined: Sun Aug 03, 2014 2:38 am
Preferred Pronouns: She/Her
Location: All over the walls and floor of E2M8

Re: (NULL): INVALID ACS MODULE

Post 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.
User avatar
Kappes Buur
 
 
Posts: 4172
Joined: Thu Jul 17, 2003 12:19 am
Graphics Processor: nVidia (Legacy GZDoom)
Location: British Columbia, Canada
Contact:

Re: (NULL): INVALID ACS MODULE

Post by Kappes Buur »

Open the map with Slade3 and check if you have anything pointing to scripting.
User avatar
Skelegant
Posts: 1436
Joined: Sun Aug 03, 2014 2:38 am
Preferred Pronouns: She/Her
Location: All over the walls and floor of E2M8

Re: (NULL): INVALID ACS MODULE

Post by Skelegant »

Nope. I tried removing the SCRIPTS file but that didn't help.
User avatar
Kappes Buur
 
 
Posts: 4172
Joined: Thu Jul 17, 2003 12:19 am
Graphics Processor: nVidia (Legacy GZDoom)
Location: British Columbia, Canada
Contact:

Re: (NULL): INVALID ACS MODULE

Post 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.

Image

Since you copy/pasted your map to DiH format manually, you could delete the BEHAVIOR
lump and recompile the SCRIPTS lump.
Last edited by Kappes Buur on Fri Aug 14, 2015 12:05 pm, edited 2 times in total.
User avatar
Zanieon
Posts: 2059
Joined: Tue Jan 13, 2009 4:13 pm
Graphics Processor: ATI/AMD with Vulkan/Metal Support
Location: Somewhere in the future
Contact:

Re: (NULL): INVALID ACS MODULE

Post 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.
User avatar
Skelegant
Posts: 1436
Joined: Sun Aug 03, 2014 2:38 am
Preferred Pronouns: She/Her
Location: All over the walls and floor of E2M8

Re: (NULL): INVALID ACS MODULE

Post by Skelegant »

Neither of those things seem to work.
User avatar
Kappes Buur
 
 
Posts: 4172
Joined: Thu Jul 17, 2003 12:19 am
Graphics Processor: nVidia (Legacy GZDoom)
Location: British Columbia, Canada
Contact:

Re: (NULL): INVALID ACS MODULE

Post by Kappes Buur »

In that case, could you upload your original DOOM format map and your scripts.
Locked

Return to “Editing (Archive)”