Hard Light Productions Forums
Modding, Mission Design, and Coding => FS2 Open Coding - The Source Code Project (SCP) => Topic started by: Rampage on April 07, 2003, 04:56:39 pm
-
Judging from Homeworld 2 screenshots, Relic has implemented the ability to expel debris clusters from a ship once a beam has impacted the ship.
Debris in HW2 (http://www.well-of-souls.com/homeworld/hws/hw2/images/display.htm?HW2_03_Cruiser_Under_Fire_1.jpg)
It's a thought for the Terran, Vasudan, and Shivan debris that are currently used as asteroids. (Plus, setting ships on autodestruct in the beginning of the mission creates more interesting debris.) These asteroid debris can be expelled from a damaged vessel only when a beam cannon hits its hull.
A flag in the weapons.tbl can do the job: "debris"
A constant can be used in FRED2 mission specifications to limit the number of generated debris.
If this idea has already been brought up, then throw your tomatoes at me!
-
*Throws tomato* :D
Sounds interesting though.
-
Originally posted by Rampage
A flag in the weapons.tbl can do the job: "debris"
Yes, and a line of code saying "enable_beam_impact_debris = true" will let you use it. This is one of the things Inquisitor was bitc... talking about the other day - suggesting that this stuff is so easy is mightily annoying to the coders.
Not to say that this proposed feature wouldn't be cool :yes:
*waits for a coder to pass judgement on whether or not this feature might be possible*
-
The thing is you get that debris thrown about when you get caught in engine wash so the code may be partially there already.
-
Hmm... anyone remember if the engine wash debris is actual chunks or just 2D polys?
-
they were like particles, this might not be that hard to do, but then again it might be harder than you could think
-
Polys or sprites wouldn't hog so much processor space, and the "chunks" that the game uses would look just wrong anyways. Ships spitting giant Cruiser McNuggets when they're hit, rather than little pieces of shrapnel like there's actually something inside that's getting torn to pieces? Bleargh.
-
Oh no I think i smell an geo mod question coming....
;)
-
Hey, we could use geomod for this, right? ;)
-
hahahahaha i knew it....;)