score=

Freeform discussion about anything related to modding Transcendence.
Post Reply
User avatar
dosbox-gamer
Commonwealth Pilot
Commonwealth Pilot
Posts: 66
Joined: Sat Apr 05, 2008 9:41 pm
Location: Utopia Planitia Fleet Yards

For new/mod ships (or autons ;) ), what determines the ship's score?
"Make no little plans. They have no magic to stir men's blood and probably will not themselves be realized." -- Daniel Hudson Burnham, architect & urban planner
schilcote
Militia Captain
Militia Captain
Posts: 726
Joined: Sat Feb 02, 2008 7:22 pm

Probably just how hard to kill you think the ship is.
[schilcote] It doesn't have to be good, it just has to not be "wow is that the only thing you could think of" bad
User avatar
Arisaya
Fleet Admiral
Fleet Admiral
Posts: 5535
Joined: Tue Feb 05, 2008 1:10 am
Location: At the VSS Shipyards in the frontier, designing new ships.

wait, are you asking what you should put in there, or what controls the score attribute literally (non-balance wise)
(shpOrder gPlayership 'barrelRoll)

<New tutorials, modding resources, and official extension stuff coming to this space soon!>
User avatar
dosbox-gamer
Commonwealth Pilot
Commonwealth Pilot
Posts: 66
Joined: Sat Apr 05, 2008 9:41 pm
Location: Utopia Planitia Fleet Yards

Based on what? Weapons, armor, devices, ammo, level, sovereign, what???
What controls the score literally (don't know about balance or non).
"Make no little plans. They have no magic to stir men's blood and probably will not themselves be realized." -- Daniel Hudson Burnham, architect & urban planner
schilcote
Militia Captain
Militia Captain
Posts: 726
Joined: Sat Feb 02, 2008 7:22 pm

What you put in there.

It's another attribute of <ShipClass> or whatever it is. There's cargospace= "500" and things like that, and the score attribute is one of those.
[schilcote] It doesn't have to be good, it just has to not be "wow is that the only thing you could think of" bad
User avatar
Arisaya
Fleet Admiral
Fleet Admiral
Posts: 5535
Joined: Tue Feb 05, 2008 1:10 am
Location: At the VSS Shipyards in the frontier, designing new ships.

if you wanted, you could make battlepods have 10000 score, without changing any other stats, just by entering 10000 into the score value field
(shpOrder gPlayership 'barrelRoll)

<New tutorials, modding resources, and official extension stuff coming to this space soon!>
User avatar
Ttech
Fleet Admiral
Fleet Admiral
Posts: 2767
Joined: Tue Nov 06, 2007 12:03 am
Location: Traveling in the TARDIS
Contact:

Your score is determined by rand()

So even if you win the game your score is completly random. :D
Joking, if I remember correctly there are several determining factors like how many times you die vs how many kills.
Image
Image
User avatar
Arisaya
Fleet Admiral
Fleet Admiral
Posts: 5535
Joined: Tue Feb 05, 2008 1:10 am
Location: At the VSS Shipyards in the frontier, designing new ships.

Ttech wrote:Your score is determined by rand()

So even if you win the game your score is completly random. :D
Joking, if I remember correctly there are several determining factors like how many times you die vs how many kills.
oh, he meant for the number of score points you get for killing a ship, not overall score
(shpOrder gPlayership 'barrelRoll)

<New tutorials, modding resources, and official extension stuff coming to this space soon!>
User avatar
digdug
Fleet Admiral
Fleet Admiral
Posts: 2620
Joined: Mon Oct 29, 2007 9:23 pm
Location: Decoding hieroglyphics on Tan-Ru-Dorem

The score value of a ship is the number of points you gain when you destroy that particular ship, if the ship is a foe.
I'm not sure if you lose points if you destroy a friendly ship.
User avatar
Arisaya
Fleet Admiral
Fleet Admiral
Posts: 5535
Joined: Tue Feb 05, 2008 1:10 am
Location: At the VSS Shipyards in the frontier, designing new ships.

digdug wrote:The score value of a ship is the number of points you gain when you destroy that particular ship, if the ship is a foe.
I'm not sure if you lose points if you destroy a friendly ship.
nothing happens w/ friendly ships...

that's actually a minor bug w/ the friendly auton
(shpOrder gPlayership 'barrelRoll)

<New tutorials, modding resources, and official extension stuff coming to this space soon!>
User avatar
dosbox-gamer
Commonwealth Pilot
Commonwealth Pilot
Posts: 66
Joined: Sat Apr 05, 2008 9:41 pm
Location: Utopia Planitia Fleet Yards

digdug wrote:The score value of a ship is the number of points you gain...
What determines those points? For example, the Charon Pirates Corsair has score=25, but the Corsair-II has 110. And the Drake is 350. So, what determines that?
"Make no little plans. They have no magic to stir men's blood and probably will not themselves be realized." -- Daniel Hudson Burnham, architect & urban planner
Sponge
Militia Commander
Militia Commander
Posts: 250
Joined: Sun Jan 28, 2007 7:51 pm

You. You type something into that field, and then you're done with it. There is no calculation, no guideline, no anything. As long as it's a number, it can go in that field.
User avatar
digdug
Fleet Admiral
Fleet Admiral
Posts: 2620
Joined: Mon Oct 29, 2007 9:23 pm
Location: Decoding hieroglyphics on Tan-Ru-Dorem

I made an excel graphics. Correlating the level of the ship to the score, so that I can balance the score of my new ships.
Then you have to balance the level to the equipment of the ship and then level of the system where the ship is appearing.

Mmh actually it's easier than what it looks. :)
User avatar
dosbox-gamer
Commonwealth Pilot
Commonwealth Pilot
Posts: 66
Joined: Sat Apr 05, 2008 9:41 pm
Location: Utopia Planitia Fleet Yards

Thanks, digdug! I was thinking along similiar lines. Maybe you can put any score you want, but given the amount of things-in-an-orderly-progression in Tr, it just didn't feel right.
"Make no little plans. They have no magic to stir men's blood and probably will not themselves be realized." -- Daniel Hudson Burnham, architect & urban planner
george moromisato
Developer
Developer
Posts: 2998
Joined: Thu Jul 24, 2003 9:53 pm
Contact:

TransData also calculates a "recommended" score.

Try:

transdata /shiptable /score

This will return the recommended score for each ship class. If the actual score (the score= value) is different from the recommended value, then the actual score is in parens after it.
Post Reply