Skip to content

Commit 02f7a36

Browse files
authored
Add enum names/ definitions to Simulator headers (#67)
* Add definitions to Cursors.h * Add name to enum item Unk10 in cHerd::CreaturePersonality * fix misnamed Enum * Add more cursor definitions from tribal stage
1 parent b4eee23 commit 02f7a36

File tree

2 files changed

+75
-1
lines changed

2 files changed

+75
-1
lines changed

Spore ModAPI/Spore/Simulator/cHerd.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ namespace Simulator
2121
Pet = 7,
2222
WaterPredator = 8,
2323
Carcass = 9,
24-
Unk10 = 10,
24+
Rogue = 10,
2525
Scenario = 11
2626
};
2727

Spore ModAPI/Spore/UTFWin/Cursors.h

Lines changed: 74 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,80 @@ namespace UTFWin
115115

116116
/// STD_Center-alpha09
117117
StdCenterAlpha09 = 0x1023,
118+
119+
120+
/// cursor-no-opt
121+
NoOptions = 0x3a204b0,
122+
123+
/// cursor-ban-mode
124+
BanMode = 0x5ecbdffd,
125+
126+
/// cursor_skeleton2
127+
UnlockSkeleton = 0x342d221f,
128+
129+
/// cursor-eat-fruit
130+
EatFruit = 0xb14ab7b6,
131+
132+
/// cursor-eat-omni
133+
EatOmni = 0x3febe52,
134+
135+
/// cursor-eat-carcass
136+
EatCarn = 0x514ab7b7,
137+
138+
/// cursor-mate
139+
Mate = 0x314ab7b1,
140+
141+
/// cursor-target-creature
142+
TargetCreature = 0xf36a0c84,
143+
144+
/// cursor_atk
145+
Attack = 0xb14ab7b9,
146+
147+
/// cursor_social
148+
Socialize = 0x525ff7d,
149+
150+
/// cursor-trg-domesticate
151+
Domesticate = 0xe382f00e,
152+
153+
/// cursor-steal
154+
Steal = 0x3febe42,
155+
156+
/// cursor-fish
157+
Fish = 0x3febe3f,
158+
159+
/// cursor-gather
160+
Gather = 0x3febe40,
161+
162+
/// cursor_pickup-maracas
163+
PickupMaracas = 0x63fe8d4,
164+
165+
/// cursor_pickup-horn
166+
PickupHorn = 0x63fe8d5,
167+
168+
/// cursor_pickup-didgeridoo
169+
PickupDidgeridoo = 0x63fe8d6,
170+
171+
/// cursor_pickup-axe
172+
PickupAxe = 0x63fe8d7,
173+
174+
/// cursor_pickup-spear
175+
PickupSpear = 0x63fe8d8,
176+
177+
/// cursor_pickup-torch
178+
PickupTorch = 0x63fe8d9,
179+
180+
/// cursor-trg-tool-pickup-fish
181+
PickupFishing = 0x3febe37,
182+
183+
/// cursor-trg-tool-pickup-gather
184+
PickupGather = 0x3febe38,
185+
186+
/// cursor_pickup-heal
187+
PickupHealing = 0x3febe3b,
188+
189+
/// cursor-dance
190+
Dance = 0x3febe3d,
191+
118192
};
119193
}
120194
}

0 commit comments

Comments
 (0)