removed unecessary for native build gamepath configuration

This commit is contained in:
Leif Lundberg
2025-10-19 16:13:52 +02:00
parent dc6e5cfe1b
commit f8d0e1936f
2 changed files with 0 additions and 44 deletions

View File

@@ -104,28 +104,6 @@ cd ~/beammp-launcher
./BeamMP-Launcher
```
!!!note "Konfiguration des nativen Linux-Spielpfads"
Um die native Linux-Version von BeamNG.drive zu verwenden (was bessere Leistung als Proton bietet), konfiguriere den Spielpfad in der Datei `Launcher.cfg`:
Finde deine BeamNG-Installation:
```bash
find ~/.steam ~/.local/share/Steam -name "BeamNG.drive.x64" 2>/dev/null
```
Erstelle oder bearbeite `~/beammp-launcher/Launcher.cfg`:
```json
{
"Port": 4444,
"Build": "Default",
"CachingDirectory": "./Resources",
"GamePath": "$HOME/.steam/steam/steamapps/common/BeamNG.drive/BinLinux/BeamNG.drive.x64"
}
```
Häufige Pfade:
- `$HOME/.steam/steam/steamapps/common/BeamNG.drive/BinLinux/BeamNG.drive.x64`
- `$HOME/.local/share/Steam/steamapps/common/BeamNG.drive/BinLinux/BeamNG.drive.x64`
Der native Linux BeamMP-Launcher wird gestartet und verwendet das native Linux BeamNG.drive
### **2c. Nutzung BeamNG.drive mit Proton**

View File

@@ -105,28 +105,6 @@ cd ~/beammp-launcher
./BeamMP-Launcher
```
!!!note "Configuring Native Linux Game Path"
To use the native Linux version of BeamNG.drive (better performance than Proton), configure the game path in `Launcher.cfg`:
Find your BeamNG installation:
```bash
find ~/.steam ~/.local/share/Steam -name "BeamNG.drive.x64" 2>/dev/null
```
Create or edit `~/beammp-launcher/Launcher.cfg`:
```json
{
"Port": 4444,
"Build": "Default",
"CachingDirectory": "./Resources",
"GamePath": "$HOME/.steam/steam/steamapps/common/BeamNG.drive/BinLinux/BeamNG.drive.x64"
}
```
Common paths:
- `$HOME/.steam/steam/steamapps/common/BeamNG.drive/BinLinux/BeamNG.drive.x64`
- `$HOME/.local/share/Steam/steamapps/common/BeamNG.drive/BinLinux/BeamNG.drive.x64`
The native Linux BeamMP-Launcher will start and use native Linux BeamNG.drive
### **2c. Using beamNG.drive with Proton**