CarbonCommunity / Carbon

Carbon is a self-updating, lightweight, intelligent mod loader for Rust utilizing the latest C# and Harmony for the best performance and stability possible, fully compatible with Oxide.
https://carbonmod.gg
GNU General Public License v3.0
70 stars 16 forks source link

"-carbon.rootdir" switch doesn`t working #62

Closed Xilo14 closed 1 year ago

Xilo14 commented 1 year ago

I renamed the carbon folder to carbon2. Now my startup script looks like this:

RustDedicated.exe -nographics -batchmode -logs -silent-crashes ^
                  -server.hostname "%name%" ^
                  -server.identity "%identity%" ^
                  -server.port %port% ^
                  -server.queryport %queryport% ^
                  -server.netlog ^
                  -server.saveinterval 400 ^
                  -rcon.port %rconPort% ^
                  -rcon.password "%rconPassword%" ^
                  -rcon.web true ^
                  -server.maxplayers 50 ^
                  -chat.serverlog 1 ^
                  -logfile "%identity%_log.txt" ^
                  -carbon.rootdir "D://path//to//carbon2//"

But when I try to start the server, all I have is an empty console output. Without any errors. All logs are also empty. I need this to run multiple server instances locally.

raulssorban commented 1 year ago

Try -carbon.rootdir "D:/path/to/carbon2" ^

raulssorban commented 1 year ago

Lemme know if that fixed it :)

Xilo14 commented 1 year ago

Try -carbon.rootdir "D:/path/to/carbon2" ^

It didn't help.

Lemme know if that fixed it :)

To fix the problem, you need to edit doorstop_config.ini: target_assembly = carbon2/managed/Carbon.Preloader.dll