Jump to content

Dateranoth

Administrator
  • Posts

    11,211
  • Joined

  • Last visited

Everything posted by Dateranoth

  1. It is suppose to. There was a bug. Should be fixed in the latest release. HTTPS://gmcd.me/conanutilrelease Sorry. I plan on changing how it looks for updates.
  2. @Murena You haven't done anything wrong. This is a bug. I will fix as soon as possible. For now try this in your INI DiscordBotUseTTS=False
  3. @comeollas Awesome! I will look and see if there is an issue with spaces in the path tonight. I didn't think there was, but I might have missed something.
  4. Try wrapping the directory in quotes. If that doesn't work you may need to move it for now move it to somewhere like C:\Conan I will look into the problem further. Also, you accidentally left your Webhook URL in the paste bin. You will want to delete your bot and create a new one. That link will allow anyone to use it. "C:\Users\gordos\Desktop\conan exiles server\steamapps\common\Conan Exiles Dedicated Server"
  5. Try wrapping the directory with quotes. i.e. "Directory\Conan exiles"
  6. It looks like it should be correct. I'm not sure why it's not working. Could you remove the passwords and post the entire INI. Use http://pastebin.com
  7. Notifications to multiple ( if desired ) Twitch Channels will be released next.
  8. V2.8.6 Released You can now use multiple restart codes and optionally specify users for logging. Also added the ability to obfuscate passwords in the log. Read the release notes for more information.
  9. V2.8 Released Added Discord Bot For Notification before Shutdown New Options UseDiscordBot Set to yes to notify Discord Channel before Server Restart DiscordWebHookURL This is your Webhook URL provided by discord. ( Instructions below for Desktop Application ) 1. Right Click on your server 2. Open Server Settings > Webhooks 3. Click Create Webhook 4. Select which Channel you want the bot to announce to (Important) 5. Under Webhook URL Click the Copy Button next to the URL 6. Paste the entire Webhook to the INI after DiscordWebHookURL= DiscordBotName This will override the Name you setup in your webhook. Leave Blank to use default. DiscordBotUseTTS Yes will make the bot announce with Text to Speech. No will turn off TTS DiscrodBotAvatarLink This is a fully qualified URL to an Image for the Bot Avatar. Will override default. Leave blank for default. DiscordBotTimeBeforeRestart Time in Minutes that the Bot will make the first announcement to the channel before Server Restart. The Bot will announce immediately upon restart time. Notifying how long users have based on the time you set. The bot will then announce 1 minute before the server restarts. Finally, the bot will announce exactly as the restart command is sent. Announcements will be sent for Daily Restarts and Update Restarts. Remote Restarts are considered Admin controlled and immediately restart the server without notice. [Use Discord Bot to Send Message Before Restart? yes/no] UseDiscordBot=yes DiscordWebHookURL=https://discordapp.com/api/webhooks/XXXXXXXXXXXXXXXXX/XXXXXXXX_XXXXX DiscordBotName=Conan Test Bot DiscordBotUseTTS=yes DiscordBotAvatarLink= DiscordBotTimeBeforeRestart=5
  10. https://gmcd.me/conanutilrelease V2.7.4 Beta Bugged. Release Removed
  11. Discord Bot for notifications will come next. Took me so long to get it, they will probably have RCON out by the time I finish. I'm about half way done integrating it now.
  12. V2.7.1 Release BUG FIX! This corrects MULTIHOME servers not starting.
  13. V2.7 Release This update is a major behind the scenes update. It adds considerably more logging, and changes the way the INI is handled. Now, it will check if there is missing variables and notify you if something is wrong with your INI. It will make a backup of your current INI, write all the variables that can be found from your current INI, and write the defaults of the variables it cannot find to a new INI. You will also be notified of what server you are closing when you exit, including the PID.
  14. V2.6 Release By Request! Set Server Name and Server Password using this utility. After the script creates a new INI, copy your settings in and then update these two fields to the settings you want. [Server Name] ServerName=Gamercide.com Test Server [Server Password] ServerPass=
  15. V2.5 Update Log Rotation is fully implemented and tested. Logs have been condensed to one file, and you can set how many to keep and how often to rotate. It is now also possible to set the update frequency higher than 59 minutes. V2.5 Release
  16. Hmm. I'll try to make the server name pass through the Command line again. Maybe it will work since some of the last updates were pushed.
  17. Thanks @Murena. Much appreciated! V2.4.1 Beta Release - Log Rotate Rotate of the logs this utility makes btw. Does not rotate Conan Logs. I have not tested this at all yet. So use at your own risk. Just wanted to get it out there for some brave soul to test for me if they are feeling nice! https://github.com/Dateranoth/ConanExilesServerUtility/releases/tag/2.4.1-beta In this release I have added the options to rotate the logs. It is currently only been compiled and not tested. Be sure to move your existing INI, allow this one to create a new one, and update the new INI New Options: [Rotate X Number of Logs every X hours? yes/no] logRotate=yes logQuantity=10 logHoursBetweenRotate=24 There is no limit to the quanity of log files or time between rotation. When the highest number of logs is reached it will deleted the highest number. The logs will be in the format of ConanServerUtility.logXX Finally, there was some modification to the way the check for updates is triggered. You can now enter a time from 5 minutes to however many minutes you wish.
  18. And just so I'm clear. You are making changes to this file : CONANSERVERDIR\ConanSandbox\Saved\Config\WindowsServer\Engine.ini and adding this to the above file doesn't work? [OnlineSubsystemSteam] ServerName=YOURSERVERNAME
  19. Try changing the permissions on the default engine file to allow only read access. Have you disabled validation?
  20. V2.4 - No major changes except some internal cleanup. I was driving myself crazy versioning through flat files. This grew a bit larger that I expected. All source and downloads have been moved to GitHub. Oh, I did compile 64bit binaries if anyone is interested in using them instead. V2.4 [Latest Releases] SOURCE ON GITHUB
  21. It could be flagging it for any number of reasons. It simulates key presses, it opens a port if you have remote restart on, etc. Best you you can do is report it as a false positive to them and add it to the ignore list. I never ran a virus check against it as I compiled it from source, but I see now there are some false flags. Virus Total Scan (4/57 detected it as a virus) https://goo.gl/k3jpMV The actual script is flagged as clean. If you don't trust it as an exe you can download AutoIT and compile as an a3x and run it that way. Or run the source directly.
  22. That's outside the scope of what this can do. It's mainly just automation. You want something like this: http://www.jffgaming.com/resources/cat-conan-admin-tool.5/
  23. I never could make the server name work through the command line. Are you changing the name in the default INI? The one under Saved should not change after a restart.
  24. V2.3.0.1 Update! BUG FIX RELEASE!!! This is to correct server not updating due to wrong expression match. V2.3.0.1 Downloads Complete Version 2.3.0.1 including Source Conan Server Utility V2.3.0.1 Conan Server Remote Restart Utility V2.3.0.1 Conan Server Utility V2.3.0.1 Source Conan Server Remote Restart Utility V2.3.0.1 Source V2.3.0.1 Server Utility Source:
  25. V2.3.0.0 Update! This release adds some features and corrects some possible issues. Enable or Disable Verification every time SteamCMD runs Check for update every 5 to 59 minutes Notification if INI file options don't match Notification if duplicate appmanifest detected. V2.3.0.0 Downloads Complete Version 2.3.0.0 including Source Conan Server Utility V2.3.0.0 Conan Server Remote Restart Utility V2.3.0.0 Conan Server Utility V2.3.0.0 Source Conan Server Remote Restart Utility V2.3.0.0 Source V2.3.0.0 Server Utility Source:
×
×
  • Create New...