Jump to content

sparky81

Member
  • Posts

    163
  • Joined

  • Last visited

  • Days Won

    6

Posts posted by sparky81

  1. I have redis and atlas all working fine. Just rename the redis to the service ID use a start and stop script for redis.

     

    Rename....

     

    @echo off

    cd "%ThisService_WorkingDirectory%\AtlasTools\RedisDatabase"

    ren redis-server.exe redis-server-%ThisService_ServiceId%.exe

     

    Start.....

     

    @echo off

    cd "AtlasTools\RedisDatabase"

    start redis-server-%ThisService_ServiceId%.exe ./redis.conf

     

    Stop.....

     

    taskkill /F /IM redis-server-%ThisService_ServiceId%.exe

     

    All this has been said by other people. But no ones given the scripts. Hope it helps you guys.

  2. I'm getting close to a working config. There are quite a few aspects to it unlike any other games I've done. You will need to make your own map in order to get the server started as one is not generated nor included with the server files.

     

    As Crunkinshoe said you have to make the maps for the server in order to get the server up. Can confirm the server files work with the right setup.

  3. first you need to rename BEC with after created...

     

    @echo off

    set BEC_LOCATION="%ThisService_WorkingDirectory%\BEC"

    cd "%BEC_LOCATION%"

    ren BEC.exe BEC_%ThisService_ServiceId%.exe

     

    then make a new script for after started with...

     

    @echo off

    set BEC_LOCATION="%ThisService_WorkingDirectory%\BEC"

    cd "%BEC_LOCATION%"

    start BEC_%ThisService_ServiceId%.exe -f config.cfg --dsc

     

    and for restart BEC have this...

     

    @echo off

    taskkill /F /IM BEC_%ThisService_ServiceId%.exe

    set BEC_LOCATION="%ThisService_WorkingDirectory%\BEC"

    cd "%BEC_LOCATION%"

    start BEC_%ThisService_ServiceId%.exe -f config.cfg --dsc

     

    Hope this helps guys its how i have it in my cfg's and they don't let me down.

  4. first you need to rename BEC with after created...

     

    @echo off

    set BEC_LOCATION="%ThisService_WorkingDirectory%\BEC"

    cd "%BEC_LOCATION%"

    ren BEC.exe BEC_%ThisService_ServiceId%.exe

     

    then make a new script for after started with...

     

    @echo off

    set BEC_LOCATION="%ThisService_WorkingDirectory%\BEC"

    cd "%BEC_LOCATION%"

    start BEC_%ThisService_ServiceId%.exe -f config.cfg --dsc

     

    and for restart BEC have this...

     

    @echo off

    taskkill /F /IM BEC_%ThisService_ServiceId%.exe

    set BEC_LOCATION="%ThisService_WorkingDirectory%\BEC"

    cd "%BEC_LOCATION%"

    start BEC_%ThisService_ServiceId%.exe -f config.cfg --dsc

     

    Hope this helps guys its how i have it in my cfg's and they don't let me down.

  5. A good few things have changed in this game for dedicated servers you have to bind the ip with -sv_bind CHANGE-IP. starting ports..

     

    Game Port: 64087

    Query Port: 64089

    RCon Port: 64092

     

    Query Port Expression: $[service.GamePort] + 2

    RCon Port Expression: $[service.GamePort] + 5

     

    Now i just need to work out the Query and RCON Protocols

  6. For some reason the taskkill script now not working. Miscreated.exe is in tasklist and when server stops it is not processing script to kill.

     

    Taskkill /F /IM MiscreatedServer.exe is processed on Run after stopped

     

    Any thoughts.

     

    I would rename the exe and then use that taskkill to stop the exe :) I'm having a problem in even getting the server to start up grrr

  7. Hi guys. So iv managed to setup whitelisting for Dayz. but have a problem restarting the script. What is the right code i need to use to kill the script for that said service. So it shuts down the exe for a restart on it?

     

    Thanks so much

  8. Order Accept Encountered Problems

    System.ArgumentNullException: A value for voice_datacenter is required. Parameter name: voice_datacenter at Web.GameHosting.billingapi.xc9f5c0c708acbff6() at Web.GameHosting.billingapi.Page_Load(Object sender, EventArgs e)

     

    This is a error on a new order. was working just fine yesterday and now i get this error please help?????

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. Terms of Use