Lit Ridl Posted June 7, 2006 Share Posted June 7, 2006 How can I change module starting waypoint? For example, when I warp to Taris underground I find myself somewhere near escape pods. How to change it to place near entrance? This module is not supported by Kotor Tool, I have to edit their git file. The second example is when I warp myself in Rakata settlement on Unknown World I can find myself in cage with rancor. I want to change standard point. It is problem. Link to comment Share on other sites More sharing options...
stoffe Posted June 7, 2006 Share Posted June 7, 2006 How can I change module starting waypoint? For example, when I warp to Taris underground I find myself somewhere near escape pods. How to change it to place near entrance? This module is not supported by Kotor Tool, I have to edit their git file. The second example is when I warp myself in Rakata settlement on Unknown World I can find myself in cage with rancor. I want to change standard point. It is problem. If you want to change the standard starting point of a module, where the player appears if no other spot is specified, you'll need to edit the module.ifo file for that module. You can do this with a GFF Editor like k-gff. The fields you are looking for are Mod_Entry_X, Mod_Entry_Y and Mod_Entry_Z which specify the coordinates of the starting location. The Mod_Entry_Dir_X and Mod_Entry_Dir_Y determine which way the player is facing when they enter the module. I believe it's a direction vector. If, on the other hand, you want the player to appear at a custom location in the area, different from the default start location (which is the case if you want the player to appear next to a specific door depending on where they arrive from) you can specify a standard waypoint as destination in your transition, or as a parameter to the StartNewModule() function. Link to comment Share on other sites More sharing options...
Lit Ridl Posted June 8, 2006 Author Share Posted June 8, 2006 I know that I can do it with k-gff but my k-gff don't want to open my file. It mean, I have to use standard gff editor (I know that it is bad). Funny? Edit: Oh, I just tried to open it again. It didn't but when I pressed refresh it has opened. Link to comment Share on other sites More sharing options...
Lit Ridl Posted June 8, 2006 Author Share Posted June 8, 2006 Thanks, it's working. I am happy that I have finished my mod. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.