View Single Post
Old 12-22-2004, 05:00 PM   #2 (permalink)
AdmiralGT
Member
 
Join Date: May 2004
Posts: 42
Default

You'll need to edit the relevant lines in gamedata.ini

Depending on what you want to edit the command points for depends on which lines to change, but here is the relevant part of code

Code:
  ;;; CAMPAIGN BONUS CAPS
  GoodCommandPointLimit		= 300
  EvilCommandPointLimit		= 600
  PowerLimit			= 60
  ResourceMultiplierLimit	= 5.0
  
  ;;; INITIAL MAX RING LEVEL PLAYER CAN ACHIEVE
  InitialMaxRingLevel = 60 ;2
  
  ;;; Resource Bonus Percentage
  ResourceBonusMultiplier = 10.0						; 10% bonus per region conquered
  	
  ;;; COMMAND POINTS FOR SOLO PLAY HUMAN (INCLUDING LIVING WORLD) ;;;
  GoodCommandPoints = 100
  EvilCommandPoints = 300 

  GoodCommandPointsBonus = 20 		; bonuses for every territory captures in living world
  EvilCommandPointsBonus = 50 

  ;;; COMMAND POINTS FOR SOLO PLAY AI ;;;
  GoodCommandPointsAI = 200 
  EvilCommandPointsAI = 600 

  ;;; COMMAND POINTS FOR MULTIPLAY ;;;
  GoodCommandPointsMP2 = 200 		; 2 players
  EvilCommandPointsMP2 = 400 

  GoodCommandPointsMP3 = 150 			; 3 players
  EvilCommandPointsMP3 = 300 

  GoodCommandPointsMP4 = 150 			; 4 players
  EvilCommandPointsMP4 = 300 

  GoodCommandPointsMP56 = 100 		; 5-6 players
  EvilCommandPointsMP56 = 200 

  GoodCommandPointsMP78 = 80 		; 7-8 players
  EvilCommandPointsMP78 = 160
Of course you'll need to extract this and all the other ini's from INI.big and then move your INI.big to another directory to get it to work. And, if you want to use these for multiplayer you'll need your friends to have the exact same edited ini's as you do as so not to cause a mismatch in game.

GT
AdmiralGT is offline   Reply With Quote