Solved Installing Oxide on local server?
Discussion in 'Rust Discussion' started by FR-DarkRod, Feb 16, 2018.
-
Attached Files:
-
-
Wulf Community Admin
Download > extract zip > overwrite files in server install.
-
oxide-rust.zip is weird
no tutorial , no json file for config , no readme -
Wulf Community Admin
So the only steps needed to install Oxide are those mentioned previously. -
my start.bat contain steamcmd + rustdedicated.exe -
Wulf Community Admin
-
thanks but i follow your 1st step and ... nothing :/ my server is always in "community" not "modded"
Attached Files:
-
-
Wulf Community Admin
-
My Logs :
Code:Generating terrain of size 4000 with seed 236252584 Floating point textures aren't supported on this device (Main Camera (UnityStandardAssets.CinematicEffects.TonemappingColorGrading)) [AmplifyOcclusion] Null graphics device detected. Skipping effect silently. WebSocket RCon Started on 28016 [1.0s] Loading World [4.2s] Spawning World [0.3s] Terrain Mesh [1.2s] Wire Meshes [1.6s] Procedural Generation Starting Navmesh Source Collecting. Calling CollectSourcesAsync took 9.828561 Starting Navmesh Build with 50161 sources 7% 10% 13% 14% 16% 84% 86% 87% 89% 93% Navmesh Build took 16.83 seconds Map Spawned 372 entities Destroying 390 old entities done. Spawning 23862 entities done. Enforcing SpawnPopulation Limits done. Initializing 25487 entity links done. Initializing 1688 stability supports done. Initializing 1318 conditional models done. Initializing 23862 entity save caches done. Facepunch.Steamworks Unity: WindowsPlayer Facepunch.Steamworks Os: Windows Facepunch.Steamworks Arch: x64 Setting breakpad minidump AppID = 252490 Connected to Steam eac_server.dll [x64] :: hModule: 00007FFF53FA0000 dwReason: 1 lpvReserved: 0 Server startup complete
My sample bat :
Code:@echo off @title Rust Serveur :start::cd steam ::steamcmd.exe +runscript ../rust1.txt ::cd ..cd rustds RustDedicated.exe -batchmode -nographics (and regular params , rcon and more)goto start
-
Wulf Community Admin
-
really ? " :: " in batch is a commentary
how is possible to uninstalls ? commentary or deleted , same issue :'( -
Wulf Community Admin
-
can you give me an architecture of files with RustDedicated.exe and Oxide files please ? thanks
[DOUBLEPOST=1518800931][/DOUBLEPOST]Ok it's solved xD
my sample.bat doesn't boot Oxide but RustDedi.exe alone create Oxide files
why my sample stuck -
Wulf Community Admin
-
You are awesome Wolf , good tips
But , how i can build an automatic server update ?
in the past , i run SteamCMD first and RustDedicated , but now i cant -
Wulf Community Admin
-
Code:
@echo off @title Rust Safe Mode:start cd steam steamcmd.exe +login anonymous +force_install_dir ../rustds +app_update 258550 validate +quit cd ..xcopy E:\rust-serveur\RustDedicated_Data E:\rust-serveur\rustds\RustDedicated_Data /Y /E /Icd rustds RustDedicated.exe -batchmode (and params ...) cd ..goto start
Reboot + Autoupdate <3Last edited by a moderator: Feb 17, 2018 -
Thanks you so much Wolf
i love you , bye.