Rawrsor
Account Details
SteamID64 76561198060818596
SteamID3 [U:1:100552868]
SteamID32 STEAM_0:0:50276434
Country Canada
Signed Up December 28, 2014
Last Posted June 16, 2018 at 12:04 AM
Posts 158 (0 per day)
Game Settings
In-game Sensitivity
Windows Sensitivity
Raw Input  
DPI
 
Resolution
 
Refresh Rate
 
Hardware Peripherals
Mouse  
Keyboard  
Mousepad  
Headphones  
Monitor  
1 ⋅⋅ 3 4 5 6 7 8 9 ⋅⋅ 11
#1912 HUD editing: short questions, quick answers in Customization
SmesiCan someone help me in editing this menu?

http://images.akamai.steamusercontent.com/ugc/415812414938027549/8870D127C16660EB195177E91D555D4C5909D745/
  • In "Options",only "ns" bring up the options window
  • In "Adv Options",Only "tions" bring up the window.
  • Quit doesnt work,so i have to type quit in console everytime i want to quit.
  • Also how can i get rid of the ewn user forums and offline practice buttons?

The server browser and create server buttons are "overlapping" the options and advanced options buttons. Same goes with the quit button, it seems like the option/create server button might be too tall. You'll have to change the wide/tall values of the text boxes around a bit. Doing vgui_drawtree 1 in the console and then ticking the "highlight selected" box should help you visualize what values they need to be.

posted about 8 years ago
#1905 HUD editing: short questions, quick answers in Customization
Smesihttp://i.imgur.com/p7hDhvt.png
My background of my main menu suddenly changed to this.
How do i get rid of this?

That's the backgrounds for full moon, I believe you have to replace the material files.

posted about 8 years ago
#4328 Show your HUD modifications! in Customization

progress

http://i.imgur.com/fKQssRd.jpg
http://i.imgur.com/jf7bkhe.jpg
http://i.imgur.com/ydVxBeJ.jpg
http://i.imgur.com/OUnLc6Q.jpg

posted about 8 years ago
#4315 Show your HUD modifications! in Customization

did some animations for full uber
https://www.youtube.com/watch?v=1eJNsbeHEbM

posted about 8 years ago
#4296 Show your HUD modifications! in Customization

mostly done with the quickplay menu, just gotta do some more vectors for all the game modes

http://puu.sh/kcUTH/6c05cb64f0.jpg
http://puu.sh/kcUU5/06c7d77c70.jpg

posted about 8 years ago
#27 Color values for yellow crosshair? in Customization

but why yellow

posted about 8 years ago
#4275 Show your HUD modifications! in Customization

am i too late for the material design bandwagon

http://puu.sh/k3Kgp/ca8fc04261.jpg

posted about 8 years ago
#4263 Show your HUD modifications! in Customization

done with the quickplay menu

http://i.imgur.com/z2yifp0.jpg
http://i.imgur.com/fWAQ5qp.jpg

as always, DL is here: https://github.com/Rawrsor/BubbleHUD

posted about 8 years ago
#4246 Show your HUD modifications! in Customization

don't think i've shown it here yet
loadout menu
http://i.imgur.com/u0jhh6G.jpg

posted about 8 years ago
#4241 Show your HUD modifications! in Customization

tried to do some sort of drop-down menu by modifying the steamworkshopdialog.res
http://i.imgur.com/9VqlniD.jpg
http://i.imgur.com/PSsDbZb.jpg

unfortunately the buttons in the dropdown don't work :(

posted about 8 years ago
#1744 HUD editing: short questions, quick answers in Customization

For some reason as soon as I changed these buttons, they won't actually open their loadouts. Anyone know why?
http://puu.sh/jFp43/7f4282507d.jpg

posted about 8 years ago
#4224 Show your HUD modifications! in Customization

finally got around to fixing the sub-loadout(?) menu. Still a bit WIP as i plan to add images instead of just the class text.
http://puu.sh/jAE5O/d461933c34.jpg

Also: has been updated on github

posted about 8 years ago
#1715 HUD editing: short questions, quick answers in Customization
Widespread_Panichow can I remove this from the main menu?

http://i.imgur.com/PLQhu4t.jpg

In resource/ui/mainmenuoverride.res, find "eventpromo" and change the xpos to something big like 99999

posted about 8 years ago
#4214 Show your HUD modifications! in Customization

the main menu is pretty much cleaned up at this point!
http://i.imgur.com/MlG9l0O.jpg
the orange box is for contracts and stuff, haven't quite finished that since i'm waiting till wednesday to actually get a contract. The news button however...
http://i.imgur.com/LjLXFuU.jpg

posted about 8 years ago
#1700 HUD editing: short questions, quick answers in Customization
MightyHow do I get RED and BLU buttons in my backpack? I can't find a legit answer anywhere.

It's along the lines of something like this:

"BluButton"
{
    "controlName"       "CExButton"
    "fieldName"         "BluButton"
    "xpos"              "<whatever>"        
    "ypos"              "<whatever>"  
    "wide"               "<whatever>"  
    "tall"                 "<whatever>"  
    "visible"            "1"
    "enabled"          "1"
    "labelText"        "BLU"
    "command"       "engine sv_cheats 1;r_skin 0"
}

Basically it's the "command" line that sets sv_cheats to 1 so that you can use r_skin to give the player a different skin. If you want to style to buttons to be team appropriate, look at this: http://doodlesstuff.com/?tutorial=tf2hud&section=button

posted about 8 years ago
1 ⋅⋅ 3 4 5 6 7 8 9 ⋅⋅ 11