You should have parts of the map to where we can choose what houses go where. Even possible have the houses placed with code. That way we can rearrange them how we want.
Announcement
Collapse
No announcement yet.
Developmental land.
Collapse
X
-
There are some buildings in the list https://dev.playonset.com/wiki/Objects that you can spawn with CreateObject.
-
It works in GTA:SA because it's draw distance is so limited. In Onset you have a very high draw distance. That's possible with so called Hierarchical LODs. So when you move away from a town a small proxy LOD pops in which contains several buildings combined in a single mesh. So when you remove a building it would only be visible closeby.
Comment
-
You use the function https://dev.playonset.com/wiki/CreateObject to spawn any model that is on this list: https://dev.playonset.com/wiki/Objects
So it's a one-liner.
Comment
Comment