-
Posts
163 -
Joined
-
Last visited
-
Days Won
6
Content Type
Profiles
Forums
Events
Downloads
Posts posted by sparky81
-
-
anyone got a issue with maps not showing ingame? after update the maps have stopped working even if i host the files on a web server?
0 -
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.
0 -
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.
0 -
coz clients don't always want to do a full server restart when updating things in the whitelist. and bec is funny sometimes bec needs to be restarted on some updates hence clients restart just bec
0 -
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.
0 -
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.
0 -
taskkill is working with my updated info. will upload new cfg
0 -
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
0 -
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
0 -
I will test too. See if i can add or see any problems. same as numpty ill reupload updated cfg.
0 -
i have a working config
0 -
I do contact me.
0 -
This page isn’t working clientforums.tcadmin.com is currently unable to handle this request.
HTTP ERROR 500
0 -
Wont let me send it you can you pm me ur email
0 -
ok pal thanks so much ill send it you in pm
0 -
thanks numpty
but i did remove BEC out of it now. Would be ace if you can help me get it working have lots of clients asking for it lol
0 -
yeh i tried that but is for some reason crashed the whole server
0 -
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
0 -
Has anyone got a Config for this ?
0 -
i have the config and it works fine. iv got client servers running with this config. check your setup.
0 -
automods still now working for windows? cant get it start up with mods
any help please guys
0 -
Has anyone got a Space Engineers windows config i can buy or have. Not the one on here as i have this one already.
Thanks.
0 -
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?????
0 -
this guy was ace 2 min job and got it working thank you sireb
0
Need Config - Atlas
in Game Config Files
Posted
not many ppl will share that said config as alot goes into making one. Its not hard to get a working config. Everything has been said in the setup doc's by atlas alls you have to do is implement it into TCAdmin. And most of that setup has also been explained here https://clientforums.tcadmin.com/showthread.php?t=12931 even by me. I don't mind helping you get a working config for yourself.