Platform: Steam
Game Version: Patch 21 June 2024
Mod Version: v1.0
Configurable Mods
1. Wage Multiplier - Set wage / cost multiplier for all Working Stations, either Crafting or Adventure. Set to 0 for free wage.
2. Time Control Multiplier - Multiplier for game speed x1/x2/x3.
3. Broken Ability Limit - Increase HP limit to 99,999 and other attributes limit to 9,999.
4. Attribute Gain Multiplier - Attribute gain multiplier from crafting.
5. Exp Multiplier - Exp gain multiplier from adventures.
6. Drop Multiplier - Additional item drop multiplier in adventure.
2. Time Control Multiplier - Multiplier for game speed x1/x2/x3.
3. Broken Ability Limit - Increase HP limit to 99,999 and other attributes limit to 9,999.
4. Attribute Gain Multiplier - Attribute gain multiplier from crafting.
5. Exp Multiplier - Exp gain multiplier from adventures.
6. Drop Multiplier - Additional item drop multiplier in adventure.
See the password
Installation
1. Download [Link]
2. Extract it on the root game folder (Steam\steamapps\common\Cultivation Fantasy)
3. Create "plugins" folder on the BepInEx folder (the path should be <root game>\BepInEx\plugins
4. Drop CultivationFantasyMods.dll to the created "plugins" folder
5. Run the game to let BepInEx create config folder and files automatically
6. Close the game
7. Open generated mod config file "com.mahdidul.cultivationfantasymods.cfg" on <root game>\BepInEx\config
8. Edit values to your liking and save it
9. Re-run the game. Now the mod should be configured.
2. Extract it on the root game folder (Steam\steamapps\common\Cultivation Fantasy)
3. Create "plugins" folder on the BepInEx folder (the path should be <root game>\BepInEx\plugins
4. Drop CultivationFantasyMods.dll to the created "plugins" folder
5. Run the game to let BepInEx create config folder and files automatically
6. Close the game
7. Open generated mod config file "com.mahdidul.cultivationfantasymods.cfg" on <root game>\BepInEx\config
8. Edit values to your liking and save it
9. Re-run the game. Now the mod should be configured.
Sample config file
Code: Select all
## Settings file was created by plugin mahdidul - Cultivation Fantasy Mods v1.0
## Plugin GUID: com.mahdidul.cultivationfantasymods
[Adventure]
## Exp Multiplier. Default: 1
# Setting type: Int32
# Default value: 1
ExpMultiplier = 1
## Drop Multiplier. Default: 1
# Setting type: Int32
# Default value: 1
DropMultiplier = 1
[Crafting]
## AttributeGainMultiplier. Default: 1
# Setting type: Int32
# Default value: 1
AttributeGainMultiplier = 1
[General]
## Enable or disable the mod entirely. Default value: true
# Setting type: Boolean
# Default value: true
IsEnable = true
[Global]
## Set wage / cost multiplier for all Working Stations, either Crafting or Adventure.
## Default: 1
# Setting type: Int32
# Default value: 1
WageMultiplier = 1
## Multiplier for time control.
## Handle it carefully! If you set too high might break your save file!
## Recommended values: 1.0 - 8.0
## Default: 1.0
# Setting type: Single
# Default value: 1
TimeControlMultiplier = 1
## Increase HP limit to 99,999 and other attributes limit to 9,999.
## Default: false
# Setting type: Boolean
# Default value: false
BrokenAbilityLimit = false