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.
NEW UPDATE!
Now you can configure the Hacking Location to allow multiple players at a time and having all share the same challenge or each a different one. Also, the new Hack Loot device allows you to set up an area you need to hack to open.
As seen on:
Airlock Crisis (2888-6118-5758)
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.versetakes care of spawning, timing, success/failure detection, and cleanup so you can focus on puzzle design. -
Editable Trigger Locations
Drop inhacking_location.versedevices 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.verseor change each Hacking Location's grid size and text color directly in the creative device.
Project Structure
Content/
├── Scripts/
│ ├── CoreModule/
│ │ ├── custom_tick.verse
│ │ └── utilities.verse
│ │
│ ├── HackingMinigameModule/
│ │ ├── cell.verse
│ │ ├── challenge.verse
│ │ ├── hack_loot_location.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