Mercurial > mm7
comparison Party.h @ 1747:cecb080929c4
Party_stru0 renamed to PartyTimeStruct, fixed its members, renamed Party::field_3C to Party::PartyTimes, started Player::SetVariable refactoring start
author | Grumpy7 |
---|---|
date | Mon, 30 Sep 2013 05:48:32 +0200 |
parents | c6fe09a06712 |
children | 4dee76d79c78 |
comparison
equal
deleted
inserted
replaced
1738:ef86fc6d6a80 | 1747:cecb080929c4 |
---|---|
146 | 146 |
147 | 147 |
148 | 148 |
149 /* 208 */ | 149 /* 208 */ |
150 #pragma pack(push, 1) | 150 #pragma pack(push, 1) |
151 struct Party_stru0 | 151 struct PartyTimeStruct |
152 { | 152 { |
153 //__int64 field_0[10]; | 153 //__int64 field_0[10]; |
154 __int64 bountyHunting_next_generation_time[10]; | 154 __int64 bountyHunting_next_generation_time[10]; |
155 // int field_50[170]; | 155 // int field_50[170]; |
156 __int64 Shops_next_generation_time[85];//field_50 | 156 __int64 Shops_next_generation_time[85];//field_50 |
157 __int64 _shop_ban_times[53]; | 157 __int64 _shop_ban_times[53]; |
158 unsigned __int64 CounterEventValues[10]; | 158 unsigned __int64 CounterEventValues[10]; // (0xACD314h in Silvo's binary) |
159 int field_4F0[38]; | 159 __int64 HistoryEventTimes[29]; // (0xACD364h in Silvo's binary) |
160 char field_588[2]; | 160 unsigned __int64 _s_times[20]; //5d8 440h+8*51 //(0xACD44Ch in Silvo's binary) |
161 __int64 _s_times[21]; //5d8 440h+8*51 | |
162 __int64 field_632[8]; | |
163 char field_672[6]; | |
164 // char pIsArtifactFound[8]; | |
165 }; | 161 }; |
166 #pragma pack(pop) | 162 #pragma pack(pop) |
167 | 163 |
168 /* 207 */ | 164 /* 207 */ |
169 #pragma pack(push, 1) | 165 #pragma pack(push, 1) |
225 int y_rotation_speed; // deg/s | 221 int y_rotation_speed; // deg/s |
226 int field_24; | 222 int field_24; |
227 int field_28; | 223 int field_28; |
228 unsigned __int64 uTimePlayed; | 224 unsigned __int64 uTimePlayed; |
229 __int64 uLastRegenerationTime; | 225 __int64 uLastRegenerationTime; |
230 Party_stru0 field_3C; | 226 PartyTimeStruct PartyTimes; |
231 Vec3_int_ vPosition; | 227 Vec3_int_ vPosition; |
232 int sRotationY; | 228 int sRotationY; |
233 int sRotationX; | 229 int sRotationX; |
234 Vec3_int_ vPrevPosition; | 230 Vec3_int_ vPrevPosition; |
235 int sPrevRotationY; | 231 int sPrevRotationY; |