Advertisement
FlippyReaper

FlatHUD

Aug 25th, 2014
421
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.33 KB | None | 0 0
  1. "Orange X4 Gamesites" //Formality. If you change fieldname, change this too.
  2. {
  3. "ControlName" "CExImageButton" //Tells the game what kind of button this is. Don't mess with this.
  4. "fieldname" "Orange X4 Gamesites" //If you ever use this elsewhere, this is what tells the game what you're talking about. Don't touch unless you mess with the header.
  5. "xpos" "600" //Controls movement on the x-axis. Default should be fine unless you add more.
  6. "ypos" "462" //Controls movement on the y-axis.
  7. "zpos" "11" // Overlays elements. Shouldn't need to be touched.
  8. "wide" "100" //Controls the wide value of the text field. This setting allows for a lot of extra space so it shouldnt need to be changed unless you change the font above 16
  9. "tall" "16" //Controls the height value of the text field. Change to whatever value you change the font size to and everything should be fine (unless you change it below 16). Changing these might mess with the x-or y-pos.
  10. "autoResize" "0" //don't touch
  11. "pinCorner" "3" //don't touch
  12. "visible" "0" //Controls visibility. Change this to 1.
  13. "enabled" "1" //Controls enability for elements that aren't viewable. Don't change this.
  14. "tabPosition" "0" //don't touch
  15. "labelText" "Orange X4 Gamesites" //Controls what displays on the hud for this name. Change to whatever you like.
  16. "font" "BigNoodleTitling16" //Font value. Can change the number to other values (8,24,36,etc) for different sizes.
  17. "textAlignment" "west" //Changing this massively upsets x and y values. Don't touch.
  18. "textinsetx" "35" //don't touch
  19. "use_proportional_insets" "1" //don't touch
  20. "dulltext" "0" //don't touch
  21. "brighttext" "0" //don't touch
  22. "default" "1" //don't touch
  23. "paintbackground""0" //don't touch
  24. "Command" "engine connect 217.11.249.93:27539" //Controls what the button actually connects to. Don't touch the engine part, replace the whole [connect string here] with the connect string to whatever server you want (pass if needed).
  25.  
  26. "defaultFgColor_override" "TanLight" //color stuff, don't change
  27. "armedFgColor_override" "MenuMouseover"
  28. "depressedFgColor_override" "MenuMouseover"
  29.  
  30. "sound_depressed" "UI/buttonclick.wav" //sound stuff, don't change
  31. "sound_released" "UI/buttonclickrelease.wav"
  32.  
  33. "image_drawcolor" "235 226 202 255"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement