Skip to content

Extractor Placement UI

Div1o1 edited this page Sep 14, 2023 · 1 revision

Extractor Placement UI

The Extractor Placement UI enables players to place extractors strategically on the map for resource gathering. This was achieved through collaborating with the team buildable, using their buildable menu UI and adding the functionality to place extractors onto the map.

structure_tools.json

By adding the necessary building cost and conditions to the structure_tools.json config file, we can create a UI element through the preexisting code from the team buildable.

Screenshot 2023-09-14 at 12 23 45 pm

Accessing the Buildable Menu

Players can access the UI by pressing '3' and then 'T/t' key on the keyboard. This will pop up a menu user interface, which helps players build different items necessary for survival and clear the current level.

Screenshot 2023-09-14 at 11 47 01 am

Players can then drag and deploy the extractor onto the map using the left mouse button.

Clone this wiki locally