Hi,
How to add new request entry in PIP boy. I saw quest.msg and found
"Tell Karl..." for modoc quest. this glabal_valiable 108 and 109. Then
set them 1. But it's not appear in PIP boy. How to do this.
Thanks,
Serdar
FO2 Script and quest
Are u sure? due to for exam
glabal_var=631 gives Modoc Jo first quest
if finished quest. set to 1 gives quest anytime. quest active again. I dont change glabal scripts count in game. on set in script. i changed other scripts. and scripts run correctly. for example after fnished gecko pow. plant optimize. i add to script "delete optimization data from VC. computer" its run very good.
my problem is how to align glabal_var(108) to quest text. i did not find it. quest texts file in "quest.msg". i think this file not correct. Because NCR quest not in file.
i set global_var(108) to 1 correctly. and chect it. it is 1.
glabal_var=631 gives Modoc Jo first quest
if finished quest. set to 1 gives quest anytime. quest active again. I dont change glabal scripts count in game. on set in script. i changed other scripts. and scripts run correctly. for example after fnished gecko pow. plant optimize. i add to script "delete optimization data from VC. computer" its run very good.
my problem is how to align glabal_var(108) to quest text. i did not find it. quest texts file in "quest.msg". i think this file not correct. Because NCR quest not in file.
i set global_var(108) to 1 correctly. and chect it. it is 1.
- Red
- Hero of the Glowing Lands
- Posts: 2085
- Joined: Wed May 15, 2002 11:58 am
- Location: Nowhere (important anyway)
- Contact:
Oh, so you made a script to set it to 1, yeah that works fine. It wasn't obvious in your first post, sorry.
The problem is that there is another file you need to tweak (or at least read to use properly: quest.txt (in data). This contains the values needed to make quests appear and get crossed out.
Global 109 isn't used in it, and setting 108 to 1 should make the quest dissapear entirely... Set it to 7 (or greater) to "solve" it.
(You do know you can solve this quest normally don't you?)
As for NCR quests, they are in the file, line 124.
The problem is that there is another file you need to tweak (or at least read to use properly: quest.txt (in data). This contains the values needed to make quests appear and get crossed out.
Global 109 isn't used in it, and setting 108 to 1 should make the quest dissapear entirely... Set it to 7 (or greater) to "solve" it.
(You do know you can solve this quest normally don't you?)
As for NCR quests, they are in the file, line 124.
...