- Joined
- Jun 30, 2013
- Messages
- 76
Ladies and gentlemen!
Does any1 know what is Windows Command Prompt, or better, a UNIX one? Probably, you do. Would be really good to insert operating code over the game. It can't take more than 2MB(2 large books). If it has success, all mapmakers may just copy-paste it to their map instead of writing their own pack of commands. And it's interesting to softly script being inside the game.
The idea is quite simple, but i couldn't make it as real as i wanted to. link. It's only basics, something I've done before i got this idea.
Every player has his own String array variables. E.g. for player red String1[0], String2[0], String3[0].
String structure: [command trigger][command] [number] [text]
E.g. to set player 3's colour to teal:
~colo 03 teal
To set password (for superuser command) to " sudoku ":
~pswd 00(means nothing) sudoku
To do a command allowed only to superuser:
~sudo 03 kick (kick player 3)
When i want to execute a command written in advance, i write
~exec 00 String1
Why is String that important? For very fast control(e.g. if the command helps controlling the units in battle, e.g. to attack buildings first of all ON/OFF) and to avoid writing one command 10 times.
If some1 endorses my idea, has better one, has been trying to do this, or just wants to speak out, reply. I'll mention all your answers even if they do contain only crapwords. But before saying that it's bullshit, think of why is command prompt still in use even it does exist GUI on every OS X nowadays.
Does any1 know what is Windows Command Prompt, or better, a UNIX one? Probably, you do. Would be really good to insert operating code over the game. It can't take more than 2MB(2 large books). If it has success, all mapmakers may just copy-paste it to their map instead of writing their own pack of commands. And it's interesting to softly script being inside the game.
The idea is quite simple, but i couldn't make it as real as i wanted to. link. It's only basics, something I've done before i got this idea.
Every player has his own String array variables. E.g. for player red String1[0], String2[0], String3[0].
String structure: [command trigger][command] [number] [text]
E.g. to set player 3's colour to teal:
~colo 03 teal
To set password (for superuser command) to " sudoku ":
~pswd 00(means nothing) sudoku
To do a command allowed only to superuser:
~sudo 03 kick (kick player 3)
When i want to execute a command written in advance, i write
~exec 00 String1
Why is String that important? For very fast control(e.g. if the command helps controlling the units in battle, e.g. to attack buildings first of all ON/OFF) and to avoid writing one command 10 times.
If some1 endorses my idea, has better one, has been trying to do this, or just wants to speak out, reply. I'll mention all your answers even if they do contain only crapwords. But before saying that it's bullshit, think of why is command prompt still in use even it does exist GUI on every OS X nowadays.