deathmatch map randomizer?
deathmatch map randomizer?
i have long been looking for a death-match random map picker inside of zandronum, however the one they supply (sv_randommaprotation with sv_maprotation enabled) does not work, i am wondering if a map randomizer exists and if it does, how to enable it. what i mean is, say i start on map15, the frag limit is met and the game ends. on my system it goes to map 16 instead of a random map, for example, map12.
also, it would be nice to have a automatic results intermission so that it takes 30 seconds before going onto the next map so i can leave it running while i go and do other things but not a big problem if it does not, thanks!
(one last point is that i need it to work offline as i prefer to use offline skirmish!)
also, it would be nice to have a automatic results intermission so that it takes 30 seconds before going onto the next map so i can leave it running while i go and do other things but not a big problem if it does not, thanks!
(one last point is that i need it to work offline as i prefer to use offline skirmish!)
Re: deathmatch map randomizer?
It does work, but i think you need to provide a list for it.
Use Addmap MAPXX on the console to add some.
If not, you can use Doomseeker to set everything up, or load zandronum with the -host parameter.
Use Addmap MAPXX on the console to add some.
If not, you can use Doomseeker to set everything up, or load zandronum with the -host parameter.
When I consider Your heavens, the work of Your fingers, The moon and the stars, which You have ordained; What is man that You take thought of him, And the son of man that You care for him? (Psalms 8:3-4, NASB)
My Discord tag is @tdrr, and it's my preferred contact method. I also check PMs here from time to time.
I also have a Discord server for my projects.
My Discord tag is @tdrr, and it's my preferred contact method. I also check PMs here from time to time.
I also have a Discord server for my projects.
Re: deathmatch map randomizer?
Yes. Make a new text file and name it something like "maprotation", don't put any spaces or anything that isn't a number or letter in the name. Inside of the file, type in:
AddMap MAPXX
AddMap MAPXX
AddMap MAPXX
Replace the XX with the map number you want, and add more "AddMap MAPXX" lines if you want more maps in the rotation.
Now when in game, you can type in the console "exec maprotation.txt" or however you named your txt file.
When I consider Your heavens, the work of Your fingers, The moon and the stars, which You have ordained; What is man that You take thought of him, And the son of man that You care for him? (Psalms 8:3-4, NASB)
My Discord tag is @tdrr, and it's my preferred contact method. I also check PMs here from time to time.
I also have a Discord server for my projects.
My Discord tag is @tdrr, and it's my preferred contact method. I also check PMs here from time to time.
I also have a Discord server for my projects.
Re: deathmatch map randomizer?
Does this work with offline skirmish?TDRR wrote: ↑Tue Aug 06, 2019 2:59 amYes. Make a new text file and name it something like "maprotation", don't put any spaces or anything that isn't a number or letter in the name. Inside of the file, type in:
AddMap MAPXX
AddMap MAPXX
AddMap MAPXX
Replace the XX with the map number you want, and add more "AddMap MAPXX" lines if you want more maps in the rotation.
Now when in game, you can type in the console "exec maprotation.txt" or however you named your txt file.
Re: deathmatch map randomizer?
Yes, but only if you type the exec command after you start the skirmish (As in, you are already in the map)
When I consider Your heavens, the work of Your fingers, The moon and the stars, which You have ordained; What is man that You take thought of him, And the son of man that You care for him? (Psalms 8:3-4, NASB)
My Discord tag is @tdrr, and it's my preferred contact method. I also check PMs here from time to time.
I also have a Discord server for my projects.
My Discord tag is @tdrr, and it's my preferred contact method. I also check PMs here from time to time.
I also have a Discord server for my projects.
Re: deathmatch map randomizer?
i have tried this but it goes to map02 instead of the random map.