Jump to content

Home

Really stumped on an issue...


mrdefender

Recommended Posts

Ok. I'm really stumped on this particular issue a player is having with my 1.8 wrist console modification... Here's what he says:

 

§ephiroth

thnx it worked....though after getting it to work the game screwed up like when i completed on of the taskes nesesary to "prove my worth" to mandalore the game wouldnt register it and i ran out of things to do leaving me on duxen :/ and it kept repeating the cutscene btwn colnel tobin yelling at a subordanent for losing me.

 

I then provided a short list of what he can do to gain prestige with mandalore, from what I can remember... He replied:

 

§ephiroth

I did them all except the telematry computer and phase. telemetry cant be done until phase is and i cant do the phase because iv already killed all the cannoks...im missing the final piece wich has become impossible at this point... the rest of them mandalore wouldnt recognize except the scouts.

 

What stumps me is that I can't figgure out why this happend. I mean, look at the code for the "give wrist launcher feat" script I use:

 

void main()
{
GrantFeat( 208, GetFirstPC() );
GrantFeat( 208, GetObjectByTag ("Atton") );
GrantFeat( 208, GetObjectByTag ("BaoDur") );
GrantFeat( 208, GetObjectByTag ("Mand") );
GrantFeat( 208, GetObjectByTag ("Handmaiden") );
GrantFeat( 208, GetObjectByTag ("Kreia") );
GrantFeat( 208, GetObjectByTag ("Mira") );
GrantFeat( 208, GetObjectByTag ("VisasMarr") );
GrantFeat( 208, GetObjectByTag ("Hanharr") );
GrantFeat( 208, GetObjectByTag ("Disciple") );
}

 

Does anyone have any theories on what happend here? :|

Link to comment
Share on other sites

Not sure Defender I have not had any issues with your wrist console and from the descriptions and your code I see no reason for it. I have not tried having your console with the Mandalore stuff yet as I just got it yesterday for my development of my mod TSL Enhanced.

 

There should be no reason why that issue should be coming up that I can see.

Link to comment
Share on other sites

Being the game itself can glitch on it's own without any mods, adding mods onto it can just help this along or become scapegoats for people to blame for things, so it might not be your mod that has caused this mrd. ;)

 

Your script doesn't touch anything that would seem to relate to that quest, so I say it is very likely a bug in his savegame.

 

Just my 2 cents! :D

Link to comment
Share on other sites

Yah, that's what I was thinking too... Suffice it to say kotor 2 has gone binks on me a couple of times now :lol: I managed to find out the "item code" for the 3 phase controller parts on dxun, and suggested he use the giveitem cheat to get the one he's missing. Not sure if it will work but at the moment it doesn't look like I/we can do much about this... :(

 

I really appreciate the help :) Both of you :)

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...