Unna Oertdottir on 27/10/2016 at 14:44
I've uploaded a script bundle somebody posted on the forums some time ago.
Unzip everything into your T2 main folder. Overwrite everything. I did it and never had any more script issues.
Delete all the scripts in the FM folder (version.osm, darkhoox.dlx, tnhScripts)
(
http://www.mediafire.com/file/429s0fxwddbp2tr/T2-Scripts_Bundle1.1.zip)
Marbrien on 27/10/2016 at 14:54
Thanks very much, that worked. I have even been able to continue from a saved game without restarting, with an incomplete homing key node now in my inventory, and all name plates are dispaying text.
Unna Oertdottir on 27/10/2016 at 15:55
:thumb:
I think this should be mentioned in a FAQ.
Delete old scipts in the FM folder (but what about renamed scripts? I don't know).
Put new scripts into the T2 root folder.
Marbrien on 28/10/2016 at 13:23
It appears I still have an issue. There is a second item I need from the box in the storage room. When I frob the incomplete homing key node on it, I get a sound which presumably indicates the object is now complete, but it does not appear in my inventory, so I cannot use it to proceed past the partly open metal gate into the next area.
Unna Oertdottir on 28/10/2016 at 15:00
Put all the scripts I've uploaded in the T2 main directory as I told you. You need new public scripts.
Marbrien on 28/10/2016 at 17:10
That's precisely what I did.
Unna Oertdottir on 28/10/2016 at 17:58
I don't know what's wrong. It's working fine on my part. Do you want a savegame?
Marbrien on 28/10/2016 at 22:25
Thanks for the offer, but I think I'll pass on this mission for now.
baeuchlein on 29/10/2016 at 12:42
If you install new scripts, you usually have to restart your mission to really use these scripts. You wrote in one of your earlier posts that you did not restart, but continued from an earlier saved game. You should definitely try to start anew.
fortuni on 23/7/2019 at 05:11
Fixes courtesy Unna.
1. This mission does not work unless you delete some old files from your GasStation FM folder.
First d/l and install all the contents of (
http://www.mediafire.com/file/429s0fxwddbp2tr/T2-Scripts_Bundle1.1.zip) T2ScriptBundle, then delete the following from your GasStation FM folder (version.osm, darkhoox.dlx, tnhScripts)
2. The bonus objective
Congratulations! You found all the gold available in this mission shows up blank on the objective screen due to a typo. To fix this issue players need to manually delete an extra quotation mark from the Text_1 line their goal.str to the following:-
From:- Text_1: “"[Bonus]Congratulations! You found all the gold available in this mission"
To:- Text_1: "[Bonus]Congratulations! You found all the gold available in this mission"
3. dml fix for 3 loot items that show up on screen as spice bags rather than purse + copper stack
Code:
DML1//Assault in the Gas Station//Sandbag Fix//Miss21.mis.dml
-ObjProp 2377 "ModelName"
+ObjProp 2377 "ModelName"
{
"" coinscop
}
-ObjProp 637 "ModelName"
+ObjProp 637 "ModelName"
{
"" lotpouc2
}
-ObjProp 638 "ModelName"
+ObjProp 638 "ModelName"
{
"" lotpouc2
}
+ObjProp 99 "Scripts"
{
"Script 0" TrapSetQVar
}
+ObjProp 99 "TrapQVar"
{
"" =0:goal_min_diff_1
}
+Link 213 99 "ControlDevice"
{
}
-ObjProp 637 "PhysType"
+ObjProp 637 "PhysType"
{
"Type" None
"# Submodels" 0
}
-ObjProp 638 "PhysType"
+ObjProp 638 "PhysType"
{
"Type" None
"# Submodels" 0
}
+ObjProp 637 "Position"
{
"Location" 206.96, -168.54, -28.25
"Heading" 0
"Pitch" 0
"Bank" 0
}
+ObjProp 638 "Position"
{
"Location" 205.29, -168.54, -28.25
"Heading" 0
"Pitch" 0
"Bank" 0
}
-metaprop 1077 -2886
+metaprop 1077 -5697