psydev

RA2 -> D2K team color conversion

May 13th, 2012
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.04 KB | None | 0 0
  1. :: RA2->D2K - repeats top color (brightest)
  2.  
  3. :: mogrify -fill #fc9c70 -opaque #fc0000 *.png (this color is used for blood often as well)
  4. :: ^ Don't use this color during automatic conversions because it is used often in blood and muzzle
  5. :: flashes. Check first to see if this color is being used in that way before running this line.
  6.  
  7. mogrify -fill #fc9c70 -opaque #f40000 *.png
  8. mogrify -fill #e4946c -opaque #ec0000 *.png
  9. mogrify -fill #c49064 -opaque #dc0000 *.png
  10. mogrify -fill #bc8860 -opaque #d00000 *.png
  11.  
  12. mogrify -fill #b08058 -opaque #c00000 *.png
  13. :: ^ be careful with this color since it is used for muzzle flash sometimes
  14.  
  15. mogrify -fill #906448 -opaque #b00000 *.png
  16. mogrify -fill #886040 -opaque #a40000 *.png
  17. mogrify -fill #745c48 -opaque #940000 *.png
  18. mogrify -fill #6c5444 -opaque #840000 *.png
  19. mogrify -fill #644c3c -opaque #780000 *.png
  20. mogrify -fill #604438 -opaque #680000 *.png
  21. mogrify -fill #583c30 -opaque #580000 *.png
  22. mogrify -fill #4c3428 -opaque #4c0000 *.png
  23. mogrify -fill #302818 -opaque #3c0000 *.png
Advertisement
Add Comment
Please, Sign In to add comment