gta-chaos-mod / ChaosModV

Chaos Mod for Grand Theft Auto V
https://gta5-mods.com/scripts/chaos-mod-v-beta
GNU General Public License v3.0
256 stars 98 forks source link

[Effect Suggestion] Prop Hunt #2570

Open 5harpness opened 3 years ago

5harpness commented 3 years ago

Name of effect Prop Hunt

Duration (choose one and replace the corresponding "[ ]" with "[X]")

Effect Description Replaces all nearby peds with random items (or, well, props). For example, turns a nearby ped into a flower pot, except it does so for all of the peds. Vehicles do not count (Unless you want them to). This would be hilarious to see in crowded areas and doesn't really have a negative effect on gameplay. If peds are in vehicles, the props spawn outside while the vehicles remain empty.

SeanMirrsen commented 3 years ago

"Prop Hunt" may be a slight misnomer, but I suppose the more accurate names would also be more boring.

The effect should probably pull from the list of nearby physical objects rather than have the selection be completely random. Random selection would require the code to contain references to all possible prop models, and that is probably too much work. A list of nearby physics objects is probably easier to obtain (as it's done anyway for various gravity-manipulation effects and whatnot, as well as gravity sphere and "teleport everything to player"), and the result could look more... natural. :P

Last0xygen commented 3 years ago

Already been done https://github.com/gta-chaos-mod/ChaosModV/pull/2274