Jump to content
Korean Random

ISU_100

User
  • Content Count

    5
  • Joined

  • Last visited

Everything posted by ISU_100

  1. At below picture, showing numeric MOE (1,2,3) at left side. How can change numeric MOE to graphic MOE at player panel? 1. playerPanel_large.xc (my config) // marksOnGun {"x": -300, "y": 5, "h": 5, "w": 5, "bgColor": "0x000000", "alpha": "{{marksOnGun> 0? 40 | 0}} "}, {" x ": 300," y ": 5," h ": 20," w ": 17," format ":" <font size = '12 'color =' 0xCC9933 '> 1 </font> "," alpha ":" {{marksOnGun == 1? 100 | 0}} "}, {" x ": 300," y ": 5," h ": 20," w ": 17 , "format": "<font size = '12 'color =' 0xCC9933 '> 2 </font>", "alpha": "{{marksOnGun == 2? 100 | 0}}"}, {"x" : 300, "y": 5, "h": 20, "w":17, "format": "<font size = '12 'color =' 0xCC9933 '> 3 </font>", "alpha": "{{marksOnGun == 3? 100 | 0}}"}, 2.texts.xc (my config) // Text for {{marksOnGun}}, {{v.marksOnGun}} macros. // Text for macros {{marksOnGun}}, {{v.marksOnGun}} "marksOnGun": { "_0": "0", "_1": "1", "_2": "2", "_3" : "3" }, 3. graphic MOE files (examples) - xvm: //res/gun/gun_1moe.png - xvm: //res/gun/gun_2moe.png - xvm: //res/gun/gun_3moe.png *** Reference attached xc file. playersPanel_large.xc
  2. At below picture, showing numeric MOE(1,2,3) at left side. How can change numeric MOE to graphic MOE at player panel? 1. playerPanel_large.xc(my config) //marksOnGun { "x": -300, "y": 5, "h": 5, "w":5, "bgColor": "0x000000", "alpha": "{{marksOnGun>0?40|0}}" }, { "x": 300, "y": 5, "h": 20, "w": 17, "format": "<font size='12' color='0xCC9933'>1</font>", "alpha": "{{marksOnGun==1?100|0}}"}, { "x": 300, "y": 5, "h": 20, "w": 17, "format": "<font size='12' color='0xCC9933'>2</font>", "alpha": "{{marksOnGun==2?100|0}}"}, { "x": 300, "y": 5, "h": 20, "w": 17, "format": "<font size='12' color='0xCC9933'>3</font>", "alpha": "{{marksOnGun==3?100|0}}"}, 2. texts.xc(my config) // Text for {{marksOnGun}}, {{v.marksOnGun}} macros. // Текст для макросов {{marksOnGun}}, {{v.marksOnGun}} "marksOnGun": { "_0": "0", "_1": "1", "_2": "2", "_3": "3" }, 3. graphic MOE files(examples) - xvm://res/gun/gun_1moe.png - xvm://res/gun/gun_2moe.png - xvm://res/gun/gun_3moe.png *** Reference attached xc file. playersPanel_large.xc
  3. Я использую большой игрок. Я хочу уехать 'игрок панель pssition' вниз примерно 5 Centimeter.
  4. I Use Large Player Panel. I Want To Move ' Player Panel Position' Downwards About 5 Centimeter.
×
×
  • Create New...