mirror of
https://github.com/celisej567/source-engine-metaballs.git
synced 2025-12-31 05:48:11 +03:00
828 B
828 B
source-engine-metaballs Beta
Simple source engine metaballs implementation. Its in beta.
Based on Paul Baker's project from 2002.
THIS IS FOR SOURCE CODE!
How to install
- Copy
src/gamefolder to thesrcfolder of your mod/game. - (OPTIONAL) Copy
game/mod_hl2/materialsin your mod. - Copy
game/mod_hl2/fgd/blobs.fgdin your mod. - Go to
src/game/clientof your mod/game, openclient_base.vpcand add$include "metaballs\metaballs.vpc"somewhere. - Go to
src/game/serverof your mod/game, openserver_base.vpcand add$include "metaballs\metaballs.vpc"somewhere.
Basically thats it.
How to use
- Open Options of the hammer. Add this fgd to the
Game Data Files - Use
point_blob_containerandpoint_blob_elementin hammer.