mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Proper Vignette removal, Fixed stringtable typo
This commit is contained in:
parent
dfca7b2f44
commit
7d792f9d14
@ -1,4 +1,4 @@
|
||||
class RscPicture;
|
||||
class RscVignette: RscPicture {
|
||||
colorText[] = {0, 0, 0, 0}; // Hide Vignette
|
||||
text = ""; // Remove Vignette Texture
|
||||
};
|
||||
|
@ -53,7 +53,7 @@ CA_TextFlares = 151 (Grenade Count)
|
||||
CA_TextFlaresMode = 152 (Grenade Name)
|
||||
CA_Zeroing = 168 (Zeroing)
|
||||
Weapon = 118 (Weapon Name)
|
||||
WeaponInfoControlsGroupLeft = 2302 (entire Weapon Info without Zeroing and Stance)
|
||||
WeaponInfoControlsGroupLeft = 2302 (entire RscUnitInfo without Zeroing)
|
||||
WeaponInfoControlsGroupRight = 2303 (UNKNOWN)
|
||||
|
||||
|
||||
|
@ -10,7 +10,7 @@
|
||||
<Key ID="STR_ACE_UI_WeaponName">
|
||||
<English>Weapon Name</English>
|
||||
</Key>
|
||||
<Key ID="STR_ACE_UI_AmmoCountDesc">
|
||||
<Key ID="STR_ACE_UI_WeaponNameDesc">
|
||||
<English>Requires enabled Weapon Info</English>
|
||||
</Key>
|
||||
<Key ID="STR_ACE_UI_AmmoCount">
|
||||
|
Loading…
Reference in New Issue
Block a user