Jump to content

tacman1981

Creator
  • Posts

    396
  • Joined

  • Last visited

Everything posted by tacman1981

  1. ive seen it happening after exploring my live server logs. is there any complaints about it not working after this error? this particular output is the output in the "catch" but it should have been followed by an error type as in {ex.Message} which is blank in my findings too.
  2. ok, this patch requires adding as an update, so there is no more conflicts with loottable and random items being unstackable inside upgraded furnaces. it stopped happening once i added the above patch, should also be universal to fix all stacking issues across the board.
  3. i guess this is when the christmas drops happen maybe?
  4. tacman1981

    IQAlcoholFarm

    Is it possible that we can get a fix for stacks when plugins are limited to a specific amount, with no wiggle room? When buying from Ivan and choosing more than 1 jug, for example, it will still only give a single jug due to limitations of the stacks. What i propose is, checking the max stack size and giving them either in singles or just refuse the UI to increase for items with stack size 1.
  5. it doesnt let players connect, since the mod never finishes loading, due to the lack of said config file i do not want loading screen messages, but im forced to make a config file just to get the basic functionality that i bought it for
  6. so now because of changes you added, i am no longer able to use it, since you no longer support the basic version that i want
  7. it does not create the config that it looks for, resulting in the DirectoryNotFoundException.
  8. its hard to know for sure. I had to modify it to stop conflict with loot table plugin stacking. I have given the developer the modification I used so maybe it will be fixed to work with all of them at some point.
  9. ok, its been almost 2 weeks and i have no more reports or visual observations where the stacks are splitting at random. this is definitely the fix for the stacking issue
  10. tacman1981

    Unity Error

    Changed Status from No Response to Fixed Changed Fixed In from 2.1.0 to 2.1.2
  11. Changed Status from Work in Progress to Fixed Changed Fixed In from 2.1.1 to 2.1.2
  12. Changed Status from Fixed to Work in Progress Changed Fixed In from 2.1.0 to 2.1.1
  13. hopefully 2.1.1 fixes this issue.
  14. tacman1981

    Unity Error

    Changed Status from Can't Reproduce to No Response
  15. tacman1981

    Unity Error

    Changed Fixed In from Next Version to 2.1.0
  16. tacman1981

    Unity Error

    Changed Status from Pending to Can't Reproduce Changed Fixed In to Next Version
  17. Changed Status from Can't Reproduce to Fixed Changed Fixed In from 1.6.0 to 2.1.0
  18. this should have been fixed in the latest version
  19. tacman1981

    Unity Error

    does this happen regularly? ive done some testing and cant replicate it. do you use any custom crate types in config?
  20. private object CanStackItem(Item source, Item target) { if (source == null || target == null) return null; if (!_furnacesData.ContainsKey(source.uid.Value) || !_furnacesData.ContainsKey(target.uid.Value)) { return null; } else { return false; } return null; } I basically flipped your check to prevent the conflict, so far so good.
  21. it is still doing this, quite regularly. it affects the furnace output by making a new stack of cooked ore, that wont stack with the others. when it happens more than once, the furnace stops because its no longer able to place a cooked item into the furnace output, dumping it on the ground and switching off the furnace. this is a serious issue and cant remain ignored.
  22. it doesnt work in a lot of plugins since it is a whole new class that is handling just the wolf2. we just have to wait for newguy to update it i guess
  23. Calling hook CanCombineDroppedItem resulted in a conflict between the following plugins: Loottable - True (Boolean), FurnaceUpgrades (False (Boolean)) it often leaves smaller stacks of things like metal frags, or charcoal in a furnace, which will not stack on top of the same item. 1 player even reported that their picked up furnace, went onto a skinned door stack.
  24. Calling hook CanCombineDroppedItem resulted in a conflict between the following plugins: Loottable - True (Boolean), FurnaceUpgrades (False (Boolean)) i will post it to the furnace upgrades plugin too. this often leaves small stacks of items that cant be put into larger stacks of the same item.

About Us

Codefling is the largest marketplace for plugins, maps, tools, and more, making it easy for customers to discover new content and for creators to monetize their work.

Downloads
2.7m
Total downloads
Customers
11.5k
Customers served
Files Sold
164.3k
Total sales
Payments
3.5m
Processed total
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.