Note: LucasForums Archive Project
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.

This project is meant for research purposes only.

Help please

Page: 1 of 1
 ace92
07-05-2006, 4:31 AM
#1
Hi,i need a litle help in two things...
1)linking 2 modules toghther.
2)attaching voice to a dialog.
if anyone can help me please do.
thank you very much!!!!!!!!!
 Darkkender
07-05-2006, 1:09 PM
#2
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");
}
 Lit Ridl
07-06-2006, 4:48 AM
#3
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.
 ace92
07-06-2006, 6:37 AM
#4
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!!!!!
 jinger
07-06-2006, 6:58 AM
#5
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.
 ace92
07-06-2006, 10:45 AM
#6
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?
 Darkkender
07-06-2006, 12:00 PM
#7
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.
 ace92
07-06-2006, 7:31 PM
#8
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?
 Darkkender
07-07-2006, 1:35 AM
#9
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.
 ace92
07-07-2006, 7:50 AM
#10
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!!!
 Darkkender
07-07-2006, 10:57 AM
#11
Off hand I believe this to was changed by entries in the Module.ifo, the Git and Are files. I'm not cerain which it was but I'm pretty sure it is likely to be the Module.ifo file.
 ace92
07-08-2006, 9:54 AM
#12
can't find it so i'l check it later...i need help in something else,does anyone know of can i join someone to my party?
Page: 1 of 1