Advertisement
Spookygnu

fallujah Layers config

Sep 29th, 2016
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.80 KB | None | 0 0
  1. class Layers
  2. {
  3.  
  4. class bof_d2mesto
  5. {
  6. texture = #(rgb,1,1,1)color(0.5,0.5,0.5,1,cdt);
  7. material="rebels\fallujah\data\bof_d2mesto.rvmat";
  8. };
  9. class bof_pisek
  10. {
  11. texture = #(rgb,1,1,1)color(0.5,0.5,0.5,1,cdt);
  12. material = "rebels\fallujah\data\bof_pisek.rvmat";
  13. };
  14. class bof_marsh
  15. {
  16. texture = #(rgb,1,1,1)color(0.5,0.5,0.5,1,cdt);
  17. material = "rebels\fallujah\data\bof_marsh.rvmat";
  18. };
  19. class bof_d2trava
  20. {
  21. texture = #(rgb,1,1,1)color(0.5,0.5,0.5,1,cdt);
  22. material = "rebels\fallujah\data\bof_d2trava.rvmat";
  23. };
  24. };
  25.  
  26. class Legend
  27. {
  28. picture="rebels\fallujah\source\mapLegend.png";
  29. class Colors
  30. {
  31.  
  32. bof_d2mesto[]={{255,0,0}};
  33. bof_pisek[]={{255,255,0}};
  34. bof_marsh[]={{0,255,255}};
  35. bof_d2trava[]={{0,255,0}};
  36.  
  37. };
  38. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement