mick00587 Posted August 9, 2018 Share Posted August 9, 2018 Hello.As the title says, i can't supply blood in the provision screen.I have modded my game to make it easier : i'm using the 3 trinckets mod + bigger inventory mod with increase stack size.I think one of this mod mess somehow with the blood provision, but i can't find a faulty line. Any kind soul could point me to the right file to modify? I have already check the crimson court file for the blood (the file name : crimson_court.estate.inventory.items.darkest) and i see this line :inventory_item: .type "estate" .id "the_blood" .base_stack_limit 6 .purchase_gold_value 0 .sell_gold_value 0 .estate_can_be_provision true .tutorial_id "the_blood" I guess the "can be provision" tag at true is ok, so i don't really know what to do ... Thank you for your (hopefully :p) help Link to comment Share on other sites More sharing options...
teguri Posted February 27, 2019 Share Posted February 27, 2019 Just in case anyone is looking back at this wondering "how do I make this work", with more provisions available you need to increase the provision limit with a *.inventory.system_configs.darkest file in your mod under the /inventory/ folder. Specifically the below line will let them show up:inventory_system_config: .type "provision" .max_slots 32 .use_stack_limits false Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now