Skip to content

FosterZRussian/BattleBuilder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

«BattleBuilder» is a Voxel-gamemode concept for Garry's Mod, which was in development from 2021 to 2022.

At the moment, its development is frozen, so I want to share my some practices here.

Released

– Reading the voxel worlds format (.vxl 0.75) from the Ace Of Spades game directly into the gamemode.
– Creation of a game world (512x512x64) on the server side and its synchronization with the client.
– Blocks and Chunks which consume little RAM (lol).
– Editing blocks (destruction\creation) with a quick rebuild of the mesh.

In-work

– A destruction system that cuts off geometry in the air (due to technical limitations, this task cannot be implemented in real time).
– Basic player movement.

Not Released

– Weapon system.
– Physical projectiles.

My recommendations

– Due to technical limitations, many solutions will have to be improvised, so you probably won`t.

GameMode Screens

Image 1 Image 2 Image 3 Image 4

About

Voxel Gamemode for Garry`s Mod

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages