An immersive archaeology system for RedM servers using RSG-Core framework with excavation sites, interactive minigames, and a collectible discovery book.
- 30+ Dig Sites: Excavation locations across the entire map with unique fossils and artifacts
- Interactive Minigame: Skill-based excavation minigame for uncovering artifacts
- Archaeology Book: 30-page collectible book that fills as you discover new sites
- Advanced Sites: Special large-scale excavations (Mammoth, Whale fossils)
- Dynamic Spawning: Hourly cron job activates random dig sites
- Reward System: Common and rare items with configurable chance rates (5-97%)
- Extract to your resources folder
- Execute
INSTALLATION/QC_Archaeology.sqlin your database - Add items from
INSTALLATION/items.txttorsg-core/shared/items.lua - Add images from
INSTALLATION/IMAGES/to your inventory script - Configure
config.luaas needed - Add
ensure QC-Archaeologyto server.cfg
Important: Dig sites spawn on an hourly schedule. First sites will appear after the cron job runs.
- Visit an Archaeology Hub (2 locations on the map)
- Purchase an archaeology brush and book
- Wait for dig sites to spawn (hourly at :00)
- Travel to active dig sites and use your brush
- Complete the minigame to excavate artifacts
- Collect fossils and fill your archaeology book
Key settings in config.lua:
Config.arcsiteCronJob = '0 * * * *' -- Hourly site spawns
Config.RareItemChance = 5 -- 5% chance for rare finds
Config.ArchaeologyBrush = 'archeology_brush' -- Required tool
Config.arcsiteTime = 1500 -- Dig duration (ms)Discord: Quantum Projects Developer: Artmines
Version: 1.0.1 | Framework: RSG-Core