ini Configuration

File Location

The ini config file is located in

Saved\Config\Windows\GameUserSettings.ini

Open this with any text editor to change the settings

For single player the file is located in

AppData\Local\Outlaws\Saved\Config\WindowsNoEditor\GameUserSettings.ini

Settings

Below is a list of all the settings available in the ini file. There is a lot more information in this ini file but this is the section we're looking for:

Important NoteThe system will automatically delete the settings that are left default, so if you open the ini file it will likely not have this section at all if everything is default. This is normal. Simply add the required script line and any of the lines you wish to change from default, save the file and load up your game.

[/script/outlaws.outlawsgamemode] ExperienceHorseMultiplier = 1.0 ExperienceFarmingMuliplier = 1.0 ExperienceGatherMultiplier = 1.0 ExperienceCraftingMultiplier = 1.0 ExperienceCombatMultiplier = 1.0 PlayerThirstDrainMultiplier = 1.0 PlayerHealthRegenMultiplier = 1.0 PlayerStaminaRegenMultiplier = 1.0 PlayerHungerDrainMultiplier = 1.0 PlayerHealthStatMultiplier = 1.0 PlayerEnergyStatMultiplier = 1.0 PlayerThirstStatMultiplier = 1.0 PlayerHungerStatMultiplier = 1.0 PlayerTempStatMultiplier = 1.0 PlayerWeightStatMultiplier = 1.0 PlayerCombatStatMultiplier = 1.0 PlayerAccuracyStatMultiplier = 1.0 PlayerHealthStatCap = 100 PlayerEnergyStatCap = 100 PlayerThirstStatCap = 100 PlayerHungerStatCap = 100 PlayerTempStatCap = 100 PlayerWeightStatCap = 100 PlayerCombatStatCap = 100 PlayerAccuracyStatCap = 100 AnimalHealthRegenMultiplier = 1.0 AnimalStaminaRegenMultiplier = 1.0 AnimalHungerDrainMultiplier = 1.0 AnimalThirstDrainMultiplier = 1.0 ResourceNodeItemMultiplier = 1.0 FarmingGrowthTimeMultiplier = 1.0 FarmingWaterTimeMultiplier = 1.0 CraftingCostMultiplier = 1.0 ItemStackMultiplier = 1.0 DecayTimeMultiplier = 1.0 CostMultiplier = 1.0 SaleMultiplier = 1.0 DisableBuildSupport = 0

Changing any of the multipliers from 1.0 to anything else will adjust the rates to which that item is given. For example setting a gather multiplier to 2.0 will give twice as many items.

[/script/outlaws.outlawsgamemode]This is some required script text

ExperienceHorseMultiplier = 1.0Adjusts the rate a horse gains XP

ExperienceFarmingMuliplier = 1.0Adjusts the rate you get XP from farm plots

ExperienceGatherMultiplier = 1.0Adjusts the rate you get XP from gathering

ExperienceCraftingMultiplier = 1.0Adjusts the rate you get XP from crafting

ExperienceCombatMultiplier = 1.0Adjusts the rate you get XP from combat

PlayerThirstDrainMultiplier = 1.0Adjusts how quickly the thirst meter drops

PlayerHealthRegenMultiplier = 1.0Adjusts how quickly health is regenerated

PlayerStaminaRegenMultiplier = 1.0Adjusts how quickly stamina is regenerated

PlayerHungerDrainMultiplier = 1.0Adjusts how quickly the hunger meter drops

PlayerHealthStatMultiplier = 1.0Adjusts how much this stat gets changed with each skill point that's pumped

PlayerEnergyStatMultiplier = 1.0Adjusts how much this stat gets changed with each skill point that's pumped

PlayerThirstStatMultiplier = 1.0Adjusts how much this stat gets changed with each skill point that's pumped

PlayerHungerStatMultiplier = 1.0Adjusts how much this stat gets changed with each skill point that's pumped

PlayerTempStatMultiplier = 1.0Adjusts how much this stat gets changed with each skill point that's pumped

PlayerWeightStatMultiplier = 1.0Adjusts how much this stat gets changed with each skill point that's pumped

PlayerCombatStatMultiplier = 1.0Adjusts how much this stat gets changed with each skill point that's pumped

PlayerAccuracyStatMultiplier = 1.0Adjusts how much this stat gets changed with each skill point that's pumped

PlayerHealthStatCap = 100Sets the max number of skill points your can put into this stat

PlayerEnergyStatCap = 100Sets the max number of skill points your can put into this stat

PlayerThirstStatCap = 100Sets the max number of skill points your can put into this stat

PlayerHungerStatCap = 100Sets the max number of skill points your can put into this stat

PlayerTempStatCap = 100Sets the max number of skill points your can put into this stat

PlayerWeightStatCap = 100Sets the max number of skill points your can put into this stat

PlayerCombatStatCap = 100Sets the max number of skill points your can put into this stat

PlayerAccuracyStatCap = 100Sets the max number of skill points your can put into this stat

AnimalHealthRegenMultiplier = 1.0Adjusts how quickly animals regain health

AnimalStaminaRegenMultiplier = 1.0Adjusts how quickly animals regain stamina

AnimalHungerDrainMultiplier = 1.0Adjust how quickly an animal's hunger meter goes down

AnimalThirstDrainMultiplier = 1.0Adjust how quickly an animal's thirst meter goes down

ResourceNodeItemMultiplier = 1.0Adjusts the number of materials you get from a resource node

FarmingGrowthTimeMultiplier = 1.0Adjusts the time it takes for plants to grow in farm plots

FarmingWaterTimeMultiplier = 1.0Adjusts the water usage in farm plots

CraftingCostMultiplier = 1.0Adjusts the resource costs to craft items

ItemStackMultiplier = 1.0Adjusts the number of items that get stacked together

DecayTimeMultiplier = 1.0Adjusts decay timer, setting to 0 will disable decay timer. Setting it to 2.0 will double the decay time (to 28 days)

CostMultiplier = 1.0Adjusts the amount of money items will cost to buy

SaleMultiplier = 1.0Adjusts the amount of money items will cost to sell

DisableBuildSupport = 0Setting this to 1 will disable the support requirement when building

Source: https://steamcommunity.com/sharedfiles/filedetails/?id=1877895423					

More Outlaws of the Old West guilds