Yeah, another discover guys, I don't know if anyone knew it already, but... I didn't, so I'm going to share this here. =)
Unit Info
-Shows the mouse hovered unit's velocity info.
I don't know why but it won't show more than that, lol, but still...
How to
1. Go to C:\Cavedog\Kingdoms.
2. Search for a file called Keys.tdf.
3. Open it with NotePad.
4. Search for an empty spot and paste "UnitInfo" in it. For Example:
- Code:
-
Before
LOWER_B =;
UPPER_B =;
After
LOWER_B = UnitInfo;
UPPER_B = UnitInfo;
PS: Do it in both "LOWER" and "UPPER".
5. Save it and start the game, hover a unit and press "B" in the example, it's gonna show up the window. =)
You can also select a unit in game and do +UnitInfo (sensitive case) but I don't know why it's going to bug your game (the UnitInfo window won't close), so I recommend doing the Keys.tdf method.
Thank you guys,
DeeKay.