Replies: 2 comments 4 replies
-
|
@YTFL, when i have time will see if i can add these features as I am busy this weekend. |
Beta Was this translation helpful? Give feedback.
4 replies
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
1. Current System Overview
The existing simulation operates on a grid-based coordinate system (≈30×40) where entities (“blips”) represent friendly units, enemy units, and objectives. Each entity is assigned a fixed health value, and interactions are resolved through direct commands specifying movement and target coordinates.
The system supports:
While functional, the current model abstracts away most real-world dynamics, limiting realism and strategic depth.
2. Limitations of the Current Approach
Several structural constraints prevent the simulation from scaling into a realistic wargaming environment:
2.1 Grid-Based Coordinate System
2.2 Lack of Semantic Terrain
2.3 Abstract Entity Modeling
2.4 Instantaneous Simulation Resolution
2.5 Simplistic Objective System
3. Transition to a Real-World Coordinate System
A foundational upgrade involves replacing the current grid-based coordinates with a continuous, real-world coordinate system.
Proposed Changes
Impact
4. Evolution of Map Generation
Current State
Target State
Map generation evolves into a multi-layered world model:
4.1 Terrain Semantics
Each location includes:
4.2 Environment Types
4.3 3D Integration
5. Time-Stepped Simulation Architecture
The simulation will transition from instant resolution to a tick-based system.
Simulation Loop
Each time step processes:
Impact
6. Advanced Entity Modeling
Entities will evolve from abstract blips into stateful units with defined roles.
Enhancements
Unit types (infantry, armor, recon, etc.)
Attributes:
Combat Model Upgrade
Replace simple HP with state-based damage:
7. Detection and Engagement System
Combat will follow a structured pipeline:
Key Additions
8. Environmental and Weather Systems
Environmental factors will directly influence simulation outcomes.
Parameters
Effects
9. Objective and Mission System Redesign
Objectives will shift from static capture mechanics to dynamic mission-driven logic.
New Objective Types
Enhancements
10. Multi-Domain Combat Expansion
The simulation will expand beyond land-based operations into a multi-domain environment.
Domains
Note
Multi-domain integration will be introduced incrementally, with land simulation fully stabilized first.
11. Simulation Lifecycle and Outcome Evaluation
The simulation will adopt a structured lifecycle:
Outcome Metrics
This replaces binary win/loss conditions with graded mission outcomes.
Beta Was this translation helpful? Give feedback.
All reactions