1. Post #1
    giosepeluiz's Avatar
    May 2014
    72 Posts
    When I run a server on TestLevel Map returns an error on the console and can not connect it.



    Have a solution?
    Detail: ProceduralMap works perfectly!

    Thanks!!!!!!
    Reply With Quote Edit / Delete Reply Anonymous Proxy Show Events Informative Informative x 1 (list)

  2. Post #2

    March 2014
    151 Posts
    ProceduralSmall
    Reply With Quote Edit / Delete Reply France Show Events Agree Agree x 1 (list)

  3. Post #3
    giosepeluiz's Avatar
    May 2014
    72 Posts
    Thanks!

  4. Post #4
    Thanks for sharing your rcon password. Probably want to change that now if your server is accessible to anyone outside your local network (i.e. your house).
    Reply With Quote Edit / Delete Reply Canada Show Events Agree Agree x 4Informative Informative x 2 (list)

  5. Post #5
    y0himba's Avatar
    July 2014
    257 Posts
    So, um, I am a bit confused, sorry. I am trying to make mine a "Testlevel" server so I can mess with the new building system before going back to work for a few days.

    What do I need to do here to test the latest code?

    Code:
    @echo off 
    set EXELOCATION=D:\Games\steamCMD\steamapps\common\rust_dedicated\Release\RustDedicated.exe
    set EXEOPTIONS=-load -autoupdate -batchmode +server.hostname "|US East|RustaPro|Friendly|" +server.port 28015 +server.identity "Rustapro" + +server.seed 692823 +server.maxplayers 200 +rcon.port 28016 +rcon.password "***"
    set STEAMCMD=D:\Games\steamcmd\steamcmd.exe
    set STEAMSCRIPT=rust_ds.txt
    Or change something here:

    Code:
    @ShutdownOnFailedCommand 1
    @NoPromptForPassword 1
    login anonymous
    force_install_dir D:\Games\SteamCMD\steamapps\common\rust_dedicated
    app_update 258550 -beta experimental validate
    quit
    Sorry to hijack a thread, but I am dying to get accustomed to the new stuff before going back on the road. Thanks for your help.

  6. Post #6

    March 2014
    151 Posts
    +server.level ProceduralSmall
    Reply With Quote Edit / Delete Reply France Show Events Informative Informative x 1 (list)

  7. Post #7
    y0himba's Avatar
    July 2014
    257 Posts
    Here is what I have now:

    Code:
    set EXEOPTIONS=-load -autoupdate -batchmode +server.hostname "|US East|RustRepo|Friendly|" +server.port 28015 +server.identity "RustRepo" +server.seed 692823  +server.level ProceduralSmall +server.maxplayers 200 +rcon.port 28016 +rcon.password "***"
    That is correct? I am still not showing on the server browser. So If i have this correct, then it is something on my end.

    Thank you for your help. :)
    Reply With Quote Edit / Delete Reply Windows 7 United States Show Events Useful Useful x 1 (list)

  8. Post #8
    sendjes's Avatar
    January 2014
    421 Posts
    Just a tip, the following:
    Code:
    -load
    is not needed anymore, as it loads by default.
    Reply With Quote Edit / Delete Reply Denmark Show Events Informative Informative x 1 (list)

  9. Post #9
    y0himba's Avatar
    July 2014
    257 Posts
    Thank you!

  10. Post #10
    y0himba's Avatar
    July 2014
    257 Posts
    I have been trying for a day or two now, and still cannot get my server to load the dev branch. Can someone who has a dev server running share their command line parameters? If someone know the parameter(s) please share it? Thanks again.

  11. Post #11
    +server.hostname "|US East|RustRepo|Friendly|"
    The pipe characters are going to very likely trip the server browser filter. Take them out.

    I'm not sure what's keeping the server from loading, though, as I haven't played with the development branch DS any.

    You're using -beta development in the SteamCMD command to get the development branch, right?
    Reply With Quote Edit / Delete Reply Windows 7 Canada Show Events Informative Informative x 1 (list)

  12. Post #12
    y0himba's Avatar
    July 2014
    257 Posts
    Thank you SO much! I was at wits end. Google searches returned the release version information, nothing about how to switch over to dev branch. I was using -beta experimental, and knew there was something I needed to change.

    Luckily the server browser hasn't axed me yet. It is a good suggestion though, so when it does I will change them. Thank you again, I honestly appreciate it.

    Mark as solved.

  13. Post #13
    Notice that the live testing branch isn't called "experimental" anymore, but "development".

    -beta is to get SteamCMD to pull the server equivalent to match your Betas tab in Steam. "development" is the live branch for what used to be the "Experimental" version of Rust, which is now simply Rust. (And legacy is still legacy.)
    Reply With Quote Edit / Delete Reply Windows 7 Canada Show Events Informative Informative x 1 (list)

  14. Post #14
    kulan's Avatar
    February 2014
    775 Posts
    a change to the server settings



    So now we can pick the size of server map :) so cool

    Edit: Or maybe not it seams jenkins has all the rust stuff disabled apart from the rust-megabuild and no updates to server or client in last 25 hours,

    my server is running build 2009 and i am on the latest client but they are incompatible versions. Doh.