Frequently Asked Questions
Is Game Creator 2 required?
Yes. WAS is built as a module for GC2 and requires GC2 Core as a foundation.
Does it work with Cozy Weather?
Yes! WAS integrates with Cozy Weather for time-of-day events. It's optional but recommended for time-based scheduling.
Can I have multiple activity managers?
No. WorldActivityManager is a singleton. Only one instance should exist per scene.
How many activities can I have?
Unlimited. The system is optimized with smart caching. We recommend grouping related activities for organization.
Is save/load supported?
Yes. Uses the GC2 Remember system for persistence. Discovery state, completion status, and event history are saved.
Can spatial and temporal activities interact?
Yes! Use GC2 conditions and instructions. Example: temporal event spawns enemies at a spatial anchor location.
What's the performance impact?
Minimal. Conditional events use intelligent caching (80%+ hit rate). Discovery uses optimized proximity checks with configurable intervals.
Can I create custom trigger types?
Yes! Extend TemporalActivity and implement custom trigger logic. See the API documentation for details.
Changelog
Current Version: 1.0.0
Version 1.0.0 — Initial Public Release
January 2026
- Complete spatial activity system with anchors
- Temporal activity automation with Event Scheduler
- Priority queue and conflict resolution
- Smart caching for conditional events (80%+ hit rate)
- Debug Window with Timeline, History, and Performance tabs
- Full GC2 integration (Conditions, Instructions, Remember)
- Cozy Weather time integration (optional)
Version 0.3 — Event Scheduler System
Internal Build, January 2026
- Priority queue system and conflict resolution
- Time-of-day and conditional event triggers
- Event Scheduler Debug Window
Version 0.2 — Core Activity Framework
Internal Build, December 2025
- Spatial and Temporal activity foundations
- WorldActivityManager singleton
- Initial GC2 integration
Version 0.1 — Prototype
Internal Build, November 2025
- Initial architecture and proof of concept
Roadmap
Features under consideration for future updates:
- Wave-based spawning and boss encounters
- Safe-zone mechanics with alive-enemy detection
- EventChain conditional branching enhancements
- Multi-link selection in Graph Editor
- Event templates for common patterns
- Analytics dashboard for production metrics
Support
This is a passion project — no 24/7 support, but I reply as quickly as I can.
FAQ, Changelog & more →