Author Topic: Alpha 1's time is over - Assignment to another squadrons?  (Read 5070 times)

0 Members and 1 Guest are viewing this topic.

Offline Fury

  • The Curmudgeon
  • 213
Alpha 1's time is over - Assignment to another squadrons?
Why you think [V] named it as "Fred". ;)

 

Offline Hippo

  • Darth water-horse
  • 211
  • Grazing.
    • All Hands to War
Alpha 1's time is over - Assignment to another squadrons?
Or, you could do it all without touching notepad... Make it a multiplayer mission, mae the ship a player ship in the Ships Editor, and remove the player ship from A1, then make it single again... *cough* its in the ahtw demo *cough see for yourself :p *cough*
VBB Survivor -- 387 Posts -- July 3 2001 - April 12 2002
VWBB Survivor -- 100 Posts -- July 10 2002 - July 10 2004

AHTW

 

Offline diamondgeezer

Alpha 1's time is over - Assignment to another squadrons?
What's actually needed is allowing the plyaer to fly outside of Alpha, Beta and Gamma. Is this another 'we don't understand the inteface code' job?

 
Alpha 1's time is over - Assignment to another squadrons?
IIRC, yeah.
just another newbie without any modding, FREDding or real programming experience

you haven't learned masochism until you've tried to read a Microsoft help file.  -- Goober5000
I've got 2 drug-addict syblings and one alcoholic whore. And I'm a ****ing sociopath --an0n
You cannot defeat Windows through strength alone. Only patience, a lot of good luck, and a sledgehammer will do the job. --StratComm

 

Offline Goober5000

  • HLP Loremaster
  • Moderator
  • 214
    • Goober5000 Productions
Alpha 1's time is over - Assignment to another squadrons?
Quote
Originally posted by Hippo
...


That's exactly what karajorma just described, except doing it via FRED.  I think doing it in Notepad is more straightforward.

Quote
Originally posted by diamondgeezer
What's actually needed is allowing the plyaer to fly outside of Alpha, Beta and Gamma. Is this another 'we don't understand the inteface code' job?


I understand the interface code, but it's as annoying as anything and it's a lot of work.

But that isn't the primary reason for allowing the player outside of Alpha, Beta, or Gamma.  The main reason is because those wings are hard-coded into the code in many, many places, and it's not quite clear how we could allow other names.

 

Offline TopAce

  • Stalwart contributor
  • 212
  • FREDder, FSWiki editor, and tester
Alpha 1's time is over - Assignment to another squadrons?
Quote
Originally posted by Black Wolf

Why skip them? Just click OK a few times and you're fine. ....


That is what I meant. ;)
By the way, how are Beta and Epsilon wings in the source code? :confused:
« Last Edit: December 13, 2003, 03:08:34 pm by 1079 »
My community contributions - Get my campaigns from here.

I already announced my retirement twice, yet here I am. If I bring up that topic again, don't believe a word.

 

Offline diamondgeezer

Alpha 1's time is over - Assignment to another squadrons?
Quote
Originally posted by Goober5000
But that isn't the primary reason for allowing the player outside of Alpha, Beta, or Gamma.  The main reason is because those wings are hard-coded into the code in many, many places, and it's not quite clear how we could allow other names.

That's a bugger :sigh:

What about the 'masking' approach Stryke (I think) suggested, then? So that, for example, 'Alpha' would read, say, 'Delta' to the player but the game would still treat it as Alpha?

  

Offline Goober5000

  • HLP Loremaster
  • Moderator
  • 214
    • Goober5000 Productions
Alpha 1's time is over - Assignment to another squadrons?
It would be hard to keep track of both names at the same time, because invariably you'd have a bug where either you displayed Alpha or you told the game Delta when you were supposed to do the opposite, either by mistake or omission.  It'd be easier to just allow any name.

We might take a look at this after the code freeze.  This and the expandable IFF system are coded along the same lines (and similar in implementation to the species system).