Single Currency Module
Single 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 Verse games. 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, extendable, and quick to set up.
Overview
The verse_currency_manager.verse handles the definition, tracking, and transaction logic for a single currency. It pairs with editable currency locations like award_currency_location.verse and purchase_location.verse, enabling easy integration with pickups, shops, and other interactive systems.
Key Features
-
Simple Currency Setup
Define your currency usingcurrency.verseand set your preferences for name, icon, sounds, and starting balance. -
UI Integration
currency_ui.verseprovides a live HUD overlay that displays the currency balance with optional customization hooks. -
Award & Purchase Locations
Drop inaward_currency_locationandpurchase_locationdevices to trigger earning or spending currency during gameplay. -
Centralized Manager
verse_currency_manager.versehandles currency registration, access, and transaction consistency so you don’t have to reinvent the wheel. -
Utilities Support
Includesutilities.versewith reusable helpers for formatting, logging, and balance updates.
Project Outline
Content/
├── Instructions-For-Assets.md
├── README.md
│
├── Scripts
│ ├── CoreModule
│ │ ├── agent_spawner_manager.verse
│ │ ├── game_manager.verse
│ │ └── utilities.verse
│ │
│ ├── UIModule
│ │ └── utilities.verse
│ │
│ ├── VerseCurrencyModule
│ │ ├── award_currency_location.verse
│ │ ├── currencies_ui_configuration.verse
│ │ ├── currency.verse
│ │ ├── currency_ui.verse
│ │ ├── purchase_location.verse
│ │ ├── utilities.verse
│ │ └── verse_currency_manager.verse
│ │
│ └── VersePersistenceModule
│ ├── utilities.verse
│ └── verse_currency_persistence.verse
│
└── Textures
├── currency_0.png
├── currency_1.png
├── currency_2.png
├── currency_3.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
