I was JUST thinking about that a few hours ago...but you couldn't make it optional or restricted to certain times. Might be interesting on the galaxy screen.
Just checked your links, and now I know where the icon in the status reports for money came from.(Check the symbol for "$" in the first link.)
I like the third, but I would suggest spawning three or four "red mists" at locations, so as to completly cover up Nihilus' body just popping into oblivion...
Not sure about M4-78EP (Since I haven't played it and don't have a pc capable of doing so), but it'd be easy to make Mical a puppet of the Handmaiden...
Well, you do know the original cast for Leia, Han, and Luke all reprise their roles in ep 7, don't you? Saw it on the news.
I am honestly surprised with Harrison Ford; he had wanted to kill Han off when he got frozen in carbonite in ep 5...
Wow, SH! I just read the Revan book about 2 weeks ago and my first thought when I saw the pic for this mod was: Dromund Kaas! Does this also fix the annoying green glow as well?
Well, you could hex-edit the area models or something to make the game recognize Dantooine's stuff as different-named files than Telos or vice versa. Someone could probably do it for ya at LF.
First a little bit of humor: No I am obviously not dead yet.
Now, if only two things could happen:
Someone remodeled the fire effect's model and made the blast about the size of a human.
Someone re-textured the fire to be realistic(as far as the allotment of reds and yellows).
A thing that bugged me, which I confirmed the other day, is the mismatched stealth textures between the pc and xbox. Could someone rip the xbox version(looks like the haze over a campfire) and replace the pc version(which is just plain useless)? Thanks.
I might mention a suggestion for the update: Reduce the intensity of the shine effect on the twi'leks and Luxa; make the alpha gray-ish instead of black.
Yes, unless you use the most-current form of the dlg file.
EDIT: I'll look through the source code for the DLG Editor and see what I can rustle up, okay?
http://www.lucasforu...ad.php?t=211470
The SWMG_ function actually does work, since I had to debug this function and made it print the name of the object. I would presume that this code should work without any error:
int StartingConditional() // Not sure if there is a space in here or not
{
object oPC = GetFirstPC();
string sName = GetName(oPC);
if(sName == "Meetra Surik")
{
return TRUE;
}
else
{
return FALSE;
}
}
You fixed that?! FINALLY!!! In eight years of modding, someone finally fixed that annoying bug. Thank you, HH! Now I don't have to waste skill points anymore...