Author Topic: question about 'ballistics'....  (Read 1644 times)

0 Members and 2 Guests are viewing this topic.

Offline Raptor

  • 210
question about 'ballistics'....
now I've got them to work without making all missiles invaild, I need some help with the quanity of rounds, plus a few other bits...

PBank Capacity: (1000)
Weapon cargo size: 0.01

Number of rounds in game: 100

Suffice to say, :wtf:

Also, is there any special loading icons needed for ballistic primaries? In loading screen, there are blank entries where they should be.....

And why do support ships not reload Ballistic weapons, but just remain docked to me?  I have to order an abort of reload to get the support ship off me....
...There ought to be something surreal about a Zoid offering romantic advice...and yet there is not. It seems perfectly normal that the Liger is giving Bit advice on relationships, and it shouldn't, but it does. Dangit man, you've confused me again.[/I]
NGTM-R review of one of the chapters in my fanfic story :D Story is here! -> 'Ancient Legacies'

 

Offline Flipside

  • əp!sd!l£
  • 212
question about 'ballistics'....
Hmmmm.... Just a guess, but could it be that Cargo space goes from 0 to 1? That way, making them 0.01 in mass would mean only 100 could fit on the ship?

Don't know about the rest, sorry :)

Flipside

 

Offline Sesquipedalian

  • Atankharz'ythi
  • 211
question about 'ballistics'....
What numeric value  is entered as the $PBank Capacity is irrelevant.  There just has to be some number there.  The capacity of the PBank will always be treated as 1, even if it says 400, or 9473, or 3.141592653.  

You are getting 100 rounds because the cargo size of your ammo is 0.01.  Make it 0.001 and you will have 1000 rounds.  Make it 0.2 and you will have five rounds.  Make it 1 and you will have 1 round.
Sesqu... Sesqui... what?
Sesquipedalian, the best word in the English language.

The Scroll of Atankharzim | FS2 syntax highlighting

 

Offline phreak

  • Gun Phreak
  • 211
  • -1
question about 'ballistics'....
Due to an error on Goob's part its parsed as

Code: [Select]

+PBank Capacity: (values)


instead it should be:
Code: [Select]

$PBank Capacity: (values)


i think i changed this in my exe
Offically approved by Ebola Virus Man :wtf:
phreakscp - gtalk
phreak317#7583 - discord

  

Offline Raptor

  • 210
question about 'ballistics'....
Thanks, that explains that.

What about the other points I raised?  Any ideas?
...There ought to be something surreal about a Zoid offering romantic advice...and yet there is not. It seems perfectly normal that the Liger is giving Bit advice on relationships, and it shouldn't, but it does. Dangit man, you've confused me again.[/I]
NGTM-R review of one of the chapters in my fanfic story :D Story is here! -> 'Ancient Legacies'

 

Offline LAW ENFORCER

  • Turret Fiend
  • 210
    • http://www.armouredstar.com
question about 'ballistics'....
what the crap is Sesq on about?
Conflict GRDLA:
Operation Return To Riker
www.ARMOUREDSTAR.com - the latest site is not finished yet!
[What we have here is the source to the Freespace ENGINE, not the Freespace GAME. By allowing the ENGINE to support all kinds of cool stuff, we're allowing the creation of all new GAMES] - TurboNed

 

Offline Goober5000

  • HLP Loremaster
  • Moderator
  • 214
    • Goober5000 Productions
question about 'ballistics'....
Quote
Originally posted by Sesquipedalian
What numeric value  is entered as the $PBank Capacity is irrelevant.  There just has to be some number there.  The capacity of the PBank will always be treated as 1, even if it says 400, or 9473, or 3.141592653.


Although this was the way I intended it to be used, that shouldn't happen in the game.  I think the parser is just not picking up the line, due to the error that Phreak pointed out.

And I've known about the support ship problem for a while now.  Unfortunately, I won't be able to find a computer that has a) Freespace installed, b) Visual Studio installed, and c) internet access for another month. :( If someone could look into this bug, I'd be grateful.