Advertisement
psydev

RA 2 -> RA team color conversion script

May 13th, 2012
234
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.00 KB | None | 0 0
  1. :: mogrify -fill #f4d478 -opaque #fc0000 *.png
  2. :: ^ Don't use this color during automatic conversions because it is used often in blood and muzzle
  3. :: flashes. Check first to see if this color is being used in that way before running this line.
  4.  
  5. mogrify -fill #f4d478 -opaque #f40000 *.png
  6. mogrify -fill #e4c870 -opaque #ec0000 *.png
  7. mogrify -fill #d4bc68 -opaque #dc0000 *.png
  8. mogrify -fill #c4b060 -opaque #d00000 *.png
  9. mogrify -fill #b4a458 -opaque #c00000 *.png
  10.  
  11. mogrify -fill #a89854 -opaque #bc0000 *.png
  12. :: ^ be careful with this color since it is used for muzzle flash sometimes
  13.  
  14. mogrify -fill #a89854 -opaque #b00000 *.png
  15. mogrify -fill #90884c -opaque #a40000 *.png
  16. mogrify -fill #907440 -opaque #940000 *.png
  17. mogrify -fill #847038 -opaque #840000 *.png
  18. mogrify -fill #6c6438 -opaque #780000 *.png
  19. mogrify -fill #58542c -opaque #680000 *.png
  20. mogrify -fill #544c24 -opaque #580000 *.png
  21. mogrify -fill #484424 -opaque #4c0000 *.png
  22. mogrify -fill #38341c -opaque #3c0000 *.png
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement