- Added missing Vue UI color CSS variables to css-snippets.md

- Updated tags list contents and appearance in server-maintenance.md
- Fixed incorrect header formatting on imgui-window-tutorial.md
- Fixed missing WIP warning on imgui-windows.md, lua-mods.md, ui-apps.md
This commit is contained in:
RainlessSky
2026-07-17 17:27:49 -07:00
committed by Starystars67
parent 2e196cb87c
commit 5359846c69
6 changed files with 105 additions and 59 deletions
+8
View File
@@ -132,9 +132,13 @@
var(--bng-add-green-300)
var(--bng-add-green-400)
var(--bng-add-green-500)
var(--bng-add-green-550)
var(--bng-add-green-600)
var(--bng-add-green-650)
var(--bng-add-green-700)
var(--bng-add-green-750)
var(--bng-add-green-800)
var(--bng-add-green-850)
var(--bng-add-green-900)
```
@@ -166,9 +170,13 @@
var(--bng-add-blue-300)
var(--bng-add-blue-400)
var(--bng-add-blue-500)
var(--bng-add-blue-550)
var(--bng-add-blue-600)
var(--bng-add-blue-650)
var(--bng-add-blue-700)
var(--bng-add-blue-750)
var(--bng-add-blue-800)
var(--bng-add-blue-850)
var(--bng-add-blue-900)
```
@@ -5,7 +5,8 @@
Feel you could help? Please do by clicking on the page with a pencil on the right!
This can be done any page too.
# Creating an ImGui Window
# Creating an ImGui Window
This page covers how to create a basic ImGui window.
@@ -1,2 +1,10 @@
!!! warning "This site is under construction!"
This site is being actively worked on.
Feel you could help? Please do by clicking on the page with a pencil on the right!
This can be done any page too.
# imgui-windows.md
This page needs creating
+8
View File
@@ -1,2 +1,10 @@
!!! warning "This site is under construction!"
This site is being actively worked on.
Feel you could help? Please do by clicking on the page with a pencil on the right!
This can be done any page too.
# lua-mods.md
This page needs creating
+8
View File
@@ -1,3 +1,11 @@
!!! warning "This site is under construction!"
This site is being actively worked on.
Feel you could help? Please do by clicking on the page with a pencil on the right!
This can be done any page too.
# UI-App Creation
In order to make a UI-App you will need some knowledge of the AngularJS framework, the main documentation can be found here: [AngularJS docs](https://docs.angularjs.org/guide)
+71 -58
View File
@@ -95,74 +95,87 @@ You can add multiple tags separated by comma `Tags = "Events,Offroad,lang:englis
You can choose from the following list:
- Age/Content:
- `Mature/18+`
=== "Age/Content"
- Gameplay Types:
- `Freeroam`
- `Roleplay`
- `Economy`
- `Traffic`
- `Mature/18+`
- Racing Categories:
- `Racing`
- `Racing:NASCAR`
- `Racing:Track`
- `Racing:Drag`
- `Racing:Rally`
- `Touge`
=== "Gameplay Types"
- Off-Roading and Challenges:
- `Offroad`
- `Crawling`
- `Dakar`
- `Challenge`
- `Freeroam`
- `Roleplay`
- `Economy`
- `Traffic`
- `Challenge`
- `Drift`
- Destruction Events:
- `Derby`
- `Arena`
=== "Racing Categories"
- Weather and Time Conditions:
- `Snow/Ice`
- `Rain`
- `Night`
- `Weather`
- `Racing`
- `Racing:NASCAR`
- `Racing:Track`
- `Racing:Drag`
- `Racing:Rally`
- `Touge`
- Gamemodes:
- `Gamemode`
- `Gamemode:Racing`
- `Gamemode:Rally`
- `Gamemode:Drag`
- `Gamemode:Derby`
- `Gamemode:Infection`
- `Gamemode:Cops-Robbers`
- `Gamemode:Delivery`
- `Gamemode:Sumo`
=== "Off-Roading"
- Community and Events:
- `Scenarios`
- `Events`
- `Leaderboard`
- `Offroad`
- `Crawling`
- `Rally`
- `Dakar`
- Mods:
- `Modded`
- `Mod:BeamPaint`
- `Mod:BeamJoy`
- `Mod:CEI`
=== "Destruction Events"
- Languages:
- `Lang:English`
- `Lang:Russian`
- `Lang:French`
- `Lang:Spanish`
- `Lang:Portuguese`
- `Lang:German`
- `Lang:Polish`
- `Lang:Arabic`
- `Derby`
- `Arena`
- Other:
- `Vanilla`
- `Moderated`
=== "Weather and Time Conditions"
- `Snow/Ice`
- `Rain`
- `Night`
- `Weather`
=== "Gamemodes"
- `Gamemode`
- `Gamemode:Racing`
- `Gamemode:Rally`
- `Gamemode:Drag`
- `Gamemode:Derby`
- `Gamemode:Infection`
- `Gamemode:Cops-Robbers`
- `Gamemode:Delivery`
- `Gamemode:Sumo`
=== "Community and Events"
- `Scenarios`
- `Events`
- `Leaderboard`
=== "Mods"
- `Modded`
- `Mod:BeamPaint`
- `Mod:BeamJoy`
- `Mod:CEI`
=== "Languages"
- `Lang:English`
- `Lang:Russian`
- `Lang:French`
- `Lang:Spanish`
- `Lang:Portuguese`
- `Lang:German`
- `Lang:Polish`
- `Lang:Arabic`
=== "Other"
- `Vanilla`
- `Moderated`
Should a tag be missing from this list, you can submit a request for it to be added [here](https://forum.beammp.com/t/introducing-server-tags/1320081)