• 13 Vote(s) - 4.15 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[Release] Yurio Map Plugin
#11
so... when i type !nextmap
he give me a reply like dome (for ex) but is not true ... if i wait to the end of the game will not change it to dome.
then when i type !nextmap mission (for ex) it crashes the server.

Nukem server addon Version 1.266
Bonemind's ingame RCON v0.7.0 BETA
Yurio Map Plugin v1.0
Server timed messages PLUGIN.

  Reply
#12
Hi, would this work for an infection server as well? I have multiple dsr files that I use, so the classes switch every map. How would I set that up in the config?
  Reply
#13
All crashes can be caused by just that:

Quote:add to sv_config.ini the next lines:

Code:
[Yu]
dspl=default
// your dspl-file
dsr=FFA_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= 10354982b, 10498f812, 1023b7f4c
// your admin GUIDs

Check your sv_config.ini. Notice the line "weights" - this line must contain 16 integers separated by spaces and/or commas.



Multiple dsr? I'll try later.



Post was updated according to the first post Wink
  Reply
#14
(02-26-2012, 21:55)Yurio Wrote: All crashes can be caused by just that:

Quote:add to sv_config.ini the next lines:

Code:
[Yu]
dspl=default // your dspl-file
dsr=FFA_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= 10354982b, 10498f812, 1023b7f4c // your admin GUIDs

Check your sv_config.ini. Notice the line "weights" - this line must contain 16 integers separated by spaces and/or commas.



Multiple dsr? I'll try later.

k Yurio, let me try that now...
still crashes the server.
i made sure the lines of config text in the sv_config were correct
[Image: c2ship5_sig.png]
  Reply
#15
<del>
  Reply
#16
Crash if use Ingame RCON tool.
  Reply
#17
I tested the plugin 5min but for me it was ok All commands work.

My sv_config:
///EDIT
@DOWN
Tomorrow we will see when they are players on my servers Smile
[Image: b_560_95_1.png]
  Reply
#18
now work, but after few min server close without any error or msg :/
  Reply
#19
thnks yurio for this useful plugin but I think it's necessary to release new version because when I wrote for ex. !nextmap carbon it crash
list of my plugins

Version 1.266
Ban fixer loaded
ohai. Rules v2 loaded
Bonemind's ingame RCON v0.7.0 BETA loaded
Yurio Map Plugin v1.0 loaded
Server timed messages successfully loaded!

sv_config.ini
Quote:[SERVER]
Ranked=0
//Control if the server is ranked or not by default [0-1]
TimedMessages=1
//Enable or disable timed messages [0-1]
SpecsFix=1
//Disable the CPU/Bandwidth check [0-1]

[LOG]
ConsoleLog=1
//Enable logging to the 'console.log' file [0-1]

[SCRIPT]
Enabled=0
//Enable the server script [0-1]
Script=example.script
//Server script to run

[DEBUG]
ExceptionLogging=1
//Enable logging of crashes [Turn off to prevent false detections] [0-1]

[UPDATER]
Enable=1
//Enable checking for updates [0-1]

[RULES]
pm=yes

[DVARS]
//Force dvars when client connects
forceClientDvars=clientsideeffects "0",r_normalmap "Flat",cg_fov "80",cg_scoreboardpingtext "1",cl_maxpackets "100",snaps "30",r_distortion "0",dynent_active "0",waypointiconheight "13",waypointiconwidth "13",compassobjectivewidth "16",compassobjectiveheight "16",r_fog "0",r_dlightlimit "0",fx_drawclouds "0",com_maxfps "100",cg_scoreboarditemheight "14",cg_scoreboardBannerHeight "20"
//Allow People to change maxfps to 0
AllowFPSUnlock=0
//Enable Throwback of grenades, throwing knifes
ThrowbackEnabled=0
//Enable map sentries (Ex. Chopper Bakaara)
SentryEnabled=0

[Yu]
dspl=default // your dspl-file
dsr=SD // your dsr-file
weights= 3, 2, 5, 3, 5, 2, 5, 3, 2, 5, 5, 3, 2, 3, 2, 5 // your map weights
xuids= 0110000103584543,01100001058cc529,0110000105b8dc8d,0110000104e722c7,011000010579d47b,01100001057e2c41 // your admin GUIDs

[ServerAdmin]
//enables built in permissions, values: true or false
usepermissions=true
//the number of warnings before someone gets kicked
kickwarnings=3
//enable or disable the language filter
useLangFilter=true
//how long it takes in hours before a players warnings are cleared
warningTTL=12
//set if the rules commands should be pmed to the user, or to all the server
pmrules=true
//Handles if a player should be tempbanned after a maxwarnings kick
warningtempban=false
//The message displayed when a player is kicked
kickmessage = <playername> has been kicked for <reason>
//The message displayed when a player is banned
banmessage = <playername> has been banned
//The message displayed when a player connects
connectmessage = ^7<playername> ^3khosh ^6Umadi
//The message displayed when a player is tempbanned
tmpbanmessage = <playername> has been tempbanned for <reason>

[Permission]
Usergroups=Admin,Moderator,User
Admin_xuids=0110000103584543,01100001058cc529,0110000105b8dc8d,0110000104e722c7,011000010579d47b,01100001057e2c41
Admin_commands=*ALL*,!rules,!map,!nextmap
Moderator_xuids=xuid1,xuid2,xuid3
Moderator_commands=!help,!getxuid,!gettype
User_commands=!help,!getxuid,!gettype,!rules,!ping
User_xuids=*EVERYONE*
  Reply
#20



An error was detected in the description Blush Blush Blush:

Quote:
  • add to sv_config.ini the next lines:

    [Yu]
    dspl=default // your dspl-file
    dsr=FFA_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= 10354982b, 10498f812, 1023b7f4c // your admin GUIDs

MUST BE:

Quote:
  • add to sv_config.ini the next lines:

    [Yu]
    dspl=default
    // your dspl-file
    dsr=FFA_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= 10354982b, 10498f812, 1023b7f4c
    // your admin GUIDs



Red lines are not necessary.
The first post was updated.
  Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
Wink Plugin with !ban !kick and !tampban clemi555 3 3,889 11-09-2013, 09:21
Last Post: clemi555
  AntiNoScope Plugin clemi555 5 4,345 11-08-2013, 19:13
Last Post: clemi555
  [Release] Bunker Plugin 1.3 archit 68 38,178 10-30-2013, 11:59
Last Post: clacki
  Help Modifying plugin maverigh 5 5,246 10-19-2013, 10:29
Last Post: Nekochan
Shocked [Request] Switch plugin axel-le-meilleur 6 4,612 10-19-2013, 06:59
Last Post: iRoNinja
Brick [Release] v1.1 ChangeMap/NextMap Plugin without any configuration milchshake 23 17,350 09-23-2013, 13:18
Last Post: SgtLegend
  Help !say Plugin (like the !say from GodPlugin) Hallla 0 2,525 09-13-2013, 09:31
Last Post: Hallla
Rainbow [Release] MW3: Random Weapon Plugin V1 Nekochan 50 30,329 09-11-2013, 15:11
Last Post: EnVi Sweden Rocks
  Search Plugin Fluid Killcam N3xT_974 1 2,842 09-10-2013, 20:27
Last Post: Nekochan
  [Release] AntiCamp Plugin zxz0O0 34 27,575 09-07-2013, 22:34
Last Post: axel-le-meilleur

Forum Jump:


Users browsing this thread: 2 Guest(s)