I'm working on adding in player achievements like they used to have in Col1. Things like "You've discovered the New World!" and "You've discovered the Pacific!"
Just wondering what achievements you would like to see?
Here's a list of achievements I thought of real quickly:
- Discovered land
- Discovered the Pacific
- Met a native tribe
- Met a European nation
- Founded X colonies
- Destroyed a native tribe
I've attached a pic showing the concept so far. The achievement shows as a popup (I also want to put pictures in those popups). The achivements don't give you any extra bonus, it's just a bragging rights thing. There will be an "Achievements" screen showing all the ones you have for that game so you can screenshot and show others.
The best bit is that every achievement will be XML loaded. This gives complete control in the most basic modder's hands. There will be no need for python coding or SDK coding when I've finished this.
Here's the XML of the achievement shown in the picture just to show how flexible this concept will be:
[xml]
ACHIEVE_LANDFALL
TXT_KEY_ACHIEVE_LANDFALL
1
1
TXT_KEY_ACHIEVE_LANDFALL_HEAD
TXT_KEY_ACHIEVE_LANDFALL_TEXT
0
0
1
[/xml]
Just wondering what achievements you would like to see?
Here's a list of achievements I thought of real quickly:
- Discovered land
- Discovered the Pacific
- Met a native tribe
- Met a European nation
- Founded X colonies
- Destroyed a native tribe
I've attached a pic showing the concept so far. The achievement shows as a popup (I also want to put pictures in those popups). The achivements don't give you any extra bonus, it's just a bragging rights thing. There will be an "Achievements" screen showing all the ones you have for that game so you can screenshot and show others.
The best bit is that every achievement will be XML loaded. This gives complete control in the most basic modder's hands. There will be no need for python coding or SDK coding when I've finished this.
Here's the XML of the achievement shown in the picture just to show how flexible this concept will be:
[xml]
[/xml]
Comment