ManiaPlanet 3.1 Server 2014-07-11

Moderator: NADEO

HaagseSmurf
Posts: 2291
Joined: 13 Apr 2011, 19:46
Contact:

Re: ManiaPlanet 3.1 Server 2014-07-11

Post by HaagseSmurf »

Hi,

Adding a map http://tm.mania-exchange.com/tracks/view/67437
on the latest dedicated (2014-07-11) with items or objects is giving the following errors:

Code: Select all

[2014/07/11 21:28:51] ...ERROR: Load failed: 
Missing Textures (map contains embedded items which are not compatible with this title):
\Canyon\Media\Texture\Dirt_D.Texture.gbx
\Canyon\Media\Texture\Dirt_S.Texture.gbx
\Canyon\Media\Texture\Dirt_N.Texture.Gbx
\Canyon\Media\Texture\Dirt_X2.Texture.gbx
\Canyon\Media\Texture\Dirt_HX2.Texture.gbx
Note: it works correctly in solo mode and ingame servers without having the item itself installed on my pc !
Worked for others as well on a ingame server (invited some buddys)

If it would work on a dedicated it would be awesome!!!

Greetz,
HaagseSmurf

Check Smurfen.net and / or Smurfen.nu for all info.
You can also like our facebookpage at FaceBook Smurfen.net.
Or just visit
our Smurfen.net Canyon servers,
the Smurfen.net Valley and Royalserver.
User avatar
weerwolf
Posts: 603
Joined: 15 Jun 2010, 21:21
Location: Wijchen, Netherlands
Contact:

Re: ManiaPlanet 3.1 Server 2014-07-11

Post by weerwolf »

i really really really really would like to see very quick the option

Code: Select all

<callvote_ratios>
<voteratio command="Settings" ratio="-1"/> <!-- commands can be "Ban", "Kick", "RestartMap", "NextMap", ... -->
</callvote_ratios>
in the dedicated
User avatar
steeffeen
Translator
Translator
Posts: 2463
Joined: 14 Oct 2012, 16:22
Location: Germany

Re: ManiaPlanet 3.1 Server 2014-07-11

Post by steeffeen »

weerwolf wrote:

Code: Select all

<callvote_ratios>
<voteratio command="Settings" ratio="-1"/> <!-- commands can be "Ban", "Kick", "RestartMap", "NextMap", ... -->
</callvote_ratios>
please see http://forum.maniaplanet.com/viewtopic. ... 3&p=140095 for the correct command name

but i would also like to have all possible commands listed there (or at least in an official post or the documentation)
after all there are only a few of them and not hundreds
-> http://forum.maniaplanet.com/viewtopic. ... 61&t=19640
    Game Mode and Title Pack Creator, Developer, ShootMania-Player & more

    ManiaControl, FancyManiaLinks
    User avatar
    weerwolf
    Posts: 603
    Joined: 15 Jun 2010, 21:21
    Location: Wijchen, Netherlands
    Contact:

    Re: ManiaPlanet 3.1 Server 2014-07-11

    Post by weerwolf »

    *** how could i miss that topic. Thanks Steeffeen !
    Akbalder
    Posts: 1059
    Joined: 15 Jun 2010, 11:00
    Contact:

    Re: ManiaPlanet 3.1 Server 2014-07-11

    Post by Akbalder »

    Does "SetModeScriptSettingsAndCommands" really work?
    For me, the votes to change gamemode settings are always available. :?
    I tried by :
    - adding <voteratio command="SetModeScriptSettingsAndCommands" ratio="-1"/> in the dedicated file
    - setting "Set script settings" to -1 with the Dedicated Manager website
    User avatar
    undef.de
    Posts: 2095
    Joined: 06 Apr 2011, 21:57
    Location: Germany, North Sea Coast
    Contact:

    Re: ManiaPlanet 3.1 Server 2014-07-11

    Post by undef.de »

    "TeamAttack.Script.txt" identifies himself as "TimeAttack.Script.txt":

    Code: Select all

    /**
     *	TeamAttack mode
     */
    
    #Extends "Modes/TrackMania/ModeBase.Script.txt"
    
    #Const	CompatibleMapTypes	"Race"
    #Const	Version		"2014-07-02"
    #Const	ScriptName	"TimeAttack.Script.txt"
    
    Developer of UASECO, a controller with support of the Modescript Gamemodes for TM².
    Visit the official website for more: UASECO.org


    Developer of various plugins for XAseco/XAseco2 and MPAseco, visit my lab: www.undef.name

    You like what I do? Then award a ManiaStar.
    TheBigG.
    Posts: 401
    Joined: 11 Jun 2011, 16:11

    Re: ManiaPlanet 3.1 Server 2014-07-11

    Post by TheBigG. »

    I noticed that the performance of the server is now worse than before, we now hit with 120 players around 80% cpu load on one core, two weaks ago we had on one core 65% with 160 players.

    was there some change at the dediserver that could cause that with the last updates?

    cpu is intel e3-1270v3

    thanks for info

    edit: even with 70 players we are still at 75% load
    Client:
    OS: Win10/Debian CPU: Intel 9900k GPU: NVIDIA 1080TI Display: 3x Acer Predator XB271HUbmiprz 1440p@165 Hz

    Server:
    OS: Debian Stable @ Backports Kernel CPU: Intel 6700k RAM: 32 GB Storage: 2x 256 GB NVMe SSD@Raid 1
    User avatar
    undef.de
    Posts: 2095
    Joined: 06 Apr 2011, 21:57
    Location: Germany, North Sea Coast
    Contact:

    Re: ManiaPlanet 3.1 Server 2014-07-11

    Post by undef.de »

    If i set "S_WarmUpDuration" to "1" with TimeAttack.Script.txt at TMCanyon then "LibXmlRpc_BeginWarmUp" and "LibXmlRpc_EndWarmUp" are not send.

    With Rounds.Script.txt the "LibXmlRpc_BeginWarmUp" and "LibXmlRpc_EndWarmUp" are sent as expected.

    I guess that this happen in TMStadium and TMValley too, but i didn't checked this yet.


    And just wanna note that this isn't fixed too:
    SetScriptName and GetScriptName problems
    Developer of UASECO, a controller with support of the Modescript Gamemodes for TM².
    Visit the official website for more: UASECO.org


    Developer of various plugins for XAseco/XAseco2 and MPAseco, visit my lab: www.undef.name

    You like what I do? Then award a ManiaStar.
    User avatar
    Eole
    Nadeo
    Nadeo
    Posts: 1265
    Joined: 26 Apr 2011, 21:08

    Re: ManiaPlanet 3.1 Server 2014-07-11

    Post by Eole »

    undef.de wrote:"TeamAttack.Script.txt" identifies himself as "TimeAttack.Script.txt"
    Fixed.
    undef.de wrote:If i set "S_WarmUpDuration" to "1" with TimeAttack.Script.txt at TMCanyon then "LibXmlRpc_BeginWarmUp" and "LibXmlRpc_EndWarmUp" are not send.
    Fixed.
    Contribute to the ManiaPlanet documentation on GitHub
    A question about ManiaScript? Ask it here!
    User avatar
    xbx
    Nadeo
    Nadeo
    Posts: 1289
    Joined: 14 Jun 2010, 17:35

    Re: ManiaPlanet 3.1 Server 2014-07-11

    Post by xbx »

    HaagseSmurf wrote:Hi,

    Adding a map http://tm.mania-exchange.com/tracks/view/67437
    on the latest dedicated (2014-07-11) with items or objects is giving the following errors:

    Code: Select all

    [2014/07/11 21:28:51] ...ERROR: Load failed: 
    Missing Textures (map contains embedded items which are not compatible with this title):
    \Canyon\Media\Texture\Dirt_D.Texture.gbx
    \Canyon\Media\Texture\Dirt_S.Texture.gbx
    \Canyon\Media\Texture\Dirt_N.Texture.Gbx
    \Canyon\Media\Texture\Dirt_X2.Texture.gbx
    \Canyon\Media\Texture\Dirt_HX2.Texture.gbx
    
    Note: it works correctly in solo mode and ingame servers without having the item itself installed on my pc !
    Worked for others as well on a ingame server (invited some buddys)

    If it would work on a dedicated it would be awesome!!!

    Greetz,

    ahah. some overzealous last minute error message that is just wrong on the dedicated serveur.
    fixed in nex version.
    Post Reply

    Return to “Dedicated Server”

    Who is online

    Users browsing this forum: No registered users and 1 guest