Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
@JOBL1N - I haven't tested it in build 42, I've only messed around a little in unstable so far with no mods at all. If you find that it works there as well, or not at all, that'd be good to know. Personally I was waiting for build 42 to mature a bit before looking at modding for it, considering the amount of changes from 41, and the amount still coming out with each patch.
@boxchat, it's doable, this method just leaves space for modders to add as many different materials or tools as they want to *any* recipes, because the problem is a general one, just brought to light by adding tons of extra rippable clothing first.
This is all to say, I won't be creating a more targeted fix personally, but I certainly have no objections to you using this mod as a jumping-off point for one of your own if you find it useful as such.
@Tnaz.v I'm not going through those mods for you, as I certainly can't tell you which one is best, because that's a subjective question that depends on what you're trying to accomplish.
I *can* say that this mod replaces the function ISRecipeTooltip.layoutContents and will either cause or have issues with any other mod that does the same, which probably includes mods that serve the same function as this one.
The best mods that should be vanilla!!
https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=2611723883
https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=2798170078
https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=3002336479
https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=3122080147
You hit on my reasoning exactly, if I'm clicking "craft now" I want to know what i'm using "now".
This also makes it easier to add in more recipes for other stuff without them also acquiring the stutter we've seen from high-quantity clothing mods, "Craft Spear" is actually a good potential example, considering all the sharp items you can craft them with in Vanilla already, I can imagine an "I Love Sharp Objects" style of mod raising that number significantly. :D
The key difference of your mod from these other fix-'Rip Clothing'/ 'Craft Sheet Ropes'-mods is the "only show materials that the player has available" function.
^This is actually sensible thinking about it because the Crafting UI exists if one requires knowing all possible crafting materials in the recipe.
[Correct me if i'm wrong but since this affects the hover tooltip for all recipes(?), and your mod "does change the vanilla behavior by not showing all the potential recipe materials you don't have", so one probable case where users might experience a "loss of vanilla information" is in the "Crafted Spear" recipe tooltip.
i.e. In vanilla, the "sharpening/ whittling" ingredients (chipped stone, hunting knife etc) would all be listed regardless of availability to you. A newer player or someone unfamiliar with the recipe might benefit from the knowledge of what other tools they could have used.
Cont...
i.e. "Hey! I didn't know I could use a Stone Knife to craft a spear".]
This is a non-issue for the 'Rip Clothing' & 'Sheet Ropes' recipes as they are simpler and have less nuance regarding additional helpful information (info re:other tools you can use in X recipe)].
Bearing
Thank you for your explanations & information.
My only changes are adding a conditional block around the insert statement, and commenting out the table sort, lines 129-139 altogether, everything else is simply copied over from the vanilla code.
Limiting the overall list like they have(chunking, basically) feels like a premature optimization for the fix I've implemented, as standing on all 400+ types of clothing would still not require stuffing them all in a temporary table and then sorting them again on top of that, not that I've stood on such a pile yet to test.
I do think this is an overall better solution than the "AutheticZ Stutter Fix", and I say that with full credit to AuthenticZ Lite for highlighting the flaw in the vanilla code by adding a ton of clothing. :D
Where you aware of this iteration/ attempt to fix the 'Rip Clothing'/ 'Craft Sheet Ropes' lag?
'FixTooltipLag'(2915430406)
I just wanted to let you know about ^ this one just in case you were not aware of it and if it might help/ inform your fix.