Official Fulqrum Publishing forum

Official Fulqrum Publishing forum (http://forum.fulqrumpublishing.com/index.php)
-   Star Wolves (http://forum.fulqrumpublishing.com/forumdisplay.php?f=138)
-   -   I Join INCo to attack (http://forum.fulqrumpublishing.com/showthread.php?t=13661)

Jung Sung-Oon 03-05-2010 05:10 AM

I Join INCo to attack
 
when i join INCo to attack the station where i am suppose to get my old cargo back.

then the stranger appear and demanded i transfer the biometer.

How i am i suppose to do that?

rocksk 03-05-2010 07:54 AM

I like to know too

Docvang 03-05-2010 11:22 AM

I can confirm this:

In the mission where you go looking for your lost cargo, and you start with a choice of either asking MSF or Triada, you get offered assistance by InoCo if you decline both MSF & Triada.

During that mission you are supposed to raid a Triada station in XT-45 with the help of some InoCo fighters to retrieve your cargo.
Once you arrive at that station and destroy the initial fighters, a second batch of fighters appears as well as some 'mercenary' allies. After destroying all defending fighters a dialogue begins during which you are asked to 'transmit' your biometric information to retrieve the cargo. The dialogue is somewhat vague and ends with the InoCo leader making a veiled threat like 'do it, or else...'. Right on cue InoCo's AI Manticore ship jumps in and .....
*nothing* more happens.

I'm kinda stuck here and don't know how to continue. Anybody know a workaround or a fix for this problem?

Sneaksie 03-05-2010 11:47 AM

We'll ask developers about this. Maybe all you need to do is to fly closer?

Docvang 03-05-2010 12:00 PM

Okay, not shortly after writing the last post, I've found a way to continue this mission.

It seems there is a bug in the mission script, which causes script processing to stop, so no further events are processed. (*)

To fix this, you need to edit the mission's script - do so at your own risk, make a backup of all files you change, don't blame me, if anything goes wrong ;)

Fix:
  1. Fire up your favorite plain text editor (windows notepad will do fine)
  2. In your SW3 install directory open the file 'Data\Scripts\Quests\mission_8e\InoCoSecret_XT45.sc ript' with the text editor. (don't forget to make a backup of this file).
  3. Search for "ship_uel1:SetGodMode();" (without the quotes)
  4. Modify this line so it reads "ship_uel1_1:SetGodMode();" (without the quotes) (modification marked in red)
  5. Save the modified file
  6. Load your savegame (must be from before you arrived at the station and the dialog with the 'strangers' started).
  7. Enjoy ;)
May I say *wow* on how the mission continued :o












(*): Detailed explanation (can be safely ignored):
Quote:

If you look at the script it is clear which parts run correctly and which don't.
Code:

[...]
--info:top=630,left=80,allvis=0;
function Uel_ComeOn()
  CreatePortalGlow(mothership:GetPosition()+Vector3(-60, 0, -60), Vector3(0.5, 0, 0.5), 5);
  NewFlight("Uel_Group", "uel1", "Manticore_ino1", "Uel", mothership:GetPosition()+Vector3(-58, 0, -58), Vector3(0.5, 0, 0.5));
  ship_uel1_1:SetGodMode();
  NewInocoFlight("Uel_Group", "uel2", mothership:GetPosition()+Vector3(-58, 20, -58), 1, 16, Vector3(0.5, 0, 0.5));
  NewInocoFlight("Uel_Group", "uel3", mothership:GetPosition()+Vector3(-66, -15, -50), 1, 16, Vector3(0.5, 0, 0.5));
  NewInocoFlight("Uel_Group", "uel4", mothership:GetPosition()+Vector3(-50, -15, -66), 1, 16, Vector3(0.5, 0, 0.5));
  flight_uel2:Escort(ship_uel1_1);
  flight_uel3:Escort(ship_uel1_1);
  flight_uel4:Escort(ship_uel1_1);
  Timer_Seq(5,Uel_Dialog);
end;
[...]

  1. Jump animation *check*
  2. Manticore appearance *check*
  3. Invulnerability for Mantocore *fail* (can force attack and damage)
  4. New flight of fighters #1 *fail*
  5. New flight of fighters #2 *fail*
  6. New flight of fighters #3 *fail*
  7. Escort mode for fighters #1 *fail*
  8. Escort mode for fighters #2 *fail*
  9. Escort mode for fighters #3 *fail*
  10. New dialog trigger in X seconds *fail*
Excercise for the interested party: find the line from where things stop working ;)

Trucidation 05-12-2010 10:20 AM

Just found this as well, bumped for the attention of whoever can put it into a sticky.


All times are GMT. The time now is 09:27 PM.

Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright © 2007 Fulqrum Publishing. All rights reserved.