File information

Last updated

Original upload

Created by

KenUaena

Uploaded by

kenuaena

Virus scan

Some manually verified files

About this mod

Bigger Stack Size, More Storage Space. Uncap Server Settings and More

Requirements
Permissions and credits
Mirrors
Changelogs
Donations
Since there are demand on mix & match features of this mod, I don't think I can keep adding more and more kfc to the files since it's getting kinda heavy already.
I decide to make a quick patcher so people can just adjust whatever they want and update their own server KFC as soon as new patch drop (hopefully it will keep working :v)

You can download the Patcher  in Files  (seems like executable is blocked on Nexus) or visit Github link for it:
Enshrouded Patcher Github

Quick Guide on how to use the Patcher



Important:

DO NOT USE
Modded KFC with Patcher
Modded KFC is for people who doesn't know how to use Patcher
Patcher only run on non-modified KFC
Only pick either use Patcher or use Modded KFC
Recommend to use Patcher so you don't relies on me update new modded KFC in the future

Most of the features are server side (only server need to be modded) - except a few features requires modded client

Features

  • Custom stack size
  • Custom storage slot count
  • Custom player max level
  • Custom item max level
  • Custom mana cost
  • Custom spell cast time
  • Custom axe wood damage
  • Custom Pickaxe Mining distance
  • Remove build limit
  • Custom fall distance threshold
  • Toggle regrowable plant
  • Custom fog of war range
  • Toggle factory inventory access - include craft station resource like magic chest
  • Better wand projectiles
  • Custom chest max random slot
  • More resource from mining terrain
  • Uncap dedicated server settings - allow you to exceed the threshold of enshrouded_server.json
  • Custom altar limit - more altar per flame level
  • Custom skill points per level
  • Custom skill points from clearing root / elixir wells
  • Remove food buff reapply cooldown
  • More breakable buildings
  • Stronger updraft skills
  • Enable fast travel to most markers
  • Creative Mode - unlock most recipes / craft with no cost



Instruction

Follow the Github Readme:
- download the patcher here
- download kfc-parser here, put both of them in same folder
- make a copy of .env.sample -> .env
- the folder should looks like this

- modify .env file as you need (update the game folder)
- ensure that the `enshrouded.kfc` or `enshrouded_server.kfc` in your game folder is the non-modified version, if you've already modified it, just remove and do Steam verify integrity to obtain a fresh one before running this patch
- run the enshrouded-patcher and hope nothing break :D
- the `enshrouded.kfc` or `enshrouded_server.kfc` in the game folder should be patched after this (and a .bak created, in case you want to revert it)
- not familiar with packaging the executable so let me know if you cannot run it - I just google it lolz (package the js file with pkg)
- Note: If the game update later, you might want to remove the .bak file, update the game, then rerun the patcher - else the patcher will keep re-use the backup file


Note: For Dedicated Server, if you host on a service, you might need to download the Steam Dedicated files on your local, run the patch, then upload the modded kfc to your server

Sample .env

Spoiler:  
Show

# By modded client, I mean you need to run the patcher on your game client
# You don't need to do this if you're hosting on non-dedicated server since your client is your server

# Enshrouded game folder or dedicated server folder
GAME_DIR=E:/Games/Steam/steamapps/common/Enshrouded/

# Adjust stack size
ADJUST_STACK_SIZE=true
MOD_STACK_SIZE=65000

# Adjust storage slots count to double the original, cap at 88 slots
# Need to rebuild the storage to get the new slots
# This slot size persist even if you remove the mod later
ADJUST_SLOT_COUNT=true

# Unlock server settings cap for dedicated server
# Max 10, min 0.1
ADJUST_MIN_MAX_SERVER_SETTINGS=true

# Adjust player max level to 100 - not tested since I'm not there yet
ADJUST_PLAYER_MAX_LEVEL=false
MOD_MAX_LEVEL=100

# Adjust item max level to 100 - seems to only few crafted items
ADJUST_ITEM_MAX_LEVEL=false
MOD_MAX_ITEM_LEVEL=100

# Adjust pickaxe mining range - default is 5
ADJUST_PICKAXE_MINING_RANGE=false
MOD_PICKAXE_MINING_RANGE=10

# Adjust skill points per level to 4 - you can reset all skills and start to allocate them again to get the new missed skill points
# You need modded client to see the correct skill points text
ADJUST_SKILL_POINTS_PER_LEVEL=false
MOD_SKILL_POINTS_PER_LEVEL=4

# Adjust skill points for killing Root/Elixir Wells to double the original
# You need modded client to see the correct skill points earned
ADJUST_SKILL_POINTS_PER_ROOT=false
MOD_SKILL_POINTS_PER_ROOT_FACTOR=2

# Adjust spell mana cost to 20% of original cost
# Note: the correct mana cost won't show unless you have the modded client version - not needed for effect, just for visual
ADJUST_MANA_COST=false
MOD_MANA_COST_FACTOR=0.2

# Adjust spell cast time to 20% of original time, cap at 0.2 seconds
# Note: the correct cast time text won't show unless you have the modded client version - not needed for effect, just for visual
ADJUST_SPELL_CAST_TIME=false
MOD_SPELL_CAST_TIME_FACTOR=0.2

# Increase axe damage on wood x 3
ADJUST_WOOD_DAMAGE=false
MOD_WOOD_DAMAGE_FACTOR=3

# Attempt to remove build zone limit, you can place your altar anywhere
# Adjust Y axis (height) of buildzone per altar level to max 160 for any level
# Note: The stuff you build within no build zone might get wipe on server update (since the game update and auto-start the server with original settings)
UNBLOCK_BUILD_LIMIT=false

# Attempt to adjust fall distance to double, lethal fall threshold to triple
ADJUST_FALL_DISTANCE=false

# Make most harvestable plants regrowable, aloe vera are not included
ADJUST_REGROWABLE=false

# Attempt to make aloe vera regrowable
ADJUST_REGROWABLE_ALOE=false

# Attempt to make inventory of Factory counted like magic chest
# This won't work if you don't have the modded client
# This will cause quick add action in factory limit to max 10 items in queue
ADJUST_FACTORY_INVENTORY_ACCESS=false

# Attempt to make wand projectile faster and have longer range
ADJUST_PROJECTILE_TURN_SPEED=false

# Add random slot when opening chest to 5 (original 1 to 3)
# max is 5 I think
# You can get up to 5 random items from a chest
ADJUST_CHEST_RANDOM_SLOT=false
MOD_CHEST_RANDOM_MAX_SLOT=5

# Get more resource from terrain mining (ore, stone, clay, etc)
# Higher the factor, the more resource you get
# It will be cap at exchange rate cap if value is higher than cap after calculation
# lowest cap number is 1
ADJUST_TERRAIN_EXCHANGE_RATE=false
MOD_TERRAIN_EXCHANGE_RATE_REDUCE_FACTOR=6
MOD_TERRAIN_EXCHANGE_RATE_CAP=3


# Increase alter limit when upgrade flame level, x6 original limit, cap at 60
# Note: the correct limit text won't show unless you have the modded client version - not needed for effect, just for visual
# You will something like `Limit: 30/11` if you don't have the modded client
ADJUST_ALTAR_LIMIT=false
MOD_ALTAR_LIMIT_FACTOR=6

# Remove food buff reapply limit, you can re-buff anytime
ADJUST_FOOD_BUFF_REAPPLY=false

# Attempt to make all building breakable
ADJUST_TERRAFORMING_RESOURCE=false

# Make updrafts more powerful, you can fly higher with no mana cost
ADJUST_UPDRAFT=false
MOD_UPDRAFT_STRENGTH_FACTOR=2

# Attempt to make most map markers (that is not custom) fast travel-able
# Note: this requires the modded client to work
ENABLE_ALL_MARKER_FAST_TRAVEL=false

# Make player discover fog of war range bigger (roughly x5 original)
ADJUST_FOG_OF_WAR_RANGE=false
MOD_FOG_OF_WAR_RANGE_FACTOR=5

# Attempt to create creative mode
# Unlock most recipes, no crafting cost
# Not recommend for normal playthrough, only for creative people who finished the game and just want to build stuff
ENABLE_CREATIVE_MODE=false

# Just some personal stuff for my own server
# Adjust time needed per instrument until max buff to 50% of original
# Adjust maximum instruments counted for comfort to 10x original
# Adjust maximum total music comfort buff to 10x original
ADJUST_BALANCING_PERSONAL=false



Old Notes (For Modded 
This mod increase stack size of stackable item to 65,000 (max amount allowed)

Storage Slots for all storage is double (only affect newly build storage, existing one remain the same)
- Max slot capped at 88 - anything above this seems to go off the screen

Server settings (enshrouded_server.json) is uncapped - so you can adjust as you need - This included in all versions
- For factor related settings, min: 0.1 - max: 10.0 (previously min: 0.25 - max: 2 to 4)
- For duration settings (any settings end with Duration), max duration x 10, min duration x 0.1

[Versions]

* Added a version with Stack Size only

* Added a version with Farm Plant auto Replant (only apply to non-Trees seedling)
- Plant will auto replant after Harvest - no more tedious replanting for OCD people :D 
- To prevent player from accidentally Repot the seedling after Harvest (since it becomes seed again after Harvest), I disabled all the Repot action
- In order to remove the seed, you need to destroy it (attack it or just use Axe tool)

* Added a version with Terrain Output Multiplier
- You should get more resource when mining resource node

Disclaimer
I mod this mainly for my own server, just want to share it out so other can use it if they want it :)


Installation
For Dedicated Server
Backup your server existing enshrouded_server.kfc
Replace dedicated server enshrouded_server.kfc with the downloaded file - should affect all players joining your server

For Non-Dedicated / Private Host Server (Not tested, since I only play with Dedicated version - but should work)
Backup your game existing enshrouded.kfc
Replace game enshrouded.kfc with the downloaded file - should affect all players joining your server
Custom storage slot countCustom storage slot count
Custom storage slot count