Skip to content

Commit e6f180b

Browse files
ItsPaulATThatGuyJacobeefgalz
authored
Fixed BeamMP Addon Map Guide (#1388)
* Create beammp-custom-map.md added BeamMP: Add Custom Map guide (en) * added BeamMP addon map guide for DE and EN added BeamMP Install Addon Map guide for DE and EN, also added it to the sidebar * tweak: general improvements * Minor mistakes corrected and improved * fixed minor formatting errors * Update GitHubContributors.js * added a missing step Added that you need to disable the setting for that, so the config does not get overwritten, also changed how to get the default map --------- Co-authored-by: Jacob <[email protected]> Co-authored-by: fgalz <[email protected]>
1 parent 07d6f63 commit e6f180b

File tree

2 files changed

+38
-34
lines changed

2 files changed

+38
-34
lines changed

docs/beammp-addon-map.md

+19-17
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,23 @@ You need to copy the specific name of the map addon folder found in this directo
4545

4646
Now that you have determined the map name, you will have to adjust the configuration file and adjust a parameter which contains the active map.
4747

48-
This can be done easily by navigating to the **Configs** section in your game server's web interface panel.
48+
#### Deactivating the config override
49+
50+
First, you need to disable the default map selection in the settings, as it would override your changes.
51+
52+
This can be done easily by navigating to the **Settings** section in your game server's web interface panel.
53+
54+
![](https://screensaver01.zap-hosting.com/index.php/s/SJ5L6APTFzyZKTC/preview)
55+
56+
There you deactivate the "Map" setting.
57+
58+
![](https://screensaver01.zap-hosting.com/index.php/s/kHSybw6rw5jMaE3/preview)
59+
60+
Next you have to save the settings at the bottom of the page.
61+
62+
#### Changing the map in the config
63+
64+
To change the map in the config you first need to navigate to the **Configs** section in your Webinterface.
4965

5066
![](https://screensaver01.zap-hosting.com/index.php/s/sBj4CFQ3yKmMy8d/preview)
5167

@@ -63,22 +79,8 @@ In rare cases, a map can be formatted differently. If the map doesn't work after
6379
:::
6480

6581
:::tip
66-
At any time, you can utilise the game's default maps simply by editing the configuration file again. Below is the list of the current default maps.
67-
```
68-
"/levels/gridmap/info.json"
69-
"/levels/automation_test_track/info.json"
70-
"/levels/east_coast_usa/info.json"
71-
"/levels/hirochi_raceway/info.json"
72-
"/levels/italy/info.json"
73-
"/levels/jungle_rock_island/info.json"
74-
"/levels/industrial/info.json"
75-
"/levels/small_island/info.json"
76-
"/levels/smallgrid/info.json"
77-
"/levels/utah/info.json"
78-
"/levels/west_coast_usa/info.json"
79-
"/levels/driver_training/info.json"
80-
"/levels/derby/info.json"
81-
```
82+
At any time, you can utilise the game's default maps simply by enabling the option in the settings again and choosing one of them:
83+
![](https://screensaver01.zap-hosting.com/index.php/s/8SSceQj373GQ3sw/preview)
8284
:::
8385

8486
### Uploading Map

i18n/de/docusaurus-plugin-content-docs/current/beammp-addon-map.md

+19-17
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,23 @@ Du musst den spezifischen Namen des Addon Maps Ordners in diesem Verzeichnis kop
4545

4646
Nachdem du den Mapnamen bestimmt hast, musst du die Konfigurationsdatei und einen Parameter anpassen, der die aktive Map enthält.
4747

48-
Dies kann ganz einfach durch Navigieren zum Abschnitt **Configs** im Webinterface deines Gameservers erfolgen.
48+
#### Deaktivieren der Standartmap-Einstellung
49+
50+
Bevor du den Mapnamen in der Config anpassen kannst, musst du die Standartmap-Auswahl in den Einstellungen deaktivieren, da die Configänderung sonst überschrieben wird.
51+
52+
Dies kann ganz einfach durch Navigieren zum Abschnitt **Einstellungen** im Webinterface deines Gameservers erfolgen.
53+
54+
![](https://screensaver01.zap-hosting.com/index.php/s/92J8Qn2QcRjEx3G/preview)
55+
56+
Dort deaktivierst du dann die Option "Karte".
57+
58+
![](https://screensaver01.zap-hosting.com/index.php/s/QDm6Ma6mArSPAGN/preview)
59+
60+
Als nächstes speicherst du die Einstellungen am Ende der Seite.
61+
62+
#### Ändern der Map in der Config
63+
64+
Nun musst du zur **Configs** Seite im Webinterface wechseln.
4965

5066
![](https://screensaver01.zap-hosting.com/index.php/s/QnQHKiaG6oia3qJ/preview)
5167

@@ -64,22 +80,8 @@ In seltenen Fällen kann eine Map unterschiedlich formatiert sein. Wenn die Map
6480
:::
6581

6682
:::tip
67-
Du kannst jederzeit die Standardmaps des Spiels verwenden, indem du die Konfigurationsdatei erneut bearbeitest. Unten findest du eine Liste der aktuellen Standardmaps.
68-
```
69-
"/levels/gridmap/info.json"
70-
"/levels/automation_test_track/info.json"
71-
"/levels/east_coast_usa/info.json"
72-
"/levels/hirochi_raceway/info.json"
73-
"/levels/italy/info.json"
74-
"/levels/jungle_rock_island/info.json"
75-
"/levels/industrial/info.json"
76-
"/levels/small_island/info.json"
77-
"/levels/smallgrid/info.json"
78-
"/levels/utah/info.json"
79-
"/levels/west_coast_usa/info.json"
80-
"/levels/driver_training/info.json"
81-
"/levels/derby/info.json"
82-
```
83+
Du kannst jederzeit die Standardmaps des Spiels verwenden, indem du die Einstellung einfach wieder aktivierst und eine der Maps auswählst:
84+
![](https://screensaver01.zap-hosting.com/index.php/s/5yii3i9PA4ADA8G/preview)
8385
:::
8486

8587
### Map hochladen

0 commit comments

Comments
 (0)