RealisticTopBox2024: Difference between revisions

From Skyscraper Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 4: Line 4:
== Notes ==
== Notes ==
If you really want to create a realistic inspection box, wait until Build 5 of [[LF Integration Project]] is released.
If you really want to create a realistic inspection box, wait until Build 5 of [[LF Integration Project]] is released.
== How To Use ==
RealisticTopBox2024 was created to allow users to add realistic inspection box into their buildings by following a few basic and easy steps instead of spending hours trying to manually create them. RealisticTopBox2024 hopes to completely redefine the concept of building coding in Skyscraper, as it allows a new feature to be added into buildings.
1)   Before adding your inspection box, place in this code (Function Activation Code). This will basically insert the functionscript into your building file, allowing you to place in the scripting code which actually creates the inspection box.
<code><Include RealisticTopBox2024/Scripts/r1_script.txt></code>
2)   Now it is time to place in the function: InspectionBox. Here is the syntax
<code>InspectionBox(BgTexture, UpTexture, UpLitTexture, DownTexture, DownLitTexture, GoTexture, GoLitTexture, InsUnlitTexture, InsLitTexture, AlarmTexture, AlarmSound, X, Z, Direction)</code>
== Example ==
<code>InspectionBox(InsBg, InsUp, InsUpLit, InsDown, InsDownLit, InsGo, InsGoLit, InsUnlit, InsLit, InsAlarm, bell1.wav, 0, 0, front)</code>
[[Category:Scripts]]
[[Category:Scripts]]

Revision as of 11:56, 22 April 2024

RealisticTopBox2024 will be a script that allows users to create a realistic inspection box rather than spending time doing it manually. It will be made by Lighthouse Friesland as part of the LF Integration Project.

Beno Building Simulator (Incomplete) has also this feature.

Notes

If you really want to create a realistic inspection box, wait until Build 5 of LF Integration Project is released.

How To Use

RealisticTopBox2024 was created to allow users to add realistic inspection box into their buildings by following a few basic and easy steps instead of spending hours trying to manually create them. RealisticTopBox2024 hopes to completely redefine the concept of building coding in Skyscraper, as it allows a new feature to be added into buildings.

1)   Before adding your inspection box, place in this code (Function Activation Code). This will basically insert the functionscript into your building file, allowing you to place in the scripting code which actually creates the inspection box.

<Include RealisticTopBox2024/Scripts/r1_script.txt>

2)   Now it is time to place in the function: InspectionBox. Here is the syntax

InspectionBox(BgTexture, UpTexture, UpLitTexture, DownTexture, DownLitTexture, GoTexture, GoLitTexture, InsUnlitTexture, InsLitTexture, AlarmTexture, AlarmSound, X, Z, Direction)


Example

InspectionBox(InsBg, InsUp, InsUpLit, InsDown, InsDownLit, InsGo, InsGoLit, InsUnlit, InsLit, InsAlarm, bell1.wav, 0, 0, front)