Hajimoto

Member
  • Content count

    5
  • Donations

    0.00 EUR 
  • Joined

  • Last visited

Community Reputation

0 Neutral

About Hajimoto

  • Rank
    Bambi

Personal Information

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. Hajimoto

    Restart Script

    Has anyone successfully implemented this script? If so could you please walk me through the steps to implement as BEC is not working with my hosting company and the exile_server_config/config.cpp handles the announcements but not the restart Is it possible to have the exile_server_config/config.cpp to call an RCon #shutdown? that would be very convenient. Lastly, is there a way to alter the exile_server_config/config.cpp announcment message? Thank you
  2. I have the following entry in my exile_server_config/config.cpp: useRestartMessages = 1; restartWarrningTime[] = {180,175,120,60,30,15,10,5,3,2,1}; //is there supposed to be two (2) R's in "Warrning"? restartTimer[] = {3, 0}; but at no point do I see any messages. I deliberately put the 175 minute announcement in so that I could see the message at 10mins of the server running. Is there a place where I can make my own custom language for the server announcements to support the restartWarrningTime[] = {180,170,120,60,30,15,10,5,3,2,1}; call? Because of the instability of BEC I have chosen to try and use the EXILE equivalent found in confif.cpp. What am I missing? Any help is appreciated