Valheim
0 of 0

File information

Last updated

Original upload

Created by

iskarian

Uploaded by

iskarian

Virus scan

Safe to use

Tags for this mod

About this mod

Skip the menu as well as character, world, or server selection automatically on game start. Configure via config file or use command line flags.

Enable strict mode to enforce your selections always.

Requirements
Permissions and credits
Mirrors
Changelogs
Configuration

Configure by editing the config file BepInEx/config/iskarian.SkipMenu.cfg (automatically created after running the game with this mod once), or use the same options as command line flags. Commandline options supersede config file options.

General
  • StartCharacter / {-character|-char}
    Character to select on start.
  • StartWorld / -world
    World to select on start (ignored if server is set!)
  • StartServer / -server
    Server to select on start (overrides StartWorld)
  • StartServerPass / {-password|-pass}
    Password for server

Modes
  • StrictMode / -strict
    Enforce Start* selections anytime the game would enter the start menu. If loading character or world fails and DefaultsOk is false, exits the game.
  • DefaultsOk / -defaults
    Select default character or world if they are not specified or could not be loaded.


Usage (commandline)

valheim.exe [-strict] [-defaults] [{-character|-char} CharName] [-world WorldName] [-server ServerHostOrIP[:ServerPort] [{-password|-pass} ServerPassword]]

Examples

valheim.exe -char Sigurd -world Valhalla
valheim.exe -char Sigurd -server valheim.someserver.com:2975 -password tovictory
valheim.exe -defaults

Details

Commandline options supersede config file options.
See above for details on each option.
Any selections will only be automated on first start unless strict mode is enabled.
If any argument contains any whitespace, the argument must be quoted following your shell's quoting rules.
Character and world names are case-insensitive on Windows.

Installation

Install with Vortex or drop the .dll into <GameDirectory>\BepInEx\plugins.