Blockland Forums > Modification Help
Props (DTS bricks) - Why not?
soba:
--- Quote from: Kiwi on August 12, 2011, 06:04:48 PM ---Rotondo's health lockers are not rescaled.
--- End quote ---
I know that, he made the health locker shape the size of the brick, then made it an item and used some code to make it spawn inside the brick, and stuff like that
Kiwi:
Jasa1's fix for the Prop system works flawlessly.
One little error at line 96:
--- Quote --- if(%datablock.modelScale! $= "")
{
%brick.prop.setScale(%datablock.modelScale);
}
--- End quote ---
Change to
--- Quote --- if(%datablock.modelScale !$= "")
{
%brick.prop.setScale(%datablock.modelScale);
}
--- End quote ---
If you change that, the prop system is even better than JVS, if you compare no console spam to JVS console spam.
Thank you Jasa1 :D
soba:
Does it fix fake-killing it? then? or when you break it, how the model sometimes stays there for a short time?
Kiwi:
--- Quote from: soba on August 12, 2011, 07:02:50 PM ---Does it fix fake-killing it? then? or when you break it, how the model sometimes stays there for a short time?
--- End quote ---
When you fake kill it, the prop won't dissapear but the invisible brick will. Being able to walk through.
Hammer works.
Wand works.
Delete works.
Disapear does not work properly. (it instantly reapears)
Fake killing does not work properly. (instantly reapears)
Duplicating does not work properly. (always pointing north)
Conclusion: WE CAN USE PROPS ONCE AGAIN SAFELY!!!
soba:
Send2me, I have some plans for it then