Modderecke > Coding
SpellBook
Reshef:
mhh, ich weiss nicht was da leicht zu finden ist, ich kann da die fahigkeitenpunkte ändern die man von anfang an hat, wie ändere ich die max fähigkeitenpunkte die ich bekommen kann?
--- Code: ---;//////////////////////////////////////////////////////////////////////////////
;FILE: Rank.ini (SYSTEM) ////////////////////////////////////////////////////
;//////////////////////////////////////////////////////////////////////////////
; This file is a copypaste storm because it is less risky than rewriting all
; of the code that thinks it works the old Generals way.
; -- Department of Apologies
Rank 1
SkillPointsNeededDefault = 0 ; If there is no side specific override (Replace Default with Side name, or with 'Campaign' for SP) just use this.
SkillPointsNeededCampaign = 0
SciencePurchasePointsGranted = 10
End
Rank 2
SkillPointsNeededDefault = #MULTIPLY( PLAYER_SKILL_POINTS_DELTA_DEFAULT 1 )
SkillPointsNeededCampaign = 100 ;400 - change to help Moria out in the solo experience. 11/04
SciencePurchasePointsGranted = PLAYER_PURCHASE_POINTS_GRANTED
End
Rank 3
SkillPointsNeededDefault = #MULTIPLY( PLAYER_SKILL_POINTS_DELTA_DEFAULT 2 )
SkillPointsNeededCampaign = #MULTIPLY( PLAYER_SKILL_POINTS_DELTA_CAMPAIGN 2 )
SciencePurchasePointsGranted = PLAYER_PURCHASE_POINTS_GRANTED
End
Rank 4
SkillPointsNeededDefault = #MULTIPLY( PLAYER_SKILL_POINTS_DELTA_DEFAULT 3 )
SkillPointsNeededCampaign = #MULTIPLY( PLAYER_SKILL_POINTS_DELTA_CAMPAIGN 3 )
SciencePurchasePointsGranted = PLAYER_PURCHASE_POINTS_GRANTED
End
Rank 5
SkillPointsNeededDefault = #MULTIPLY( PLAYER_SKILL_POINTS_DELTA_DEFAULT 4 )
SkillPointsNeededCampaign = #MULTIPLY( PLAYER_SKILL_POINTS_DELTA_CAMPAIGN 4 )
SciencePurchasePointsGranted = PLAYER_PURCHASE_POINTS_GRANTED
End
Rank 6
SkillPointsNeededDefault = #MULTIPLY( PLAYER_SKILL_POINTS_DELTA_DEFAULT 5 )
SkillPointsNeededCampaign = #MULTIPLY( PLAYER_SKILL_POINTS_DELTA_CAMPAIGN 5 )
SciencePurchasePointsGranted = PLAYER_PURCHASE_POINTS_GRANTED
End
--- Ende Code ---
Alien aka Infiltrator:
Wer hat denn gesagt das es ein maximum gibt?^^
Die Anfangspunkte sind die "SciencePurchasePointsGra nted = 10"
Reshef:
also ich kann mir immer 1 oder 2 fähigkeiten nicht kaufen, weil ich keine fähigkeitenpunkte mehr bekomme. Ist so wie im edain bei den Zwergen.
Navigation
[0] Themen-Index
[*] Vorherige Sete
Zur normalen Ansicht wechseln