ACS Console Commands?

Moderator: GZDoom Developers

Post Reply
User avatar
Theshooter7
Posts: 456
Joined: Sun Mar 05, 2006 6:44 pm

ACS Console Commands?

Post by Theshooter7 »

Is there an ACS function that will perform a console command? Example: Say I wanted a script to bind a key for me, so how will I get ACS to do it? I tried ConsoleCommand (It works for SkullTag...) and the script just hangs. (But the game does not)
User avatar
Jimmy
 
 
Posts: 4726
Joined: Mon Apr 10, 2006 1:49 pm
Preferred Pronouns: He/Him
Contact:

Post by Jimmy »

For me, I always go to compile the script in DoomBuilder and it says the consolecommand isn't a valid command.

This needs to get added IMHO. 8-)
User avatar
Zippy
Posts: 3302
Joined: Wed Mar 23, 2005 5:31 pm
Location: New Jersey

Post by Zippy »

Too abusable. Think about someone who makes a script which unbinds all your keys, or does something else that messes with your settings. This falls right in the same group as giving ACS file I/O capabilities. Wouldn't that be wonderful.
User avatar
Chilvence
Posts: 1647
Joined: Mon Aug 11, 2003 6:36 pm
Contact:

Post by Chilvence »

You can use the keyconf lump to bind keys for you. Any other console functionality you want to use in ACS should really be made a feature request, then it can be decided case by case. I wouldn't want anyone messing with 90% of my game settings, I'll say that.
User avatar
DoomRater
Posts: 8270
Joined: Wed Jul 28, 2004 8:21 am
Preferred Pronouns: He/Him
Location: WATR HQ
Contact:

Post by DoomRater »

Hasn't anyone realized a KEYCONF setting can already screw up someone's setting?
User avatar
Enjay
 
 
Posts: 27094
Joined: Tue Jul 15, 2003 4:58 pm
Location: Scotland
Contact:

Post by Enjay »

KEYCONF only has access to a limited number of console commands.
User avatar
DoomRater
Posts: 8270
Joined: Wed Jul 28, 2004 8:21 am
Preferred Pronouns: He/Him
Location: WATR HQ
Contact:

Post by DoomRater »

It can't binddefault to every unused key "unbind all"?
User avatar
Anakin S.
Posts: 1067
Joined: Fri Nov 28, 2003 9:39 pm
Location: A long time ago in a galaxy far, far away...

Post by Anakin S. »

I'd say ask for specific console commands to be imported to ACS rather than all of them. For example, if you want the player to resurrect after death, then ask to make that an ACS function. If you want to freeze things and unfreeze things, ask for a function to do that.
Post Reply

Return to “Closed Feature Suggestions [GZDoom]”