mirror of
https://github.com/BeamMP/Docs.git
synced 2026-07-23 23:30:32 +00:00
New VitePress and design look + little work on update to work with.
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user