-
Notifications
You must be signed in to change notification settings - Fork 0
/
TODO.txt
79 lines (65 loc) · 2.55 KB
/
TODO.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
Level 4
- Move cyan to slightly different location
- Fix cyan shielding single units rather than minimum 6
Level 3
- Include cutscene with flyby and msgs.
--------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------
General:
- change strings back to normal on all levels (ones we edited)
bldg_const = building_type_info();
local ency = encyclopedia_info();
SPELLS CONSTANTS DEFAULT
spell_const[M_SPELL_GHOST_ARMY].Active = SPAC_OFF;
spell_const[M_SPELL_GHOST_ARMY].NetworkOnly = 1;
spell_const[M_SPELL_INVISIBILITY].OneOffMaximum = 4
spell_const[M_SPELL_INVISIBILITY].WorldCoordRange = 4096
spell_const[M_SPELL_INVISIBILITY].CursorSpriteNum = 45
spell_const[M_SPELL_INVISIBILITY].ToolTipStrIdx = 818
spell_const[M_SPELL_INVISIBILITY].AvailableSpriteIdx = 359
spell_const[M_SPELL_INVISIBILITY].NotAvailableSpriteIdx = 377
spell_const[M_SPELL_INVISIBILITY].ClickedSpriteIdx = 395
spell_const[M_SPELL_SWAMP].OneOffMaximum = 3
spell_const[M_SPELL_SWAMP].WorldCoordRange = 4096
spell_const[M_SPELL_SWAMP].CursorSpriteNum = 53
spell_const[M_SPELL_SWAMP].ToolTipStrIdx = 823
spell_const[M_SPELL_SWAMP].AvailableSpriteIdx = 364
spell_const[M_SPELL_SWAMP].NotAvailableSpriteIdx = 382
spell_const[M_SPELL_SWAMP].ClickedSpriteIdx = 400
spell_const[M_SPELL_EROSION].Cost = 250000
spell_const[M_SPELL_EROSION].CursorSpriteNum = 50
spell_const[M_SPELL_EROSION].ToolTipStrIdx = 822
spell_const[M_SPELL_EROSION].AvailableSpriteIdx = 363
spell_const[M_SPELL_EROSION].NotAvailableSpriteIdx = 381
spell_const[M_SPELL_EROSION].ClickedSpriteIdx = 399
spell_const[M_SPELL_VOLCANO].Cost = 800000
spell_const[M_SPELL_VOLCANO].WorldCoordRange = 3072
spell_const[M_SPELL_VOLCANO].CursorSpriteNum = 56
spell_const[M_SPELL_VOLCANO].ToolTipStrIdx = 828
spell_const[M_SPELL_VOLCANO].AvailableSpriteIdx = 369
spell_const[M_SPELL_VOLCANO].NotAvailableSpriteIdx = 387
spell_const[M_SPELL_VOLCANO].ClickedSpriteIdx = 405
BUILDING CONSTANTS DEFAULT
bldg_const[M_BUILDING_SPY_TRAIN].ToolTipStrId2 = 641;
ECNYCLOPEDIA DEFAULT
ency[27].StrId = 690
ency[32].StrId = 691
ency[22].StrId = 692
ency[35].StrId = 695
ency[38].StrId = 696
--------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------
LEVELS TESTING PROGRESS:
(difficulties tested 0-3)
-01: 0,1,3
-02: 0,1,2,3
-03: 0,1,3
-04: 0,1,3
-05: 0,1,2,3
-06: 0,1,3
-07: 0,1,2,
-08: 0,2,3
-09: 1,3
-10: 0,
-11: 0,1,2,3
-12: 0,2,3