FirebrandXL Posted May 17, 2016 Share Posted May 17, 2016 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 More sharing options...
DerBK Posted May 17, 2016 Share Posted May 17, 2016 (edited) Haven't tested if it works, but a quick search found this interesting block of values: ResearchProject_TimeScalar[0]=1.0 ;EasyResearchProject_TimeScalar[1]=1.0 ;NormalResearchProject_TimeScalar[2]=1.0 ;ClassicResearchProject_TimeScalar[3]=1.0 ;ImpossibleBuildItemProject_TimeScalar[0]=1.0 ;EasyBuildItemProject_TimeScalar[1]=1.0 ;NormalBuildItemProject_TimeScalar[2]=1.0 ;ClassicBuildItemProject_TimeScalar[3]=1.0 ;ImpossibleBuildFacilityProject_TimeScalar[0]=1.0 ;EasyBuildFacilityProject_TimeScalar[1]=1.0 ;NormalBuildFacilityProject_TimeScalar[2]=1.0 ;ClassicBuildFacilityProject_TimeScalar[3]=1.0 ;ImpossibleUpgradeFacilityProject_TimeScalar[0]=1.0 ;EasyUpgradeFacilityProject_TimeScalar[1]=1.0 ;NormalUpgradeFacilityProject_TimeScalar[2]=1.0 ;ClassicUpgradeFacilityProject_TimeScalar[3]=1.0 ;ImpossibleClearRoomProject_TimeScalar[0]=1.0 ;EasyClearRoomProject_TimeScalar[1]=1.0 ;NormalClearRoomProject_TimeScalar[2]=1.0 ;ClassicClearRoomProject_TimeScalar[3]=3.0 ;ImpossibleClearRoomProjectFirstRow_TimeScalar[0]=0.5 ;EasyClearRoomProjectFirstRow_TimeScalar[1]=0.5 ;NormalClearRoomProjectFirstRow_TimeScalar[2]=0.5 ;ClassicClearRoomProjectFirstRow_TimeScalar[3]=0.33 ;ImpossibleHealSoldierProject_TimeScalar[0]=1.5 ;EasyHealSoldierProject_TimeScalar[1]=1.5 ;NormalHealSoldierProject_TimeScalar[2]=1.5 ;ClassicHealSoldierProject_TimeScalar[3]=2.5 ;Impossible Located in XComGameData.ini Edited May 17, 2016 by DerBK Link to comment Share on other sites More sharing options...
prowler83 Posted May 19, 2016 Share Posted May 19, 2016 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 More sharing options...
Recommended Posts