Author Topic: Delta Quadrant Pack 1.0  (Read 840 times)

Offline champion1642

  • Posts: 21
  • Cookies: 0
Delta Quadrant Pack 1.0
« on: April 24, 2012, 10:08:39 AM »
Hi there, I wanted to know if the Delta Quadrant Pack was officially out or not? I recently saw a file at Filefront called Delta Quadrant Pack 1.0, was 609.22MB

I downloaded it and copied over the files, activated the required mutators yet nothing happened in game.

I've installed MANY mods in the past, at one point had almost 20GB worth of Bridge Commander....

Can anyone help me out, or did I download a FAKE?

EDIT: I have KM1.0, Stagate Ship Pack V3 and DS9FX installed if that makes a difference.

Offline Jb06

  • Posts: 1295
  • Cookies: 968
  • JL Studios Co-Founder
    • JL Studios
Re: Delta Quadrant Pack 1.0
« Reply #1 on: April 24, 2012, 11:29:58 AM »
That was the beta download which technically you shouldn't have..... thus now deleted.

But there is no reason for it not to work. All ships are under Delta Quadrant Ships in the QB menu.... Star systems are all there in galaxy charts

Offline champion1642

  • Posts: 21
  • Cookies: 0
Re: Delta Quadrant Pack 1.0
« Reply #2 on: April 24, 2012, 12:27:45 PM »
I'm sorry I didn't know it wasn't supposed to be released, you should have put a password on it like the 0.5 Beta, but was there also a 1.0 beta?

I did use galaxy charts to no avail....

Don't worry I'm not gonna give it to anyone, just want it to work...

Offline Jb06

  • Posts: 1295
  • Cookies: 968
  • JL Studios Co-Founder
    • JL Studios
Re: Delta Quadrant Pack 1.0
« Reply #3 on: April 24, 2012, 12:52:29 PM »
The reason I didn't put a password on it was because I thought that version could be the final release so i wouldn't have to reupload it without a password, however there are things which needed fixing.

What's not working??

Offline King Class Scout

  • Posts: 1775
  • Cookies: 893
  • the other half of SFRD
Re: Delta Quadrant Pack 1.0
« Reply #4 on: April 24, 2012, 12:54:52 PM »
some of us will wait till you guys are ready, JB

oh, and Champion, you're gonna have to get slipstream for use with the stargate 3.0 pack
OS novel fan

Coming Soon: King's Mod Tuning Shop

best line I've ever read
Me: mine [my bridges] would probably be simple to get the characters to use.  the only person that sits is the captian.
Baz: space is vast there[sic] legs will be tired by the time they get to the next planet

Offline champion1642

  • Posts: 21
  • Cookies: 0
Re: Delta Quadrant Pack 1.0
« Reply #5 on: April 24, 2012, 12:57:08 PM »
I didn't mean to jump the gun on the mod but since I have it I can't resist....

I can see the Delta Quadrant ships, but I don't see the systems in the system selection, when trying to go to warp....

Offline Jb06

  • Posts: 1295
  • Cookies: 968
  • JL Studios Co-Founder
    • JL Studios
Re: Delta Quadrant Pack 1.0
« Reply #6 on: April 24, 2012, 01:00:21 PM »
Have you got galaxy charts?

Offline champion1642

  • Posts: 21
  • Cookies: 0
Re: Delta Quadrant Pack 1.0
« Reply #7 on: April 24, 2012, 01:03:27 PM »
Yes the latest one.... But I decided a long time ago I didn't like it, guess it is a must for this mod?

Offline Jb06

  • Posts: 1295
  • Cookies: 968
  • JL Studios Co-Founder
    • JL Studios
Re: Delta Quadrant Pack 1.0
« Reply #8 on: April 24, 2012, 01:16:30 PM »
It's listed as a requirement so yup :P

Go into Stellar Cartography in the helm menu and the galaxy appears.... click on the delta quadrant on the preset views and you'll see them all there...

Or copy and paste the LoadNanoFX.py in the dqp directory to scripts/custom/autoload... but back up your old copy first as if you have custom maps, they might disappear....

Offline champion1642

  • Posts: 21
  • Cookies: 0
Re: Delta Quadrant Pack 1.0
« Reply #9 on: April 24, 2012, 01:20:06 PM »
Thanks, I'll give it a try... as soon as I have access to my PC :D

Offline Mario

  • Senior Software Developer
  • Administrator
  • Posts: 2186
  • Cookies: 1706
  • Life is life
Re: Delta Quadrant Pack 1.0
« Reply #10 on: April 24, 2012, 02:34:37 PM »
oh, and Champion, you're gonna have to get slipstream for use with the stargate 3.0 pack

Why?
Acta, non verba.
aka USS Sovereign

Offline Killallewoks

  • RNR
  • Posts: 1179
  • Cookies: 175
  • Innuendo implier extordanaire.
Re: Delta Quadrant Pack 1.0
« Reply #11 on: April 24, 2012, 03:03:14 PM »
Would it be at all possible to select systems in Quick Battle?

Offline Jb06

  • Posts: 1295
  • Cookies: 968
  • JL Studios Co-Founder
    • JL Studios
Re: Delta Quadrant Pack 1.0
« Reply #12 on: April 24, 2012, 03:14:31 PM »
yes in the systems menu if you add the loadnanofx.py which will be included, though like I said it might delete your custom systems... may not...

Offline Mario

  • Senior Software Developer
  • Administrator
  • Posts: 2186
  • Cookies: 1706
  • Life is life
Re: Delta Quadrant Pack 1.0
« Reply #13 on: April 24, 2012, 04:00:03 PM »
yes in the systems menu if you add the loadnanofx.py which will be included, though like I said it might delete your custom systems... may not...

But that's not the best practice. You shouldn't do that.

You could do something like this:
Code: [Select]
from Custom.Autoload.LoadNanoFX import *
import Foundation

class PlayerShipCreated(Foundation.TriggerDef):
        def __init__(self, name, eventKey, dict = {}):
                Foundation.TriggerDef.__init__(self, name, eventKey, dict)

        def __call__(self, pObject, pEvent, dict = {}):           
                CreateMenus()
                if pObject and pEvent:
                        pObject.CallNextHandler(pEvent)

PlayerShipCreated('Player Ship Created', Foundation.TriggerDef.ET_FND_CREATE_PLAYER_SHIP, dict = { 'modes': [ mode ] } )

def CreateMenus():
import MissionLib
pMission = MissionLib.GetMission()
if pMission != None:
if pMission.GetScript() == "QuickBattle.QuickBattle":
                try:
                                # sample comment it out
import Systems.Starbase12.Starbase
Systems.Starbase12.Starbase.CreateMenus()

# place systems here
                except:
                        pass     


You still depend on the nanofx's mutator but you don't overwrite any scripts.

Sample attached, just make sure that the zzz filename prefix is present to make sure that the script loads last.

http://bcs-tng.com/forums/mods/tmp/zzz_DeltaQuadrantPackSystems.py
Acta, non verba.
aka USS Sovereign

Offline Jb06

  • Posts: 1295
  • Cookies: 968
  • JL Studios Co-Founder
    • JL Studios
Re: Delta Quadrant Pack 1.0
« Reply #14 on: April 24, 2012, 04:56:40 PM »
Cheers sov, I'm absolute crap at scripting :P

So something like this

Code: [Select]
from Custom.Autoload.LoadNanoFX import *
import Foundation

class PlayerShipCreated(Foundation.TriggerDef):
        def __init__(self, name, eventKey, dict = {}):
                Foundation.TriggerDef.__init__(self, name, eventKey, dict)

        def __call__(self, pObject, pEvent, dict = {}):           
                CreateMenus()
                if pObject and pEvent:
                        pObject.CallNextHandler(pEvent)

PlayerShipCreated('Player Ship Created', Foundation.TriggerDef.ET_FND_CREATE_PLAYER_SHIP, dict = { 'modes': [ mode ] } )

def CreateMenus():
import MissionLib
pMission = MissionLib.GetMission()
if pMission != None:
if pMission.GetScript() == "QuickBattle.QuickBattle":
                try:
                                # sample comment it out
import Systems.Starbase12.Starbase
Systems.Starbase12.Starbase.CreateMenus()

# place systems here
import Systems.AveryIII.AveryIII
Systems.AveryIII.AveryIII.CreateMenus()

import Systems.BorgPrime.BorgPrime
Systems.BorgPrime.BorgPrime.CreateMenus()

import Systems.CaretakerArray.CaretakerArray
Systems.CaretakerArray.CaretakerArray.CreateMenus()

import Systems.Tarok.Tarok
Systems.Tarok.Tarok.CreateMenus()

import Systems.SuspiriaArray.SuspiriaArray
Systems.SuspiriaArray.SuspiriaArray.CreateMenus()

import Systems.FluidicSpace.FluidicSpace
Systems.FluidicSpace.FluidicSpace.CreateMenus()

import Systems.IcePlanet.IcePlanet
Systems.IcePlanet.IcePlanet.CreateMenus()

import Systems.GravitonCatapult.GravitonCatapult
Systems.GravitonCatapult.GravitonCatapult.CreateMenus()

import Systems.KrenimHomeworld.KrenimHomeworld
Systems.KrenimHomeworld.KrenimHomeworld.CreateMenus()

import Systems.MalonHomeworld.MalonHomeworld
Systems.MalonHomeworld.MalonHomeworld.CreateMenus()

import Systems.DemonPlanet.DemonPlanet
Systems.DemonPlanet.DemonPlanet.CreateMenus()

import Systems.OcampaV.OcampaV
Systems.OcampaV.OcampaV.CreateMenus()

import Systems.Sikaris.Sikaris
Systems.Sikaris.Sikaris.CreateMenus()

import Systems.Talax.Talax
Systems.Talax.Talax.CreateMenus()

import Systems.TheVoid.TheVoid
Systems.TheVoid.TheVoid.CreateMenus()

import Systems.TranswarpHub.TranswarpHub
Systems.TranswarpHub.TranswarpHub.CreateMenus()

import Systems.VaadwaurHomeworld.VaadwaurHomeworld
Systems.VaadwaurHomeworld.VaadwaurHomeworld.CreateMenus()

import Systems.WaterPlanet.WaterPlanet
Systems.WaterPlanet.WaterPlanet.CreateMenus()

import Systems.VhnoriHomeworld.VhnoriHomeworld
Systems.VhnoriHomeworld.VhnoriHomeworld.CreateMenus()

import Systems.Unicomplex.Unicomplex
Systems.Unicomplex.Unicomplex.CreateMenus()

                except:
                        pass   


Offline Mario

  • Senior Software Developer
  • Administrator
  • Posts: 2186
  • Cookies: 1706
  • Life is life
Re: Delta Quadrant Pack 1.0
« Reply #15 on: April 24, 2012, 05:00:20 PM »
Yeah, just fix the indents and comment out my sample line (starbase12). Your indents should match the samples starbase 12.
Acta, non verba.
aka USS Sovereign

Offline Jb06

  • Posts: 1295
  • Cookies: 968
  • JL Studios Co-Founder
    • JL Studios
Re: Delta Quadrant Pack 1.0
« Reply #16 on: April 24, 2012, 05:03:42 PM »
Okay doke ;)

Thanks again


Offline champion1642

  • Posts: 21
  • Cookies: 0
Re: Delta Quadrant Pack 1.0
« Reply #17 on: April 25, 2012, 06:39:40 AM »
Thanks guys!!! I have been away from this site for too long.... forgot how helpful you guys can be... :)

I used USS Sovereigns advice as well and copied the extra systems into the "loadnanoFX.py" file and everything's working perfect  :yay: :yay: :bow: :bow:

Offline newhalo123

  • Gamer, Trekkie, Metalhead.
  • Posts: 246
  • Cookies: 211
  • Gamer, Trekkie, Metalhead.
Re: Delta Quadrant Pack 1.0
« Reply #18 on: April 27, 2012, 09:39:00 PM »
Well i'll be a (insert here)
Looks like someone got lucky! However, it still has bugs, as they are fixing those bugs for the actual release. But still, you get to experience what many have not!

Just goes to show.... (idk what it goes to show, but it goes to show something. lol)
"Live long, and prosper." -Leonard Nimoy 'Spock' (1931-2015)

"Why, you stuck up, half-witted, scruffy looking nerf herder! " -Carrie Fisher 'Leia' (1956-2016)