Add missing achievement backgrounds
Co-Authored-By: Vlad Loktionov <13555921+VladWinner@users.noreply.github.com>
This commit is contained in:
parent
a06044eff2
commit
bf55e67abc
@ -262,7 +262,7 @@ LUI.MenuBuilder.registerType("achievements_menu", function(root, controller)
|
||||
achievementcontainer:registerEventHandler("mouseenter", function()
|
||||
Engine.PlaySound(CoD.SFX.MouseOver)
|
||||
|
||||
if (background ~= nil) then
|
||||
if (background ~= nil and achievementtable[i]) then
|
||||
changebackground(background, false)
|
||||
else
|
||||
changebackground("sp_menus_bg_regular", true)
|
||||
|
@ -93,6 +93,7 @@ material,trophy_50
|
||||
material,trophy_51
|
||||
material,trophy_52
|
||||
|
||||
material,achievement_bg_0
|
||||
material,achievement_bg_1
|
||||
material,achievement_bg_2
|
||||
material,achievement_bg_3
|
||||
@ -143,6 +144,8 @@ material,achievement_bg_47
|
||||
material,achievement_bg_48
|
||||
material,achievement_bg_49
|
||||
material,achievement_bg_50
|
||||
material,achievement_bg_51
|
||||
material,achievement_bg_52
|
||||
|
||||
localize,english
|
||||
sound,ui_achievement_unlocked
|
||||
|
|
BIN
data/zonetool/h2_mod_ui/images/achievement_bg_0.dds
Normal file
BIN
data/zonetool/h2_mod_ui/images/achievement_bg_0.dds
Normal file
Binary file not shown.
BIN
data/zonetool/h2_mod_ui/images/achievement_bg_51.dds
Normal file
BIN
data/zonetool/h2_mod_ui/images/achievement_bg_51.dds
Normal file
Binary file not shown.
BIN
data/zonetool/h2_mod_ui/images/achievement_bg_52.dds
Normal file
BIN
data/zonetool/h2_mod_ui/images/achievement_bg_52.dds
Normal file
Binary file not shown.
26
data/zonetool/h2_mod_ui/materials/achievement_bg_0.json
Normal file
26
data/zonetool/h2_mod_ui/materials/achievement_bg_0.json
Normal file
@ -0,0 +1,26 @@
|
||||
{
|
||||
"name": "achievement_bg_0",
|
||||
"techniqueSet->name": "2d",
|
||||
"gameFlags": 0,
|
||||
"sortKey": 60,
|
||||
"renderFlags": 0,
|
||||
"textureAtlasRowCount": 1,
|
||||
"textureAtlasColumnCount": 1,
|
||||
"textureAtlasFrameBlend": 0,
|
||||
"textureAtlasAsArray": 0,
|
||||
"surfaceTypeBits": 0,
|
||||
"cameraRegion": 12,
|
||||
"materialType": 0,
|
||||
"assetFlags": 0,
|
||||
"constantTable": null,
|
||||
"textureTable": [
|
||||
{
|
||||
"image": "achievement_bg_0",
|
||||
"semantic": 0,
|
||||
"samplerState": 226,
|
||||
"lastCharacter": 112,
|
||||
"firstCharacter": 99,
|
||||
"typeHash": 2695565377
|
||||
}
|
||||
]
|
||||
}
|
26
data/zonetool/h2_mod_ui/materials/achievement_bg_51.json
Normal file
26
data/zonetool/h2_mod_ui/materials/achievement_bg_51.json
Normal file
@ -0,0 +1,26 @@
|
||||
{
|
||||
"name": "achievement_bg_51",
|
||||
"techniqueSet->name": "2d",
|
||||
"gameFlags": 0,
|
||||
"sortKey": 60,
|
||||
"renderFlags": 0,
|
||||
"textureAtlasRowCount": 1,
|
||||
"textureAtlasColumnCount": 1,
|
||||
"textureAtlasFrameBlend": 0,
|
||||
"textureAtlasAsArray": 0,
|
||||
"surfaceTypeBits": 0,
|
||||
"cameraRegion": 12,
|
||||
"materialType": 0,
|
||||
"assetFlags": 0,
|
||||
"constantTable": null,
|
||||
"textureTable": [
|
||||
{
|
||||
"image": "achievement_bg_51",
|
||||
"semantic": 0,
|
||||
"samplerState": 226,
|
||||
"lastCharacter": 112,
|
||||
"firstCharacter": 99,
|
||||
"typeHash": 2695565377
|
||||
}
|
||||
]
|
||||
}
|
26
data/zonetool/h2_mod_ui/materials/achievement_bg_52.json
Normal file
26
data/zonetool/h2_mod_ui/materials/achievement_bg_52.json
Normal file
@ -0,0 +1,26 @@
|
||||
{
|
||||
"name": "achievement_bg_52",
|
||||
"techniqueSet->name": "2d",
|
||||
"gameFlags": 0,
|
||||
"sortKey": 60,
|
||||
"renderFlags": 0,
|
||||
"textureAtlasRowCount": 1,
|
||||
"textureAtlasColumnCount": 1,
|
||||
"textureAtlasFrameBlend": 0,
|
||||
"textureAtlasAsArray": 0,
|
||||
"surfaceTypeBits": 0,
|
||||
"cameraRegion": 12,
|
||||
"materialType": 0,
|
||||
"assetFlags": 0,
|
||||
"constantTable": null,
|
||||
"textureTable": [
|
||||
{
|
||||
"image": "achievement_bg_52",
|
||||
"semantic": 0,
|
||||
"samplerState": 226,
|
||||
"lastCharacter": 112,
|
||||
"firstCharacter": 99,
|
||||
"typeHash": 2695565377
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Reference in New Issue
Block a user