Need make script or little mod, "Automatically map rotation" how in "Quake 3 Arena Eternal Arena v6.2" Mod, if your know. In this mod "map rotation have exist in menu when i creat the map(server)" Can you help me ? Step-by-Step explain if your know how doit this. Sry for my bad Inglish...
ps.
i wiil recompiler DC (Dreamcast) version Q3A for PC
About Automatically Map rotation. Need Help.
-
- Posts: 55
- Joined: Tue Oct 11, 2016 4:22 pm
Re: About Automatically Map rotation. Need Help.
Create a text file in the baseq3 folder (or the eternal arena folder) and give it a .cfg extension instead of .txt (for example "maprotation.cfg")
put this in it:
now in quake 3, open the console and type "exec maprotation.cfg" (replace maprotation.cfg with the correct filename). When a player hits 20 frags, the next map will be loaded. You can of course change the fraglimit or go for a timelimit instead (or do both).
put this in it:
Code: Select all
fraglimit 20
set d1 "map q3dm1; set nextmap vstr d2"
set d2 "map q3dm2; set nextmap vstr d3"
set d3 "map q3dm3; set nextmap vstr d1"
vstr d1
Last edited by Eraser on Sat Oct 15, 2016 2:13 pm, edited 1 time in total.
-
- Posts: 55
- Joined: Tue Oct 11, 2016 4:22 pm
Re: About Automatically Map rotation. Need Help.
It is possible make it whitout type the console command ? tied load maprotation.cfg an icon (exe file q3a) or that is not work'it ?
Re: About Automatically Map rotation. Need Help.
quake3.exe +exec maprotation.cfg
-
- Posts: 55
- Joined: Tue Oct 11, 2016 4:22 pm