Jump to content
Search In
  • More options...
Find results that contain...
Find results in...
Sign in to follow this  
Pure Hellspawn

Text Input Via ACS

Recommended Posts

I was wondering if i could have a text input window in ACS that requires text input.

I could do GetPlayerInput but that only works for one key. I'm hoping for a text-based input.

Example might be Enter Combination: ___ (player types 999)

Share this post


Link to post

i saw that and found it interesting, and may implement that as a possible alternative. However, if possible, I want a textbox to appear just like the one where you go to player setup and name your player. is there anyway that is possible?

Share this post


Link to post
Pure Hellspawn said:

I want a textbox to appear just like the one where you go to player setup and name your player. is there anyway that is possible?

I don't think what you're specifically after is achievable...

ZDoom wiki, on GetPlayerInput, wrote:
Note that this function does not read the player's input devices directly. Instead, it will only report information about which binds the player is using. For example, you cannot check to see if the player is pressing “W”, but you can check to see if they are using +forward. This design is intended to prevent abuse, as well as making the function more adaptable (since here the player can freely rebind +forward and still have the script work for them).

With that said, you can go for what Kappes Buur had linked above, or, if you want something on-screen, you can try this keypad that I made about a year and a half ago (its code could use updating, but it still works).

You also might be interested in this.

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  
×