Jump to content

Home

Swoop races


Darth Essence

Recommended Posts

Hello there .. I'm in need of some help about swoop races .. three things i'd like to know .. :

 

1. How to edit a swoop track or create a new one ...

2. How to launch a swoop race after a dialogue ...

3. How to make a swoop championship (race times) ...

 

Any help much appreciated ....

Link to comment
Share on other sites

This is very important to know for what game oyu want it to be made???

 

Anyway, launching after dialog is the same for both KI and TSL.

Just write your script's name without extension in Script #1 field somewhere in your dialog.

Here is the script itself:

void main ()
{
string sModule = "[color=red]your_module_name[/color]";
StartNewModule(sModule);
}

Replace your_module_name with your module's filename. No extensions. Swoop races are separate module too.

Save this script under any name you want + .nss extension. Name should not be longer than 12 symbols! So, for example you may name it de_actswoop_1.nss

Than open your Kotor Tool. Go to Kotor I (or Kotor II)/BIFs/scripts.bif/Script, source/

And look there for nwscript.nss

Extract this nwscript.nss to your game's (for what game it is?) Override folder.

Then, in Kotor Tool look for button with label Txt. Click on it. Open your .nss script there. Go to Script/ and choose for what what game it is. Then press F5. You will get the resulting .ncs file. This is actual script, game requires it. .nss - are source scripts, no act in-game.

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...