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.
- Host: GitHub
- URL: https://github.com/legendaryb/bifrost
- Owner: LegendaryB
- License: mit
- Created: 2025-06-10T21:11:23.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-06-11T08:56:06.000Z (7 months ago)
- Last Synced: 2025-07-06T10:59:26.812Z (6 months ago)
- Topics: bepinex, mod, valheim
- Language: C#
- Homepage: https://thunderstore.io/c/valheim/p/LegendaryB/Bifrost/
- Size: 1.36 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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.