hOW TO MAKE CONTRUCTIBLE OBJECT


(A3S) #1

Can someone explain me how to make it and how is it working??
I am begginer an i dont understand nothing. Please step be step.


(isbowhten) #2

there are lots of tutorials out there…

a trigger_objective_info targets at a func_constructible.
the func_constructible consists of those brushes you want to disappear if it gets destroyed or appear if it gets built.
the trigger_objective_info is the area form where you can construct.
it needs also a scriptname,

in the script file -> “mapname”.script
you do this

“scriptname of func_constructible”
{
spawn
{
set here your constructible class for further information on cosntrucibler class seer chruker’s
}
}

chruker’s:
http://games.chruker.dk/enemy_territory/scripting_reference.php

also make sure you have a script_multiplayer entity anywhere in the map with scriptname “game_manager”