Home

Sunday, October 17, 2010

Spawning Objects




Want to make constructions, models, sculptures, etc.?
I got a set of props below. Be sure to follow this blog post for updates!









Command code for removing objects: "ent_remove"
Note: Don't aim at a player and use the Remove command! It will end the server that you are in!
Ex: bind "B_BUTTON" "ent_remove"

Command code for rotating objects: "ent_rotate 10"
Ex: bind "X_BUTTON" "ent_rotate 10"


----------------------------------------------------------------------------------------------

PROPS

----------------------------------------------------------------------------------------------
2FORT'S SNIPER FENCE



Command code: "prop_dynamic_create props_2fort\sniper_fence01"
----------------------------------------------------------------------------------------------

RESUPPLY LOCKER




Command code: "prop_dynamic_create props_gameplay\resupply_locker"

----------------------------------------------------------------------------------------------

CAPTURE POINT ARROW




Command Code (Large): "prop_dynamic_create props_hydro\cap_point_arrow"

Command Code (Small): "prop_dynamic_create props_hydro\cap_point_arrow_small"

----------------------------------------------------------------------------------------------
CAPTURE POINT BASE


Command Code: "prop_dynamic_create props_gameplay/cap_point_base"
------------------------------------------------------------------------------------------------

CLASS DUMMIES


Command code: "prop_dynamic_create player\???"
Ex. bind "Y_BUTTON" "prop_dynamic_create player\spy"

----------------------------------------------------------------------------------------------

FENCE METAL




















Command code: "prop_dynamic_create props_farm\fence_metal01a"


---------------------------------------------------------------------------------------

BARN


























Command code: "prop_dynamic_create props_farm\barn_loft001a"


-------------------------------------------------------------------------------------------


COUNTRY BUILDING
















Command code: "prop_dynamic_create props_farm\building001"

-------------------------------------------------------------------------



TALL TREE








Command code: "prop_dynamic_create props_farm\tree001"


-------------------------------------------------------------------------------------------------


HAYPILE




Command code: "prop_dynamic_create props_farm\haypile001"

----------------------------------------------------------------------------------------------
GRAIN ELEVATOR




Command code: "prop_dynamic_create props_farm\grain_elevator01"


-------------------------------------------------------------------------------------------------








SUPPORT WALL PEICE









Command code: "prop_dynamic_create props_mining\support_wall001a"





----------------------------------------------------------------------------------------------


STAIRS



Command code: "prop_dynamic_create props_farm\stairs_wood001a"





----------------------------------------------------------------------------------------------






DUMPTRUCK







Command code: "prop_dynamic_create props_hydro\dumptruck
-------------------------------------------------------------------------------------------

































4 comments:

Anonymous said...

prop_dynamic_create props_combine\stasisshield

xlXJT90Xlx said...

prop_dynamic_create props_combine\stasisshield does'nt work, don't try it

Anonymous said...

How i can spawn sentries?

Anonymous said...

i can spawn things, i cant either rotate or remove them, i bind the controls to the right buttons, do i remove the + the is before the commands?