Talk:2DFX

From GTAMods Wiki
Jump to navigation Jump to search

2D effect, type 3, behaviour 4

This effect attracts peds when it's raining. They run towards the point of this effect and stay under shelter until rain is over. Video demostrating usage of this effect: [1] --Nick007J (talk) 16:40, 7 June 2016 (UTC)

Function responsible for attracting peds is CCivilianPed::UseNearbyAttractors (in VC v1 exe address of said function is 0x4E9E90)

2D effect, type 2

This effect creates a set event that peds occasionally investigate (in Chinatown, for example, it looks like peds are looking at tatoos, in Shoreside it looks like they are looking from dam). Video demonstrating usage of this effect: [2]

Function responsible for making peds investigate this event is CPed::LookForInterestingNodes (in VC v1 exe address of said function is 0x4F3540) --Nick007J (talk) 15:00, 11 June 2016 (UTC)