PDA

View Full Version : Mapscripts generator (etqwpro)


Dr_Driller
04-09-2008, 08:41 AM
tool to generate your mapscripts : http://drdriller.nuxit.net./ScreenShots/Quake wars/mapscripts.zip

http://img389.imageshack.us/img389/7577/mapgenebo1.png (http://drdriller.nuxit.net./ScreenShots/Quake%20wars/mapscripts.zip)

Keny.U.Bastard
05-05-2008, 12:50 AM
hummm i spent one hour experimenting with this and i still don t get it is it supposed to display a real timer of 60 seccondes for hack/construct objectives or someting like that and display xsec respawn?
Cause i've tried everything and it doesn t work for me i even tried the same cfg as you :

set Timer15 "timerset 15; sayteam 'spawn ds ^A15s'"
set Timer20 "timerset 20; sayteam 'spawn ds ^A20s'"
set Timer30 "timerset 30; sayteam 'spawn ds ^A30s'"
set TimerIE "timerset 40; sayteam 'timer IE Charge ^A40s'"
set TimerCS "timerset 60; sayteam 'timer construct ^A60s'"
set TimerHC "timerset 60; sayteam 'timer Hack ^A60s'"

bind KP_MINUS "addchatline '^8Defaut timer'; timerset 60; sayteam 'timer construct\hack ^A60s'"
bind KP_STAR "addchatline '^8Defaut timer'; timerset 20; sayteam 'spawn ds ^A20s'"
bind KP_PGUP "addchatline '^8mapscripts not executed'"
bind KP_UPARROW "timerset 14; sayteam 'spawn ds ^A14s'"
bind KP_RIGHTARROW "timerset -1"


And i still don t get it, could you please tell me what these binds are supposed to do exactly? Thanks

Dr_Driller
05-22-2008, 04:41 PM
sorry i missed your post..

timerset 15 drow a timer of 15s on the hud.. but it only work when you are connected to a server, you can't test it localy.

notice that i removed the mapscripts generator, due to 1.5 i'll change it.

hugin
05-28-2008, 12:06 PM
While looking for something else I saw this post, here is my timer setup:
ALT + o adjust and o start the timer, also with an disable function

set timer1 "bind o 'timerset 15' ; addchatline '^2Timer ^7>> ^115 ^7Secs' ; bind "o" $timer2 "ALT" "
set timer2 "bind o 'timerset 20' ; addchatline '^2Timer ^7>> ^120 ^7Secs' ; bind "o" $timer3 "ALT" "
set timer3 "bind o 'timerset 25' ; addchatline '^2Timer ^7>> ^125 ^7Secs' ; bind "o" $timer4 "ALT" "
set timer4 "bind o 'timerset 30' ; addchatline '^2Timer ^7>> ^130 ^7Secs' ; bind "o" $timer5 "ALT" "
set timer5 "bind o 'timerset 35' ; addchatline '^2Timer ^7>> ^135 ^7Secs' ; bind "o" $timer6 "ALT" "
set timer6 "bind o 'timerset 40' ; addchatline '^2Timer ^7>> ^140 ^7Secs [^1Bomb^7/^2Plasma Timer^7]' ; bind "o" $timer7 "ALT" "
set timer7 "timerset -1; unbind o; ; addchatline '^2Timer ^7>> [^1DISABLED^7]' ; wait 50; adchatline '^3Alt^7+^3o ^7To Reset ^7Timer' ; bind "o" $timer1 "ALT" "
bind "o" $timer1 "ALT"