Forum


Latest Message: 4 minutes ago

Map Rotation Help?
 
Notifications
Clear all

Map Rotation Help?

7 Posts
5 Users
0 Reactions
318 Views
(@wickedfizz)
Estimable Member
Joined: 16 years ago
Posts: 92
Topic starter  

Just wanting to no if this is how to make a map rotation plz dont see this a spam or anything, this is 4 real i just need a yes or no.

set d1 “set g_gametype 2 ; map Map – Adlernest B7C ; set nextmap vstr d2”
set d2 “set g_gametype 2 ; map Map – Caen 2 ; set nextmap vstr d3”
set d3 “set g_gametype 2 ; map Map – Frostbite ; set nextmap vstr d4”
set d4 “set g_gametype 2 ; map Map – Super Goldrush Final ; set nextmap vstr d5”
set d5 “set g_gametype 2 ; map Map – Supply Depot ; set nextmap vstr d6”
set d6 “set g_gametype 2 ; map Map – Warbell ; set nextmap vstr d7”
set d7 “set g_gametype 2 ; map Map – Axislab Final ; set nextmap vstr d1”

??

“Rated R Megastar ‘ ‘
“Straight Edge
“Crazy
“Hardcore
“Beyond Amazing
_____Jordan | Fizz ‘ Wicked


   
Quote
(@ryan)
Estimable Member
Joined: 16 years ago
Posts: 174
 

ummm yeah i think so….


   
ReplyQuote
(@stinkvis)
Estimable Member
Joined: 16 years ago
Posts: 152
 

this is

// ETPub mod - Sample MapVote cycle file

// Each map in this map order is executed whenever there are no votes for a map,
// otherwise, the map that gets the most votes for is played
set d1 "set g_gametype 2 ; map towerandslider_ctf_beta ; set nextmap vstr d2"
set d2 "set g_gametype 2 ; map pong_v3 ; set nextmap vstr d3"
set d3 "set g_gametype 2 ; map ctf_pool_v2 ; set nextmap vstr d4"
set d4 "set g_gametype 2 ; map baserace_final ; set nextmap vstr d5"
set d5 "set g_gametype 2 ; map goldendunk_a2 ; set nextmap vstr d6"
set d6 "set g_gametype 2 ; map mp_sillyctf ; set nextmap vstr d7"
set d7 "set g_gametype 2 ; map mo_decerto_b2_0505 ; set nextmap vstr d8"
set d8 "set g_gametype 2 ; map cluedo_120 ; set nextmap vstr d9"
set d9 "set g_gametype 2 ; map pacman_v1 ; set nextmap vstr d1"
vstr d1

Whoever said the pen is mightier than the sword obviously never encountered automatic weapons!


   
ReplyQuote
(@black-racoon)
Member Admin
Joined: 16 years ago
Posts: 2007
 

MAKE SURE WHEN YOU ADD IN THE MAP NAME (Stink mate you also made this error on the fundy rotation) THAT THE MAP NAME IS NOT THE NAME OFTHE PK3 FILE BUT INSTEAD IF YOU OPEN THE .pk3 filewiht a zipping programming e.g. 7zip, winrar under the folder maps, there is a file called something.bsp that is what you put for the map name!


   
ReplyQuote
(@the-admiral)
Prominent Member
Joined: 16 years ago
Posts: 726
 

Just wanting to no if this is how to make a map rotation plz dont see this a spam or anything, this is 4 real i just need a yes or no.

set d1 “set g_gametype 2 ; map Map – Adlernest B7C ; set nextmap vstr d2”
set d2 “set g_gametype 2 ; map Map – Caen 2 ; set nextmap vstr d3”
set d3 “set g_gametype 2 ; map Map – Frostbite ; set nextmap vstr d4”
set d4 “set g_gametype 2 ; map Map – Super Goldrush Final ; set nextmap vstr d5”
set d5 “set g_gametype 2 ; map Map – Supply Depot ; set nextmap vstr d6”
set d6 “set g_gametype 2 ; map Map – Warbell ; set nextmap vstr d7”
set d7 “set g_gametype 2 ; map Map – Axislab Final ; set nextmap vstr d1”

??

You need a “vstr d1” line at the end.
And your map formatting is all wrong. The line should be

map [Map .BSP file name]

So just “map oasis” or “map caen2” or “map supply_depot2” (Not sure what supply depot is called though).

The easiest way is to just get a rotation builder. I use the one by The Pharaoh’s. Unless I’m just changing an existing rotation. You can make campaigns and map cycles with them.


   
ReplyQuote
(@stinkvis)
Estimable Member
Joined: 16 years ago
Posts: 152
 

br it was right i just dint have them on the server self ๐Ÿ˜›

but the names are correct and where correct then to

Whoever said the pen is mightier than the sword obviously never encountered automatic weapons!


   
ReplyQuote
(@wickedfizz)
Estimable Member
Joined: 16 years ago
Posts: 92
Topic starter  

thanx, i was just seeing how hard doin admin things are.. there hard.. well very complicated!
well still gotta make a right one.

“Rated R Megastar ‘ ‘
“Straight Edge
“Crazy
“Hardcore
“Beyond Amazing
_____Jordan | Fizz ‘ Wicked


   
ReplyQuote
Share: