Jump to content

Dateranoth

Administrator
  • Posts

    11,211
  • Joined

  • Last visited

Posts posted by Dateranoth

  1. You need to remove all of the other information. You must delete the entire line after =, including all of the below

     

     

     

     

     

     -NO TRAILING SLASH AND USE FULL URL FROM WEBHOOK URL ON DISCORD 

     

     

     If you are using notepad or word pad turn off word wrap. 

    Everything in the line after = should be deleted BEFORE you paste in the url.  

     

    So when you get done this is what you should see with nothing between the webhook setting and the botname setting.

     

      

     

     

     DiscordWebHookURL=https://discordapp.com/api/webhooks/123###

     

     DiscordBotName=MyBot

     

     

  2.  

     

     DiscordWebHookURL=https://discordapp.com/api/webhooks/***************************************

     

    In the above section delete everything after the =

     

    Paste your web hook after the =

     

    EXAMPLE:

     DiscordWebHookURL=https://discordapp.com/api/webhooks/583###

     

  3. Sorry I haven't been around to see this! Been a bit busy of late, but I'm glad you were able to update this to continue working with 7days to Die!  I'm not always on top of the posts, but if you need me, shoot me a Direct Message.

  4. 59 minutes ago, kackarot said:

    This utility is awesome. Just trying to figure out a few odds and ends. 

    -HotHour, Which one do I use. I assume you have multiple? I have tried to put a time in the first one and it did not restart.

    [Restart Server Daily? yes/no]
    RestartDaily=yes
    [Daily Restart Hours? 00-23]
    HotHour1=1100
    HotHour2=00
    HotHour3=00
    HotHour4=00
    HotHour5=00
    HotHour6=00

    -How do i keep it from restarting if I am messing with the settings? I am sure this is a easy fix.

    Remote Restart - http://IP:Port?KEY=user_pass] Is the IP the VM ip? or the server ip?

    Discord Bot is not working either, I copied the hook over correctly.

     

    UseDiscordBot=yes
    DiscordWebHookURL=https://discordapp.com/api/webhooks/452130791007322122/qnxPsghukEU0mbAGIWQpTqJYbk30BhVQAAaiiUDk7Vk--QuDy7M6jE9H4EOOTPmuKSbk
    DiscordBotName=Conan Exiles Discord Bot
    DiscordBotUseTTS=yes
    DiscordBotAvatarLink=
    DiscordBotTimeBeforeRestart=5

     

     

     

    The hour is in  HH format. If you want it to restart at 1100 only then set every hothour#=11

     

    There are two options. On the system tray right click the icon (looks like the favicon on this site. A grim reaper) and choose exit. It will ask if you want to shut the server down or exit. If you exit without closing the server you can make changes to the Utility INI without shutting the server down. It will remember which server was running and reattach when you open it. 

     

    If you choose close server it will gracefully shut down the server then exit. 

     

    Alternatively you you can pause it by clicking on the icon once. While the read X is flashing the script is paused. Right click and select to resume. 

     

    Remote restart KEY is just a secondary option to choose a different key to trigger restarts. Security through obscurity deal. 

     

    To use remote restart you would type the public facing IP:PORT then the rest of the string. So.

    If my server was at 34.76.109.5

    my remote restart settings were

    Restartport=5478

    key=restart

    restartpass=myrestartpass

    To restart remotely I would type this into a browser:

    http://34.76.109.5:5478?restart=myrestartpass

     

    The hook looks correct. It will only broadcast before it attempts to restart. Remote restart and manually closing will not broadcast. These are considered admin controlled so they immediately restart or close the server. 

  5. 3 hours ago, Renwmn said:

    I'm getting an error message with using the new version of the utility. 

    1tkarm.png

    I found the problem and fixed it. Stupidly didn't declare a variable if rcon was disabled. It's corrected in the latest version.

    https://github.com/Dateranoth/ConanExilesServerUtility/releases/latest

     

    I actually use to hang around the Admin Discord more, but I haven't been on there in a while.  You don't have to donate anything, but if you really want to you can help with our web hosting costs by donating directly to

    https://www.dreamhost.com/donate.cgi?id=16156

    or you can donate via paypal to donations@gamercide.org .

    Sorry for the bug!

  6.  

    3 hours ago, Renwmn said:


    While we were communicating a Conan update happened that I didn't catch. It looks like it worked!  I'm so sorry I wasted your time.  I'll send you the log.

    Ok. RCON support has been added. I wasn't able to directly test the messages because I don't have the game installed, but it should be sending the restart message to the users too.

     

    Latest Version

  7. The PM message is fine.  The discord webhook works directly through discord.  Just Create a new web hook. Name the bot what you want, select the channel, and save. Copy the Full webhook URL and paste it

    UseDiscordBot=yes
    
    DiscordWebHookURL=https://discordapp.com/api/webhooks/XXXXXX/XXXX

    Be sure to remove

    <- NO TRAILING SLASH AND USE FULL URL FROM WEBHOOK URL ON DISCORD

     

    I can't find anything wrong with the application or your settings for updating. Try this on your test server:

     

    Set the update interval to every 5 minutes

    Open the appmanifest_443030.acf and change the buildid to "12345" and save the file. Then wait and see if it triggers an update. 

     

    I think what happened, and I've seen this before, is they pushed the latest update as ready before it was actually out to all the servers.  So, the app found that there should have been an update available, but when steamcmd tried to get it the old file versions were still in place.

     

  8. 1 hour ago, Renwmn said:

    1.)  Yes, we are running multiple servers.  Not only Conan but also other games use that SteamCMD to update.  We've got a regular server and then a test server for Conan. Now that I think about it the update.bat files are specially named too.

    2.) No, that file does not appear to exist in the steamapps folder. I looked at the subfolders in there as well. 

    I am a little bit nervous right now too because instead of just setting up a fresh server I'm going to be cloning an existing server with player, clan, and item files and using your utility to manage. I'm not sure if I should set up the server with the utility from scratch and move over the saved file or apply it to an existing server.

    Thank you SO MUCH for your help!

     

    Glad to help. I need to check and make sure nothing was changed in the update process. It could be that I’m looking at the wrong version now that the game is released. 

    Can you remove any personal details and send me your INI? Also, can you send me the file above from your Conan server directory?

    You can run the app from an existing server, just be sure the INI is configured properly. It can make changes to Conan configs, but it backs everything up first. 

  9. 16 hours ago, Renwmn said:


    Insights on what might be wrong?   Also Battlemetrics added RCON support for Conan Exiles for those who use that tool.   With the amount of servers we have I don't know what I did without it!

    I have plans to see if I can integrate rcon messages into the utility at some point for server side notifications. 

    I haven’t been playing still, but I still try to support the utility.

    Are you running multiple servers on that PC? If so, are you using a shared steamcmd directory?

    Does this file exist in the steamcmd directory?

     \steamapps\appmanifest_443030.acf

    Also, if  \steamapps\appmanifest_443030.acf exists, could you send that file to me? Thanks

×
×
  • Create New...