frosty8612

InGameInfoXML Config 1.7.10

Dec 16th, 2014
312
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.03 KB | None | 0 0
  1. # Configuration file
  2.  
  3. alignment {
  4. # Offsets for BOTTOMCENTER (X<space>Y).
  5. S:bottomcenter=0 -45
  6.  
  7. # Offsets for BOTTOMLEFT (X<space>Y).
  8. S:bottomleft=2 -2
  9.  
  10. # Offsets for BOTTOMRIGHT (X<space>Y).
  11. S:bottomright=-2 -2
  12.  
  13. # Offsets for MIDDLECENTER (X<space>Y).
  14. S:middlecenter=0 0
  15.  
  16. # Offsets for MIDDLELEFT (X<space>Y).
  17. S:middleleft=2 0
  18.  
  19. # Offsets for MIDDLERIGHT (X<space>Y).
  20. S:middleright=-2 0
  21.  
  22. # Offsets for TOPCENTER (X<space>Y).
  23. S:topcenter=0 2
  24.  
  25. # Offsets for TOPLEFT (X<space>Y).
  26. S:topleft=2 2
  27.  
  28. # Offsets for TOPRIGHT (X<space>Y).
  29. S:topright=-2 2
  30. }
  31.  
  32.  
  33. general {
  34. # The configuration that that should be loaded on startup.
  35. S:filename=test.xml
  36.  
  37. # Replace the debug overlay (F3) with the InGameInfoXML overlay.
  38. B:replaceDebug=false
  39.  
  40. # The overlay will be scaled by this amount.
  41. S:scale=1.0
  42.  
  43. # Display the overlay in chat.
  44. B:showInChat=true
  45.  
  46. # Display the overlay on the player list.
  47. B:showOnPlayerList=true
  48. }
Advertisement
Add Comment
Please, Sign In to add comment