How to get KEYCONF to load ACS scripts?

Ask about ACS, DECORATE, ZScript, or any other scripting questions here!

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!)
Post Reply
Kikikula
Posts: 3
Joined: Mon May 05, 2025 2:47 am

How to get KEYCONF to load ACS scripts?

Post by Kikikula »

I'm trying to setup a custom keybind to launch an ACS script in my mod that handles my notes. this is what my KEYCONF looks like

addkeysection "NoteTracker" NoteTrackerSection

addmenukey "Cycle Notes" +CycleNote

alias +CycleNote "puke 5555"

alias -CycleNote ""

This gives me a custom key configuration setting in the doom settings menu, I am able to set this key just fine, but when I try to press the key to execute ACS 5555 it just says "unknown script 5555" in the top left. So it's definitely catching my KEYCONF, but puke 5555 isnt working.

I looked into this and found that maybe I have to compile a some ACS with script 5555 as a .o file and put it into my ipk3 via slade, then make a LOADACS file and put SCRIPTS in it (thats what i called my .o file).

I did this to no avail. when i press my custom key that is supposed to invoke script 5555 it still says "unknown script 5555". Has anybody else been down this road?
Post Reply

Return to “Scripting”