1. Hello

    How install oxide on local server please ?
     

    Attached Files:

  2. Wulf

    Wulf Community Admin

    Download > extract zip > overwrite files in server install.
     
  3. done but doesn't work :( oxide-rust.zip is weird :eek:

    no tutorial , no json file for config , no readme :(
     
  4. Wulf

    Wulf Community Admin

    Everything needed to make Oxide work is included in the .zip. The structure matches that of your server install. Anything else you should already have from your server setup and anything else from Oxide is generated when you start server.

    So the only steps needed to install Oxide are those mentioned previously.
     
  5. thanks but can you post a simple start.bat ?

    my start.bat contain steamcmd + rustdedicated.exe
     
  6. Wulf

    Wulf Community Admin

  7. thanks but i follow your 1st step and ... nothing :/ my server is always in "community" not "modded"
     

    Attached Files:

  8. Wulf

    Wulf Community Admin

    Sounds like Oxide isn't installed then, but you can double-check by using the oxide.version command or looking at the server console for Oxide info. Make sure you aren't using you'd old script that runs Steam on startup.
     
  9. yeah i am sure , no "oxide" word in console :(

    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
    
     
  10. Wulf

    Wulf Community Admin

    You're running Steam on startup, which uninstalls Oxide as it is a mod.
     
  11. really ? " :: " in batch is a commentary :eek:

    how is possible to uninstalls ? commentary or deleted , same issue :'(
     
  12. Wulf

    Wulf Community Admin

    If Oxide is not running, it either was extracted to the wrong location, wasn't entirely extracted and overwritten, or SteamCMD was ran which would uninstall it.
     
  13. 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 :D

    why my sample stuck :(
     
  14. Wulf

    Wulf Community Admin

    Extract the Oxide-Rust.zip to the location from your first image, overwrite when prompted, done.

    [​IMG]
     
  15. 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 :(
     
  16. Wulf

    Wulf Community Admin

    Take a look at SmoothRestarter and some of the tools floating around.
     
  17. 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
    It's work :)

    Reboot + Autoupdate <3
     
    Last edited by a moderator: Feb 17, 2018
  18. Thanks you so much Wolf ;)

    i love you , bye.