Jump to content

MOD ERROR: unknown mod: Game mode 'endless' not found in GAME_MODES


mixli1230
  • Pending
JesseB_Klei said:

This change happened in today's update.

Changed Status to Closed

Did as you said, the config changed to this : :
KLEIN     1 return {
    override_enabled = true,
    overrides = {
        basicresource_regrowth = "always",
        ghost sanity drain = "none",
        portal resurrection = "always",
        reset time = "none",
    },
}


Steps to Reproduce

it didn't help to fix my mistake




User Feedback


I finally figured it out:

in cluster.ini change from

[GAMEPLAY]
game_mode = endless

to:

[GAMEPLAY]
game_mode = survival

 

now in your worldgenoverride.lua (in master only) it should look like this:

 

KLEI     1 return {
    override_enabled = true,
    worldgen_preset = "ENDLESS",
    settings_preset = "ENDLESS",
    overrides = {
    },
}

Edited by MrGuy333
  • Health 1

Share this comment


Link to comment
Share on other sites

14 minutes ago, MrGuy333 said:

I finally figured it out:

in cluster.ini change from

[GAMEPLAY]
game_mode = endless

to:

[GAMEPLAY]
game_mode = survival

 

now in your worldgenoverride.lua it should look like this:

 

KLEI     1 return {
    override_enabled = true,
    worldgen_preset = "ENDLESS",
    settings_preset = "ENDLESS",
    overrides = {
    },
}

Thx bro.

closed.

  • Like 1

Share this comment


Link to comment
Share on other sites



Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
  • Create New...