Author Topic: Asteroid Fields  (Read 4230 times)

0 Members and 1 Guest are viewing this topic.

When you make an asteroid field (passive), and specify its size and number of asteroids, is the number equal to the objects in the _entire_ field? Or just within an area around the player.

   Thing is, my mission has a BIG asteroid field, with the maximum number of rocks but the player is lucky if they see a rock. I figure the rocks must be spread to hell and back all over the field. Which is no big deal, but vaguely annoying none the less.

 

Offline Taristin

  • Snipes
  • 213
  • BlueScalie
    • Skelkwank Shipyards
Can't set up multiple asteroid fields, can you?
Freelance Modeler | Amateur Artist

 
Doesn't look like it. There's an outer and inner field, but beyond that. A person is limited to just two.

 

Offline Solatar

  • 211
Inner field has no asteroids in it IIRC, you can make sort of a hollow square to hide things in.

 

Offline StratComm

  • The POFressor
  • 212
  • Cameron Crazy
    • http://www.geocities.com/cek_83/index.html
That's the problem with huge fields.  They do tend to spread out.  You can fake it by making it thin if it's for the edge of the map, but if you're supposed to be in the middle the 'roids just aren't going to be that dense.

IIRC, the inner field doesn't necessarily have no rocks in it, it's just a passive area of an active field.  Could be wrong though, as I haven't messed with Fred for anything other than ship testing in ages.
who needs a signature? ;)
It's not much of an excuse for a website, but my stuff can be found here

"Holding the last thread on a page comes with an inherent danger, especially when you are edit-happy with your posts.  For you can easily continue editing in points without ever noticing that someone else could have refuted them." ~Me, on my posting behavior

Last edited by StratComm on 08-23-2027 at 08:34 PM

 

Offline NGTM-1R

  • I reject your reality and substitute my own
  • 213
  • Syndral Active. 0410.
Inner field, in my experience, has no rocks. But I just use a passive field with non-moving 'roids most of the time.

It's a pity about the low number...I really wanted a supah huge asteroid field to hide a whole destroyer battlegroup in, but it just doesn't feel like an asteroid field that way.
"Load sabot. Target Zaku, direct front!"

A Feddie Story

 

Offline StratComm

  • The POFressor
  • 212
  • Cameron Crazy
    • http://www.geocities.com/cek_83/index.html
Are you (the pilot) supposed to be inside the field or outside?  Inside is going to cause problems, but if you're supposed to be outside you could make the inner field as big as the outer field in two directions, and just have a plane of rocks in front and a plane behind the destroyer group.  You might be able to push the density up high enough for that to look convincing.
who needs a signature? ;)
It's not much of an excuse for a website, but my stuff can be found here

"Holding the last thread on a page comes with an inherent danger, especially when you are edit-happy with your posts.  For you can easily continue editing in points without ever noticing that someone else could have refuted them." ~Me, on my posting behavior

Last edited by StratComm on 08-23-2027 at 08:34 PM

 

Offline Black Wolf

  • Twisted Infinities
  • 212
  • Hey! You! Get off-a my cloud!
    • Visit the TI homepage!
Quote
Originally posted by ngtm1r
It's a pity about the low number...I really wanted a supah huge asteroid field to hide a whole destroyer battlegroup in, but it just doesn't feel like an asteroid field that way.


Notepad is your friend.
TWISTED INFINITIES · SECTORGAME· FRONTLINES
Rarely Updated P3D.
Burn the heretic who killed F2S! Burn him, burn him!!- GalEmp

 

Offline Roanoke

  • 210
The inner field is a safety zone where no asteroids will be chucked at ships.

 

Offline IPAndrews

  • Disgruntled Customer
  • 212
  • This site stole my work
Quote
Originally posted by ngtm1r
It's a pity about the low number...I really wanted a supah huge asteroid field to hide a whole destroyer battlegroup in


You can edit the .fs2 file in Windows Notepad and pick a higher number of asteroids. Or steal the asteroids.pcx background from The Babylon Project. Mission 4 of the Raider Wars campaign has a mission set in a big asteroid field and uses asteroid backgrounds to create the effect. Not sure how successful it is though...

What really needs to happen is that the game engine needs to make better use of the number of asteroids it has at it's disposal. Currently the game engine places many asteroids way out of the visual range of the player. Which is fairly pointless.
Be warned: This site's admins stole 100s of hours of my work. They will do it to you.

 
Is there a limit to the number of asteroids I can put in there?
      I've used the asteroid bitmaps before, and they're actually in my campaign, but for the purpose of this mission they're not being used as the field is supposed to be less dense.

 

Offline StratComm

  • The POFressor
  • 212
  • Cameron Crazy
    • http://www.geocities.com/cek_83/index.html
You can bump the limits, yes, but IIRC asteroids get the full-fledged ship state check.  There's a fairly well known bug that can occur if you've got too many things onscreen where the newest objects don't get collission detection, typically this means you lasers and it's quite annoying when your guns pass right through their target.  It's been known to happen more in dense asteroid missions, much like the one you're trying to make.  Don't let that stop you; just keep it in mind and don't go overboard.  You might find that double or less the max amount allowed in FRED is fine, so try that before you put in a 10,000 rock field.
who needs a signature? ;)
It's not much of an excuse for a website, but my stuff can be found here

"Holding the last thread on a page comes with an inherent danger, especially when you are edit-happy with your posts.  For you can easily continue editing in points without ever noticing that someone else could have refuted them." ~Me, on my posting behavior

Last edited by StratComm on 08-23-2027 at 08:34 PM

 
Well, there won't be any combat within the field anyway, so that shouldn't be an issue.
      Thanks everyone.

       Hey, here's an offtopic question. The Red Alert Flag. Do you put it in the Red Alert mission, or the mission preceeding the Red Alert? I'd assume the latter but I usually hit it for both to be sure :)

 

Offline karajorma

  • King Louie - Jungle VIP
  • Administrator
  • 214
    • Karajorma's Freespace FAQ
You put it in the mission with the red alert SEXP not the mission you move on to. To be honest though it won't make the slightest bit of a difference unless the third mission in the chain is also a red alert :D

The problem with the collision bug Strat mentioned affects the whole mission though not just the area around the asteroids so be careful :)
Karajorma's Freespace FAQ. It's almost like asking me yourself.

[ Diaspora ] - [ Seeds Of Rebellion ] - [ Mind Games ]

 
Quote
Originally posted by StratComm
You can bump the limits, yes, but IIRC asteroids get the full-fledged ship state check.  There's a fairly well known bug that can occur if you've got too many things onscreen where the newest objects don't get collission detection, typically this means you lasers and it's quite annoying when your guns pass right through their target.  It's been known to happen more in dense asteroid missions, much like the one you're trying to make.  Don't let that stop you; just keep it in mind and don't go overboard.  You might find that double or less the max amount allowed in FRED is fine, so try that before you put in a 10,000 rock field.


That happened to me. Yarr, wanted to keel haul th' design'r, I did.
"Do you plunder?"
"I have been known to plunder..."
"I refer ye t' darkstar one, one o' th' newer big budget spacers - it's lack o' variety were bein' insultin', an' th' mechanics weren't polished at all.  Every time a title like wot comes out, it pushes th' return o' th' space shooter genre further down th' sea." - Talk like a pirate day '09
"Hope for the best, expect the worst." -Heinlein

 
Quote
Originally posted by karajorma
You put it in the mission with the red alert SEXP not the mission you move on to. To be honest though it won't make the slightest bit of a difference unless the third mission in the chain is also a red alert :D

The problem with the collision bug Strat mentioned affects the whole mission though not just the area around the asteroids so be careful :)


      Well, I've got quite a few 3+ mission file red alert chains planned in my campaign. Though in all cases, no more than two involve real combat and for the most part they're back to back (one exception I believe).

 

Offline TopAce

  • Stalwart contributor
  • 212
  • FREDder, FSWiki editor, and tester
Quote
Originally posted by StratComm
You can bump the limits, yes, but IIRC asteroids get the full-fledged ship state check.  There's a fairly well known bug that can occur if you've got too many things onscreen where the newest objects don't get collission detection, typically this means you lasers and it's quite annoying when your guns pass right through their target.  It's been known to happen more in dense asteroid missions, much like the one you're trying to make.  Don't let that stop you; just keep it in mind and don't go overboard.  You might find that double or less the max amount allowed in FRED is fine, so try that before you put in a 10,000 rock field.


This error occured to me in FS1, without any asteroids.
So, be careful with notepad. Do not make the asteroid field extremely large, know where the limit is. Look, I have always been honest: I haven't tried editing with notepad, but I know that every limit can be manually bumped with FRED, but crashes are more than possible.

Gameplay > Fanciness

Always, in my book.

Quote
Originally posted by Akalabeth Angel
Well, I've got quite a few 3+ mission file red alert chains planned in my campaign. Though in all cases, no more than two involve real combat and for the most part they're back to back (one exception I believe).


Ah, triple mission chain. So familiar. Just be careful to make ALL the chained missions easy. Nothing is worse than realizing you would take an other kind of fighter and you can't switch back of the first mission of the chain if you are in the third one.
« Last Edit: April 06, 2005, 04:03:11 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.

 
Quote
Originally posted by TopAce


This error occured to me in FS1, without any asteroids.
So, be careful with notepad. Do not make the asteroid field extremely large, know where the limit is. Look, I have always been honest: I haven't tried editing with notepad, but I know that every limit can be manually bumped with FRED, but crashes are more than possible.


   Well I'm not going to bump it up to 10,000 or something. I may just double it to . . . . 512 or whatever double the normal limit is. Shouldn't be too much of a problem.


Quote
Ah, triple mission chain. So familiar. Just be careful to make ALL the chained missions easy. Nothing is worse than realizing you would take an other kind of fighter and you can't switch back of the first mission of the chain if you are in the third one. [/B]


      In most cases, the player won't have a choice of fighters anyway . . . and in some, won't even have loadout support. There's really only one extended combat with a non-combat inbetween, the others are something differen't.
     
      Circumstances of the story dictate that there will be some 3+ chains, but under normal circumstances I probably wouldn't do that.