Posted by: R.I.P - Friday, August 21, 2015 7:18:49 PM
does anyone know how to make the building fence and the crane and the raising from the ground slowly thing that stuff that appears when a building is in building progress
thanks[+1]
Posted by: acidbrain - Friday, August 21, 2015 11:37:07 PM
Check the construction-zone fence, under-construction scaffolding and being-constructed crane models with gmax/Renx to see the mechanics
Posted by: R.I.P - Saturday, August 22, 2015 7:34:11 AM
i mean i want to put this stuff to a building i dont want to make anew one i just want to give it to another building
thanks
Posted by: AMGIntermission - Saturday, August 22, 2015 7:52:13 AM
I haven't found anything specific to its construct set-up, Closest i got was this unacceptable Scaffolding located; I think in the ''Special objects'' list?
[quote]There are 2 types of Crane in the Building menu under 'Objects, Cargo, and Crane,[/quote]
just put the rest together with a Type 1 chain-link fence....
Posted by: R.I.P - Saturday, August 22, 2015 8:12:48 AM
could you just paste the code and i will take it and put it in the building
thanks
Posted by: AMGIntermission - Saturday, August 22, 2015 9:00:41 AM
[quote=R.I.P;138294]could you just paste the code[/quote]
Didn't have WB right now, but sounded lengthy anyway, just hunt it down,
Like a dowg!
Posted by: Zatsupachi - Saturday, August 22, 2015 12:45:48 PM
[code]
ConditionState = ACTIVELY_BEING_CONSTRUCTED ;you can change this to NONE
Model = ABBarracks_A5
Animation = ABBarracks_A5.ABBarracks_A5
AnimationMode = LOOP
TransitionKey = UP_DAY
End
[/code]
Posted by: R.I.P - Saturday, August 22, 2015 2:57:39 PM
im not talking about wb i mean that is i want to give that things to a civilian building i converted it to be build able by the dozer but the building doesnt have that stuff so i want to add that stuff to it not to a mab in wb i want to make it to the main game ini file and the crane and the fence and these stuff will be better if it was the command center stuff because the civi building is big
thanks[smile] [smile] [+1]
Posted by: AMGIntermission - Saturday, August 22, 2015 7:59:48 PM
Very difficult to understand this?
[quote]Ask your question on 'ONE LINE' only! not 2 but JUST one.....[/quote]
Posted by: CommieDog - Saturday, August 22, 2015 10:13:07 PM
[quote=R.I.P;138294]could you just paste the code and i will take it and put it in the building
thanks[/quote]
It's a lot of code, probably too much to fit into a forum post. But look for this line in \Object\FactionBuilding.ini:[code];------------------------------------------------------------------------------
Object AmericaCommandCenter[/code]This is the beginning of the USA's Command Center code.
Now look for this line:
[code] ; ------------ construction-zone fence -----------------
Draw = W3DModelDraw ModuleTag_05[/code]This is the beginning of the code that controls the construction fence around the USA Command Center. you'll need to copy the entire module (everything below it that has addition indenting, plus the "End" line at the end with the same amount of indenting) into your new building in order to get the fence to show up before and during construction.