Winjin wrote: ↑Sat Jan 18, 2020 8:41 pm
Hi, I've played my fair share of Stardew Valley, so I get the overall idea how that works, but thanks for the heads up! However, I love playing around with stuff put in these tables, sometimes they offer the most interesting options - that's why I'd love to have a sort of a ReadMe to it.
Say, as I mentioned, can't seem to find how to edit friendship values. Also, the "All Slots Unlocked" doesn't seem to work for me - it renders all of the slots locked, actually, even though I can still see stuff inside. And the NoMaterialRequirement seems to do the same thing. What's the diff between +Inf Stamina and +Inf SP? There are three different Instant Crafting options, and while this is Awesome, what's the diff and what would happen if I were to put two-three on? Or say there's JumpAction - I didn't seem to notice any difference in jumps when I tried that)
Hi Winjin
I understand what you are saying and I apologize for the lack of "clear" explanations on the scripts features. This is certainly one (if not the one) of the negative points of the table, in addition with scripts' naming. But I may have an explanation of this, if I could say so - In fact, when I make a table for a game, I am more in a dynamic of a simple sharing of discovery than a 'table' making, technically speaking. So all technically speaking conventions are not respected
and I am so sorry for this.
Another thing to know is that I started with this table since the first beginnings of the game, so the scripts have evolved enormously and others have also emerged. There were also other members who participated in this 'sharing' which made this table so rich. So the explanations on their functioning (of these scripts) were given as a new script came out or an old one hes been fixed or rewritten. To realize the evaluation of the table, you must read all the comments from the beginning.
The biggest obstacle was to make the table work on most of the machines (intel, amd) as I do not have the same machine as others and that the way I had made the table was more oriented for a personal use. In fact, the game is using mono and JIT (Just In Time) compilation, one of its features, and as the game is generating the code at run-time, depending of the system, the code will be generate a little bit differently. It is for this reason that you can read in some comments people say that one or more scripts do not work for them whereas here they work very well. But recently, I was advised to use the 'aobscanregion' method in unity games to improve compatibility with other systems. And that's what I did with the last table update.