Jump to content

Home

Tattoo Mod help requested


Gamer6432

Recommended Posts

OK, I want to make a mod that replaces those rather ugly creased and cracked dark side faces with tattoo patterns.

 

My problems is that I don't know which files are for the PC faces and the party member NPCs.

 

I have searched, but I have found nothing on how to locate at the files I want to modify (I could be blind and not seeing them though).

 

I'm still a little unsure as to how to get them in game, but I figure there are plenty of tutorials for that I can look up when the time comes.

 

Any help in getting started would be greatly appreciated.

Link to comment
Share on other sites

okay in the kotor tool go down to ERFs>swpc_tex_tpa.erf>P> then you should find down at the bottom there are files called P_attonH1 you want the darkside ones so go to P_attonh1D1/2 you can aso edit the clothes of the partymembers :D

 

good luck!

 

-mando16965

Link to comment
Share on other sites

I think I've seen a screen shot with an asymmetrical face design, though I could easily be wrong.

 

I've tried every image configuration I can think of and nothing works. All I get are horribly mismatched textures.

 

This is something that gets me angry about KOTOR, no double sided face textures. As far as I know the only way you can get both sides of a character's face is to completely re-texture-map them, and I can't tell you how to do that. There are a few textures that have non-symetrical textures such as Azkul and Sion but unless you can re-map I think you're stuck. Sorry I didn't have better news, but good luck with your project!

Link to comment
Share on other sites

Can't wait to see this mod come out, I'm sick and tired of looking ugly in my DS games too! :)

 

Well, don't hold your breath. I'm still waiting on permision for use of the tattoo patterns. If it end up being denied I'll have to look elsewhere, as my artistic skills don't exist.

Link to comment
Share on other sites

Well, don't hold your breath. I'm still waiting on permision for use of the tattoo patterns. If it end up being denied I'll have to look elsewhere, as my artistic skills don't exist.

well i cant wait and for all my skinning jobs i make my own patterens it makes the mod yours :D

Link to comment
Share on other sites

how do i do,if i want to...like when a force power is activated the tattos are apearing?

 

If you mean add the tattoos ingame using a feat/item/force power, I don't think that's possible. The only texture swapping that I know of is for the dark side transitions, and that isn't something you can alter without changing your alignment.

 

Do keep in mind, that I'm pretty new to KOTOR modding myself, so I probably have as many questions as you do.

Link to comment
Share on other sites

If you mean add the tattoos ingame using a feat/item/force power, I don't think that's possible. The only texture swapping that I know of is for the dark side transitions, and that isn't something you can alter without changing your alignment.

 

You could do it by making an extra appearance type for each appearance which has the tattoos, and then switch appearance of the caster in the force power's impact script. Though that would be a fair lot of work for such a relatively minor cosmetic change. :)

Link to comment
Share on other sites

You could still make some OK symmetrical designs...

I would be willing to help with the artistic side, though so far my texture editing skills are pretty poor as i don't know how to predict where the model distorts the texture.

i.e. i put a straight line on the face and it ends up wonky in game...

Link to comment
Share on other sites

I won't try to answer your question since I'm not experienced in scripting... However I would assume this is possible, I might try and start to learn to make force powers and perhaps this can be my first project, sounds easy enough...

 

However returning on topic; I tried some basic tattoos however they don't look all that great in game... I must say as a texture i think they look nice though... but unfortunately TSL must not agree with me... =D

If you wanna look at my textures I'll send them to you, but i wasn't intending to make them anything special, was just testing...

 

EDIT: Hmmn... One thing with tattoos is that the minor details dont look great ingame... when you are choosing portrait and it is close up they look nice, but in game (well at least with my computer/tattoos) they looked like someone isnt very accurate when putting on their make-up.... :p

Link to comment
Share on other sites

no i want to use the force power to change my alignment temporary,i mean if the force power time is 10 sec. than i'l be darkside for 10 sec. how can i do that?

 

This should work as an impact script for a force power that changes the alignment (and appearance) to Darkside mastery for 10 seconds and then returns it to what it was before:

 

void main() {
   object oTarget = GetSpellTargetObject();
   int iForce = GetGoodEvilValue(oTarget);
   float fDur = 10.0;

   ApplyEffectToObject(DURATION_TYPE_INSTANT, EffectVisualEffect(9004), oTarget);
   SetGoodEvilValue(oTarget, 0);
   AdjustAlignment(oTarget, ALIGNMENT_DARK_SIDE, 0, TRUE);

   DelayCommand(fDur, ApplyEffectToObject(DURATION_TYPE_INSTANT, EffectVisualEffect(9002), oTarget));
   DelayCommand(fDur, SetGoodEvilValue(oTarget, iForce));
   DelayCommand(fDur, AdjustAlignment(oTarget, ALIGNMENT_LIGHT_SIDE, 0, TRUE));    
}

Link to comment
Share on other sites

yeah but i meant like i have my force power

 

void main() {

effect eLink1 = EffectAbilityIncrease(ABILITY_STRENGTH, 75);

eLink1 = EffectLinkEffects(eLink1, EffectBlasterDeflectionIncrease(100));

eLink1 = EffectLinkEffects(eLink1, EffectAttackIncrease(3));

eLink1 = EffectLinkEffects(eLink1, EffectVisualEffect(VFX_DUR_BODY_FUAL));

 

int iIdx;

 

for (iIdx = 0; iIdx < GetPartyMemberCount(); iIdx++) {

object oParty = GetPartyMemberByIndex(iIdx);

ApplyEffectToObject(DURATION_TYPE_TEMPORARY, eLink1, oParty, 20.0);

}

}

 

now in it i want it to change my alignment temporary and by that changeing my looks that my tattos showing up...

 

p.s

i'm sorry it's not in code form something wrong with it everytime i push the code button it's pushing the page up

Link to comment
Share on other sites

I tried some basic tattoos however they don't look all that great in game... I must say as a texture i think they look nice though... but unfortunately TSL must not agree with me... =D

If you wanna look at my textures I'll send them to you, but i wasn't intending to make them anything special, was just testing...

 

EDIT: Hmmn... One thing with tattoos is that the minor details dont look great ingame... when you are choosing portrait and it is close up they look nice, but in game (well at least with my computer/tattoos) they looked like someone isnt very accurate when putting on their make-up.... :p

 

If you could send me your tattoo ideas (not applied to the face textures) I'm pretty good at positioning things around texture breaks. My main problem lies in my complete lack of artistic talent.

Link to comment
Share on other sites

Alright so is psd format ok or shall i make it black on white or something?

 

Also, what style of tattoos were you looking for... tribal sort of tattoos... ummn... i dunno.. lol.

I'll try to make them look as DS as possible i suppose... it might be easier if we get on an instant messenger or something so its easier for your to tell me want you want or i'll probably end up making something entirely different to what you had in mind...

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...