mirror of
https://github.com/BeamMP/Docs.git
synced 2026-04-04 23:16:11 +00:00
Absolute link fixes
This commit is contained in:
@@ -16,15 +16,15 @@ Welcome to the new and improved documentation hub for BeamMP! Whether you're a p
|
||||
|
||||
## For Players
|
||||
|
||||
New to BeamMP? Check out our [Getting Started](game/getting-started.md) page to help you hit the road running and make the most out of your multiplayer adventures.
|
||||
For general questions and issues please check out the [Players FAQ](support/player-faq.md).
|
||||
New to BeamMP? Check out our [Getting Started](../game/getting-started.md) page to help you hit the road running and make the most out of your multiplayer adventures.
|
||||
For general questions and issues please check out the [Players FAQ](../support/player-faq.md).
|
||||
|
||||
## For Server Owners
|
||||
|
||||
Thinking about creating your own BeamMP server? Our comprehensive guide [here](server/create-a-server.md) will walk you through the process, ensuring you have all the tools and knowledge to set up your server efficiently.
|
||||
Thinking about creating your own BeamMP server? Our comprehensive guide [here](../server/create-a-server.md) will walk you through the process, ensuring you have all the tools and knowledge to set up your server efficiently.
|
||||
|
||||
## For Developers
|
||||
|
||||
Are you a modding enthusiast? Dive into the world of mod development for BeamNG.drive with our [Modding Guide](guides/mod-creation/client/getting-started.md). Learn the fundamentals of Lua mod creation and explore how to make your mods multiplayer compatible for an even more immersive experience. Additionally, discover the ins and outs of creating resources for the BeamMP Server in our [Resource Development Guide](guides/mod-creation/server/getting-started.md).
|
||||
Are you a modding enthusiast? Dive into the world of mod development for BeamNG.drive with our [Modding Guide](../guides/mod-creation/client/getting-started.md). Learn the fundamentals of Lua mod creation and explore how to make your mods multiplayer compatible for an even more immersive experience. Additionally, discover the ins and outs of creating resources for the BeamMP Server in our [Resource Development Guide](../guides/mod-creation/server/getting-started.md).
|
||||
|
||||
Exciting updates are on the horizon, including a brand-new homepage designed to enhance your browsing experience. Stay tuned for more! :slight_smile:
|
||||
@@ -54,7 +54,7 @@ Login with Discord to the [Keymaster](https://beammp.com/keymaster).
|
||||
From the Keymaster homepage click on "Keys" on the left of the screen:
|
||||
|
||||
<figure markdown>
|
||||

|
||||

|
||||
</figure>
|
||||
|
||||
#### 2.2. Creating a key
|
||||
@@ -62,7 +62,7 @@ From the Keymaster homepage click on "Keys" on the left of the screen:
|
||||
To create your key click on the green "+" button in the top right.
|
||||
|
||||
<figure markdown>
|
||||

|
||||

|
||||
</figure>
|
||||
|
||||
#### 2.3. Filling out the key information
|
||||
@@ -70,13 +70,13 @@ To create your key click on the green "+" button in the top right.
|
||||
Next, fill out the Server Name field (this is just the key name not the actual name of the server on the list), then click "Create". Example:
|
||||
|
||||
<figure class="image image_resized" style="width:44.84%;" markdown>
|
||||

|
||||

|
||||
</figure>
|
||||
|
||||
It should, in the end, look something like this:
|
||||
|
||||
<figure markdown>
|
||||

|
||||

|
||||
</figure>
|
||||
|
||||
**DO NOT EVER SHARE THIS KEY OR SHOW IT TO ANYONE. TREAT THIS LIKE A PASSWORD.**
|
||||
@@ -88,7 +88,7 @@ You have a limited number of keys. One key can be used on one server at a time,
|
||||
Now copy the text in the “Key” field, in this example that is `3173a2e-6az0-4542-a3p0-ddqq5ff95558` and hold onto it for the next step. You can do this by clicking the clipboard on the right of the key:
|
||||
|
||||
<figure markdown>
|
||||

|
||||

|
||||
</figure>
|
||||
|
||||
### 3. Installation
|
||||
@@ -136,7 +136,7 @@ At the end, make sure to run your server once with `./BeamMP-Server` and then pr
|
||||
Now that you ran the server once, it should have created some files and probably uttered an error or two. This is because we are not yet done. Your folder should have these files:
|
||||
|
||||
<figure markdown>
|
||||

|
||||

|
||||
</figure>
|
||||
|
||||
They might be called “ServerConfig”, “Server” and “BeamMP-Server” (no extensions like “.exe”), but that's correct, too!
|
||||
|
||||
Reference in New Issue
Block a user