Author Topic: Species handling upgrades  (Read 10768 times)

0 Members and 1 Guest are viewing this topic.

Offline Kazan

  • PCS2 Wizard
  • 212
  • Soul lives in the Mountains
    • http://alliance.sourceforge.net
it's completed and commited

teams/colors is a seperate ticket, not yet addressed and may not be addressed by me
PCS2 2.0.3 | POF CS2 wiki page | Important PCS2 Threads | PCS2 Mantis

"The Mountains are calling, and I must go" - John Muir

 

Offline TrashMan

  • T-tower Avenger. srsly.
  • 213
  • God-Emperor of your kind!
    • Minecraft
    • FLAMES OF WAR
Adding more teams would be a very welecomed addition!

DOTA will have 5 teams...

THANK YOU ALL SCP GUYS! YOU MADE LIFE EASYER FOR US!
« Last Edit: October 23, 2003, 04:40:53 am by 624 »
Nobody dies as a virgin - the life ****s us all!

You're a wrongularity from which no right can escape!

 

Offline Woolie Wool

  • 211
  • Fire main batteries
Quote
Originally posted by Kazan
it's completed and commited

teams/colors is a seperate ticket, not yet addressed and may not be addressed by me


Make an FS2_Open build with it. I don't have a C++ compiler.
16:46   Quanto   ****, a mosquito somehow managed to bite the side of my palm
16:46   Quanto   it itches like hell
16:46   Woolie   !8ball does Quanto have malaria
16:46   BotenAnna   Woolie: The outlook is good.
16:47   Quanto   D:

"did they use anesthetic when they removed your sense of humor or did you have to weep and struggle like a tiny baby"
--General Battuta

 

Offline Kazan

  • PCS2 Wizard
  • 212
  • Soul lives in the Mountains
    • http://alliance.sourceforge.net
any latest cvs build contains the changes if they compile with MORE_SPECIES defined
PCS2 2.0.3 | POF CS2 wiki page | Important PCS2 Threads | PCS2 Mantis

"The Mountains are calling, and I must go" - John Muir

 

Offline Woolie Wool

  • 211
  • Fire main batteries
Are you talking about redmenace's builds?
16:46   Quanto   ****, a mosquito somehow managed to bite the side of my palm
16:46   Quanto   it itches like hell
16:46   Woolie   !8ball does Quanto have malaria
16:46   BotenAnna   Woolie: The outlook is good.
16:47   Quanto   D:

"did they use anesthetic when they removed your sense of humor or did you have to weep and struggle like a tiny baby"
--General Battuta

 

Offline Kazan

  • PCS2 Wizard
  • 212
  • Soul lives in the Mountains
    • http://alliance.sourceforge.net
redmenace's builds would qualify as CVS builds

CVS = Concurrent Version System

it's the tool that allows 20 programmers spread all over the world to work on the same program simulatenously without major headaches - it contains the latest version of the code at a central location

a programmer can "checkout" the code, make alterations then submit those alterations - and only those alterations go in, so if another programmer simultanously changed some other part of the same file both changes take place


so a "CVS build" means "A build based upon the most up to date code available"
PCS2 2.0.3 | POF CS2 wiki page | Important PCS2 Threads | PCS2 Mantis

"The Mountains are calling, and I must go" - John Muir

 

Offline Taristin

  • Snipes
  • 213
  • BlueScalie
    • Skelkwank Shipyards
We need a 'How To compile' thread... :/
Freelance Modeler | Amateur Artist

 

Offline Woolie Wool

  • 211
  • Fire main batteries
Quote
Originally posted by Kazan
yeah obviously

here is the "Default" species_defs.tbl (which is also the fallback one which is hardcoded)

it is a WIP at this point and may have additional data added to it in the future

Code: [Select]


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

#SPECIES DEFS

$NumSpecies: 3

;------------------------
; 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
#END

[/B]


Will that one be usable with the new species builds? I just added two new species to the defs table.
16:46   Quanto   ****, a mosquito somehow managed to bite the side of my palm
16:46   Quanto   it itches like hell
16:46   Woolie   !8ball does Quanto have malaria
16:46   BotenAnna   Woolie: The outlook is good.
16:47   Quanto   D:

"did they use anesthetic when they removed your sense of humor or did you have to weep and struggle like a tiny baby"
--General Battuta