An open API service indexing awesome lists of open source software.

https://github.com/legendaryb/bifrost

Bifrost is a Valheim mod that allows players to save server passwords and automatically inject them while connecting to the server.
https://github.com/legendaryb/bifrost

bepinex mod valheim

Last synced: 6 months ago
JSON representation

Bifrost is a Valheim mod that allows players to save server passwords and automatically inject them while connecting to the server.

Awesome Lists containing this project

README

          

# Bifrost

Bifrost is a Valheim mod that simplifies multiplayer access by saving server passwords and automatically injecting them when connecting to servers.

## Configuration

No manual setup is required initially. When you first run the mod, it automatically creates a configuration file at:
`BepInEx/config/legendaryb.valheim.Bifrost.json`

### Example Configuration
```json
{
"Servers": {
"dedicated_example.de_2456": "password1",
"dedicated_example2.de_2456": "password2",
}
}
```

# How does it work?

1. On your first connection to a server, the standard password dialog appears.
2. After successfully connecting, the password is saved automatically to the configuration file.
3. On subsequent connections, Bifrost inject the password, letting you join the server seamlessly.