Fix missing cliffs conversion

This commit is contained in:
Adrian 2016-02-16 03:08:39 +01:00
parent 82d8551ab1
commit 4cbbc36e72
4 changed files with 39 additions and 1 deletions

Binary file not shown.

View file

@ -57,3 +57,15 @@ Loewe 126
Loewe Koenig 89
Vogel Adler 96
Vogel Habicht 95
Cliffs:
Front facing diag 3x3 264
Back facing diag 3x3 \ 265
Back facing diag 3x3 / 266
Outward Corner > 2x3 268
Outward Corner ^ 2x2 272
Outward Corner < 3x2 270
Inward corner V 2x2 271
Inward corner < 2x3 267
Inward corner > 3x2 269
? 273

View file

@ -72,3 +72,15 @@ Urwolf 89
Wolf 126
Wilder Eber 810
Wildschwein 48
Cliffs:
Front facing diag 3x3 264
Back facing diag 3x3 \ 265
Back facing diag 3x3 / 266
Outward Corner > 2x3 268
Outward Corner ^ 2x2 272
Outward Corner < 3x2 270
Inward corner V 2x2 271
Inward corner < 2x3 267
Inward corner > 3x2 269
? 273

View file

@ -46,10 +46,12 @@ namespace AdrianKousz.GenieEngine
private List<UnitInfo>[] ChangeUnits_AOE1_AOE2(IList<UnitInfo>[] units)
{
var array = new int[] {
// Resources
66, 66,
59, 59,
102, 102,
264, 264,
// Units
83, 83,
125, 125,
@ -69,6 +71,18 @@ namespace AdrianKousz.GenieEngine
103, 562,
101, 101,
// Cliffs
264, 264,
265, 265,
266, 266,
267, 267,
268, 268,
269, 269,
270, 270,
271, 271,
272, 272,
273, 273,
// Trees
141, 349,
144, 349,