diff --git a/README.md b/README.md index ccbd45f..672ef2e 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ ![alt text](https://i.imgur.com/QI8x66Z.png) -v441: 4x6DJ8 Edition +v442: LX5 Edition ====== Info and links diff --git a/resource/GameMenu.res b/resource/GameMenu.res index 6e28dc3..c74e2cb 100644 --- a/resource/GameMenu.res +++ b/resource/GameMenu.res @@ -36,7 +36,7 @@ "KBNHudButton" { "command" "engine toggleconsole; - play ui/sas.mp3 + play ui/nani.mp3 echo -------------------------------------------------------------------------------; echo --------- To check for updates go to steamcommunity.com/groups/KBNHud ---------; echo -------------------------------------------------------------------------------" diff --git a/resource/ui/MainMenuOverride.res b/resource/ui/MainMenuOverride.res index 2379e70..55805a2 100644 --- a/resource/ui/MainMenuOverride.res +++ b/resource/ui/MainMenuOverride.res @@ -494,7 +494,7 @@ "ControlName" "CExLabel" "fieldName" "KBNHudLabel" "font" "MavenProBold24" - "labelText" "KBNHud v441" + "labelText" "KBNHud v442" "textAlignment" "west" "xpos" "51" "ypos" "31" diff --git a/resource/ui/econ/store/v2/storeviewcartpanel.res b/resource/ui/econ/store/v2/storeviewcartpanel.res index 94a181b..112547c 100644 --- a/resource/ui/econ/store/v2/storeviewcartpanel.res +++ b/resource/ui/econ/store/v2/storeviewcartpanel.res @@ -148,25 +148,6 @@ "labelText" "%price%" "fgcolor_override" "130 120 104 255" } - - "PreviewItemLabel" - { - "ControlName" "Label" - "fieldname" "PreviewItemLabel" - "font" "HudFontSmallest" - "textAlignment" "center" - "xpos" "110" - "ypos" "36" - "wide" "250" - "tall" "15" - "zpos" "15" - "autoResize" "1" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "labelText" "%preview_item%" - "fgcolor_override" "130 120 104 255" - } } } diff --git a/resource/ui/stampdonationadd.res b/resource/ui/stampdonationadd.res new file mode 100644 index 0000000..74feb08 --- /dev/null +++ b/resource/ui/stampdonationadd.res @@ -0,0 +1,178 @@ +"Resource/UI/StampDonationAdd.res" +{ + "ConfirmDialog" + { + "ControlName" "Frame" + "fieldName" "ConfirmDialog" + "xpos" "c-150" + "ypos" "90" + "wide" "450" + "tall" "260" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "settitlebarvisible" "0" + "PaintBackgroundType" "0" + } + + "TitleLabel" + { + "ControlName" "CExLabel" + "fieldName" "TitleLabel" + "font" "HudFontMediumBold" + "labelText" "#ConfirmTitle" + "textAlignment" "north" + "xpos" "0" + "ypos" "15" + "zpos" "1" + "wide" "450" + "tall" "30" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + } + + "ExplanationLabel" + { + "ControlName" "CExLabel" + "fieldName" "ExplanationLabel" + "font" "HudFontSmallestBold" + "labelText" "%text%" + "textAlignment" "north-west" + "xpos" "35" + "ypos" "158" + "zpos" "1" + "wide" "340" + "tall" "50" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor_override" "200 80 60 255" + } + + "ExplanationLabel2" + { + "ControlName" "CExLabel" + "fieldName" "ExplanationLabel2" + "font" "HudFontSmallest" + "labelText" "#Store_ConfirmStampDonationAddText2" + "textAlignment" "north-west" + "xpos" "35" + "ypos" "62" + "zpos" "1" + "wide" "330" + "tall" "170" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor_override" "200 80 60 255" + } + + "ItemImagePanel" + { + "ControlName" "ImagePanel" + "fieldName" "ItemImagePanel" + "xpos" "282" + "ypos" "45" + "wide" "150" + "tall" "150" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "scaleImage" "1" + } + + "ItemImagePanel2" + { + "ControlName" "ImagePanel" + "fieldName" "ItemImagePanel2" + "xpos" "245" + "ypos" "115" + "wide" "140" + "tall" "140" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "scaleImage" "1" + } + + "Nope" + { + "ControlName" "CExButton" + "fieldName" "Nope" + "xpos" "40" + "ypos" "220" + "zpos" "20" + "wide" "175" + "tall" "25" + "autoResize" "0" + "pinCorner" "0" + "enabled" "1" + "tabPosition" "0" + "labelText" "#Store_Nope" + "font" "HudFontSmallBold" + "textAlignment" "center" + "textinsetx" "50" + "dulltext" "0" + "brighttext" "0" + "Command" "nope" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + } + + "ConfirmButton" + { + "ControlName" "CExButton" + "fieldName" "ConfirmButton" + "xpos" "235" + "ypos" "220" + "zpos" "20" + "wide" "175" + "tall" "25" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#Store_AddToCart" + "font" "HudFontSmallBold" + "textAlignment" "center" + "textinsetx" "50" + "dulltext" "0" + "brighttext" "0" + "Command" "add_stamp_to_cart" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/vote_success.wav" + } + + "PriceLabel" + { + "ControlName" "CExLabel" + "fieldName" "PriceLabel" + "font" "HudFontSmallBold" + "labelText" "%price%" + "textAlignment" "north-east" + "xpos" "345" + "ypos" "195" + "zpos" "25" + "wide" "100" + "tall" "25" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "centerwrap" "1" + "fgcolor_override" "121 195 58 255" + } +} \ No newline at end of file diff --git a/sound/sound.cache b/sound/sound.cache index eb2dd97..fe6f00e 100644 Binary files a/sound/sound.cache and b/sound/sound.cache differ diff --git a/sound/ui/nani.mp3 b/sound/ui/nani.mp3 new file mode 100644 index 0000000..d9f758a Binary files /dev/null and b/sound/ui/nani.mp3 differ diff --git a/sound/ui/sas.mp3 b/sound/ui/sas.mp3 deleted file mode 100644 index 3cc6e33..0000000 Binary files a/sound/ui/sas.mp3 and /dev/null differ diff --git a/v441 CHANGELOG.txt b/v442 CHANGELOG.txt similarity index 62% rename from v441 CHANGELOG.txt rename to v442 CHANGELOG.txt index b6b2588..573d864 100644 Binary files a/v441 CHANGELOG.txt and b/v442 CHANGELOG.txt differ