Hi guys. No it hasn't been totally quiet on the Empire front. But I have been severly slowed down due to various issues. However, progress still moves forward, albeit slowely.
Demo v0.3 progresses nicely now. I have completely redesigned the code from the ground up. While this set me back heaps by rendering v0.2 completely redundant, it has garnered benefits in other areas. IE: Where it took almost 10 minutes (on my PC anyways) to create a random map on the largest size, I now have a map generator which is a lot better in quality of maps, how things are linked, and even does a hellova lot more like goods, roads, proper rivers, strategic city placement, in the simple timeslot of about 1 minute. Many other speed issues have also been rectified.
Currently, I have the new code model at this state:
- Application basics (initialisation, object creation): COMPLETE
- Sound FX engine: COMPLETE
- Music engine: COMPLETE
- Game engine (the main loop): COMPLETE
- Game setup: PARTIAL (I have a couple more things to implement after the unit engine is complete)
- Map generator: COMPLETE
- Economy engine: COMPLETE
- City engine: COMPLETE
- Unit engine: COMPLETE
- Combat engine: TEMPORARY (true tactical combat to be done later)
- Message engine: STARTED
- Empire management: PARTIAL (Economy finished)
These are the things I'd like finalised before releasing the next demo. Some things to look forward to in this demo:
- Roads: COMPLETE
- Fully operating economy (except for maybe trade): COMPLETE
- Maps with logical rolling hills, mountain ranges, rivers flowing in logical paths, better forest spread, and more: COMPLETE
- Fortifications: walls, guardtowers, castles: PARTIAL
- Empire-wide reporting (may not have every report): PARTIAL
- AI: BASIC (builds cities, units and attacks enemy units/cities)
At this point the timeframe till release is unknown, but I'll update this thread every so often.
EDIT: (29-July) Updated the status of components.
EDIT: (19-Aug) Updated the status of components.
EDIT: (1-Sept) Updated the status of components.
Demo v0.3 progresses nicely now. I have completely redesigned the code from the ground up. While this set me back heaps by rendering v0.2 completely redundant, it has garnered benefits in other areas. IE: Where it took almost 10 minutes (on my PC anyways) to create a random map on the largest size, I now have a map generator which is a lot better in quality of maps, how things are linked, and even does a hellova lot more like goods, roads, proper rivers, strategic city placement, in the simple timeslot of about 1 minute. Many other speed issues have also been rectified.
Currently, I have the new code model at this state:
- Application basics (initialisation, object creation): COMPLETE
- Sound FX engine: COMPLETE
- Music engine: COMPLETE
- Game engine (the main loop): COMPLETE
- Game setup: PARTIAL (I have a couple more things to implement after the unit engine is complete)
- Map generator: COMPLETE
- Economy engine: COMPLETE
- City engine: COMPLETE
- Unit engine: COMPLETE
- Combat engine: TEMPORARY (true tactical combat to be done later)
- Message engine: STARTED
- Empire management: PARTIAL (Economy finished)
These are the things I'd like finalised before releasing the next demo. Some things to look forward to in this demo:
- Roads: COMPLETE
- Fully operating economy (except for maybe trade): COMPLETE
- Maps with logical rolling hills, mountain ranges, rivers flowing in logical paths, better forest spread, and more: COMPLETE
- Fortifications: walls, guardtowers, castles: PARTIAL
- Empire-wide reporting (may not have every report): PARTIAL
- AI: BASIC (builds cities, units and attacks enemy units/cities)
At this point the timeframe till release is unknown, but I'll update this thread every so often.
EDIT: (29-July) Updated the status of components.
EDIT: (19-Aug) Updated the status of components.
EDIT: (1-Sept) Updated the status of components.
Comment