Jump to content

Govic

Members
  • Posts

    16
  • Joined

  • Last visited

Govic's Achievements

Refugee

Refugee (1/15)

0

Reputation

  1. Govic

    Server Tools

    Okay i was playing around and working with visual studio, but i still was unable to find the location where the servertoolsconfig.xml is generated from. I would like to add my automatic restart as something that can be enabled/disabled. Does it generate the config based on the files it has and i dont need to do anything? Also it is the .sln that i should have open correct, and when i get it to the stage to try it i build it?
  2. Govic

    Server Tools

    In addition to my request of a scheduled shutdown command a user of my server has brought to my attention that a vote kick feature would be extremely valuable. Would this be hard to implement?
  3. Govic

    Server Tools

    I appreciate the work you did, but I was wanting a feature to automate this shutdown command like the auto save command that Auto saves the world every x amount of minutes adjustable via config. That was what I was trying to create although the ability to shutdown via chat is also helpful.
  4. Govic

    Server Tools

    Also how do I go about compiling these files into the final format?
  5. Govic

    Server Tools

    Yea, so i took the save world command that runs automatically and modified it to be a shutdown one. I'm having trouble locating the servertoolsconfig.xml, but I managed to find Servertools.csproj and added a line below <Compile Include="src\AutoSaveWorld\AutoSaveWorld.cs" /> as <Compile Include="src\AutoRestart\AutoRestart.cs" /> Is this the file you were refering to? Also are the config files generated from the .cs files from within the src folder or is that something else I need to change?
  6. Govic

    Server Tools

    Isn't hook.cs for chat commands ingame like /help? If so do i need to add it there if I want it to be automated like the save world command or do I it to loadconfig.es like you also said?
  7. Govic

    Server Tools

    So I think I have my code right? How would I go about adding it to the game? http://pastebin.com/c7j0mwd1
  8. Govic

    Server Tools

    Here is what I attempted to make with the provided source code and my limited coding experience. I am sure there are errors as I tried to modify the save world code to make it work. http://pastebin.com/JXjPfNbE
  9. Govic

    Server Tools

    I believe this has all of those except the shop
  10. Govic

    Server Tools

    Right, i have a cron job that does that on my Linux server. I am requesting this as currently CBSM is not working for me so I have turned to this and i feel this feature would help many others too.
  11. Govic

    Server Tools

    Every thought of adding a restarting feature that gives warning then runs shutdown?
×
×
  • Create New...