- Messages
- 2,213
- Tings
- 25,652
*also in german*
Just because i like mentioning the german version
Just because i like mentioning the german version
If so, that's clearly wrong, and comes from a misunderstanding of the video. GOT4N needed to find some way to make the Hoover model appear in the game, so he made picking up the plum change its model into a Hoover. The behaviour shown in the video has nothing to do with how the Hoover enemy was originally programmed, it's just a way to make the model show up in the final game.TCRF said:There's an unused trap plum. It was scrapped for unknown reasons. It looks like it was a plum that if the player picks, he'd be trapped by the enemy.
if (!(((YAM_GenGratificator)GetPerso("YAM_GenGratificator_I1")).dsgVar_15) && _fn_p_stCustomBitsCond(29))
{
((YAM_GenGratificator)GetPerso("YAM_GenGratificator_I1")).dsgVar_15 = 1;
((YAM_GenGratificator)GetPerso("YAM_GenGratificator_I1")).dsgVar_16 = 30;
CustomBitsProc(29, 0);
}