Skip to content

Commit

Permalink
[NeoDays] fix some wielded gun ids
Browse files Browse the repository at this point in the history
With the addition of modular AR-15 and M4 rifles, the IDs got changed
but not updatd here, resulting in missing sprites when wielding those
guns.

I'm not too familiar with this repo, but AFAICT this fix the issue - I
was able to generate the tileset and load on a local build of CDDA. This
fix may not be exhaustive - i.e. there may be further guns with old IDs.
  • Loading branch information
andrewhr authored and Fris0uman committed Dec 10, 2024
1 parent 6810d70 commit 5396da4
Show file tree
Hide file tree
Showing 14 changed files with 4 additions and 4 deletions.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"id": ["overlay_female_wielded_modular_m16a4", "overlay_female_wielded_colt_ro635"], "fg": ["3460_overlay_female_wielded_modular_m16a4_0"], "rotates": false, "bg": []}
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"id": ["overlay_female_wielded_modular_m4_carbine", "overlay_female_wielded_h&k416a5"], "fg": ["3459_overlay_female_wielded_modular_m4_carbine_0"], "rotates": false, "bg": []}

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"id": ["overlay_male_wielded_modular_m16a4", "overlay_male_wielded_colt_ro635"], "fg": ["3372_overlay_male_wielded_modular_m16a4_0"], "rotates": false, "bg": []}
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"id": ["overlay_male_wielded_modular_m4_carbine", "overlay_male_wielded_h&k416a5"], "fg": ["3371_overlay_male_wielded_modular_m4_carbine_0"], "rotates": false, "bg": []}

0 comments on commit 5396da4

Please sign in to comment.