Page 5 of 16 FirstFirst ... 3456715 ... LastLast
Results 41 to 50 of 155

Thread: Server Admins - Ingame Admin Tool

  1. #41
    SUWAROW's Avatar
    Join Date
    Dec 2018
    Location
    Russia, Moscow
    Posts
    174
    Quote Originally Posted by O'Rourke View Post
    Hi Suwarow,

    The last update to War of Rights changed those old commands. Use these instead:

    - Game.Gamemode.Areas
    - Game.Gamemode.ForceEndRound
    - Game.Gamemode.SetNextArea

    Et cetera...

    You must update your privileges.xml file to reflect these changes and then restart the server. Otherwise, your admin privileges will not work.

    [Source for this information]
    - The command "game.gamemode.areas" now works
    - "game.gamemode.setnextarea" - seems too
    - But the "game.gamemode.forceendround" is still not.
    Changing the next map stopped working in the admin panel when clicking on E
    previously wrote in the chat that next map is changed
    Here is the code for our privilege file:
    Code:
     </SteamIDs>
            <Commands bHasPrevious="true">
                <Command Name="Game.Gamemode.Areas"/>
                <Command Name="Game.Gamemode.ForceEndRound"/>
                <Command Name="Game.Gamemode.SetNextArea"/>
                <Command Name="kick"/>
                <Command Name="weather.stormfactor.setnewtarget"/>
                <Command Name="e_timeofday"/>
                <Command Name="sv_say"/>
                <Command Name="banuser"/>
                <Command Name="unbanuser"/>
                <Command Name="g_teamSizeMaxUserPercentageDifference"/>
                <Command Name="g_friendlyfireratio"/>
            </Commands>
        </Privilege>
    Last edited by SUWAROW; 03-09-2019 at 10:03 PM.

  2. #42
    SUWAROW's Avatar
    Join Date
    Dec 2018
    Location
    Russia, Moscow
    Posts
    174
    Thank you for help!

  3. #43
    Did this latest update change it again? My tool stopped working again.
    Check out my Long Shots | Trick Shots | Battles on: YouTube

  4. #44
    SUWAROW's Avatar
    Join Date
    Dec 2018
    Location
    Russia, Moscow
    Posts
    174
    Changing the map, ForсeEndRound and admin panel again do not work after the update. Does anyone know how to change the maps on their server now?

  5. #45
    SUWAROW's Avatar
    Join Date
    Dec 2018
    Location
    Russia, Moscow
    Posts
    174
    Thanks! Admin Panel is working now. It is a pity that such changes are not written to this thread immediately.

  6. #46
    I may sound like a moron, an I am sorry if I do but I just cant seem to get the admin tool to work.
    After uploading what I thought was the corrected Privileges file to Gportal I am only able to see the "Close" button when I hit the E key in my server.
    Can anyone help me out with this?

    Thanks!

  7. #47
    Quote Originally Posted by O'Rourke View Post
    Did you restart the server after uploading the file?

    You can paste the XML contents here if you want. It's not like there is anything "secret" about the contents.
    Yes I did, Here is the code I used.

    <Privileges>
    <Privilege Name="Moderator">
    <SteamIDs>
    <SteamID id="76561198011584225"/>
    </SteamIDs>
    <Commands>
    <Command Name="kick"/>
    <Command Name="weather.stormfactor.setnewtarget"/>
    <Command Name="e_timeofday"/>
    <Command Name="sv_say"/>
    </Commands>
    </Privilege>
    <Privilege Name="Administrator">
    <SteamIDs>
    <SteamID id="76561198011584225"/>
    </SteamIDs>
    <Commands bHasPrevious="true">
    <Command Name="banuser"/>
    <Command Name="unbanuser"/>
    <Command Name="game.skirmish.setnextarea"/>
    <Command Name="game.skirmish.forceendround"/>
    </Commands>
    </Privilege>
    <Privilege Name="Senior Administrator">
    <SteamIDs>
    <SteamID id="76561198011584225"/> <!-- 1st. Lt. Grim -->
    </SteamIDs>
    <Commands bHasPrevious="true">
    <Command Name="g_teamSizeMaxUserPercentageDifference"/>
    </Commands>
    </Privilege>
    <Privilege Name="Custom Privilege Rank">
    <SteamIDs>

    </SteamIDs>
    <Commands bHasPrevious="true">

    </Commands>
    </Privilege>
    </Privileges>
    Last edited by Grimtastic; 03-17-2019 at 04:00 PM.

  8. #48
    WoR-Dev TrustyJam's Avatar
    Join Date
    Jan 2013
    Location
    Denmark
    Posts
    5,133
    Quote Originally Posted by Grimtastic View Post
    I may sound like a moron, an I am sorry if I do but I just cant seem to get the admin tool to work.
    After uploading what I thought was the corrected Privileges file to Gportal I am only able to see the "Close" button when I hit the E key in my server.
    Can anyone help me out with this?

    Thanks!
    Hi there!

    You've set your server up correctly then - sometimes the admin panel bugs out and only shows the "Close" button. Keep pressing E a few more times and you will eventually get the entire admin panel shown.

    - Trusty

  9. #49
    I'll give that a try! Thanks Trusty!

  10. #50
    Quote Originally Posted by Grimtastic View Post
    I'll give that a try! Thanks Trusty!
    It worked! I needed to type in a admin command first but after that the console started working correctly.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •