Skip to content

How to run public-test & what is the full modifier list and values or link to them #810

Answered by jojobyte
acstanton515 asked this question in Help!
Discussion options

You must be logged in to vote

Try adding - USE_PUBLIC_BETA=1 or USE_PUBLIC_BETA: 1 to environment

version: "3"
services:
  valheim:
    image: mbround18/valheim:latest
    # ...
    environment:
       - USE_PUBLIC_BETA=1
       # ...

const BETA_BRANCH: &str = "public-test";
const BETA_BRANCH_PASSWORD: &str = "yesimadebackups";
pub fn is_installed() -> bool {
Path::new(&get_working_dir())
.join(constants::VALHEIM_EXECUTABLE_NAME)
.exists()
}
fn add_additional_args(args: &mut Vec<String>) {
if let Ok(extra_args) = env::var("ADDITIONAL_STEAMCMD_ARGS") {
let additional_args = String::from(e…

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@acstanton515
Comment options

@acstanton515
Comment options

@jojobyte
Comment options

Answer selected by acstanton515
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help!
Labels
None yet
2 participants