bugfix: Minigunners can now be properly driven over with vehicles#135
Open
Stubbjax wants to merge 1 commit into
Open
bugfix: Minigunners can now be properly driven over with vehicles#135Stubbjax wants to merge 1 commit into
Stubbjax wants to merge 1 commit into
Conversation
xezon
approved these changes
Jul 10, 2026
|
The Pull Request is missing Rationale text. |
|
Is not linked to TheSuperHackers/GeneralsGamePatch#97 in Migration Project |
gamezerve
added a commit
to gamezerve/Reborn-Omega
that referenced
this pull request
Jul 11, 2026
…quish behavior Update object configurations across three INI files: Change the Avenger tank armor from AntiAirVehicle to AvengerArmor, increasing resistance to JET_MISSILES damage from 30% to 23%. Use ColonelBurtonPlantCharge for Jarmen Kell's TimedDemoCharge to prevent duplicate voice lines. Add SquishCollide behavior to ChinaInfantryMiniGunner, allowing it to be properly driven over by vehicles. These changes improve unit consistency, fix duplicate ability audio, and correct Minigunner collision behavior. Based on fixes from TheSuperHackers/GeneralsGamePatch2: PR TheSuperHackers#136: TheSuperHackers/GeneralsGamePatch2#136 PR TheSuperHackers#129: TheSuperHackers/GeneralsGamePatch2#129 PR TheSuperHackers#135: TheSuperHackers/GeneralsGamePatch2#135
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This change fixes an issue where Minigunners could not be properly driven over with vehicles, and would require the center of the vehicle to intersect the center of the Minigunner rather than the checking the collision geometry bounds.
Before
BEFORE.mp4
After
AFTER.mp4