Author Topic: Switching Ships? (Request)  (Read 1905 times)

Offline Maxloef

  • STBC Aftermath Co Founder
  • Posts: 493
  • Cookies: 61
Switching Ships? (Request)
« on: September 13, 2009, 02:14:05 PM »
Is it possible to create a script that allows you to instatly swicth between friendly ships (like star trek legacy)

if so i would really apriciate it if someone would make this for me/Aftermath mod

Offline Mephisto1701

  • Posts: 22
  • Cookies: 0
  • Playing BC since 2002
Re: Switching Ships? (Request)
« Reply #1 on: September 13, 2009, 02:25:54 PM »
As far is i know there is only the "Transporter" Function (included in QBR 2.3).
But it would be interesting ;-)
To boldly go...

Offline Maxloef

  • STBC Aftermath Co Founder
  • Posts: 493
  • Cookies: 61
Re: Switching Ships? (Request)
« Reply #2 on: September 13, 2009, 02:36:43 PM »
yeah but i dont want to "transport" i want to switch, so you can do it from everywhere.  and you dont need to turn off your shields. and when your current ships dies you auto switch to next available.

Offline JimmyB76

  • Posts: 6423
  • Cookies: 421
Re: Switching Ships? (Request)
« Reply #3 on: September 13, 2009, 03:14:37 PM »
there is already a "Switch Sides" script to allow you to change other ships that are enemy to friendly, and reverse - is that how you mean?

Offline Dalek

  • Posts: 1529
  • Cookies: 206
Re: Switching Ships? (Request)
« Reply #4 on: September 13, 2009, 03:20:02 PM »
No, he means your own ship. So jumping ships without going through the transporter stuffs.
"To live on as we have is to leave behind joy, and love, and companionship, because we know it to be transitory, of the moment. We know it will turn to ash. Only those whose lives are brief can imagine that love is eternal. You should embrace that remarkable illusion. It may be the greatest gift your race has ever received."

 - Lorien

Offline USS Frontier

  • Posts: 176
  • Cookies: 562
Re: Switching Ships? (Request)
« Reply #5 on: September 13, 2009, 03:27:32 PM »
Yea its possible.

Kinda like a stripped down Transporter (without the sequence/GFX/SFX stuff), and with a SHIP_DESTROYED handler, so that if the player's destroyed, auto-switch to the next one.
Tho, what if there isn't a next one? :P
"Revenge is a dish best served cold"
                    -Old Klingon Proverb
GravityFX Download
Galaxy Charts Download

Offline Dalek

  • Posts: 1529
  • Cookies: 206
Re: Switching Ships? (Request)
« Reply #6 on: September 13, 2009, 03:32:38 PM »
One of two things could happen:
1. The match ends.
2. BC dies cos of a lack of a ship to jump to.

:P
"To live on as we have is to leave behind joy, and love, and companionship, because we know it to be transitory, of the moment. We know it will turn to ash. Only those whose lives are brief can imagine that love is eternal. You should embrace that remarkable illusion. It may be the greatest gift your race has ever received."

 - Lorien

Offline USS Frontier

  • Posts: 176
  • Cookies: 562
Re: Switching Ships? (Request)
« Reply #7 on: September 13, 2009, 03:35:57 PM »
Match?  So then you're battling in a QB match.
What if you try to use this without starting a QB match? :P
"Revenge is a dish best served cold"
                    -Old Klingon Proverb
GravityFX Download
Galaxy Charts Download

Offline Maxloef

  • STBC Aftermath Co Founder
  • Posts: 493
  • Cookies: 61
Re: Switching Ships? (Request)
« Reply #8 on: September 14, 2009, 11:39:02 AM »
then youl simply go game over? its not multiplayer intended the idea is single player (QB, Missions, QBR)

Offline USS Frontier

  • Posts: 176
  • Cookies: 562
Re: Switching Ships? (Request)
« Reply #9 on: September 14, 2009, 02:17:20 PM »
The regular action done when the player dies is:
in SP: game over (because as its a SP campaign, it can have game over)
In QB: just recreate the player at the set he died.
In a QB match: ends the match (you lose) and recreate the player (dont remember exactly if it was at the system he died, or on another one)
In QBR: dont know :P
In GC's War Sim: (overriding the QB method) recreates the player ship in the nearest friendly system from where he died, and takes out some funds from his race as a kind of fee/punishment :P
"Revenge is a dish best served cold"
                    -Old Klingon Proverb
GravityFX Download
Galaxy Charts Download

Offline Worf359Alpha

  • Master HardPointer, Novice Scripter!
  • Posts: 131
  • Cookies: 14
  • Peace Thru Superior Firepower
Re: Switching Ships? (Request)
« Reply #10 on: September 14, 2009, 03:03:16 PM »
That would be pretty cool, especialy if your launching fighters and are in a fighter and you get destroyed and go right back to the mother ship, that would be an ultra cool mod!!
500+ HardPointed Ships and counting! Man where do i find the time!

Offline candle_86

  • Posts: 251
  • Cookies: 2
  • Position Gamma Hydra sector 10
Re: Switching Ships? (Request)
« Reply #11 on: September 20, 2009, 02:31:19 PM »
hmm how much code is shared with SFC3 and BC, seems like an odd question im sure, but if the engines are similar enough, SFC allows the excat thing to occur, anyone know how close these 2 engines are two each other though?

Offline MLeo

  • Retired Staff
  • Posts: 3636
  • Cookies: 833
  • Software Simian
    • the Programming Pantheon
Re: Switching Ships? (Request)
« Reply #12 on: September 20, 2009, 03:04:05 PM »
hmm how much code is shared with SFC3 and BC, seems like an odd question im sure, but if the engines are similar enough, SFC allows the excat thing to occur, anyone know how close these 2 engines are two each other though?
None. Save for DirectX code used in the engines, and the Win32 API code used for the window and input interaction.
I still can't read peoples minds, nor can I read peoples computers, even worse, I can't combine the two to read what is going wrong with your BC install...

"It was filed under 'B' for blackmail." - Morse, Inspector Morse - The dead of Jericho.

Offline candle_86

  • Posts: 251
  • Cookies: 2
  • Position Gamma Hydra sector 10
Re: Switching Ships? (Request)
« Reply #13 on: September 21, 2009, 04:59:53 PM »
wasnt sure, I never looked at the code between them

Offline AlexMB2000

  • Posts: 8
  • Cookies: 0
Re: Switching Ships? (Request)
« Reply #14 on: December 05, 2009, 09:42:16 PM »
I was wondering if anyone ever did find a way to switch ships as described in earlier posts. It would certainly breath new life in my fleet battles. I always wanted play as a small ship in part of a large fleet but I would die and I would not see if my contributions as a small ship were any good. As I have no scripting skills beyond changing hardpoints and changing values in scripts, I wouldn't even know were to start to make such a cool idea.

Offline KrrKs

  • Posts: 461
  • Cookies: 25
Re: Switching Ships? (Request)
« Reply #15 on: December 06, 2009, 09:01:51 AM »
As I have no scripting skills beyond changing hardpoints and changing values in scripts, I wouldn't even know were to start to make such a cool idea.
Make a renamed copy of the "Transporter" script and throw anything out you thing you don't need. That's how I started  :funny, and Defiant's codes are always pretty much self explaining.

Eris

  • Guest
Re: Switching Ships? (Request)
« Reply #16 on: December 06, 2009, 11:17:22 AM »
GC's war sim sounds like the STO system, hehe. Where can we get the GC's war sim?

Offline teleguy

  • Posts: 363
  • Cookies: 53
Re: Switching Ships? (Request)
« Reply #17 on: December 06, 2009, 12:49:18 PM »
It's part of Galaxy charts 2.0.