Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix trike muzzle sequence #21267

Merged
merged 1 commit into from
Dec 20, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
8 changes: 4 additions & 4 deletions mods/d2k/rules/vehicles.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -150,10 +150,10 @@ trike:
WithMuzzleOverlay:
Armament@damage:
Weapon: HMG
LocalOffset: 180,0,110
LocalOffset: 50,0,0
Armament@muzzle:
Weapon: HMG_muzzle
LocalOffset: -544,0,0
LocalOffset: 50,0,0
MuzzleSequence: muzzle
AttackFrontal:
FacingTolerance: 0
Expand Down Expand Up @@ -467,10 +467,10 @@ raider:
WithMuzzleOverlay:
Armament@damage:
Weapon: HMGo
LocalOffset: 170,0,0
LocalOffset: 100,0,0
Armament@muzzle:
Weapon: HMGo_muzzle
LocalOffset: 170,0,0
LocalOffset: 100,0,0
MuzzleSequence: muzzle
AttackFrontal:
FacingTolerance: 0
Expand Down
2 changes: 1 addition & 1 deletion mods/d2k/sequences/vehicles.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ trike:
Remap: 54F94B
muzzle:
Filename: DATA.R16
Start: 4092
Start: 3996
Tick: 50
Facings: -32
BlendMode: Additive
Expand Down