levelfrequency

Freeform discussion about anything related to modding Transcendence.
Post Reply
User avatar
Fatboy
Militia Lieutenant
Militia Lieutenant
Posts: 247
Joined: Fri Feb 22, 2008 1:52 am
Location: California

how do you make a levelFrequency piece of code
for example

Code: Select all

"--rcu r---- ------ ----- -----"
User avatar
Periculi
Fleet Officer
Fleet Officer
Posts: 1282
Joined: Sat Oct 13, 2007 7:48 pm
Location: Necroposting in a forum near you

Just like that piece of code you copied. :P

What are you really asking?
Bobby
Militia Captain
Militia Captain
Posts: 675
Joined: Wed Jul 25, 2007 7:39 pm

each dash starting from the left is a system level, a - means the station won't appear there, a r is rare, a c is common, a u is uncommon, v is veryrare.

so in your example it would not appear until level 3 systems, and then it would be rare, the next level it would commonly appear, and the next it would be uncommon, then rare again, and then never show up after
User avatar
digdug
Fleet Admiral
Fleet Admiral
Posts: 2620
Joined: Mon Oct 29, 2007 9:23 pm
Location: Decoding hieroglyphics on Tan-Ru-Dorem

take a look at IntSystemLevelToString function in the Random Station Items Mod, it generates that kind of string ! :) (systemlevel dependent or not)
User avatar
Fatboy
Militia Lieutenant
Militia Lieutenant
Posts: 247
Joined: Fri Feb 22, 2008 1:52 am
Location: California

how is a system level determined?
User avatar
Periculi
Fleet Officer
Fleet Officer
Posts: 1282
Joined: Sat Oct 13, 2007 7:48 pm
Location: Necroposting in a forum near you

<System name="Totally Eridani" level="1" variant="commonwealth">
F50
Fleet Officer
Fleet Officer
Posts: 1004
Joined: Sat Mar 11, 2006 5:25 pm

St. K is the first level 4. I assume that Sanctuary, Eta Ceti, Jiang's Star, and Point Juno are also new level points. Possibly Dantalion too.
User avatar
Periculi
Fleet Officer
Fleet Officer
Posts: 1282
Joined: Sat Oct 13, 2007 7:48 pm
Location: Necroposting in a forum near you

Not exactly- Sanctuary (CD) is located about the middle of level 5 nodes,
Jiang's (C9) is the last level 6 system
Eta Ceti (EC) lv7 and Point Juno (PJ) lv8 similarly the last systems of their level.

I just was looking at the topology, don't think I knew that! <StarSystemTopology> that is.
Post Reply