Adding objects to Game World
How do i add stuff like Recourse Nodes and Crashed Freighters to the Game World?
3 Replies
For Resource Nodes, you can use Level Instances. That is, you create a level that only contains the resource node, and then you place it in the persistent level at runtime. For Crashed Freighters you can do the same thing but I don't know if they will show up properly in the Object Scanner.
are you making your own level or adding them to the base game level? if own level, look at ExampleLevel
adding to base game level
i want to add more Hard drives