View Single Post
Old 01-23-2003, 10:00 AM   #13 (permalink)
Phoib
Senior Member
 
Join Date: Dec 2002
Posts: 1,031
Send a message via ICQ to Phoib Send a message via MSN to Phoib
Default Rank.ini

This is starting to look like a race
Well, since I was looking at it trough Science.ini, now Rank.ini

Quote:
Rank
RankName = INI:RankLevel1
SkillPointsNeeded = 0
SciencesGranted = SCIENCE_Rank1
SciencePurchasePointsGranted = 1
End

Rank
RankName = INI:RankLevel2
SkillPointsNeeded = 800 ;400
SciencesGranted = SCIENCE_Rank2
SciencePurchasePointsGranted = 2
End

Rank
RankName = INI:RankLevel3
SkillPointsNeeded = 1500
SciencesGranted = SCIENCE_Rank3
SciencePurchasePointsGranted = 3
End

Rank
RankName = INI:RankLevel4
SkillPointsNeeded = 2500
SciencesGranted = SCIENCE_Rank4
SciencePurchasePointsGranted = 4
End

Rank
RankName = INI:RankLevel5
SkillPointsNeeded = 5000
SciencesGranted = SCIENCE_Rank5
SciencePurchasePointsGranted = 5
End
Rank This tells the game a Rank is coming.
RankName What for string should I look for in the csf file for the name?
SkillPointsNeeded How many skill points (to be set as ExperienceValue in either FactionUnit.ini or FactionBuilding.ini. More details about these later in these files.)
SciencesGrantedWhat for Science level do I grant when reacing this rank? Choose a science level from Science.ini.
SciencePurchasePointsGranted How many Science points does this rank grant? To be used in Science.ini.
EndThis ends the rank data.
Phoib is offline   Reply With Quote