Fulqrum Publishing Home   |   Register   |   Today Posts   |   Members   |   UserCP   |   Calendar   |   Search   |   FAQ

Go Back   Official Fulqrum Publishing forum > Fulqrum Publishing > Star Wolves

Star Wolves 3D space RPG with deep strategy and tactical elements

View Poll Results: What should I Prioritize on?
Basebuilding! 1 25.00%
Balancing! 0 0%
The Mod Manager! 0 0%
Asteroid ore-dropping! 0 0%
Intensive Bugfixing! 3 75.00%
Voters: 4. You may not vote on this poll

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #10  
Old 05-08-2016, 02:14 PM
nocalora29's Avatar
nocalora29 nocalora29 is offline
¯\_ ͯ‿ ͯ_/¯
 
Join Date: Dec 2011
Posts: 518
Default

Thanks for the report, luckily tho im not a plebeian.

Still, I would LOVE me some LOGfile, since its a golden tool to find out which story script to look for, I have looked inside Endoria-1 and didn't find any Requirements of MS to get thru the tor portal, it must be inside the quest script.

But the way you described this odd bug here, also 10/10.

Its also kinda nice to have 2 Testers ATM, including you Lotrek, and ShadoWarrior, it really speeds up the bugfixing indeed.

EDIT: I have found the problem, Goblin Wizard did use the parameter PORTAL_X:SetObject(Mothership); for all common portals, but he did not include portal RU and RD, which are ONLY found in eridan-1
So yeah, heres the repacked version: LINK, but since its a small thing to fix heres the instructions for people who like going to bit harder way:

> Go to the file Addons\@Motherships_Mod_0.27\gw_ms_shop.lua and replace the whole if
Code:
if (GetCurrentLocation() == "el_ariash") then
-- stuff inside here
end;
with this code
Code:
    if (GetCurrentLocation() == "el_ariash") then
      PortalTrigger_PORTAL_L:SetObject(mothership);
      PortalTrigger_PORTAL_U:SetObject(mothership);
      PortalTrigger_PORTAL_D:SetObject(mothership);
    else
      if (PORTAL_RU) then PortalTrigger_PORTAL_RU:SetObject(mothership); end;
      if (PORTAL_RD) then PortalTrigger_PORTAL_RD:SetObject(mothership); end;
      -- SW3EXP Portals
      if (PORTAL_A) then PortalTrigger_PORTAL_A:SetObject(mothership); end;
      if (PORTAL_B) then PortalTrigger_PORTAL_B:SetObject(mothership); end;
      if (PORTAL_C) then PortalTrigger_PORTAL_C:SetObject(mothership); end;
      if (PORTAL_D) then PortalTrigger_PORTAL_D:SetObject(mothership); end;
      if (PORTAL_E) then PortalTrigger_PORTAL_E:SetObject(mothership); end;
      if (PORTAL_F) then PortalTrigger_PORTAL_F:SetObject(mothership); end;
      if (PORTAL_G) then PortalTrigger_PORTAL_G:SetObject(mothership); end;
      if (PORTAL_H) then PortalTrigger_PORTAL_H:SetObject(mothership); end;
      if (PORTAL_I) then PortalTrigger_PORTAL_I:SetObject(mothership); end;
      if (PORTAL_J) then PortalTrigger_PORTAL_J:SetObject(mothership); end;
      if (PORTAL_K) then PortalTrigger_PORTAL_K:SetObject(mothership); end;
      if (PORTAL_L) then PortalTrigger_PORTAL_L:SetObject(mothership); end;
      if (PORTAL_M) then PortalTrigger_PORTAL_M:SetObject(mothership); end;
      if (PORTAL_N) then PortalTrigger_PORTAL_N:SetObject(mothership); end;
      if (PORTAL_O) then PortalTrigger_PORTAL_O:SetObject(mothership); end;
      if (PORTAL_P) then PortalTrigger_PORTAL_P:SetObject(mothership); end;
      if (PORTAL_Q) then PortalTrigger_PORTAL_Q:SetObject(mothership); end;
      if (PORTAL_R) then PortalTrigger_PORTAL_R:SetObject(mothership); end;
      if (PORTAL_S) then PortalTrigger_PORTAL_S:SetObject(mothership); end;
      if (PORTAL_T) then PortalTrigger_PORTAL_T:SetObject(mothership); end;
      if (PORTAL_U) then PortalTrigger_PORTAL_U:SetObject(mothership); end;
      if (PORTAL_V) then PortalTrigger_PORTAL_V:SetObject(mothership); end;
      if (PORTAL_W) then PortalTrigger_PORTAL_W:SetObject(mothership); end;
      if (PORTAL_X) then PortalTrigger_PORTAL_X:SetObject(mothership); end;
      if (PORTAL_Y) then PortalTrigger_PORTAL_Y:SetObject(mothership); end;
      if (PORTAL_Z) then PortalTrigger_PORTAL_Z:SetObject(mothership); end;
    end;
That should do the trick, and it will enable the tor portal to once again you going deep inside it
__________________
Discord: Nocalora#6847 | SW3.Expansion Thread | SWX.MouseMovementFix | SWX.TUVMark+Src (.tuv editing Tool) | SWX.SLOTMark+Src (.ini Slots editing Tool)

Last edited by nocalora29; 05-08-2016 at 04:10 PM.
Reply With Quote
 


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 10:37 AM.


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