Light Currency Module
Light Currency Module
Couldn't load pickup availability
Downloadable files along with this product
No files to download
Details
This Currency Module lets you manage a single customizable currency in your maps. Configure how it's earned, displayed, and spent so you can focus on designing rewarding gameplay loops. You can set your own textures so the HUD matches the style of your game.
Perfect for: tycoons, minigames, survival games, or any experience that only needs one solid in-game currency. It’s lightweight, minimal, and incredibly easy to drop into your map.
Overview
The verse_currency_manager.verse
handles the definition, tracking, and transaction logic for a single currency. It pairs with simple editable locations like award_currency_location.verse
and purchase_location.verse
, enabling direct currency interactions with minimal setup.
This version is a slimmed-down alternative to larger economy systems. It is ideal for creators who want something functional and clean without added complexity. The code is sold as is. Updates and bug fixes may be available but are not guaranteed.
Key Features
-
Minimal Setup
Includes just the essential components to define, earn, and spend one currency. -
Simple HUD Integration
currency_ui.verse
provides a live currency display and is configurable viacurrencies_ui_configuration.verse
. -
Award & Purchase Devices
Useaward_currency_location
andpurchase_location
to trigger transactions through triggers or events. -
Core Manager Logic
verse_currency_manager.verse
handles core functionality while staying clean and lightweight. -
Utility Functions
utilities.verse
provides common helpers so you can easily modify or extend behaviors as needed.
Project Outline
Content/ ├───Scripts │ ├───CoreModule │ │ ├── agent_spawner_manager.verse │ │ ├── game_manager.verse │ │ └── utilities.verse │ │ │ ├───UIModule │ │ └── utilities.verse │ │ │ ├───VerseCurrencyModule │ │ ├── currencies_ui_configuration.verse │ │ ├── currency.verse │ │ ├── currency_ui.verse │ │ ├── utilities.verse │ │ └── verse_currency_manager.verse │ │ │ └───VersePersistenceModule │ ├── utilities.verse │ └── verse_currency_persistence.verse │ └───Textures ├── currency_0.png └── currency_bg.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
