Advertisement
dziban303

YasenKrasen config file fix

Jun 22nd, 2015
351
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. Copy/paste the three lines below to the YasenKrasen config file, which is located at ..\res_mods\0.9.8.1\scripts\client\mods\stat\config.json
  2.  
  3. It will look like this: https://i.imgur.com/3o1IRBA.png
  4.  
  5. If you want the old version, which only displays the tank and map, you can use the original style, located at http://pastebin.com/qqn6V4AJ
  6.  
  7. If you're uncomfortable editing config files, you can find the whole config file here: http://pastebin.com/Q0in8gPX and either copy/paste it into the existing config.json file or download it to the folder ..\res_mods\0.9.8.1\scripts\client\mods\stat\
  8.  
  9. Search for "overwriteBattleResultBgIcon" and paste these three long lines after it:
  10.  
  11.    "battleEndedMessageDefeat": "<img src='img://scripts/client/mods/stat/img/splitdefeat.png' width='283' height='1' align='baseline' vspace='0'>\n<img src='img://scripts/client/mods/stat/img/defeat.png' width='16' height='16' align='baseline' vspace='-1'> <font color='#E05A5A'>Defeat!</font> <img src='img://scripts/client/mods/stat/img/defeat.png' width='16' height='16' align='baseline' vspace='-1'> <font color='#FFDA24'>{{map}}</font>\n<textformat tabstops='[80, 140]'><img src='img://gui/maps/icons/buttons/Tank-ico.png' width='28' height='12' align='baseline' vspace='0'> <font color='#D6EB88'>{{vehicle-long}}</font><tab><img src='img://gui/maps/icons/library/XpIcon-1.png' width='16' height='16' align='baseline' vspace='-3'><font color='#A0CFFF'><b>{{xp}}</b></font><tab><img src='img://gui/maps/icons/library/CreditsIcon-2.png' width='16' height='16' align='baseline' vspace='-4'><font color='{{c:color}}'><b>{{credits}}</b></font></textformat>\n<img src='img://scripts/client/mods/stat/img/splitdefeat.png' width='283' height='1' align='baseline' vspace='0'>",
  12.     "battleEndedMessageDraw": "<img src='img://scripts/client/mods/stat/img/splitdraw.png' width='283' height='1' align='baseline' vspace='0'>\n<img src='img://scripts/client/mods/stat/img/draw.png' width='16' height='16' align='baseline' vspace='-1'> <font color='#D37516'>Draw!</font> <img src='img://scripts/client/mods/stat/img/draw.png' width='16' height='16' align='baseline' vspace='-1'> <font color='#FFDA24'>{{map}}</font>\n<textformat tabstops='[80, 140]'><img src='img://gui/maps/icons/buttons/Tank-ico.png' width='28' height='12' align='baseline' vspace='0'> <font color='#D6EB88'>{{vehicle-long}}</font><tab><img src='img://gui/maps/icons/library/XpIcon-1.png' width='16' height='16' align='baseline' vspace='-3'><font color='#A0CFFF'><b>{{xp}}</b></font><tab><img src='img://gui/maps/icons/library/CreditsIcon-2.png' width='16' height='16' align='baseline' vspace='-4'><font color='{{c:color}}'><b>{{credits}}</b></font></textformat>\n<img src='img://scripts/client/mods/stat/img/splitdraw.png' width='283' height='1' align='baseline' vspace='0'>",
  13.     "battleEndedMessageWin": "<img src='img://scripts/client/mods/stat/img/splitwin.png' width='283' height='1' align='baseline' vspace='0'>\n<img src='img://scripts/client/mods/stat/img/win.png' width='16' height='16' align='baseline' vspace='-1'> <font color='#82BC45'>Victory!</font> <img src='img://scripts/client/mods/stat/img/win.png' width='16' height='16' align='baseline' vspace='-1'> <font color='#FFDA24'>{{map}}</font>\n<textformat tabstops='[80, 140]'><img src='img://gui/maps/icons/buttons/Tank-ico.png' width='28' height='12' align='baseline' vspace='0'> <font color='#D6EB88'>{{vehicle-long}}</font><tab><img src='img://gui/maps/icons/library/XpIcon-1.png' width='16' height='16' align='baseline' vspace='-3'><font color='#A0CFFF'><b>{{xp}}</b></font><tab><img src='img://gui/maps/icons/library/CreditsIcon-2.png' width='16' height='16' align='baseline' vspace='-4'><font color='{{c:color}}'><b>{{credits}}</b></font></textformat>\n<img src='img://scripts/client/mods/stat/img/splitwin.png' width='283' height='1' align='baseline' vspace='0'>",    "statBackground": "../maps/icons/library/YasenKrasen/BG/BG_stats{{c:WN8}}.png",
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement