Hacking Minigame
Hacking Minigame
Couldn't load pickup availability
Downloadable files along with this product
No files to download
Details
This Hacking Minigame Module lets you create bite-sized hacking puzzles in your Verse projects. Configure how cell patterns are generated, how challenges progress, and how the UI responds so you can focus on crafting tense, engaging minigames. You can swap in your own cell textures and UI styling to match the look and feel of your world.
Perfect for: sci-fi terminals, security door puzzles, or any scenario where quick-reaction hacking adds tension. It’s easy to extend and quick to integrate.
Overview
The hacking_manager.verse
handles spawning, timing, result tracking, and cleanup for every hacking puzzle. Adjust layouts using editables directly in UEFN via hacking_ui_configuration.verse
.
Key Features
-
Custom Grid Patterns
For everything from simple memory games to multi-step lock puzzles. You can define the number of columns and rows, as well as the number of cells you can activate for each challenge. -
Lifecycle & Result Tracking
hacking_manager.verse
takes care of spawning, timing, success/failure detection, and cleanup so you can focus on puzzle design. -
Editable Trigger Locations
Drop inhacking_location.verse
devices to launch a minigame when a player interacts with a console, door lock, terminal, or any world object you choose.
Each hacking location can have multiple challenges if you want to add more layers of protection to a certain area, for example. -
UI Configuration
Customize your hacking minigame with custom textures you can set inhacking_ui_configuration.verse
or change each Hacking Location's grid size and text color directly in the creative device.
Project Structure
├───Scripts │ ├───CoreModule │ │ │ utilities.verse │ │ │ ├───HackingMinigameModule │ │ │ cell.verse │ │ │ challenge.verse │ │ │ custom_tick.verse │ │ │ hacking_location.verse │ │ │ hacking_manager.verse │ │ │ hacking_minigame_ui.verse │ │ │ hacking_ui_configuration.verse │ │ │ └───UIModule │ │ utilities.verse │ └───Textures │ hacking_minigame_background.png │ hacking_minigame_cell_correct.png │ hacking_minigame_cell_off.png │ hacking_minigame_cell_selected.png │ hacking_minigame_cell_warning.png │ hacking_minigame_cell_wrong.png │ hacking_minigame_notch.png
NOTE: Level design is not included—this package provides the code and logic system only. The code is sold as is. Updates to the code and bug fixes can be obtained but aren't guaranteed.
Share


great system, easily and customizable setup. No complaints