Adding objects to Game World

How do i add stuff like Recourse Nodes and Crashed Freighters to the Game World?
3 Replies
Rex
Rexthis hour
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.
Robb
Robb22h ago
are you making your own level or adding them to the base game level? if own level, look at ExampleLevel
PurpleDragon_99
PurpleDragon_99OP20h ago
adding to base game level i want to add more Hard drives

Did you find this page helpful?