Summary
Economy framework with shops, currency, cannabis actions, and faction lockers for Arma Reforger servers.
Description
Desert Economy is an Arma Reforger economy framework for server owners and modders.
Features:
- Black Market example shop
- Military Shop example shop
- Server-side purchase validation
- Script-based shop catalogs
- Configurable currency bills
- Cannabis sell system
- Cannabis confiscation system
- Faction locker / storage examples
- Dedicated server friendly setup
- Documentation scripts included
Shops are configured through Catalog Class Name instead of Editable Catalog arrays for better dedicated server reliability.
Example:
Black Market prefab:
Catalog Class Name = DE_BlackMarketCatalog
Shop Title = Black Market
Military Shop prefab:
Catalog Class Name = DE_MilitaryShopCatalog
Shop Title = Military Shop
To edit shop items, open:
DE_BlackMarketCatalog.c
DE_MilitaryShopCatalog.c
The included documentation scripts explain how to configure shops, cannabis sell/confiscate points, and faction lockers.
This mod is designed as a framework/example. Duplicate the example prefabs, edit the catalog scripts, and test your setup on a dedicated server.
License
Arma Public License (APL)