The content here was reconstructed by scraping the Wayback Machine in an effort to restore some of what was lost when LF went down. The LucasForums Archive Project claims no ownership over the content or assets that were archived on archive.org.
Actually if you are going to use a module for leaving from inside of a crashed EbonHawk ,it may be best to add a new waypoint to the 901MAL.git file with a Tag of "From_012EBO" or whatever the name of the EH module you use. and add a trigge... [Read More]
In that instance it's part of the module animation like the flying ships on Narshadaa. As of yet I don't think it's possible to modify modules(without messing them up). It may be possible to add it as a character to the module but not sure how to mak... [Read More]
Yes, that's it. But which script is the level-up script? Is c_pc_level.ncs used for all the party, the Exile and companions (I can just add a script reference in there) or do the companions have their own level up script separate from the Exile (wher... [Read More]
My question is in naming the compiled script, can I just make up a name like say, a_forcetraining.ncs and then I need to...point to that script somewhere so that at level up for Jedi classes this script is always pointed to and checked. Which would b... [Read More]
The script your asking for is a_beast_control in 402DXN_s.rim. The main part of what your looking for is the GrantSpell,it's what awards force powers and LS forms. The number for the power/form corresponds with the list in nwscripts.nss. void main()... [Read More]
depending on what you want to detroy this basic script should work void main() { object oMyItem = GetObjectByTag("tag name of item", 0); DestroyObject(oMyItem, 0.0, 0, 0.0, 0); }... [Read More]
That's the cut scene module for Kreia vs Nih vs Sion.(also used for the cut scene of Sion leaving Mal scene and 1 other). It's just the core, same as 904MAL. oops too slow :)... [Read More]
If they are large items I don't believe it can be. I ran into the same issue when I made the Ebon Hawk into a placeable at certain angles the Hawk becomes invisible.... [Read More]
You made the new line for placeables.2da correct? add the new .2da file to your override folder then open your new placeable's .utc file with ktool and edit the appearence with the dropdown menu accordingly. I ran into the same issue once when I edit... [Read More]
This tutorial should help http://www.lucasforums.com/showthread.php?t=134067 As far as the item you want to use the easiest way to find it would be to find the item in an existing module,then use ktool and look under Rims-Modules-(the name of the mod... [Read More]
If you know the name of the placeable, then what you'll want to do is edit the placeable's .utc file with Kotor tool. Under the advanced tab you should be able to put checkmarks in 3 spots, "Has inventory" ,"Party interact" and &q... [Read More]
there's only one other animation listed in nwscripts.nss and this is it ,ANIMATION_LOOPING_CHOKE_WORKING not sure if that will do it. maybe if someone knows how the list of animations for .dlg's are stored you could figure out which one to use. I loo... [Read More]
What about just a simple script that make the npc use Force Choke in a looping fashion? Sure ,just change ANIMATION_LOOPING_LIFT_CHOKE_HOLD to one that is listed in nwscripts.nss ANIMATION_LOOPING_CHOKE I think is listed in the file.... [Read More]
you could try a simple script as this void main() { AssignCommand(GetObjectByTag("npc1"), ActionPlayAnimation(ANIMATION_LOOPING_SIT_CHAIR_DR INK , 1.0, (-1.0))); AssignCommand(GetObjectByTag("npc2"), ActionPlayAnimation(ANIMATION_... [Read More]
ANIMATION_LOOPING_SIT_CHAIR_DRINK is listed in nwscript.nss so it could be used outside the .dlg file. I can't find the LIFT_CHOKE_HOLD listed in there so I'm not sure about this one.... [Read More]
The animation names are (for Hanharr) 1425LIFT_CHOKE_HOLD and for Mira, 1421SIT_CHAIR_DRINK is how they are called apon in the .dlg file. I did use these animations once for the Sion/Atton fight so they will work for some other models also.... [Read More]
This sound issue, is it a crackling of speakers? I wasn't sure if this was problems with my 5.1 desktop setup or the TSLRCM. I have TSLRCM patched up to v1.4d in sequence (as at the time I made initial post) but have only just downloaded the animati... [Read More]
edit, okay found some bugs at Khoonda, definitely introduced by TSLRCM since the Dantooine Restoration had much of this content fixed and there are no other conflicts for this section in my override. I think Jonathan7 mentioned these anyway. In the B... [Read More]
Yeah try an earlier save and see if it will work. If it still doesn't work properly send me a save and I'll see if I can figure out what's going on. You have no other mods installed correct?... [Read More]
I think this is an issue that has happened occasionally(I'm actually currently reworking this area). But you may have to back up to save and reload,once you kill enough mercs it supposed to have the militia retreat and then jump to the inside battle.... [Read More]
I'm not sure if anyone has posted this issue, but I have a particular problem with this restored content mod. Basically when people are laying prone multiple immages of the person seem to thrash around on the ground. Doesn't seem to affect the game a... [Read More]