Jump to content

Little error I'm getting in doom builder script


Recommended Posts

Hey guys, I've started making maps after 20 years of playing DOOM. Just ran into a small issue with the scripting, it says "#include filename should be quoted". It comes from the '#include "zcomon.acs"' start of the script. 

 

Thanks in advance 

Share this post


Link to post
2 hours ago, Mancubus88 said:

Hey guys, I've started making maps after 20 years of playing DOOM. Just ran into a small issue with the scripting, it says "#include filename should be quoted". It comes from the '#include "zcomon.acs"' start of the script. 

 

Thanks in advance 

Share this post


Link to post
51 minutes ago, Redneckerz said:

I've checked and it's still not working. Could you please narrow down the issue as I can't even begin to understand this script issue. 

Share this post


Link to post
9 minutes ago, Mancubus88 said:

I've checked and it's still not working. Could you please narrow down the issue as I can't even begin to understand this script issue. 

  • What exactly have you checked? Have you looked at the default configuration and compared it with yours, found in Beginners guide to ACS?
  • Please post your script using the (<>) button. What are you attempting to do?

Every ACS script (assuming this is what you use) starts off by using  #include "zcommon.acs". You thus need to include the ''#include'' part. LOADACS also needs to be used. See here.

Edited by Redneckerz

Share this post


Link to post

I assume you spelt zcommon.acs correctly? In your original post you didn't.

Also, might try checking the quotation marks you used, since it's complaining about that explicitly.

Share this post


Link to post
On 6/9/2020 at 1:06 PM, Lobo said:

I assume you spelt zcommon.acs correctly? In your original post you didn't.

Also, might try checking the quotation marks you used, since it's complaining about that explicitly.

Yes, I was missing an 'm' in common I noticed lol. 

 

Thanks for your inputs regardless, I appreciate it

Share this post


Link to post

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...