Jump to content

Home

Help please


ace92

Recommended Posts

Well for the linking 2 modules together this is handled by script actions. You would use the StartNewModule script function. Below is are two examples from my Jesset Dal Kest mod..

 

void main() 
{
StartNewModule("dalkesttmb", "dketrdalkesttmb");
}

void main() 
{
StartNewModule("eboillusion", "startpoint");
}

Link to comment
Share on other sites

I think he was talking about merging too areas together.

About sounds and dialogs.

Open your dialog, choose any entry (for replies it is bugged) and you'll see in the lower left corner field named "Sound". Enter here your sound name.

Link to comment
Share on other sites

no i meant voice of the sentence that they will hear the me or somebody else the sentence...but thanks any way

about the script where do i put and what do i fill in?

thanks for the help!!!!!

Link to comment
Share on other sites

if i get it right you want to be able to go from area A to area B :) you need a trigger object to put in the .git file (one for area A that gets you to area B, and one in area B that gets you in area A). it's best if you use Kotor Tool to see exactly how it's done in an existing module. as for dialogs, i assume you're using DLGEditor, just select an entry and put the name of the audio file (without ".wav") in the VO_Resref box, again check out an original dialog and see exactly how it's done if you have doubts.

Link to comment
Share on other sites

Ok got it,but when i put a triger and put it like the real thing when i push the ok button he gives me this massge:

"Object reference not set to an instance of an object."

What does it mean and what do i do?

Link to comment
Share on other sites

To help you out the best in this case. Download my Tomb of Jesset Dal'Kest mod. The mod contains various assets that will come in handy when trying to figure these things out. First I include the source scripts to all of the scripts. Second the mod has 2 area module files with like 3 different methods of launching the StartNewModule function so that you can see the different ways in which it is implemented. There is also a great tutorial in the general tutorial section by Doom Dealer. Here->http://www.lucasforums.com/showthread.php?t=130451

Also a great combo editor that is floating around out there is NWNEditor. This will allow you to open the mod files then click on something like the git file and right click and tell it to open in a gffeditor window. Let me know if you can't find this editor and I can send it your way.

Link to comment
Share on other sites

thanks darkkender...but if you can explain to me what do i need to place or what do i need to wirte and where it will help me alot...thanks you all

and darkkender i can't find the map file you used on your mod...where can i find it?

Link to comment
Share on other sites

There will be 2 or 3 folders in the archive one of them is titled modules there you will find the mod files that contain the different information linking one area to another. Beyond looking at the mod I would once again recomend the tutorial above again as I used this very tutorial to build the framework of the above mentioned mod.

Link to comment
Share on other sites

finally i've did it...but i need help in something else...how do i change the title of that thing i mean before we go throw the door and trnsit to the other moudle there is a sentece in the middle high screen the tells me where i'm going can you tell how do i change it.

thank you very much!!!

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...