Skip to content

Commit d26b8a2

Browse files
committed
Expand future platforms based on tracker movement.
1 parent a07483a commit d26b8a2

File tree

8 files changed

+80
-4
lines changed

8 files changed

+80
-4
lines changed

docs/platforms/hytale/index.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Hytale
2+
Hytale is a sandbox adventure RPG that blends exploration, combat, building, and modding tools in a procedurally generated fantasy world.\
3+
Java is the primary form of plugins that are supported for Hytale, this may change however depending on the development team.
4+
5+
!!! warning
6+
As we do not have developers that are Java/Kotlin compatible for BSA, development is not expected to start anytime soon.
7+
8+
!!! danger
9+
Hytale is currently under design review for how it will be implemented.\
10+
:tools: We are in the process of getting this section constructed.

docs/platforms/minecraft/index.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Minecraft (Bukkit / Spigot)
2+
Minecraft is a sandbox game where players explore a block-based world, gather resources, craft items, and build anything they can imagine while surviving or creating freely.\
3+
Bukkit & Spigot are both plugin systems for Minecraft, allowing us to develop on the game server-side only.
4+
5+
!!! warning
6+
As we do not have developers that are Java/Kotlin compatible for BSA, development is not expected to start anytime soon.
7+
8+
!!! danger
9+
Minecraft is currently under design review for how it will be implemented.\
10+
:tools: We are in the process of getting this section constructed.

docs/platforms/pzomboid/index.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Project Zomboid
2+
Project Zomboid is an open-ended zombie survival game where players scavenge, craft, and manage resources while trying to survive as long as possible in a detailed post-apocalyptic world.\
3+
PZ uses Lua 5.1 for its scripting on both server and client under KahLua.\
4+
However Java is also an option, while Lua is embedded in Java through KahLua.
5+
6+
!!! danger
7+
Project Zomboid is currently under design review for how it will be implemented.\
8+
:tools: We are in the process of getting this section constructed.

docs/platforms/rust/index.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Rust (Oxide)
2+
Rust is a multiplayer survival game where players gather resources, build bases, craft weapons, and compete or cooperate with others to survive in a harsh open world.\
3+
Oxide is UMod's drop-in plugin system for Rust, allowing us to develop on the game server-side only.
4+
5+
!!! warning
6+
As we do not have developers that are C# compatible for BSA, development is not expected to start anytime soon.
7+
8+
!!! danger
9+
Rust is currently under design review for how it will be implemented.\
10+
:tools: We are in the process of getting this section constructed.

docs/platforms/s&box/index.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# S&Box
2+
S&box is a sandbox game-creation platform where players and developers can build, share, and play custom games using modern tools and scripting within Source 2.\
3+
We are monitoring for changes on S&Box's development cycle.
4+
5+
!!! warning
6+
As we do not have developers that are C# compatible for BSA, development is not expected to start anytime soon.
7+
8+
!!! warning
9+
S&Box is an in-development game-engine with breaking changes, which will cause setbacks & compatiblity issues!
10+
11+
!!! danger
12+
S&Box is currently under design review for how it will be implemented.\
13+
:tools: We are in the process of getting this section constructed.

docs/platforms/source/index.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,16 @@
11
# SourceMod
22
SourceMod is our second integration for BSA.\
33
This creates the unification between source engine games via source plugins.\
4-
This is very much tested to be on orange box valve servers.
5-
6-
(This does not mean this will work on Source 2, as its a different game engine.)
4+
This allows these games to be available to BSA thanks to SourceMod's development team:
75

6+
- CSS - Counter Strike
7+
- TF2 - Team Fortress 2
8+
- OF - Open Fortress
9+
- HL:DM - Half-life Deathmatch
10+
- HL2:DM - Half-life 2 Deathmatch
11+
- L4D - Left 4 Dead
12+
- L4D2 - Left 4 Dead 2
813

914
!!! danger
1015
SourceMod is currently under design review for how it will be implemented.\
11-
:tools: We are in the process of getting this section constructed. :tools:
16+
:tools: We are in the process of getting this section constructed.

docs/platforms/terraria/index.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Terraria (TShock)
2+
Terraria is a 2D sandbox adventure game where players explore underground and surface worlds, gather resources, craft gear, build structures, and battle a wide variety of enemies and bosses.\
3+
TShock is an open-source drop-in plugin system for Terraria, allowing us to develop on the game server-side only.
4+
5+
!!! warning
6+
As we do not have developers that are C# compatible for BSA, development is not expected to start anytime soon.
7+
8+
!!! danger
9+
Terraria is currently under design review for how it will be implemented.\
10+
:tools: We are in the process of getting this section constructed. :tools:

mkdocs.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,16 @@ nav:
8282
- Repr: platforms/garrysmod/modules/repr.md
8383
- SourceMod:
8484
- Overview: platforms/source/index.md
85+
- S&Box:
86+
- Overview: platforms/s&box/index.md
87+
- Rust:
88+
- Overview: platforms/rust/index.md
89+
- Minecraft:
90+
- Overview: platforms/minecraft/index.md
91+
- Hytale:
92+
- Overview: platforms/hytale/index.md
93+
- Project Zomboid:
94+
- Overview: platforms/pzomboid/index.md
8595
markdown_extensions:
8696
- admonition
8797
- attr_list

0 commit comments

Comments
 (0)