Posts: 17
Threads: 1
Joined: Jan 2012
Reputation:
0
02-27-2012, 15:19
(This post was last modified: 02-27-2012, 16:01 by NTB-Hobbit .)
Please add multiple dsr on my server run s&d, kc and dom.
EDIT:
Its ok. Its work if you edit the text in the sv_config.ini in this text:
Quote: [Yu]
dspl=default
// your dspl-file
dsr1 =sd_default
dsr2 =kc_default
dsr3 =dom_default
// your dsr-file
weights= 3, 2, 5, 3, 5, 2, 5, 3, 2, 5, 5, 3, 2, 3, 2, 5
// your map weights
xuids= xxxxxxxxxxxxxx, xxxxxxxxxxxxxxxx
// your admin GUIDs
Posts: 124
Threads: 6
Joined: Dec 2011
Reputation:
14
02-27-2012, 18:31
(This post was last modified: 03-03-2012, 06:41 by Yurio .)
OUTDATED
NEW VERSION IN THE FIRST POST
The new version for multiple dsr files:
Change the dsr line in sv_config.ini to the following:
dsr= <dsr1>, <dsr2>, ... , <dsrX>
An example:
dsr= CTF_default, DOM_default, HQ_default
Try it
Attached Files
YuMap.zip (Size: 3.49 KB / Downloads: 64)
Posts: 17
Threads: 1
Joined: Jan 2012
Reputation:
0
Wow, nice its work. Thank you !
Posts: 126
Threads: 13
Joined: Nov 2011
Reputation:
5
(02-27-2012, 18:31) Yurio Wrote: The new version for multiple dsr files:
Change the dsr line in sv_config.ini to the following:
dsr= <dsr1>, <dsr2>, ... , <dsrX>
An example:
dsr= CTF_default, DOM_default, HQ_default
Try it
maybe it's because my dsr's are custom dsr's but when i type:
(or whatever map) it still crashes my server.
it's still giving me names of maps that aren't in my dspl too
Posts: 124
Threads: 6
Joined: Dec 2011
Reputation:
14
02-28-2012, 07:28
(This post was last modified: 02-28-2012, 08:05 by Yurio .)
@
blueberry9
Have you corrected the sv_config.ini according to
this ?
If you want to exclude any map from the rotation, then in the line "weights" it should correspond to 0.
Any dsr file can be named anything. The files specified in the dsr string must be in the admin folder.
Posts: 6,052
Threads: 429
Joined: Oct 2010
missed this thread, great addon
Posts: 126
Threads: 13
Joined: Nov 2011
Reputation:
5
02-28-2012, 16:41
(This post was last modified: 02-28-2012, 17:24 by blueberry9 .)
(02-28-2012, 11:09) d0h! Wrote: missed this thread, great addon
you're right doh, this is great.
i'll get it to work soon i hope.
@Yurio, editing the map weights. yes, the dsr i'm using is in my admin directory
gonna try it again now
still crashes on the !nextmap <any map> command.
i'm using a dsr with 3 maps in it.
i changed the corresponding values of all the other maps to "0" but when i type !nextmap it still gives me the name of a map not in my dsr.
weird.
i really want this plugin to work.
the one thing that works is the !map command.
have to leave now.
i'll check this thread again later when i get back.
great job Yurio! i'm sure the problem must be on my end.
i attached the dspl and dsr i'm using on the server
Attached Files
dspl_dsr.rar (Size: 4.56 KB / Downloads: 34)
Posts: 124
Threads: 6
Joined: Dec 2011
Reputation:
14
@
blueberry9
In server.cfg:
seta sv_maprotation "default2"
In sv_config.ini:
[Yu]
dspl=default2
dsr=FFA_default
weights= 0, 0, 1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0
xuids=
your some GUID
Posts: 126
Threads: 13
Joined: Nov 2011
Reputation:
5
(02-28-2012, 19:12) Yurio Wrote: @blueberry9
In server.cfg:
seta sv_maprotation "default2"
In sv_config.ini:
[Yu]
dspl=default2
dsr=FFA_default
weights= 0, 0, 1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0
xuids= your some GUID
that's exactly what i have
Posts: 3
Threads: 0
Joined: Jan 2012
Reputation:
0
(02-27-2012, 18:31) Yurio Wrote: The new version for multiple dsr files:
Change the dsr line in sv_config.ini to the following:
dsr= <dsr1>, <dsr2>, ... , <dsrX>
An example:
dsr= CTF_default, DOM_default, HQ_default
Try it
Nice! ThankYou Yurio ! works for me..!
Just one question : how can i set next game type ?
(if we play SD and we want to set next game type to KC )
(added all dsr.)