Modifying The Bmp

DepotDepot The ModFather Join Date: 2002-11-09 Member: 7956Members
<div class="IPBDescription">Model will NOT compile.</div> I was successful in de-compiling the model, and want to re-color the bmp. I converted it to a gif, re-colored it, then saved it as a bmp. Now the model won't compile. Any clues?

Comments

  • SnappyCrunchSnappyCrunch Join Date: 2004-08-03 Member: 30328Members, Constellation
    Make sure you save it as an 8-bit (256 color) bmp, and if there are multiple textures applied to the model, make sure they all share the same pallete.
  • DepotDepot The ModFather Join Date: 2002-11-09 Member: 7956Members
    When I saved it, I only had choices of 16, 24, or 32 bit. This error
    <!--QuoteBegin--></div><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>QUOTE</b> </td></tr><tr><td id='QUOTE'><!--QuoteEBegin-->error -4 reading BMP image ".\/BPack1.bmp"<!--QuoteEnd--></td></tr></table><div class='postcolor'><!--QuoteEEnd-->
  • TychoCelchuuuTychoCelchuuu Anememone Join Date: 2002-03-23 Member: 345Members
    Get an editor that does 8 bit bmps then?
  • DepotDepot The ModFather Join Date: 2002-11-09 Member: 7956Members
    I have Photoshop 7.0, and evidently it doesnt have it. When I open a New File, I can select "Mode", but it says nothign to the immediate right of that.
  • CoolCookieCooksCoolCookieCooks Pretty Girl Join Date: 2003-05-18 Member: 16446Members, NS1 Playtester, Contributor, Constellation
    press the "indexed color" mode.
  • SnappyCrunchSnappyCrunch Join Date: 2004-08-03 Member: 30328Members, Constellation
    Also, you can change an existing image to indexed color by going to Image->Mode->Indexed Color
  • DepotDepot The ModFather Join Date: 2002-11-09 Member: 7956Members
    The indexed color mode did the trick, many thanks.
  • BreakthroughBreakthrough Texture Artist (ns_prometheus) Join Date: 2005-03-27 Member: 46620Members, Constellation
    Why did you convert it to a GIF file though?
  • StarStarGrizzlyStarStarGrizzly Join Date: 2004-02-06 Member: 26139Members
    work on rgb when you're done switch to index, dont work with index <!--emo&:0--><img src='http://www.unknownworlds.com/forums/html/emoticons/wow.gif' border='0' style='vertical-align:middle' alt='wow.gif' /><!--endemo-->
  • DepotDepot The ModFather Join Date: 2002-11-09 Member: 7956Members
    While I have your attention, I tried to invert a color and was unhappy with it. What is the best way to do this?
  • StarStarGrizzlyStarStarGrizzly Join Date: 2004-02-06 Member: 26139Members
    edited August 2005
    show pictures.

    If you're doing a re-colour, ctrl+u with colourize checked is your friend <!--emo&:)--><img src='http://www.unknownworlds.com/forums/html/emoticons/smile-fix.gif' border='0' style='vertical-align:middle' alt='smile-fix.gif' /><!--endemo-->
  • DepotDepot The ModFather Join Date: 2002-11-09 Member: 7956Members
    I'd like to make this red, and also blue.
  • StarStarGrizzlyStarStarGrizzly Join Date: 2004-02-06 Member: 26139Members
    <a href='http://www.unknownworlds.com/forums/index.php?showtopic=76234&hl=tutorial' target='_blank'>http://www.unknownworlds.com/forums/index....234&hl=tutorial</a>
    Tut i made a looooong time ago.

    basicall select it, press ctrl+u, check colourize play around with settings. If you need more help lemme know.
  • SnappyCrunchSnappyCrunch Join Date: 2004-08-03 Member: 30328Members, Constellation
    Okay, Depot. Attached is the backpack turned blue. If that's the sort of thing you're going for, here's what I did in Photoshop CS:

    1)Open up the original file, and change the mode to RGB color (Image->Mode->RGB color)

    2)Zoom in, and use the polyganal select tool to draw a triangle around the TF logo.

    3)Invert the selection so that everything <i>but</i> the TF logo is selected (Select->Inverse)

    4)Go to Image->Adjustments->Replace color

    5)Use the dialog's dropper tool to select the greenest part of the backpack (In this case, it's the brightest part above the TF logo)

    6)Set Fuzziness to 200

    7)Play with the Hue, Saturation, and Lightness until you get the color you're looking for. For that blue backpack, I used 125, 50, 0. For a similar red backpack, I used -75, 50, 0. When you're done, hit OK.

    8)Convert your image back to Indexed Color, then save in whatever format you need (probably .bmp)
  • DepotDepot The ModFather Join Date: 2002-11-09 Member: 7956Members
    I figured out the ctrl+u and did a fair job on it, but yours looks much better. I'll continue playing with it.

    And thanks to all of you for your help.
Sign In or Register to comment.