Aller au contenu

Photo

What causes this?


  • Veuillez vous connecter pour répondre
5 réponses à ce sujet

#1
DemonSlayer_1

DemonSlayer_1
  • Members
  • 185 messages
Look at each character and you will see a noticable difference to each uniform
Posted Image

http://img193.images...94/colorsnn.jpg


morrigan's is more red
alistair's is lighter
mine is darker than alistairs
lieanna's matches mine perfectly

Its all the same uniform "chainmail medium" just on different characters.

I want to know how to fix this color variation problem ASAP

#2
Eshme

Eshme
  • Members
  • 756 messages
aH it may be chainmail. But the red one is red steel. Look at the material. Iron, Silverite etcetc.

#3
DarthParametric

DarthParametric
  • Members
  • 1 414 messages
If you want to have a standardised metal colour regardless of the material type, you may want to look at this tutorial - http://social.biowar...eating_New_Ones

#4
DemonSlayer_1

DemonSlayer_1
  • Members
  • 185 messages
Thats the thing everyone is using the base (no alteration, which means they should all be iron and appear the same)

gen_im_arm_bot_med_chn
gen_im_arm_cht_med_chn
gen_im_arm_glv_med_chn

spawned and given to each character
party_gear script

{
   CreateItemOnObject(R"sword_1.uti", OBJECT_SELF, 1, "", TRUE);
   CreateItemOnObject(R"sword_2.uti", OBJECT_SELF, 1, "", TRUE);
   CreateItemOnObject(R"bow_1.uti", OBJECT_SELF, 1, "", TRUE);
   CreateItemOnObject(R"bow_2.uti", OBJECT_SELF, 1, "", TRUE);
   CreateItemOnObject(R"shield_1.uti", OBJECT_SELF, 1, "", TRUE);
   CreateItemOnObject(R"gen_im_arm_cht_med_chn.uti", OBJECT_SELF, 1, "", TRUE);
   CreateItemOnObject(R"gen_im_arm_bot_med_chn.uti", OBJECT_SELF, 1, "", TRUE);
   CreateItemOnObject(R"gen_im_arm_glv_med_chn.uti", OBJECT_SELF, 1, "", TRUE);
   CreateItemOnObject(R"gen_im_arm_hel_med_hel.uti", OBJECT_SELF, 1, "", TRUE);
}

spawn the script 4 times and give accordingly

They should all have the same color - I am stumped as to why they are using different tints.

They are not unique in anyway, but they somehow appear differently for each character. I have been all thru the toolset and character files, but I can't seem to find a fix for this.

Edit:
Thanks darth check it out now

Modifié par DemonSlayer_1, 07 février 2010 - 08:48 .


#5
Baracuda6977

Baracuda6977
  • Members
  • 353 messages
who the hell did you blow to get ser cauthrien as a party member? it boggles my mind

#6
DemonSlayer_1

DemonSlayer_1
  • Members
  • 185 messages
 :)

Here is my actual squad now

Sacred Ashes Style
Posted Image

Here is some actual screencaps from the CGI renders (I have never seen these ingame EVER)
were they abandonded for the cutscene camera's?
Posted Image

Here is the HD trailer on youtube - This looked fantastic
www.youtube.com/watch



I was also able to fix the color variation problem as you can see.