Spoiler:How can I solve this ??
How to use #nocompact ??
Moderator: GZDoom Developers
Forum rules
Before asking on how to use a ZDoom feature, read the ZDoom wiki first. If you still don't understand how to use a feature, then ask here.
Please bear in mind that the people helping you do not automatically know how much you know. You may be asked to upload your project file to look at. Don't be afraid to ask questions about what things mean, but also please be patient with the people trying to help you. (And helpers, please be patient with the person you're trying to help!)
Before asking on how to use a ZDoom feature, read the ZDoom wiki first. If you still don't understand how to use a feature, then ask here.
Please bear in mind that the people helping you do not automatically know how much you know. You may be asked to upload your project file to look at. Don't be afraid to ask questions about what things mean, but also please be patient with the people trying to help you. (And helpers, please be patient with the person you're trying to help!)
-
- Posts: 327
- Joined: Wed Aug 02, 2017 3:01 pm
- Location: Illinois
How to use #nocompact ??
Well I was updating zspecial.acs with 275:Floor_Stop() and 276:Ceiling_Stop() when I got the message:
-
-
- Posts: 4141
- Joined: Thu Jul 17, 2003 12:19 am
- Graphics Processor: nVidia (Legacy GZDoom)
- Location: British Columbia, Canada
Re: How to use #nocompact ??
What program did you use to compile the script?
Which mapping format did you use?
Which version of ACC.EXE are you using?
Then there is the WIKI to explain the context of #nocompact:
https://zdoom.org/wiki/Directive
https://zdoom.org/wiki/BEHAVIOR
To update zcommon.acs, zdefs.acs, zspecial.acs, zwvars.acs to the latest state run UPDATEACS and replace the old files
Which mapping format did you use?
Which version of ACC.EXE are you using?
- To find out, Shift+RMB in the folder and click to open the command window
Spoiler:
then append acc.exe -hSpoiler:
Then there is the WIKI to explain the context of #nocompact:
https://zdoom.org/wiki/Directive
https://zdoom.org/wiki/BEHAVIOR
To update zcommon.acs, zdefs.acs, zspecial.acs, zwvars.acs to the latest state run UPDATEACS and replace the old files
-
- Posts: 327
- Joined: Wed Aug 02, 2017 3:01 pm
- Location: Illinois
Re: How to use #nocompact ??
I used ACC for Windows 1.55 from https://zdoom.org/downloads as this is the only ACC I know of.What program did you use to compile the script?
This question is irrelevant since I've been compiling with a .BAT file in the Windows shell but if you must know.. I use GZDoom (Doom in Hexen mode).Which mapping format did you use?
If you would have checked the spoiler in my post, you would have seen I've been using version 1.55Which version of ACC.EXE are you using?
Sorry, I'm not uploading my secret project as it is irrelevant to my compiling with batch files in the Windows shell and importing the object file with SLADEInstead of us having to guess, you might as well upload the map.
-
-
- Posts: 4141
- Joined: Thu Jul 17, 2003 12:19 am
- Graphics Processor: nVidia (Legacy GZDoom)
- Location: British Columbia, Canada
Re: How to use #nocompact ??
Well, you don't seem to accept help graciously, even when a question may be redundant.
All I will tell you is, that Floor_Stop works perfectly, on a linedef or in a script.
Good luck with your project.
All I will tell you is, that Floor_Stop works perfectly, on a linedef or in a script.
Good luck with your project.
-
- Lead GZDoom+Raze Developer
- Posts: 49130
- Joined: Sat Jul 19, 2003 10:19 am
- Location: Germany
Re: How to use #nocompact ??
I think the problem is usage of 'const:'. This is essentially deprecated for ZDoom ACS.
-
- Posts: 327
- Joined: Wed Aug 02, 2017 3:01 pm
- Location: Illinois
Re: How to use #nocompact ??
All I did was add these two lines to zspecial.acs:
Check it out for yourself !
Code: Select all
275:Floor_Stop(1),
276:Ceiling_Stop(1),
-
- Posts: 5015
- Joined: Sun Nov 14, 2010 12:59 am
Re: How to use #nocompact ??
Try the ACC package from here, the one at the top. It's newer than the one on the ZDoom site.SPZ1 wrote:I used ACC for Windows 1.55 from https://zdoom.org/downloads as this is the only ACC I know of.
-
- Lead GZDoom+Raze Developer
- Posts: 49130
- Joined: Sat Jul 19, 2003 10:19 am
- Location: Germany
Re: How to use #nocompact ??
Yeah, the ACC download link really needs an update.
-
- Posts: 13717
- Joined: Tue Jan 13, 2004 1:31 pm
- Preferred Pronouns: She/Her
Re: How to use #nocompact ??
Considering ACC hasn't had an official release for a long time now, I just went ahead and did a git version. I asked Randi about the possibility of transferring the repo, or at least doing additional invites to make it easier to do releases.
-
- Posts: 327
- Joined: Wed Aug 02, 2017 3:01 pm
- Location: Illinois
Re: How to use #nocompact ??
This works splendidly! Not only did it compile but Floor/Ceiling_Stop works as well. Thank you!Blue Shadow wrote:Try the ACC package from here, the one at the top. It's newer than the one on the ZDoom site.