Thread: [ANY]Build Mod
View Single Post
Author Message
javalia
Senior Member
Join Date: May 2009
Location: korea, republic of
Old 09-13-2010 , 00:58   [ANY]Build Mod
Reply With Quote #1

<Build Mod>




Introdution

This plugin gives you usefull functions for build server.

this is list of functions
  • spawn ragdoll, rigid
  • enable/disable motion of rigid
  • copy a prop
  • delete/dissolve prop
  • stabilize prop
  • set speed of prop(to make jump pad or accelerate pad)
  • make prop to not take damage, or take damage
  • set mass of prop
  • toggle gravity of prop
  • weld props



Requirements

this plugin needs the things listed below to work:
  • VPhysics



Installation

to install this plugin
  • put the smx file in the sourcemod/plugins folder
to compile this plugin manually
  • put all sp files in the sourcemod/scripting folder
  • put all inc files in the sourcemod/scripting/include folder
  • compile.



Configuration

to configurate this plugin to your likes
  • to use auto generated cfg file
    • run the plugin once, then the cfg will be generated in the cfg/sourcemod folder
    • take a look at the options and change them to your preferences
    • the options you choose in the cfg will be loaded on every map change
  • cvarlist for this version
Code:
//this will restrict other guy from grab prop that spawned by this mod if u are using gravitygun mod
buildmod_gravitygunmodrestrict "1"
if plugin has updated and it`s cfg file has changed, you should remove old one and regenerate cfg file



[/size]Known Bugs & Limits Of the Mod
  • if u delete/dissolve props that are stuck with world or other prop, it can make physics mayhem



Special Thanks To

i want to say thanks to these guys
  • asherkin for made wonderful extension vphysics and powered my build mod
  • flaminsarge for suggesting invalid model path check fix and updated plugin



Change Log

all the date`s format is y/m/d
Code:
update at 2012 1 30(ver 1.0.1.18)
  • updated plugin for updated vphysics extension
  • added function for prop_physics_multiplayer
  • credits for flaminsarge for this update.
update at 2011 3 29(ver 1.0.1.16)
  • fixed code owner code a lot, it was critical bug .
update at 2011 3 29(ver 1.0.1.16)
  • fixed code owner code a lot, it was critical bug .
update at 2011 3 29(ver 1.0.1.15)
  • added more owner restriction code, admin is exception.
  • now normal users also can spawn prop, ragdoll. well, if u dont want, edit code.
update at 2011 3 29(ver 1.0.1.13)
  • fixed code that works with gravity gun mod.
update at 2011 3 29(ver 1.0.1.12)
  • added check code for invalid model path
  • added code to work with gravitygun mod.
update at 2010 9 13(ver 1.0.0.5)
  • released
Attached Files
File Type: zip BuildMod(1.0.1.16).zip (34.1 KB, 774 views)
File Type: zip BuildMod(1.0.1.18).zip (34.8 KB, 1028 views)
__________________

Last edited by javalia; 01-30-2012 at 07:52. Reason: updated
javalia is offline