pnx
08-06-2010, 01:14 AM
Hey.
Yesteray, everything worked. Now, when i start my compiled code and start an offline game, it loads about 3/4 and then returns to the menu.
What did they change during the update?
things i've done:
- first copied the changed cpp's into my src folder
- let the sdk create mod tool create all the scr files new.
still got the problem
any suggestions?
edit: this is what the console is telling me:
Missing RecvProp for DT_AI_BaseNPC - m_hMyWeapons/048
Missing RecvProp for DT_ASW_Alien - m_hMyWeapons/048
Missing RecvProp for DT_ASW_AOEGrenade_Projectile - m_hMyWeapons/048
Missing RecvProp for DT_ASW_Boomer - m_hMyWeapons/048
Missing RecvProp for DT_ASW_Bouncing_Pellet - m_hMyWeapons/048
Missing RecvProp for DT_ASW_BuffGrenade_Projectile - m_hMyWeapons/048
Missing RecvProp for DT_ASW_Buzzer - m_hMyWeapons/048
Missing RecvProp for DT_ASW_Drone_Advanced - m_hMyWeapons/048
Missing RecvProp for DT_ASW_Extinguisher_Projectile - m_hMyWeapons/048
[...]
edit2:
solved: need to add dependencies
pnx
Yesteray, everything worked. Now, when i start my compiled code and start an offline game, it loads about 3/4 and then returns to the menu.
What did they change during the update?
things i've done:
- first copied the changed cpp's into my src folder
- let the sdk create mod tool create all the scr files new.
still got the problem
any suggestions?
edit: this is what the console is telling me:
Missing RecvProp for DT_AI_BaseNPC - m_hMyWeapons/048
Missing RecvProp for DT_ASW_Alien - m_hMyWeapons/048
Missing RecvProp for DT_ASW_AOEGrenade_Projectile - m_hMyWeapons/048
Missing RecvProp for DT_ASW_Boomer - m_hMyWeapons/048
Missing RecvProp for DT_ASW_Bouncing_Pellet - m_hMyWeapons/048
Missing RecvProp for DT_ASW_BuffGrenade_Projectile - m_hMyWeapons/048
Missing RecvProp for DT_ASW_Buzzer - m_hMyWeapons/048
Missing RecvProp for DT_ASW_Drone_Advanced - m_hMyWeapons/048
Missing RecvProp for DT_ASW_Extinguisher_Projectile - m_hMyWeapons/048
[...]
edit2:
solved: need to add dependencies
pnx