Search found 12 matches
- Wed Apr 03, 2013 8:51 am
- Forum: ETrun
- Topic: Limbo menu
- Replies: 2
- Views: 11957
Re: Limbo menu
I suppose this isn't that important on AP, but on VET I'd like to be able to use the command map to change spawnpoints. Is there a cvar to toggle this? If not, there should be! It's not possible you have to use console with setspawnpt command. Yeah figured, would be nice if it was possible to toggl...
- Tue Apr 02, 2013 11:11 am
- Forum: ETrun
- Topic: Limbo menu
- Replies: 2
- Views: 11957
Limbo menu
I suppose this isn't that important on AP, but on VET I'd like to be able to use the command map to change spawnpoints. Is there a cvar to toggle this? If not, there should be!
Re: TODO list
And when you're in the wall you can easily just gain speed until you "unstuck" yourself by gaining enough speed. I thought that's what the original fix was for? Yes but if you fix it like that you could just use it to get into the wall again -> be able to do the same bug everywhere instea...
Re: TODO list
Well couldn't you fix this by adding a command /stuck that moves you 16 units in the direction you are facing? (Only once per life and not if you are doing a run) Sounds like a perfect commands to cheat with. :D You could just "stuck" yourself into walls to get huge speedboosts all the ti...
Re: TODO list
Well couldn't you fix this by adding a command /stuck that moves you 16 units in the direction you are facing? (Only once per life and not if you are doing a run) Sounds like a perfect commands to cheat with. :D You could just "stuck" yourself into walls to get huge speedboosts all the ti...
Re: TODO list
"add /currentRecords : It should show records of all players on the server from current round only. (lock & Wut)" cant we already see this when we just press tab? Or am I missing something here? :) You can, but for people that are for example hosting a cup it'd be easier to just do /c...
- Sat Jan 26, 2013 11:51 pm
- Forum: ETrun
- Topic: ETrun 1.0.0
- Replies: 1
- Views: 9747
Re: ETrun 1.0.0
Nice job!
- Tue Aug 21, 2012 9:53 am
- Forum: APCup
- Topic: ETrun cup mode
- Replies: 2
- Views: 94801
Re: ETrun cup mode
No CGaz.nico wrote:I'm preparing ETrun for APcup, and already made this:
Do you have suggestions/ideas?
- you can't spec
- client is forced to record demo
- cg_hidme 1 is forced
- you can't see times/speeds
- voting is disabled
- Tue Aug 21, 2012 9:44 am
- Forum: ETrun
- Topic: More commands ingame
- Replies: 1
- Views: 9098
Re: More commands ingame
Would it be possible to add more commands in game for instance: /rank - Shows your global rank + points (maybe even amount of points needed until you beat the next player?) It would also be cool to have a way to register without leaving the game like: /register <e-mail> <username> <password> But pr...
- Fri May 11, 2012 1:38 pm
- Forum: Off-Topic chat
- Topic: randommap-voter
- Replies: 3
- Views: 112215
Re: randommap-voter
New keys, skyence requested, f3 f4 f5 #include <Windows.h> #include <vector> #include <string> #include <fstream> #include <cstdlib> #include <ctime> static HWND hWndEditWrite = NULL; void ConsoleCommand(const char *text) { SendMessage(hWndEditWrite, WM_SETTEXT, 0, (LPARAM)text); SendMessage(hWndEdi...