Advertisement
dziban303

Old YasenKrasen style

Jun 22nd, 2015
376
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.82 KB | None | 0 0
  1. This is the old style in-game battle result message. Again, add it to the config file located at: ..\res_mods\0.9.8.1\scripts\client\mods\stat\config.json
  2.  
  3. Search for "overwriteBattleResultBgIcon" and paste these three lines after it:
  4.  
  5. "battleEndedMessageDefeat": "<font color='#929292'><font color='#F02828'>Defeat</font> <font color='#A3966E'>{{map}}</font> - <font color='#C5AB5D'>{{vehicle-long}}</font></font> {{Tank.png}}",
  6. "battleEndedMessageDraw": "<font color='#929292'><font color='#FFCC00'>Draw</font> <font color='#A3966E'>{{map}}</font> - <font color='#C5AB5D'>{{vehicle-long}}</font></font> {{Tank.png}}",
  7. "battleEndedMessageWin": "<font color='#929292'><font color='#66CC66'>Victory</font> <font color='#A3966E'>{{map}}</font> - <font color='#C5AB5D'>{{vehicle-long}}</font></font> {{Tank.png}}",
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement