Thanks Geo, I read that thread and understood about 20% of it:-)
Quote:
First, another discovery. Adding a planet size smaller than tiny does cause the moons that are specified as tiny to come out as small as you guessed it might Puke.
But adding the new planet size has no effect on the player planets. An "average" start results in a medium planet, and a "Good" start results in a large planet. The same as the stock files.
I modified the systemtypes file and every where it called for Huge I changed it to Large, and every where it called for Tiny I changed it to the new smaller than tiny planet size. The results were better than I expected.
The planets that are specified as Large come out as Huge, like they are supposed to be anyway, and the planets(moons) specified as micro come out as tiny, like they are supposed to. So we end up with the new planet size and everything else exactly as it should be. And no need to add any new Huge planet sizes as you suggested Puke.
|
So basically, it will work if I carry out the strange tweak you list above?
Just to clarify: I'm not trying to make habitable ships or anything like that, I just want tinier than tiny moons that I can scatter around in orbit of planets and nestled in asteroid fields.
My planetsize.txt now looks like this:
code:
Name := Tiny Asteroidal body
Physical Type := Planet
Stellar Size := Tiny
Max Facilities := 0
Max Population := 3
Max Cargo Spaces := 30
Max Facilities Domed := 0
Max Population Domed := 0
Max Cargo Spaces Domed := 10
Constructed := False
Special Ability ID := 0
Name := Medium Asteroidal body
Physical Type := Planet
Stellar Size := Tiny
Max Facilities := 0
Max Population := 6
Max Cargo Spaces := 60
Max Facilities Domed := 0
Max Population Domed := 2
Max Cargo Spaces Domed := 20
Constructed := False
Special Ability ID := 0
Name := Large Asteroidal body
Physical Type := Planet
Stellar Size := Tiny
Max Facilities := 0
Max Population := 9
Max Cargo Spaces := 90
Max Facilities Domed := 0
Max Population Domed := 3
Max Cargo Spaces Domed := 30
Constructed := False
Special Ability ID := 0
Name := Absolutely Tiny
Physical Type := Planet
Stellar Size := Tiny
Max Facilities := 1
Max Population := 290
Max Cargo Spaces := 5750
Max Facilities Domed := 1
Max Population Domed := 20
Max Cargo Spaces Domed := 40
Constructed := False
Special Ability ID := 0
Name := Very Tiny
Physical Type := Planet
Stellar Size := Tiny
Max Facilities := 2
Max Population := 330
Max Cargo Spaces := 6600
Max Facilities Domed := 1
Max Population Domed := 40
Max Cargo Spaces Domed := 80
Constructed := False
Special Ability ID := 0
Name := Tiny
Physical Type := Planet
Stellar Size := Tiny
Max Facilities := 3
Max Population := 380
Max Cargo Spaces := 7580
Max Facilities Domed := 1
Max Population Domed := 60
Max Cargo Spaces Domed := 120
Constructed := False
Special Ability ID := 0
Name := Fairly Tiny
Physical Type := Planet
Stellar Size := Tiny
Max Facilities := 4
Max Population := 435
Max Cargo Spaces := 8700
Max Facilities Domed := 1
Max Population Domed := 80
Max Cargo Spaces Domed := 160
Constructed := False
Special Ability ID := 0
Name := Quite Tiny
Physical Type := Planet
Stellar Size := Tiny
Max Facilities := 5
Max Population := 500
Max Cargo Spaces := 10000
Max Facilities Domed := 1
Max Population Domed := 100
Max Cargo Spaces Domed := 200
Constructed := False
Special Ability ID := 0
Name := Extremely Small
Physical Type := Planet
Stellar Size := Small
Max Facilities := 6
Max Population := 575
Max Cargo Spaces := 11500
Max Facilities Domed := 2
Max Population Domed := 120
Max Cargo Spaces Domed := 240
Constructed := False
Special Ability ID := 0
Name := Really Small
Physical Type := Planet
Stellar Size := Small
Max Facilities := 7
Max Population := 660
Max Cargo Spaces := 13200
Max Facilities Domed := 2
Max Population Domed := 140
Max Cargo Spaces Domed := 280
Constructed := False
Special Ability ID := 0
Name := Small
Physical Type := Planet
Stellar Size := Small
Max Facilities := 8
Max Population := 760
Max Cargo Spaces := 15200
Max Facilities Domed := 2
Max Population Domed := 160
Max Cargo Spaces Domed := 320
Constructed := False
Special Ability ID := 0
And so on. I have padded out the standard tiny, small, medium to include a total of 30 planet sizes...
BTW, what's a Lagrange poitn?