AdrianeMapMaker
8 years ago
I want TO make a Building that Had a Bridge Logic Where Roof Tops Can Be Walk-able

Do You Have any Idea Guys, Main Questions:
How To Make Bridge
How To Export Bridges in Renx
What Code Needed ; Just need a Example
A part of ZH worldbuilders map making community
https://discord.gg/tJ6zyGb 

UserPostedImage




Sponsor
AdrianeMapMaker
8 years ago
help

A part of ZH worldbuilders map making community
https://discord.gg/tJ6zyGb 

UserPostedImage




Unknown Editor
8 years ago
Well , No idea ; Can't you make a Texture like a roof for a Bridge and well Connect it to the top of the House
Asking is Not a Problem , Problem is Not to Know Something .
Operation : Dark Angel
Static : Launch Delayed
Reason : Uncool Terrain - Old Logic in use - Lack of Performance
Status : Applying new Terrain - Applying new Logic - Increasing Performance by 300%
AdrianeMapMaker
8 years ago
well you can just find a bridge in world builder ....

i want to use the logic of the bridge where on the top is walk-able sides are not
well the Top(RoofTop) sides (Windows,Walls)
A part of ZH worldbuilders map making community
https://discord.gg/tJ6zyGb 

UserPostedImage




Unknown Editor
8 years ago
Well , is there anything about bridge INI ? There must be Sth .
If we find Bridge INI then we will be able to make The house Walk-able .
Just from the time I could use INI to now I haven't found anything about the Bridges .
Mabey a secret file or somewhere else …

Edit: Just one thing , I haven't looked for a bridge in Civilian Buildings , now i'm on Mobile ;
There must be a kind of Module Tag which contains Walk-able Ability .

STEP1 : Find a bridge in world builder and memorize the name .
STEP2 : Find it by name .
Asking is Not a Problem , Problem is Not to Know Something .
Operation : Dark Angel
Static : Launch Delayed
Reason : Uncool Terrain - Old Logic in use - Lack of Performance
Status : Applying new Terrain - Applying new Logic - Increasing Performance by 300%
Annihilationzh
8 years ago
Depends on what you want to do. You could create an invisible bridge. Or you could mess around with the fortified walls that can be walked on - the ones from the vGenerals GLA mission.
If you need help, post in the forum. You'll get help a lot faster than if you send me a PM.

I reject all buddy requests. I don't think 'buddy' needs to be made official. It's not like you're marrying me.
Unknown Editor
8 years ago
Look at what I have found in AsianFloodBridge Modules :

Behavior = BridgeBehavior ModuleTag_03
LateralScaffoldSpeed = 100.0
VerticalScaffoldSpeed = 70.0
End



Well , That's All We'll need to do :

 AddModule
  Behavior                = BridgeBehavior ModuleTag_BridgeLogic
    LateralScaffoldSpeed  = ?
    VerticalScaffoldSpeed = ?
  End
 End
End

? = I don't know what it is 😞


Also GeometryMajorRadius is Strange !

Geometry = BOX
GeometryMajorRadius = 1117.0
GeometryMinorRadius = 25.0
GeometryHeight = 3.0
GeometryIsSmall = No



More INFO Coming Soon ...
Asking is Not a Problem , Problem is Not to Know Something .
Operation : Dark Angel
Static : Launch Delayed
Reason : Uncool Terrain - Old Logic in use - Lack of Performance
Status : Applying new Terrain - Applying new Logic - Increasing Performance by 300%