Quake3World.com
https://www.quake3world.com/forum/

About Automatically Map rotation. Need Help.
https://www.quake3world.com/forum/viewtopic.php?f=16&t=52416
Page 1 of 1

Author:  G-Stuff002 [ 10-13-2016 10:32 AM ]
Post subject:  About Automatically Map rotation. Need Help.

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

Author:  Eraser [ 10-13-2016 11:55 PM ]
Post subject:  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:

Code:
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


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).

Author:  G-Stuff002 [ 10-14-2016 12:37 AM ]
Post subject:  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 ?

Author:  Eraser [ 10-14-2016 01:24 AM ]
Post subject:  Re: About Automatically Map rotation. Need Help.

quake3.exe +exec maprotation.cfg

Author:  G-Stuff002 [ 10-14-2016 02:33 PM ]
Post subject:  Re: About Automatically Map rotation. Need Help.

Thank you!

Page 1 of 1 All times are UTC - 8 hours
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
http://www.phpbb.com/