1. Please someone help me, I redid the server and stuff, but still when I load up the bat this happens
    Code:
    C:\Users\Phill\Desktop\Rust>C:\steamCMD\steamcmd.exe +login anonymous +force_install_dir C:\Users\Phill\Desktop\Rust\ +app_update 258550 validate +quit The system cannot find the path specified. C:\Users\Phill\Desktop\Rust>RustDedicated.exe -batchmode +server.hostname "Gee S quad Server Noob Friendly" +server.identity GeeSquadServerNoobFriendly +server.maxplayers 50 +server.port 28015 +rcon.port 28016 +rcon.password 0123456 +server.worldsize 4000 +server.seed 124627344 +server.saveinterval 600 -logfile ôGeeSquad.txtö
    Generating terrain of size 4000 with seed 124627344
    Code:
    Floating point textures aren't supported on this device (Main Camera (UnityStand ardAssets.CinematicEffects.TonemappingColorGrading))
    [AmplifyOcclusion] Null graphics device detected. Skipping effect silently.
    RCon Started on 28016
    [19.8s] HEIGHT MAP
    [9.2s] MOUNTAINS
    [1.0s] BIOME MAP
    [9.1s] TOPOLOGY MAP
    [2.5s] SPLAT MAP
    [11.1s] LARGE MONUMENTS
    [0.9s] MEDIUM MONUMENTS
    [1.1s] SMALL MONUMENTS
    [9.2s] RIVER LAYOUT
    [0.6s] RIVER OBJECTS
    [10.5s] ROAD LAYOUT
    [2.6s] ROAD OBJECTS
    [0.8s] POWERLINE LAYOUT
    [1.0s] POWERLINE OBJECTS
    [1.0s] FIELD ROCKS 1/2
    [0.9s] FOREST ROCKS 1/2
    [1.3s] FOREST ROCKS 2/2
    [0.8s] CLIFFS 1/2
    [3.5s] MICRO CLIFFS
    [0.3s] FORMATION ROCKS 1/2
    [16.1s] TERRAIN MESH
    [2.4s] CLIFF SPLAT
    [4.6s] PROCEDURAL OBJECTS
    [3.3s] CLIFF TOPOLOGY
    [0.5s] CLUTTER TOPOLOGY
    [116.3s] Procedural Generation
    Couldn't load server/GeeSquadServerNoobFriendly/proceduralmap.4000.124627344.135 .sav - file doesn't exist
    AngryAnt Behave version 2.5 (d859964) - Copyright (C) Emil Johansen - AngryAnt 2 015
    Map Spawned 16068 entities
    Missing EnvSync - creating
    Initializing 16083 entity links
    Initializing 67 stability supports
    Initializing 0 conditional models
    Setting breakpad minidump AppID = 252490
    Connected to Steam
    eac_server.dll [x64] :: hModule: 000007FEEB980000 dwReason: 1 lpvReserved: 0
    Server startup complete
    Now this time the RustDedicated.exe is loading up inside the task manager, but it's not showing up. I really would like some help, is there ANYBODY out there that can help me?
     
    Last edited by a moderator: Oct 20, 2016
  2. Wulf

    Wulf Community Admin

    None of those are actually errors, just warnings. The first you can ignore, the 2nd means you are starting a new save.
     
  3. Then why does my server not show up? The game doesn't come up at all, either.

    Edit: Also, it does that everytime I load up the bat file.
     
  4. Wulf

    Wulf Community Admin

    If the server was never saved or a seed/size isn't set, it will be a new save every time you start the server. Can you directly connect to the server?
     
  5. What do you mean directly connect? Like through the actual game? That is a negatory raptor man.
    [DOUBLEPOST=1477000092][/DOUBLEPOST]Alright, so I loaded the bat up. The RustDedicate.exe is loaded into the task manager. I'm not sure if the game is suppose to automatically load in or not. After this part, what is suppose to happen?
     
  6. Wulf

    Wulf Community Admin

    If you're hosting locally, you should have a console. If you don't see that, then I'd check your RustDedicated_Data/output_log.txt for errors at the bottom.
     
  7. Would the Bat file be the console? It's the cmd.exe where I can type in commands and what not.
    [DOUBLEPOST=1477000416][/DOUBLEPOST]
    Also, no errors to report in said txt file. Last message "
    Platform assembly: C:\Users\Phill\Desktop\Rust\RustDedicated_Data\Managed\System.Data.dll (this message is harmless)
    "
     
  8. Wulf

    Wulf Community Admin

    The .bat starts the server and console. Could you show me a screenshot of it?
     
  9. Screenshot of the bat file? Sure, here. Sorry for the large picture, apparently it took the pic of both my screens upload_2016-10-20_18-1-16.png

    Yet no server comes up, here's the top part of the bat file. upload_2016-10-20_18-2-42.png
     
  10. Wulf

    Wulf Community Admin

    Looks fine there. The server is online. Did you forward the ports on your router?
     
  11. I most definitely did, I had to get my ISP to reset my router password and user so I could get into it lol. Here is a screenshot of my Task Manager, the RustDedicated.exe is running
    upload_2016-10-20_18-6-57.png

    And of the txt file you were talking about.
    upload_2016-10-20_18-7-42.png

    If there is any errors from there, Do I run my server from the actual game? Or is this suppose to open the game aswell?
     
  12. Wulf

    Wulf Community Admin

    Your server is running, so if the only issue is that you can't connect, that would be a firewall/port issue.
     
  13. Here is a screenshot of my router's port forwarding.
    upload_2016-10-20_18-13-10.png
     
  14. Wulf

    Wulf Community Admin

    You'd need 28015 opened as well for the game. 28016 will only cover Steam query and server listing.
     
  15. There are some things in your bat file messed up try this like +server. worldsize take a note of the space after server
    Code:
    @echo off
    RustDedicated.exe -batchmode -nographics +server.ip 0.0.0.0 +server.port 28015 +rcon.ip 0.0.0.0 +rcon.port 28016 +server.hostname "Gee Squad Server Noob Friendly" +server.identity "GeeSquadServerNoobFriendly" +server.maxplayers 50 +rcon.password 0123456 +server.worldsize 4000 +server.seed 124627344 +server.saveinterval 600
     
  16. Wulf

    Wulf Community Admin

    What was messed up? Those first parts aren't required. :p The only "messed up" part was the quotes around the logfile name, but that won't stop it from working (which it is working fine).

    The problem I see is that port 28016 is forwarded, but the server is set to use/listen on 28015.
     
  17. above post updated and it was not the only part messed up in his bat file the ports are another issue he needs to fix
     
  18. Wulf

    Wulf Community Admin

    His server.worldsize doesn't have a space in it, and I don't see anything else wrong. The added parts in your one are not required. If you look in the one from the screenshots, it is more updated and doesn't have those issues. What you saw was the spaces added by the system from being copied from the command window.
     
  19. It does have a space in it I posted the fix in my post above so does his +server.m axplayers
     
  20. Wulf

    Wulf Community Admin

    Check my updated post, it explains it. ;)

    Cause: copied from console = spaces added from wrapping. His .bat is fine. You can see the actual output of it in a screenshot that was provided.