1. This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.

]HeLL[ based Full CS:S GUI

Discussion in 'Graphics' started by LittleDemon, Jul 3, 2014.

  1. LittleDemon
    Offline

    LittleDemon Member

    Joined:
    Jun 30, 2014
    Messages:
    315
    Likes Received:
    156
    Hello guys!

    Seeing as i'm gonna have to post a fixed version of my full GUI along with other colored versions,
    i decided to make a new thread rather than post in ici's. He can post them there as well if he wishes, i don't mind :) this is just so it is a bit more organized.

    I fixed the spacing for death notices, and i will be making new coloured versions shortly.

    Hope you enjoy !

    Note : files are attached at the end of this post.

    Also, look out for updates, because i'm currently trying to figure out how to change the colors of the menus aka when picking a character/buying a weapon and will update it as soon as i find it. :)
    ^
    Found, updated download :)


    Previews :

    RED GUI
    http://i.imgur.com/2rdD4XW.png
    http://i.imgur.com/fRKIEwQ.png
    http://i.imgur.com/4umouO7.jpg
    http://i.imgur.com/Ch6uGgL.jpg


    BLUE GUI
    http://i.imgur.com/GXYvmvA.png


    2015 DLs with fixed HUD thanks to Nomy :

     

    Attached Files:

    #1
    Last edited: Jul 30, 2015
    • Like Like x 2
  2. Steezus
    Offline

    Steezus The Experienced
    Retired Member Mapper

    Joined:
    May 22, 2011
    Messages:
    3,569
    Likes Received:
    1,570
    no pics?
     
    #2
  3. hucking
    Offline

    hucking Veteran Member
    Donator

    Joined:
    Dec 12, 2010
    Messages:
    1,696
    Likes Received:
    246
    #3
  4. LittleDemon
    Offline

    LittleDemon Member

    Joined:
    Jun 30, 2014
    Messages:
    315
    Likes Received:
    156
    Updated with previews and new download changes the buy/select menu colors.

    Edit : Also updated with the blue version :)
    Please let me know if you would like me to change some of the colors from the red one (maybe too flashy?)

    Enjoy :D
     
    #4
    Last edited: Jul 3, 2014
  5. Wolfgang
    Offline

    Wolfgang Senior Member

    Joined:
    Jan 21, 2014
    Messages:
    732
    Likes Received:
    147
    Why do the download links both say red?
     
    #5
  6. Nomy
    Offline

    Nomy Administrator
    Super Admin ]HeLL[ Member

    Joined:
    Oct 11, 2010
    Messages:
    35,883
    Likes Received:
    3,688
    It's most likely a mistake. Both might be red.
     
    #6
  7. Arya
    Offline

    Arya Veteran Member
    Retired Member

    Joined:
    Aug 11, 2013
    Messages:
    1,532
    Likes Received:
    630
    I really love the new GUI, nice job on this. Discovered a small bug where some text on the right side of my screen disappears (see screenies).

    [​IMG]
    [​IMG]

    When I used the GUI that text doesn't show on my screen. For admins who want to use the GUI and still want to use the feature of keycheck it might be useful to find a fix for this.

    The other text is basically the rank on DR that is shown. But the same happens with the text on bhop server where you can see what the WR is and timeleft for the map.

    If you could find a fix for this, then 10/10 for the GUI :)
     
    #7
  8. Nomy
    Offline

    Nomy Administrator
    Super Admin ]HeLL[ Member

    Joined:
    Oct 11, 2010
    Messages:
    35,883
    Likes Received:
    3,688
    There is a fix for this. @ici might know it.
     
    #8
  9. LittleDemon
    Offline

    LittleDemon Member

    Joined:
    Jun 30, 2014
    Messages:
    315
    Likes Received:
    156
    Indeed, i accidently uploaded the Red GUI twice, fixed this.
    As for the keystroke thing, i would need to know what type of in-game layer/item it uses (HUD, Notice, etc etc) to eventually be able to fix it (if it even is possible).
    I'm not able to test this myself since i don't have access. Maybe if you provide me the plugin so i can test it on a local server i'll check it out.
     
    #9
  10. Nomy
    Offline

    Nomy Administrator
    Super Admin ]HeLL[ Member

    Joined:
    Oct 11, 2010
    Messages:
    35,883
    Likes Received:
    3,688
    For server plugin, the name is completely different. That part is called KeyHintText.
     
    #10
  11. ici
    Offline

    ici The Experienced

    Joined:
    Mar 17, 2012
    Messages:
    2,147
    Likes Received:
    383
    HudAnimations.txt is the file that causes it.
    Might be some missing block.
    --- Double Post Merged, Jul 3, 2014, Original Post Date: Jul 3, 2014 ---
    Found it.

    You have to add these 2 blocks of code into HudAnimations.txt

    Code:
    event KeyHintMessageShow
    {
        // show the hints
        Animate HudHintKeyDisplay Alpha    255 Linear 0.0 0.5
        Animate HudHintKeyDisplay FgColor    "HintMessageFg"        Linear 0.0 0.01
    
        // hide the panel after a while   
        Animate HudHintKeyDisplay Alpha    0 Linear 6.0 1.0
    }
    
    event KeyHintMessageHide
    {
        Animate HudHintKeyDisplay Alpha    0 Linear 0.0 0.5
    }
     
    #11
    • Useful Useful x 2
    • Like Like x 1
  12. Wolfgang
    Offline

    Wolfgang Senior Member

    Joined:
    Jan 21, 2014
    Messages:
    732
    Likes Received:
    147
    I was wonderin, hence the HUD is white, combine it with the other color (Red/blue). For instance, when you face a spray the text is the same color. Lets say example blue. Its all blue, how bout the name of the person that sprayed it is white, so it goes in. And also when you are dead/spectate on the top right corner is CT and T Wins/Losses, Cash and round time. How bout the digits to Cash, wins round timer be all white?
     
    #12
    • Creative Creative x 1
  13. LittleDemon
    Offline

    LittleDemon Member

    Joined:
    Jun 30, 2014
    Messages:
    315
    Likes Received:
    156
    Will add this in and reupload shortly, thanks a lot :)

    Not a bad idea, some stuff already is white to mix it around a bit but i'll see if i can make it a bit better. :)


    Edit : Both updated with the fix given by ici (thanks again, hope it works), and when looking at sprays the text will now be white.

    Don't hesitate to offer more ideas :) I will be making the green version when i got time.
     
    #13
    Last edited: Jul 21, 2014
  14. Wolfgang
    Offline

    Wolfgang Senior Member

    Joined:
    Jan 21, 2014
    Messages:
    732
    Likes Received:
    147
    Bump. For Nomy's fix
     
    #14
  15. Nomy
    Offline

    Nomy Administrator
    Super Admin ]HeLL[ Member

    Joined:
    Oct 11, 2010
    Messages:
    35,883
    Likes Received:
    3,688