Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

'/' character problems in console #8

Closed
ObaniGemini opened this issue Feb 26, 2017 · 5 comments
Closed

'/' character problems in console #8

ObaniGemini opened this issue Feb 26, 2017 · 5 comments

Comments

@ObaniGemini
Copy link

ObaniGemini commented Feb 26, 2017

The character / isn't always assimilated as \ when doing a command.

From what I observed, it seems like it works with built-in commands, but not the ones added by the server.
For example /name X is properly converted to \name X, but /donate X isn't converted to \donate X and does not lead to any error message in the console.
From what I know, \donate isn't a built-in command, while \callvote is. Am I right ?

I didn't gave much more trials, just a simple report and what I think could be the origin.
Tested it on "test" server.

@wtfbbqhax
Copy link
Member

donate and callvote are both provided by the game, neither are built in.

Can you please provide a screenshot of the command your typing, and another for the result you're seeing.

@ObaniGemini
Copy link
Author

no screenshot is needed for a text file.
I typed /donate 5 and it didn't return me anything (blank)

@wtfbbqhax
Copy link
Member

Closing this since I am pretty sure its invalid and or fixed.

@ObaniGemini
Copy link
Author

nice reason. Did you just test ?

@dGr8LookinSparky
Copy link

On the test7341 server donate does tab complete (and convert / to \), but when testing it on a 1.1 based QVM like multiprotocol slackers that the GrangerPub server uses, it doesn't tab complete nor convert / to \, so it seems to be QVM specific, that is it looks like tab completion for any command defined in the game QVM that is gpp or newer would tab complete, include admin commands (this also applies to other "custom" commands like teamstatus and share ). However, while tab completion is certainly useful, I don't think that conversion from / to \ is necessary since from my experience enter a command that begins with / has always worked for me on the alpha release client, that is it is recognized as a command.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants