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.

Warp to new module and update journal/quest?

Page: 1 of 1
 The Betrayer
03-27-2008, 6:22 AM
#1
Is there anyway to make a script that teleports me to Telos Polar Module? Also, I want all quests related to the modules citadel station and restoration zone removed. Is this possible? If so, can anybody point me in the right direction? :)
 The Betrayer
03-28-2008, 8:57 AM
#2
Anybody please?

Darth Betrayal, this is called a 'bump' and they are not allowed here, please no more 'bumps'. Thanks. -RH
 sekan
03-28-2008, 9:47 AM
#3
This script should work


void main()
{
StartNewModule("name_of_module");
}


I don't know about the second question. Why do you want the quest removed?
 The Betrayer
03-28-2008, 7:33 PM
#4
Just the Ithorian/Czerka quest, seeing as how I won't go back there.
 HdVaderII
03-28-2008, 10:20 PM
#5
void main()
{
StartNewModule("name_of_module", "name_of_waypoint");
}
Use this If you want to go to a certain place in the module .
The one sekan posted just warps you to the starting point.
 Robespierre
03-28-2008, 11:26 PM
#6
Well what you could do is create a dialog entry that sets every single journal entry to the completed setting. That's just a matter of going into the global.jrl and getting all of the journal structs for the Ithroian/Czerka quests and getting the ID number when they're completed. Then you just make the dialog entry change the journal to completed.

Its not hard, just time consuming.
 TriggerGod
03-28-2008, 11:31 PM
#7
An easier method: download the KSE, find your save, and the quests you do need to leave (Lost Jedi I believe) you add and the quests you want gone you rid yourself of. Its quite simple with this method :p
 The Betrayer
03-29-2008, 12:10 AM
#8
Dude, I'm making a mod, not cheating my game.
 TriggerGod
03-29-2008, 12:11 AM
#9
Dude, I'm making a mod, not cheating my game.
Well if you made that clear..
 The Betrayer
03-29-2008, 12:48 AM
#10
Seriously, why would I ask for scripts when I want to cheat?
 TriggerGod
03-29-2008, 12:51 AM
#11
Seriously, why would I ask for scripts when I want to cheat?
I don't know. maybe you're learning to mod, not actually creating a mod...
Page: 1 of 1