Jump to content
Korean Random

Ratty

User
  • Content Count

    5
  • Joined

  • Last visited

Community Reputation

0 Noob

Basic information

  • Gender
    Не определилось ;)

Contacts

  • Nick
    Ratbat
  1. On the battle loading screen, i can see the squad shields, and on the large player panel, the sheild is there, but it looks like the number is double showing with 1 slightly ofset, but on the small/mad panels i just get the squad number with no shield all the panels have the same ${ "def.squad" }, ${ "def.squadNumRight" }, set with "squad": { "alpha": "{{alive?100|50}}", "src": "xvm://configs/default/img/{{squad?own_}}{{squad-num?squad}}.png" }, "squadNumLeft": { "x": 12, "align": "center", "alpha": "{{alive?100|50}}", and i've checked any "removeSquadIcon": false, are all set Its really annoying
  2. i found part of it, its in alive normal not colours "healthBar": { "alpha": 100, "border": { "alpha": 30, "color": "0x000000", "size": 1 }, "color": null, "damage": { "alpha": 60, "color": "0xFFCC00", "fade": 4 }, "fill": { "alpha": 50 }, "height": 14, "lcolor": null, "visible": true, "width": 80, "x": -42, "y": -32 this gives me the orange, but the problem now is that all damage is orange, not just mine :(
  3. I used to have xvm set so that when i hit someone their hp bar showed my damage in orange, and there was a setting to set how long it took my damage to evaporate from their hp bar (i think i had it set to 4 seconds). all i have now is the damage text colour in orange, the hp bar stays red, what settings do i need to set to get that back? Thanks colors.rar
  4. in the xvm folder, i renamed the sample file to xvm.xc however nothing is working, none of the bits i put in the config files have worked, there is no indication that xvm is doing anything. EG in login.xc i have /** * Parameters for login screen * ????????? ?????? ?????? */ { "login": { // Skip intro movie // ?????????? ????????????? ????? "skipIntro": true, // Auto enter to the game // ?????????????? ???? ? ???? "autologin": False, // Ping servers // ???? ???????? "pingServers": { "$ref": { "file": "hangar.xc", "path": "hangar.pingServers" }, // true - Show ping to the servers // true - ?????????? ???? ?? ???????? "enabled": True, // Axis field coordinates // ????????? ???? ?? ???? "x": 5, "y": 30 } } } but the movie still plays in hanger.xc i have "hangar": { // true - Disable display of tutorial icon // true - ?????? ?????? ???????? "hideTutorial": True, but the icon is still there nothing i do seems to do anything what am i missing?
×
×
  • Create New...