Skip to content

Commit

Permalink
v 3.4.0
Browse files Browse the repository at this point in the history
- EnemyHealthbar: New Enem Names
- DrivingHUD: Fixed Images and Names
- DrivingHUD: Added Golfcart
- BuyAllAssets: Vanilla PopUp-Dialog disabled
- CustomHUD: Added synced Teammate DownCounter + Fixed weapon-Skin Display
- DamageIndicator: Fixed crash on MountainMaster
- EnemyHealthbar: Fixed crash on unavailable character_damage()-Extension
- GameInfoManager: added new Heists Loot, Pickups, etc
- GameInfoManager: Added Piggy Counters
- HudList: Added new Loot-Types, Enemies, Piggy-Event
  • Loading branch information
Kamikaze94 committed Aug 15, 2022
1 parent 6a3da3e commit 1b2736f
Show file tree
Hide file tree
Showing 25 changed files with 27,565 additions and 27,217 deletions.
483 changes: 244 additions & 239 deletions WolfHUDTweakData.lua

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions assets/assets.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
<file :name="forklift.texture" :path="forklift.texture"/>
<file :name="longfellow.texture" :path="longfellow.texture"/>
<file :name="truck.texture" :path="truck.texture"/>
<file :name="golfcart.texture" :path="golfcart.texture"/>
</group>
</group>
</assets>
Binary file added assets/drivinghud/golfcart.texture
Binary file not shown.
367 changes: 194 additions & 173 deletions loc/RealWeaponNames.json

Large diffs are not rendered by default.

1,996 changes: 1,002 additions & 994 deletions loc/chinese.json

Large diffs are not rendered by default.

1,996 changes: 1,002 additions & 994 deletions loc/dutch.json

Large diffs are not rendered by default.

1,996 changes: 1,002 additions & 994 deletions loc/english.json

Large diffs are not rendered by default.

1,992 changes: 1,000 additions & 992 deletions loc/french.json

Large diffs are not rendered by default.

2,010 changes: 1,009 additions & 1,001 deletions loc/german.json

Large diffs are not rendered by default.

14 changes: 13 additions & 1 deletion loc/italian.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,9 @@
"wolfhud_hudlist_device_drill" : "Trapano",
"wolfhud_hudlist_device_hack" : "Hack",
"wolfhud_hudlist_device_saw" : "Sega",
"wolfhud_hudlist_device_security" : "Hack",
"wolfhud_hudlist_device_security_bar" : "Hack $CURRENT/$TOTAL",
"wolfhud_hudlist_device_piggy_bank" : "Piggy",
"wolfhud_hudlist_loot_armor" : "Armatura",
"wolfhud_hudlist_loot_bomb" : "Bomba",
"wolfhud_hudlist_loot_weapon" : "Arma",
Expand All @@ -107,7 +110,12 @@
"wolfhud_hudlist_loot_shoes" : "Scarpe",
"wolfhud_hudlist_loot_toy" : "Giocattolo",
"wolfhud_hudlist_loot_vr" : "Casco",
"wolfhud_hudlist_showcase" : "Mostra",
"wolfhud_hudlist_loot_egg" : "Egg",
"wolfhud_hudlist_loot_treasure" : "Treasure",
"wolfhud_hudlist_loot_tea" : "Tea",
"wolfhud_hudlist_loot_dragon" : "Dragon",
"wolfhud_hudlist_loot_showcase" : "Mostra",
"wolfhud_hudlist_loot_bux" : "Bux",

"wolfhud_hudlist_buff_basic" : "Base",
"wolfhud_hudlist_buff_aced" : "Asso",
Expand Down Expand Up @@ -141,13 +149,17 @@
"wolfhud_enemy_bolivian_security" : "Sicurezza di Sosa",
"wolfhud_enemy_bolivian_thug" : "Tirapiedi di Sosa",
"wolfhud_enemy_mobster" : "Mafioso Russo",
"wolfhud_enemy_triad" : "Triad",
"wolfhud_enemy_triad_boss" : "Triad Boss",
"wolfhud_enemy_ranchmanager" : "Esteban",
"wolfhud_enemy_security" : "Guardia di Sicurezza",
"wolfhud_enemy_gensec" : "Agente della GENSEC",
"wolfhud_enemy_cop" : "Poliziotto",
"wolfhud_enemy_fbi" : "Agente del FBI",
"wolfhud_enemy_swat" : "Agente della SWAT",
"wolfhud_enemy_heavy_swat" : "SWAT Pesante",
"wolfhud_enemy_heavy_swat_sniper" : "Cecchino SWAT Pesante",
"wolfhud_enemy_marshal_marksman" : "Marshal Sniper",
"wolfhud_enemy_city_swat" : "Unità d'elitè",
"wolfhud_enemy_shield" : "Scudo",
"wolfhud_enemy_spook" : "Cloaker",
Expand Down
1,996 changes: 1,002 additions & 994 deletions loc/korean.json

Large diffs are not rendered by default.

2,000 changes: 1,004 additions & 996 deletions loc/portuguese.json

Large diffs are not rendered by default.

2,004 changes: 1,006 additions & 998 deletions loc/russian.json

Large diffs are not rendered by default.

1,998 changes: 1,003 additions & 995 deletions loc/spanish.json

Large diffs are not rendered by default.

Loading

0 comments on commit 1b2736f

Please sign in to comment.