Jump to content

Need help about ini modding (build times) plz halp


FirebrandXL

Recommended Posts

Hey,

 

im looking for a quick edit to build times for certain buildings and the time it takes to excavate sites.

 

I noticed that increasing the difficulty to Impossible also increases all build times.

While im okay on with dat on equipment, its not okay on buildings.

I would like to lower these values without lowering the difficulty.

 

Can someome please tell me in what .ini or other file I can find above mentioned values so i can edit them?

(time it takes for buildings to be built, sites to be excavated).

 

cheers.

 

Link to comment
Share on other sites

Haven't tested if it works, but a quick search found this interesting block of values:

 

ResearchProject_TimeScalar[0]=1.0 ;Easy
ResearchProject_TimeScalar[1]=1.0 ;Normal
ResearchProject_TimeScalar[2]=1.0 ;Classic
ResearchProject_TimeScalar[3]=1.0 ;Impossible
BuildItemProject_TimeScalar[0]=1.0 ;Easy
BuildItemProject_TimeScalar[1]=1.0 ;Normal
BuildItemProject_TimeScalar[2]=1.0 ;Classic
BuildItemProject_TimeScalar[3]=1.0 ;Impossible
BuildFacilityProject_TimeScalar[0]=1.0 ;Easy
BuildFacilityProject_TimeScalar[1]=1.0 ;Normal
BuildFacilityProject_TimeScalar[2]=1.0 ;Classic
BuildFacilityProject_TimeScalar[3]=1.0 ;Impossible
UpgradeFacilityProject_TimeScalar[0]=1.0 ;Easy
UpgradeFacilityProject_TimeScalar[1]=1.0 ;Normal
UpgradeFacilityProject_TimeScalar[2]=1.0 ;Classic
UpgradeFacilityProject_TimeScalar[3]=1.0 ;Impossible
ClearRoomProject_TimeScalar[0]=1.0 ;Easy
ClearRoomProject_TimeScalar[1]=1.0 ;Normal
ClearRoomProject_TimeScalar[2]=1.0 ;Classic
ClearRoomProject_TimeScalar[3]=3.0 ;Impossible
ClearRoomProjectFirstRow_TimeScalar[0]=0.5 ;Easy
ClearRoomProjectFirstRow_TimeScalar[1]=0.5 ;Normal
ClearRoomProjectFirstRow_TimeScalar[2]=0.5 ;Classic
ClearRoomProjectFirstRow_TimeScalar[3]=0.33 ;Impossible
HealSoldierProject_TimeScalar[0]=1.5 ;Easy
HealSoldierProject_TimeScalar[1]=1.5 ;Normal
HealSoldierProject_TimeScalar[2]=1.5 ;Classic
HealSoldierProject_TimeScalar[3]=2.5 ;Impossible

 

Located in XComGameData.ini

Edited by DerBK
Link to comment
Share on other sites

For excavation times (XComGameData.ini):


ClearRoomProject_TimeScalar[0]=1.0 ;Easy

ClearRoomProject_TimeScalar[1]=1.0 ;Normal

ClearRoomProject_TimeScalar[2]=1.0 ;Classic

ClearRoomProject_TimeScalar[3]=3.0 ;Impossible


ClearRoomProjectFirstRow_TimeScalar[0]=0.5 ;Easy

ClearRoomProjectFirstRow_TimeScalar[1]=0.5 ;Normal

ClearRoomProjectFirstRow_TimeScalar[2]=0.5 ;Classic

ClearRoomProjectFirstRow_TimeScalar[3]=0.33 ;Impossible




For building facilities check the Facilities section in in XComStrategyTuning.ini:



;-----------------------------------------------------------------------------------------------------------------------------------------------

; FACILITIES

;-----------------------------------------------------------------------------------------------------------------------------------------------


; Legend

[OfficerTrainingSchool_Diff_3 X2FacilityTemplate]

Cost=(ResourceCosts[0]=(ItemTemplateName="Supplies", Quantity=100))

iPower=-3

UpkeepCost=25

PointsToComplete=3360


[ResistanceComms_Diff_3 X2FacilityTemplate]

Cost=(ResourceCosts[0]=(ItemTemplateName="Supplies", Quantity=160))

iPower=-3

UpkeepCost=25

PointsToComplete=3840



etc.

Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...