Jak3z Posted September 16, 2017 Share Posted September 16, 2017 I'm currently setting up my small machine with TCAdmin and i happen to get stuck on making stuff like SESE and Torch (Space Engineers) work as they both use Custom Executables. I was wondering, is there any way to change the Executable File on Service Settings when you install it to match the one from the Custom Mod (For example, Torch as it runs outside the DedicatedServer64 folder)? Any help is more than welcome as i'm currently super tangled and i'm kinda new to TCAdmin itself. Link to comment Share on other sites More sharing options...
Dennis Posted September 19, 2017 Share Posted September 19, 2017 Modify this Python script to fit your needs: ThisService.Executable = "/path/to/executable" ThisService.Save(); Link to comment Share on other sites More sharing options...
Polychrome Posted September 19, 2017 Share Posted September 19, 2017 We ran into the same issue over here and the folks at TCAdmin suggested: ThisService.Executable = ThisService.RootDirectory + "Path to the .exe" ThisService.Save() ThisService.Configure() Link to comment Share on other sites More sharing options...
Dennis Posted September 19, 2017 Share Posted September 19, 2017 What does ThisService.Configure() do? Just curious. Link to comment Share on other sites More sharing options...
Polychrome Posted September 19, 2017 Share Posted September 19, 2017 What does ThisService.Configure() do? Just curious. I'm not entirely sure to be honest, it was suggested by Luis if i remember correctly. As the Wiki doesn't have much content or it doesn't go as in-depth as i'd like, it's kinda hard to know. Link to comment Share on other sites More sharing options...
BRIT Posted September 19, 2017 Share Posted September 19, 2017 Why don't you just use "-console" in the launch parameters? This includes space engineers, it basically does not open the console window and skips the setup and reads the config file instead.... Link to comment Share on other sites More sharing options...
BRIT Posted September 19, 2017 Share Posted September 19, 2017 Method 1 Also with torch, just set it up as a game xml and install as a game service and you don't have to mess with stupid scripts. Method 2 Just extract torch into the DedicatedServer64 game folder and run it from that folder. Link to comment Share on other sites More sharing options...
Polychrome Posted September 19, 2017 Share Posted September 19, 2017 Method 1 Also with torch, just set it up as a game xml and install as a game service and you don't have to mess with stupid scripts. Method 2 Just extract torch into the DedicatedServer64 game folder and run it from that folder. He must not be wanting Method 2 because Torch needs to be run outside of the DedicatedServer64 folder otherwise it will duplicate the path resulting in \DedicatedServer64\DedicatedServer64\ (It's hardcoded into Torch i think) and i guess Method 1 would be unnecessary if you have the Mod Manager and the Custom Scripts to sort it out. Link to comment Share on other sites More sharing options...
BRIT Posted September 19, 2017 Share Posted September 19, 2017 He must not be wanting Method 2 because Torch needs to be run outside of the DedicatedServer64 folder otherwise it will duplicate the path resulting in \DedicatedServer64\DedicatedServer64\ (It's hardcoded into Torch i think) and i guess Method 1 would be unnecessary if you have the Mod Manager and the Custom Scripts to sort it out. It states on there GitHub page that is CAN be run via DedicatedServer64 folder and i have been testing Torch through TCAdmin and it works fine and method 1 you can just disable the mod manager. Link to comment Share on other sites More sharing options...
BRIT Posted September 19, 2017 Share Posted September 19, 2017 You are making something easy to be hard. Link to comment Share on other sites More sharing options...
Sipowicz Posted February 26, 2019 Share Posted February 26, 2019 (edited) Forgive me for the thread necro... But how are we launching torch through TCAdmin? EDIT: I can launch Torch.Server.exe, but that's it. It wont start the server or do anything else Obviously. From what I can tell Torch was not written to do so. Are there some tricks to getting torch to run in the service environment? Edited February 26, 2019 by Sipowicz Link to comment Share on other sites More sharing options...
Shreeden Posted February 26, 2019 Share Posted February 26, 2019 Torch will autostart a server. You have to set it in one of the config files for torch. I can't remember where, but that's how I have mine running. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now