Hard Light Productions Forums

Modding, Mission Design, and Coding => FS2 Open Coding - The Source Code Project (SCP) => Topic started by: Kazan on February 13, 2004, 09:40:46 am

Title: Anyone using Species update
Post by: Kazan on February 13, 2004, 09:40:46 am
is anyone using my species update... just curious
Title: Anyone using Species update
Post by: Deepblue on February 13, 2004, 09:51:37 am
Explain please? :D
Title: Anyone using Species update
Post by: TopAce on February 13, 2004, 09:58:22 am
I suppose it is the stuff which allows you to have more than three species.
Title: Anyone using Species update
Post by: phreak on February 13, 2004, 10:01:30 am
Inferno and Reci are using them
Title: Anyone using Species update
Post by: Kazan on February 13, 2004, 10:06:51 am
awesome... i saw in today's CVS commits that something about fixing more divide by zero errors with the species stuff for TBP - so they must be working on it as well, althought i haven't heard anything of it on the forums
Title: Anyone using Species update
Post by: RandomTiger on February 13, 2004, 11:00:58 am
I think it might just have been bad data Kazan.
TBP arent officially using fs2_open so there are a fair few bugs with it. Either way I fixed it.
Title: Anyone using Species update
Post by: Black Wolf on February 13, 2004, 01:20:23 pm
TI will be using it, twill finally mean we can get all these Aesir ships out of the Terran Section :)
Title: Anyone using Species update
Post by: aldo_14 on February 13, 2004, 01:21:55 pm
Quote
Originally posted by PhReAk
... Reci are using them


Apparently.  Er, I think DG has it working now, i'm taking somewhat of a backseat in this :)
Title: Anyone using Species update
Post by: Stryke 9 on February 13, 2004, 03:10:20 pm
The one with the big table of dozens of species where you can control the friendly/hostile settings? Well, a lot of stuff I've got in the works for a couple months from now hinges on that.
Title: Anyone using Species update
Post by: diamondgeezer on February 13, 2004, 03:25:35 pm
Hi everybody!

I have a fourth species running happily now, using that species_defs table thingy. I'm interested in setting default IFFs, mind, and preferably FRED ship list colours, that kind of thing. No idea about how to do that, hint hint
Title: Anyone using Species update
Post by: Kazan on February 13, 2004, 03:35:46 pm
FRED should have colors..i could have sworm i commited that

teams is a whole different story
Title: Anyone using Species update
Post by: Raven2001 on February 13, 2004, 04:38:29 pm
I'm going to use it on CITM, but is there anywhere where I can see how to work with that feature???
Title: Anyone using Species update
Post by: diamondgeezer on February 13, 2004, 06:24:27 pm
Quote
Originally posted by Kazan
FRED should have colors..i could have sworm i commited that

Well you certainly posted a screenie of FRED's ship list with the Knossos on purple instead of black. But that spec isn't in the species_defs table.
Title: Anyone using Species update
Post by: Jonathan_S47 on February 14, 2004, 03:28:29 pm
I am having some problems with the Species_defs.tbl. When I try to run fred it crashes and gives me an error about the icon.tbl. When I try to run FSO it crashes and gives me an error about the sounds.tbl. I haven’t messed with the icon.tbl and the sound.tbl work before. When I pull the Species_defs.tbl out everything works fine again. Is there something that I am missing?

; -----------------------------------------------
; Species_defs.tbl
; Derek "Kazan" Meek
; FS2 Open Species table
;
; -----------------------------------------------

#SPECIES DEFS

$NumSpecies: 4

;------------------------
; Terran
;------------------------
$Species_Name: Terran
   +Debris_Texture: debris01a
   +Shield_Hit_ani: shieldhit01a
$ThrustAnims:
   +Pri_Normal:   thruster01
   +Pri_Afterburn:   thruster01a
   +Sec_Normal:   thruster02-01
   +Sec_Afterburn:   thruster02-01a
   +Ter_Normal:   thruster03-01
   +Ter_Afterburn:   thruster03-01a
$ThrustGlows:
   +Normal:   thrusterglow01
   +Afterburn:   thrusterglow01a

;------------------------
; Vasudan
;------------------------
$Species_Name: Vasudan
   +Debris_Texture: debris01b
   +Shield_Hit_ani: shieldhit01a
$ThrustAnims:
   +Pri_Normal:   thruster02
   +Pri_Afterburn:   thruster02a
   +Sec_Normal:   thruster02-02
   +Sec_Afterburn:   thruster02-02a
   +Ter_Normal:   thruster03-02
   +Ter_Afterburn:   thruster03-02a
$ThrustGlows:
   +Normal:   thrusterglow02
   +Afterburn:   thrusterglow02a

;------------------------
; Shivan
;------------------------
$Species_Name: Shivan
   +Debris_Texture: debris01c
   +Shield_Hit_ani: shieldhit01a
$ThrustAnims:
   +Pri_Normal:   thruster03
   +Pri_Afterburn:   thruster03a
   +Sec_Normal:   thruster02-03
   +Sec_Afterburn:   thruster02-03a
   +Ter_Normal:   thruster03-03
   +Ter_Afterburn:   thruster03-03a
$ThrustGlows:
   +Normal:   thrusterglow03
   +Afterburn:   thrusterglow03a

;------------------------
; S4
;------------------------
$Species_Name: S4
   +Debris_Texture: debris01a
   +Shield_Hit_ani: shieldhit01a
$ThrustAnims:
   +Pri_Normal:   thruster04
   +Pri_Afterburn:   thruster04a
   +Sec_Normal:   thruster02-04
   +Sec_Afterburn:   thruster02-04a
   +Ter_Normal:   thruster03-04
   +Ter_Afterburn:   thruster03-04a
$ThrustGlows:
   +Normal:   thrusterglow04
   +Afterburn:   thrusterglow04a


#END
Title: Anyone using Species update
Post by: diamondgeezer on February 14, 2004, 03:41:17 pm
FRED doesn't support the icons table if you add more species to it. You have to rename it when you launch FRED, then rename it to icons.tbl when you start FS2. Very annoying.

Also, you need to add flyby sounds for your new species to your sounds table. Look at the very bottom of - clone the Shivan entry and edit it to suit your new species.
Title: Anyone using Species update
Post by: Kazan on February 14, 2004, 04:21:41 pm
that's because when you change those species numbers you also have to alter the sounds and incons tables -- dig up the origional species_defs.tbl thread and RTFM
Title: Anyone using Species update
Post by: Bobboau on February 14, 2004, 04:39:00 pm
someone should explain what to do to fix that in the error message
Title: Anyone using Species update
Post by: Jonathan_S47 on February 14, 2004, 05:07:45 pm
Thanks. I have the problem fixed and both FSO and Fred are working fine now.
Title: Re: Anyone using Species update
Post by: Woolie Wool on February 17, 2004, 07:59:46 pm
Quote
Originally posted by Kazan
is anyone using my species update... just curious


I am.