How can i host a server?

Started by skrakoll, October 23, 2018, 04:57:02 AM

skrakoll

it┬┤s all said in the subject so... could someone help me?

ai_enabled

Hello!
It's a bit complicated if you're not familiar with CMD/PowerShell.
There is an official wiki if you want to try it http://wiki.atomictorch.com/CryoFall/Server/Setup

Regards!

skrakoll

that┬┤s what i┬┤m doing but... look:

PS C:\Users\usuario\AppData\Local\AtomicTorchStudio\Launcher\Games\CryoFall\Binaries\Server> .\CryoFall_Server.dll loadO
rNew
Error al ejecutar el programa 'CryoFall_Server.dll': No hay ninguna aplicaci├│n asociada con el archivo especificado
para esta operaciónEn línea: 1 Carácter: 1
+ .\CryoFall_Server.dll loadOrNew
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~.
En línea: 1 Carácter: 1
+ .\CryoFall_Server.dll loadOrNew
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : ResourceUnavailable: (:) [], ApplicationFailedException
    + FullyQualifiedErrorId : NativeCommandFailed

PS C:\Users\usuario\AppData\Local\AtomicTorchStudio\Launcher\Games\CryoFall\Binaries\Server>

I┬┤m doing exactly the same as the guide say but not work.

skrakoll

here in english:


Failed to run the program 'CryoFall_Server.dll': There is no application associated with the specified file
for this operation

ai_enabled

The command is "dotnet".
You just need to supply the path to the DLL file and it will execute it.
You've attempted to execute DLL as is (without dotnet) so it didn't work.
Please see again how to run CryoFall_Server.dll with dotnet in wiki page.

skrakoll