Trainer Search

neseparletout

New Member
Joined
Mar 10, 2018
Messages
2
Reaction score
3
struct for the creature might help

class Creature
{
public:
class Name* NamePtr; //0x0018
uint32_t Age; //0x0084
float Happyness; //0x0088
uint8_t enery; //0x008C
uint8_t social; //0x008D
uint8_t food; //0x008E
uint8_t water; //0x008F
uint8_t gestation; //0x0090
uint8_t consciousness; //0x0091
uint8_t stamina; //0x0092
uint8_t morale; //0x0093
uint16_t Blood; //0x0094
Vector3 Position; //0x0098
Vector4 Rotation; //0x00A8
float maxspeed; //0x00B8
};
 

Roo Fii Ohh

New Member
Joined
Oct 13, 2014
Messages
7
Reaction score
0
i'd pretty much like all the Rimworld Traininer funcions XD
 
Top