Author Topic: Spawn....  (Read 1959 times)

0 Members and 1 Guest are viewing this topic.

Offline shiv

  • Don't forget Poland!
  • 211
  • FRED me!
    • http://freespace.pl
I'm currently playing with "spawn" flag in tables. Here're two flags that I've included in one weapon:

Code: [Select]
"Spawn Cluster Bomb Baby, 14" "Spawn Cluster Baby,18"
The problem is that Cluster Bomb Baby is spawned, but Cluster baby not. Is there any chance to fix it or it's game engine limit?
http://www.sectorgame.com/vega
The Apocalypse Vega - Join the battle! A campaign for FreeSpace 2 Open

http://www.game-warden.com/earthdefence
Earth Defense project - Coming soon...

  

Offline Colonol Dekker

  • HLP is my mistress
  • 213
  • Aken Tigh Dekker- you've probably heard me
    • My old squad sub-domain
I made a triple spawning bomblet before derelict came out. I put it on the volition watch archives but got nil response. Called the murphy warhead. Dunno what happened to it :(
Campaigns I've added my distinctiveness to-
- Blue Planet: Battle Captains
-Battle of Neptune
-Between the Ashes 2
-Blue planet: Age of Aquarius
-FOTG?
-Inferno R1
-Ribos: The aftermath / -Retreat from Deneb
-Sol: A History
-TBP EACW teaser
-Earth Brakiri war
-TBP Fortune Hunters (I think?)
-TBP Relic
-Trancsend (Possibly?)
-Uncharted Territory
-Vassagos Dirge
-War Machine
(Others lost to the mists of time and no discernible audit trail)

Your friendly Orestes tactical controller.

Secret bomb God.
That one time I got permabanned and got to read who was being bitxhy about me :p....
GO GO DEKKER RANGERSSSS!!!!!!!!!!!!!!!!!
President of the Scooby Doo Model Appreciation Society
The only good Zod is a dead Zod
NEWGROUNDS COMEDY GOLD, UPDATED DAILY
http://badges.steamprofile.com/profile/default/steam/76561198011784807.png

 

Offline Wanderer

  • Wiki Warrior
  • 211
  • Mostly harmless
Check the debug spew from fs2_open.log from data directory (especially after running the debug build that is)...

There is something in the code along these lines which might appear in the log as well...
Quote
Illegal to have two spawn types for one weapon.
Ignoring weapon ...

EDIT: That is not to say it would be impossible to do it. It just shouldn't be possible with just using the weapons.tbl. It might be possible via some semi-arcane FRED magic but it certainly is possible to do so by using Lua scripting.
« Last Edit: March 19, 2008, 02:30:00 pm by Wanderer »
Do not meddle in the affairs of coders for they are soggy and hard to light

 

Offline shiv

  • Don't forget Poland!
  • 211
  • FRED me!
    • http://freespace.pl
I didn't run debug (recent debug builds are crashing game :( ) but I see that code doesn't allow to spawn two things.
Would it be very hard to allow game code to spawn more than one spawn type for weapon?
http://www.sectorgame.com/vega
The Apocalypse Vega - Join the battle! A campaign for FreeSpace 2 Open

http://www.game-warden.com/earthdefence
Earth Defense project - Coming soon...

 

Offline Wanderer

  • Wiki Warrior
  • 211
  • Mostly harmless
If the game crashes when using debug build there usually is a very good and valid reason why it does this and such issues should be fixed. Check for example the fs2_open.log for possible problems.
Do not meddle in the affairs of coders for they are soggy and hard to light

 

Offline shiv

  • Don't forget Poland!
  • 211
  • FRED me!
    • http://freespace.pl
Yeah... I've got it.
Code: [Select]
WARNING: "Illegal to have two spawn types for one weapon. Ignoring weapon Infyrno II"
http://www.sectorgame.com/vega
The Apocalypse Vega - Join the battle! A campaign for FreeSpace 2 Open

http://www.game-warden.com/earthdefence
Earth Defense project - Coming soon...