1. I see that other servers in the server list has pic's and info about thier server so i am just wondering where to edit that plz help
     
  2. Wulf

    Wulf Community Admin

  3. Wulf

    Wulf Community Admin

    They are commands/settings, which you can see how to use in the linked thread.
     
  4. I didn't see that was a link lol soz about that XD
     
  5. K so i cant get the IMG or DISC to work on the server list. I made a batch file to make it easy to launch and update
    here is the batch code i use:

    Code:
    @echo offtitle Easy Rust 2.0 Oxide server Manager:menu
    echo --------------------------------------------------------------------------------
    echo Easy Rust 2.0 Oxide server Manage by Quantum
    echo --------------------------------------------------------------------------------
    echo.
    echo Select a tool
    echo =============
    echo.
    echo [1] Start Rust server
    echo [2] Update Rust server
    echo.
    set /p op=Enter Number:
    if %op%==1 goto start
    if %op%==2 goto update
    goto error:start
    cls
    @echo off
    Title Supreme Gamers Rust server
    RustDedicated.exe -batchmode -server.port 28015 -server.hostname "Supreme Gamers Rust" -server.seed 8675309 -server.maxplayers 50 -server.worldsize 4000 -server.identity my_server_identity -chat.serverlog 1 -server.netlog 1 server.saveinterval 300 -spawn.max_rate 1 -spawn.max_density 1 -autoupdate -god 0 -rcon.port 28016 -rcon.ip 0.0.0.0 -rcon.password "****" +server.headerimage "http://oi65.tinypic.com/o7st44.jpg" +server.description "\c Welcome to Supreme Rust Gamers\n Come join us on Teamspeak IP: (Offline)\n It is time to fight for your survival\n We are a brand new server and hopefully I made this modded server right\n Hopefully it shows up in the server list."
    time /t >> shut.log
    echo.
    color 4
    echo Close the window to exit the Rust Server or press any key to RESTART it.
    echo.
    echo.
    echo.
    pause
    goto :start:update
    cls
    echo The server will now be updated and wiped (In 10 Sec). Remember to re-add OXIDE 2.0 (Updated)
    ping localhost -n 10 >nul
    C:\steam_CMD\steamcmd.exe +login anonymous +force_install_dir C:\Users\Inforcer\Desktop\Rust_server +app_update 258550 -beta experimental validate +quit
    cls
    echo The server has now been updated remember to re-add OXIDE 2.0 updated version!!! (Please wait 5 sec)
    ping localhost -n 5 >nul
    goto :menu:error
    cls
    echo Command not recognized.
    ping localhost -n 4 >nul
    goto menu
    And here is the startup logg:

    Code:
    Generating terrain of size 4000 with seed 8675309
    [Oxide] 10:11 PM [Info] Loading Oxide Core v2.0.1598...
    [Oxide] 10:11 PM [Info] Loading extensions...
    [Oxide] 10:11 PM [Info] Loaded extension CSharp v1.0.0 by Oxide Team
    [Oxide] 10:11 PM [Info] Loaded extension JavaScript v1.0.0 by Oxide Team
    [Oxide] 10:11 PM [Info] Loaded extension Lua v1.0.0 by Oxide Team
    [Oxide] 10:11 PM [Info] Loaded extension MySql v1.0.0 by Oxide Team
    [Oxide] 10:11 PM [Info] Loaded extension Python v1.0.0 by Oxide Team
    [Oxide] 10:11 PM [Info] Loaded extension Rust:IO for Oxide v2.8.0 by playrust.io / dcode
    [Oxide] 10:11 PM [Info] Loaded extension SQLite v1.0.0 by Oxide Team
    [Oxide] 10:11 PM [Info] Loaded extension Unity v1.0.0 by Oxide Team
    [Oxide] 10:11 PM [Info] Loaded extension Rust v1.0.0 by Oxide Team
    [Oxide] 10:11 PM [Info] Using Covalence provider for game 'Rust'
    [Oxide] 10:11 PM [Info] Loading plugins...
    [Oxide] 10:11 PM [Info] Loaded plugin Unity Core v1.0.0 by Oxide Team
    [Oxide] 10:11 PM [Info] Loaded plugin Rust Core v1.0.0 by Oxide Team
    [Oxide] 10:11 PM [Info] Loaded plugin Rust:IO for Oxide v2.8.0 by playrust.io / dcode
    [Oxide] 10:11 PM [Info] GatherManager, KillFeed and RemoverTool were compiled successfully in 1875ms
    [Oxide] 10:11 PM [Info] Loaded plugin Gathering Manager v2.2.3 by Mughisi
    [Oxide] 10:11 PM [Info] Loaded plugin KillFeed v1.10.5 by Tuntenfisch
    [Oxide] 10:11 PM [Info] Loaded plugin RemoverTool v3.0.13 by Reneb
    [6.5s] HEIGHT MAP
    [2.6s] MOUNTAINS
    [0.3s] BIOME MAP
    [2.5s] TOPOLOGY MAP
    [1.4s] SPLAT MAP
    [2.0s] RIVER LAYOUT
    [3.9s] LARGE MONUMENTS
    [0.5s] PRODUCTION MONUMENTS
    [0.4s] SMALL MONUMENTS
    [4.3s] ROAD LAYOUT
    [0.7s] POWERLINE OBJECTS
    [0.7s] FIELD ROCKS
    [0.3s] MICRO CLIFFS
    [3.0s] TERRAIN MESH
    [0.3s] RIVER OBJECTS
    [1.5s] ROAD OBJECTS
    [2.9s] PROCEDURAL OBJECTS
    [1.6s] CLIFF TOPOLOGY
    [36.9s] Procedural Generation
    Loaded database server/my_server_identity/UserPersistence.db (0 entries)
    Destroyed 30 old entities
    Spawning 9562 entities
    Loading Complete
    Enforcing SpawnPopulation Limits
    Map Spawned 9733 entities
    Stability Warmup
            0 blocks found
    Initializing Supports
    Updating Supports
    Initializing Stability
    Processing Queue
    Setting breakpad minidump AppID = 252490
    FillInMachineIDInfo took a total of 609 milliseconds
    Connected to Steam
    eac_server.dll [x64] :: hModule: 00007FFD5E8E0000 dwReason: 1 lpvReserved: 0
    RCon Started on 28016 with password!
    [Oxide] 10:12 PM [Info] Updating Rust:IO ...
    [Oxide] 10:12 PM [Info] [KillFeed] Loading configuration file!
    127.0.0.1:50360/76561198113034550/Quantum has auth level 2
    [Oxide] 10:12 PM [Info] Rust:IO: Update complete
    [Oxide] 10:12 PM [Info] Installing Rust:IO ...
    [Oxide] 10:12 PM [Info] Rust:IO> Setting up Rust:IO 2.0.5816.189 (using max. 4 threads) ...
    [Oxide] 10:12 PM [Info] Rust:IO> Creating directories ...
    [Oxide] 10:12 PM [Info] Rust:IO> Applying config ...
    [Oxide] 10:12 PM [Info] Rust:IO> Initializing database ...
    [Oxide] 10:12 PM [Info] Rust:IO> Generating map image (this may take a while) ...
    [Oxide] 10:12 PM [Info] Rust:IO> Generated map image: took 7340.0757 ms, 858173 bytes
    [Oxide] 10:12 PM [Info] Rust:IO> Starting HTTP server on *:28015 ...
    [Oxide] 10:12 PM [Info] Rust:IO> Installed.
    [Oxide] 10:12 PM [Warning] CallHook 'OnTick' on plugin 'RustIO v2.8.0' took: 8883ms
    [Oxide] 10:12 PM [Info] Rust:IO> External IP address obtained from lookup: 105.225.38.147
    [Oxide] 10:12 PM [Warning] CallHook 'OnTick' on plugin 'RustIO v2.8.0' took average: 883ms
     
  6. Wulf

    Wulf Community Admin

    @Quantum, your post was merged here as it is the same question as your original question. Please do not create duplicate threads for the same question. If someone is able to help you resolve your issue, they will post here.
     
  7. But cant u help?