New VitePress and design look + little work on update to work with.

This commit is contained in:
Starystars67
2026-06-16 12:31:19 +01:00
parent 0ed2597186
commit 97a7aaf643
141 changed files with 4356 additions and 539 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ title: Guides
description: This set of pages provides some basic guides for BeamMP
status: new
---
!!! warning "This site is under construction!"
::: warning "This site is under construction!"
This site is being actively worked on.
@@ -1,6 +1,6 @@
# Multiplayer mod creation
## Folderstructure and file basics
## Folder structure and file basics
The basic folder and file structure needs to look like this:
@@ -31,8 +31,9 @@ The Client folder contains the zip files that are sent to a client, which then w
Any other files in the Client folder will cause an error on server startup, but apart from that will be ignored by the server.
The modScript.lua will be read by BeamNG and instructs the game which plugin to load.
!!!example ""
[Download the examplePlugin.zip](../../../../assets/content/ResourcesForExamplePlugin.zip)
:::example ""
[Download the examplePlugin.zip](../../../../assets/content/ResourcesForExamplePlugin.zip)
:::
## Serverside lua