FortressCraft Evolved

FortressCraft Evolved

Tricky's Storage Hoppers
265 条留言
Maniac 8 月 24 日 上午 11:08 
Was there a way to enable the content sharing without using the interface of a hopper?
Pokeking 5 月 7 日 下午 3:58 
Great mod!
Wayno 2024 年 1 月 10 日 上午 6:23 
Can you please update this mod to auto open inventory when clicked?
Brewski- CaseGod- RETIRED 2023 年 10 月 2 日 下午 5:26 
where can i find the crafting recipes for these. I cannot figure out what materials it takes
Mad Vandal  [作者] 2021 年 12 月 25 日 上午 11:13 
Unfortunately those machines only work with the vanilla hoppers.
Nayzablade 2021 年 12 月 24 日 下午 9:44 
I can not get the 100 slot hopper to work with the Ore Thief, Organic thief or the Garbage Thief. It wont collect items from any of them.
Transendence 2021 年 8 月 3 日 上午 4:39 
been a while since i posted but been a while since i tryed some new stuffs. is it just me or is the lock hopper button brokin? ive tryed to setup modless worlds with just this mod to test it and the lock hopper button refuses to work. also when useing the 25 slot hopers next to a smelter with the outport full, the inport hoper will fill then the smelter will keep smelting or and it disapears. does not go anyware else. this does not happen when useing a normal hoper
SpookySunday 2021 年 2 月 4 日 上午 5:20 
I am in lategame Frozen Factory, but the hoppers that need chromed machine block and magnetic machine block as material still have "unknown material" as third material.
When do I unlock that?
Mythily 2021 年 1 月 4 日 上午 11:09 
I've made a mod that changes the recipes of this mod to address my issue below
https://psteamcommunity.yuanyoumao.com/sharedfiles/filedetails/?id=2348757490

If you want you can replace them so my mod isn't needed anymore :)
Mythily 2021 年 1 月 2 日 下午 3:15 
I think the recipes are too easy for what you get. All the hoppers are better than the vanilla ones thus they should be harder to craft (in my opinion).

25 crafts per two (why?)
75 and 100 same recipe
125 and 150 hopper same recipe
...

When I used this mod quite some time ago the recipes were much more reasonable than now and less "lazy".

I'm willing to help redoing them if needed.
Mad Vandal  [作者] 2020 年 11 月 4 日 下午 2:28 
lirammel - Is this dedicated server or single player? Unfortunately the only way to isolate such bugs is first look see if there is anything in output log and then I'd need a copy of the world from the AppData\LocalLow\ProjectorGames\FortressCraft\Worlds folder zipped up and put on a file dropbox/share site. Steam will nuke links so those will have to sent on the FortressCraft Discord channel.
lirammel 2020 年 10 月 31 日 上午 8:36 
I have started a new world with Tricky's hoppers and i have noticed items are being deleted after reloading the world from the hoppers, I have several half hoppers, and 25 slotters in use but items seem to be disapearing from them.
[BLG] DustyBandito 2020 年 9 月 2 日 上午 10:07 
i have unknown materials for all the hoppers and I am at cold caverns now. What am i missing?
LDL 2020 年 7 月 5 日 上午 10:00 
i made a suggestion in the pinned "suggestions here"
Wariat117 2020 年 3 月 26 日 上午 1:34 
Yeah I have seen the function
Mad Vandal  [作者] 2020 年 3 月 25 日 下午 8:50 
StorageMachineInterface.IterateContents((itemBase, state) =>
{
// Do something with itembase Then rreturn true to continue iterating, false to stop.
}, null);
Wariat117 2020 年 3 月 25 日 上午 12:22 
First time I hear about delegating something o-o
Thanks for info, I will try to mess with it later and see what happens
Mad Vandal  [作者] 2020 年 3 月 24 日 下午 5:38 
IterateContents takes function delegate parameter. The delegate has an ItemBase parameter and a bool return. The delegate get called for each item and repeats until you return false or there are no items. It has less overhead that TryExtractAny.
Wariat117 2020 年 3 月 21 日 下午 10:03 
It doesn't return the item tho (it returns void)
There is no reference/out either (so stuff won't come back at me)
How would I know what item to clone?
Mad Vandal  [作者] 2020 年 3 月 21 日 上午 11:57 
The correct method to use for this is IterateContents.
Wariat117 2020 年 3 月 20 日 下午 2:25 
Isn't it "100 Slot Storage Hopper"?
Videogamemasterzach 2020 年 3 月 20 日 下午 2:20 
not sure if this is the right spot but question i want to make one of the 2000 item one type hoppers however the top material on the list says unknown could someone please post a recipe or something for it?thanks
Wariat117 2020 年 3 月 19 日 上午 6:22 
Well, I have just realized I can simply extract 1 + input it back and it works
Wariat117 2020 年 3 月 19 日 上午 2:49 
I currently work around it with "TryExtractAny(GAC, 1, out itemBase);"
but because of that remove-only hoppers are no go because it eats stuff that is inside
Wariat117 2020 年 3 月 19 日 上午 12:21 
Hi,
Is there any reason why hoppers prevent extracting of "0" items?

My universal cloning machine uses "TryExtractAny(GAC, 0, out itemBase);"
I need the "itemBase" to determine what's inside of hopper (to clone it), but don't need to actually extract anything (maybe there is other method that allows me to achieve that?)

1 Person reported that your hoppers don't work and when I looked into code I see
if (num2 == 4294967295u)
{
bool flag2 = inventoryStack.ItemType == ItemType.ItemCubeStack || inventoryStack.ItemType == ItemType.ItemStack;
if ((flag2 && count >= minimumAmount && maximumAmount > 0) || (!flag2 && count > 0 && minimumAmount <= 1 && maximumAmount > 0))
{
num2 = num4;
}
}
"maximumAmount > 0" but "maximumAmount=0=minimumAmount" so num2 stays 4294967295u

later in code it returns null item if(num2 == 4294967295u)
Mad Vandal  [作者] 2020 年 1 月 11 日 下午 8:10 
Verbose logging has been turned on temporarily with the last update to try and track down an issue. This will significantly increase the amount of logging done. If this becomes a serious problem then post a note on here and I'll roll it back.
Mad Vandal  [作者] 2020 年 1 月 10 日 下午 6:43 
Apparently there is some issue with hosted. I'll try to find the cause but it may be difficult as I can't debug or test a hosted setup.
Nowbob 2020 年 1 月 10 日 下午 6:33 
I'm experiencing a similar bug to brehmluke. I'm hosting and I'm playing with one other friend. The thing that makes it so only HE can't pull items from hoppers (I am always able to) is when a hopper is configured to ADD ONLY right next to a construction paste maker. He can pull items from other hoppers that are next to things such as mass storage outputs or hoppers not attached to anything at all. A fix we found was placing a conveyor between the construction paste maker and hopper, and having the conveyor feed the hopper, then my friend was able to pull items out just fine. The only other mod we have is the 1024 multiplayer elevator mod.
Mad Vandal  [作者] 2019 年 10 月 9 日 上午 4:55 
Bremluke: Could you post a zip of your world? That might be faster. Are you on the FC Discord?
Mad Vandal  [作者] 2019 年 10 月 9 日 上午 4:43 
Brehmluke: Unfortunately many mods don't get tested on dedicated.. I would recommend turning off the ones that touch things inventory/stacking relating first. I'll try some more tests with some of those, but if you can narrow down a group I can find the culprit and recreate it, I can then see if there's a way to change this mod to avoid it. You can make a backup of your World folder during this and restore it after in case things get messy.
brehmluke 2019 年 10 月 8 日 下午 8:24 
I've been putting Tin/Copper/Iron Bars in and also the output of the smelter will do the same. I'll do some mod testing conflicts and see which one it is. Thanks for checking it out!
Mad Vandal  [作者] 2019 年 10 月 7 日 上午 5:08 
brehmluke: I can't reproduce this issue so we're down to some kind of conflict with another mod that changes item types and/or stacking improperly. What item is being put in the hopper? Does it work with something generic like rock or ore?
brehmluke 2019 年 10 月 6 日 下午 6:31 
Thanks!
I checked the log file and I can see myself putting copper into the bin but I don't see a log entry when I try to remove the completed product.
Also with further testing I found that if I put an item into the bin then I can remove it. If a machine(vanilla) puts the item in the bin then I can't remove it.
Here is a link to both log files in case you need them:
https://drive.google.com/open?id=1bSLBwF_2QD7j8lWZxGj-vgDZRmeRTFou
Mad Vandal  [作者] 2019 年 10 月 6 日 下午 3:51 
Brehmluke: I'll try re-testing dedicated Monday morning. I may need the output_log.txt files from the server and client from right after the extraction fails.
brehmluke 2019 年 10 月 4 日 下午 7:39 
Installing the mod isn't my issue, I have the mod installed but I can't remove items from Tricky Hoppers. The only way I can get items out is by deconstructing them. Q doesn't work and neither does opening the interface and clicking the item.
This is the post I was talking about, its in the discussions area: https://psteamcommunity.yuanyoumao.com/workshop/filedetails/discussion/723274251/366298942110804174/
Mad Vandal  [作者] 2019 年 10 月 4 日 下午 3:20 
brehmluke: What post? Mods needs to be manually installed on dedicated servers in the folder described in the modding PDF located in C:\Program Files (x86)\Steam\steamapps\common\FortressCraft\64\Default
brehmluke 2019 年 10 月 2 日 下午 7:05 
What has to be done to use these in dedicated multiplayer?
I tried doing what the post said but it completely broke the mod.
I can build the hoppers in multiplayer but I can't remove items from them.
Mad Vandal  [作者] 2019 年 5 月 8 日 下午 8:08 
Custom how?
Toby.Tcg 2019 年 5 月 5 日 下午 1:22 
How would i go about making a custom hopper?
Mad Vandal  [作者] 2019 年 1 月 6 日 上午 10:03 
You have to dig through the Steam folder workshop contents for the mod ID in the URL to find the manufactuer XML. Bit baffled how you can be mid game and not have gold foil/titanium housing intermediates.
Spectral Nightfall 2019 年 1 月 5 日 下午 4:46 
Question, where can the current recipies be found? I'm looking to make any storage over 100 units and have safely hit midgame but still have not learned the last ingridient for 125+ chests, and really want void and massive storage
Mad Vandal  [作者] 2018 年 12 月 17 日 下午 5:24 
That worked. Updated.
DoubleStyx 2018 年 12 月 17 日 上午 6:50 
Fixed the issue. Updated link. [drive.google.com]
Mad Vandal  [作者] 2018 年 12 月 17 日 上午 5:28 
GamingComet - The posted file fails the recipe validation check.
Failed to load recipe. Unknown item or cube cost: [Tricky.200SlotHopperx] for recipe: [Tricky.3000SlotHopperx]
DoubleStyx 2018 年 12 月 15 日 下午 4:39 
I've been playing through a new world with this mod. I've revised the recipes a bit further. Here are the changes:
1. Nearly all crafting costs are now proportional to hopper size, with one or two exceptions.
2. All recipes have been redone to simplify crafting. Fewer stages are required for crafting the highest-tier hoppers, and all hoppers now require a smaller variety of crafting materials.
3. Each tier of hopper requires researching their respective research projects (e.g., T1_start). This will keep the Storage section of the Manufacturing Plant free from hoppers that can't be crafted yet.
Link here. [drive.google.com]
Mad Vandal  [作者] 2018 年 12 月 13 日 下午 4:07 
These hopper have a cheaty speed on them over vanilla.
The Chosen One 2018 年 12 月 13 日 下午 2:55 
Is there a reason why the 100 hopper is so much more expensive (relative) to the original 100 hopper in the game?
DoubleStyx 2018 年 12 月 5 日 上午 9:34 
No problem! As I'm playing through a new world, I'm looking for any recipes that are too cheap or expensive. So far, they look quite balanced.
Robert 2018 年 12 月 4 日 下午 9:41 
Thanks for the recipe changes! First I was a bit mad because my automated setups for building the hoppers stopped working, but the new recipes make much more sense now.
Mad Vandal  [作者] 2018 年 12 月 2 日 下午 4:07 
Thanks GamingComet, this is looks alot more balanced. The original recipes were somewhat insane.