Maverick [ Posts : 1331 ]
| [Post Date: 09-Oct-2008 13:03]
Quote
Quote I'll implement a raw list without any design so you could see how score evolves in time
|
|
What about alliances scores?
|
| Alliance score could be just a sum of its members scores. (It is not implemented yet) Need some ideas.
|
skyraider [ Posts : 328 ]
| [Post Date: 09-Oct-2008 19:20]
Quote Alliance score could be just a sum of its members scores. (It is not implemented yet) Need some ideas.
|
|
Please implement it with simple design as sum of empires as first step.
|
Maverick [ Posts : 1331 ]
| [Post Date: 09-Oct-2008 20:39]
Quote
Quote Alliance score could be just a sum of its members scores. (It is not implemented yet) Need some ideas.
|
|
Please implement it with simple design as sum of empires as first step.
|
| Will implement it tomorrow.
|
Emperor L [ Posts : 1237 ]
| [Post Date: 09-Oct-2008 22:29]
Quote Alliance score could be just a sum of its members scores. (It is not implemented yet) Need some ideas.
|
|
Yeah, thats a good idea. In DQ:E an alliance with 5 weak members had more points than an alliance with 2 very strong players. So it works better this way.
|
Emperor L [ Posts : 1237 ]
| [Post Date: 11-Oct-2008 01:44]
Quote Ok. New formula for empire score calculation:
BPP - Building production points cost.
SPP - Ships production points cost.
RP - Research points spent.
CT - Colony type.
CS - Colony size.
EP - Empire population.
NG - Number of guardian planets.
GC - Guardian planets additional score.
ET - Empire treasure
Score = SumOfAllBuildings(BPP) + SumForAllShips(SPP) + RP + SumForAllColonies(CT+CS) + EP + NG*GC + ET;
|
|
I dont think scoring is working right. I have only 630 points, but have 1382 in treasury, so I should have at least that many points
Is it possible to add temporarily a list of all values for our own empire at the top of the score page. This way we can see exactly what values are being used, and check if its giving right score.
Right now, I should have 540 from buildings. About 2000 from science points spent. 1382 from treasury + planet value + population of 16M
So, should have at least 3922 points, but I only have 633
This message was edited by Emperor L
|
Maverick [ Posts : 1331 ]
| [Post Date: 11-Oct-2008 12:39]
Actually, scoring is calculated a bit different. I don't like huge numbers so I divided each member with its weight. The real formula is:
BPP - Building production points cost.
SPP - Ships production points cost.
RP - Research points spent.
CTS - Colony type score. [crystalline - 10, adaptable - 20, pelagic - 40, terrestrial - 80, gaea - 160, guardian - 10000]
CS - Colony size.
EP - Empire population.
NG - Number of guardian planets.
GC - Guardian planets additional score.
ET - Empire treasure
Score = SumOfAllBuildings(BPP) / 100 + SumForAllShips(SPP) / 100 + RP / 10 + SumForAllColonies(CTS+CS) + EP / 1000000 + NG*GC + ET / 1000;
Each part produces some points. I wanted them to produce more or less same amount of score points, so a good balanced empire would output the most score points.
I hope I've explained it understandable
This message was edited by Maverick
|
Maverick [ Posts : 1331 ]
| [Post Date: 11-Oct-2008 14:40]
Quote Please implement it with simple design as sum of empires as first step.
|
| Done.
|
Emperor L [ Posts : 1237 ]
| [Post Date: 11-Oct-2008 16:40]
Ok, I see.
Thats better to keep the numbers small, else it would be a bit much with millions of points.
|
|