Jump to content
Korean Random

GOOROO

User
  • Content Count

    72
  • Joined

  • Last visited

Posts posted by GOOROO


  1. Hi guys


    I have started 9.9 Vanilla, before i put any mods/xvm

    As i remember i clicked vanilla check-mark to remove domination tanks, now with xvm installed, i cannot get those tanks back at all

     

    any ideas? thanks


    disregard,.. not sure what happened, but Domination tanks are in garage now.


  2. Hi guys,

     

    Not sure if im doing something wrong, but - i dont see any difference with/without tooltips

    I even put latest build to test, but nothing has changed.

     

    i have tooltips in my xvm.xc file and tooltips.xc file

     

    any ideas?


  3. HI guys

     

    v.wn8expd%-4d is not updating any more in my carousel

     

    this is code im using:

    	// Expected WN8.		
    				{ 
    				 "x": 30, 
    				 "y": 27, 
    				 "alpha": 75, 
    				 "format": "<font face='$FieldFont' size='12' color='#FFFFFF'>ExpD:</font><font size='12' face='$FieldFont' color='#00CC99'>{{v.wn8expd%-4d}}</font>", 
    				 "shadow": 
    					{ 
    					"color": "0x000000", 
    					"alpha": 0.8, 
    					"blur": 6, 
    					"strength": 4, 
    					"distance": 0, 
    					"angle": 0 
    					}
    				},
    

    Any ideas?

     

    thanks


  4. Hi guys,

     

    Id decided to put HP ears in my little config, so i found a config with this code with no images:

     "extraFieldsLeft": [
    		{ "x": 22, "y": 2, "valign": "center", "w": 80, "h": 20, "bgColor": "0x000000", "alpha": "30" },
    		{ "x": 24, "y": 4, "valign": "center", "w": "{{hp-ratio:76}}", "h": 16, "bgColor": "0x669966", "alpha": "30" },
    		{}
    						],
    

    I put hit in medium and medium 2 extra fields.

    Now, i see the actual bar, but its not changing upon damage at all, always stay unchanged.

    What am I doing wrong here?

     

    Thanks in advance!

     

     


  5. Thanks guys alot!

     

    Duration of icon displayed is fixed now but i still have problem moving icon down.

    "sixthSenseIndicator": {
                    // To use some settings in this section, you may need to remove "//" before "$interval". Reduces the performance!
                    // Чтобы использовать некоторые настройки этой секции, может понадобиться удалить "//" перед "$interval". Снижает производительность!
                    // "$interval": 0,
                    "_alpha": 100,
                    "_x": "sixthSenseIndicator._x",
                    "_y": "sixthSenseIndicator._y -80"
                }

    If i update "sixthSenseIndicator" to "sixthSenseIndicatorXvm" icon is displayed nonstop, even with no 6th sense triggered.

     

    I just put "_y": "sixthSenseIndicator._y -80" for testing purposes, tried all different values, nothing could move icon down.


    I even tried

     

    "_y": "-80"

     

    Same thing


  6. Hi there

     

    I am having trouble centering my 6th sence icon in middle of the screen, as well as duration of icon displayed doesnt work at all

     // Sixth sense lamp
            // Лампа шестого чувства
            {
                "$delay": 12000,
                // Sixth sense lamp duration (in milliseconds). Example: "sixthSenseDuration": 7000,
                // Время горения лампочки шестого чувства (в миллисекундах). Например: "sixthSenseDuration": 7000,
                "sixthSenseDuration": "sixthSenseDuration",
                // Sixth sense lamp
                // Лампа шестого чувства
                "sixthSenseIndicator": {
                    // To use some settings in this section, you may need to remove "//" before "$interval". Reduces the performance!
                    // Чтобы использовать некоторые настройки этой секции, может понадобиться удалить "//" перед "$interval". Снижает производительность!
                    // "$interval": 0,
                    "_alpha": 100,
                    "_x": "sixthSenseIndicator._x",
                    "_y": "sixthSenseIndicator._y"
                }
            },
    

    I tried inserting different values for x and y but doesnt change anything

    also

    delay is set to 12000 now, but icon is displayed only 3secs.

     

    for test purposes i also changed alpha down to 20 and i couldn't see any change,...  looks like whatever i change in elements doesn't work :/

×
×
  • Create New...