Page 1 of 1

Light On Model

Posted: Wed Dec 21, 2011 6:19 pm
by modmaster13
Hey, I was experimenting on a bespin model. I removed the vertexlighting and I noticed that there is a orange color added to the model. Does anyone know how I could remove this?
Hidden/Spoiler:
Image
I checked the interior textures to see if there was added orange lighting and I couldn't find anything.

Re: Light On Model

Posted: Wed Dec 21, 2011 6:38 pm
by Marvel4
I think you have to hexedit it and remove the "emissive color": http://www.gametoast.com/forums/viewtop ... 27&t=24851

Re: Light On Model

Posted: Wed Dec 21, 2011 6:41 pm
by Marth8880
The model is most likely being lit by some sort of light source. Check and make sure there aren't any ZE lights lighting the model, or simply put -vertexlighting back in the OPTION file.

Re: Light On Model

Posted: Wed Dec 21, 2011 8:32 pm
by AQT
Marvel4 wrote:I think you have to hexedit it and remove the "emissive color": http://www.gametoast.com/forums/viewtop ... 27&t=24851
He has already done that in this topic, and it's not the issue here.

@modmaster and Marth: It is not due to some kind of light at all. It is baked-on color done via XSI, similar to how the problematic building in this thread is darker than other buildings like it, regardless of the lighting and vertex lighting option.

Solution: Reexport this model without those baked-on colors. It can't be fixed using a hex editor.

Re: Light On Model

Posted: Wed Dec 21, 2011 8:37 pm
by modmaster13
AQT wrote:Solution: Reexport this model without those baked-on colors. It can't be fixed using a hex editor.
What should I use to re-export? XSI or the MSH viewer?

Re: Light On Model

Posted: Wed Dec 21, 2011 8:42 pm
by THEWULFMAN
modmaster13 wrote:
AQT wrote:Solution: Reexport this model without those baked-on colors. It can't be fixed using a hex editor.
What should I use to re-export? XSI or the MSH viewer?

XSI, if you want to re-add a lowrez version to it. Blender and the MSH viewer can't do lowrez (or shadow volumes, or collision, or anything like that).

Re: Light On Model

Posted: Wed Dec 21, 2011 11:26 pm
by AceMastermind
...It can't be fixed using a hex editor.
You might be able to remove the vertex coloring for that object by locating that particular geometry in the msh(use Unwrap3d to find the name) and deleting the CLRX chunk from it.

Image

You'll need to adjust the size of these after removing the data:
  • HEDR
    MSH2
    • and these for that piece of geometry in the msh:
      • MODL
        GEOM
        SEGM

Re: Light On Model

Posted: Thu Dec 22, 2011 5:07 pm
by modmaster13
So should I remove the line showed in the picture from the model?

Re: Light On Model

Posted: Thu Dec 22, 2011 5:38 pm
by AQT
No...you do that and resize the five things Ace listed. The following three topics will tell you how to do both:
You essentially cut and subtract values.