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

Bus Bois crashing game #205

Closed CodeWithShreyans closed 3 years ago

CodeWithShreyans commented 3 years ago

Bus bois crashing the Steam version of the game.

ProfessorBiddle commented 3 years ago

I don't have the steam version, so if someone else could test this that would be fantastic, it works fine on the Epic Games version where I made it.

CodeWithShreyans commented 3 years ago

DarkViperAU crashes 2 times in this video because of Bus Bois: https://www.youtube.com/watch?v=o8OScme2T3E&ab_channel=DarkViperAU

CodeWithShreyans commented 3 years ago

I think he has a Threadripper 3970X and an RTX 2080Ti

ProfessorBiddle commented 3 years ago

I meant if someone could test for a solution, it should be fairly easy to track down the issue if someone has the right game version.

Also DViper sometimes uses an outdated game/scripthook version so his crashes may not be related to the effect itself

CodeWithShreyans commented 3 years ago

I think he uses the latest game version for Chaos

CodeWithShreyans commented 3 years ago

I myself have the Epic Games Version😅

MoneyWasted commented 3 years ago

It seems that we are hitting some limit internally. Most likely a polygon limit due to the amount of vehicles.

It could also be that creating a bunch of explosions in one area crashes people. This is a common method used as a "crash exploit" in GTA Online mod menus.

CodeWithShreyans commented 3 years ago

What does Bus Bois actually do? I could not see what it did because it crashed.

OHSHIET commented 3 years ago

167: puts peds in buses.

pongo1231 commented 3 years ago

Haven't had any issues with it on the Steam version. I've tested it multiple times on the highway with traffic density set to highest, which should be the absolute worst case. I've also seen several streams / videos where that effect works without any issues, which makes it even more confusing as to why it caused a game crash for him every time. I wonder if it's some mod conflicting with that effect (which would be very unlikely unless it's either modifying every existing vehicle in some way or hooking CREATE_VEHICLE for some reason).