Mods / Big Stack Fix
Category:
#Tweak
Author: Memespren
Side: Client
Created: Aug 20th 2022 at 11:18 PM
Last modified: Aug 27th 2022 at 4:43 PM
Downloads: 727
Follow Unfollow 5
Author: Memespren
Side: Client
Created: Aug 20th 2022 at 11:18 PM
Last modified: Aug 27th 2022 at 4:43 PM
Downloads: 727
Follow Unfollow 5
Latest file for v1.17.0:
BigStackFix.cs
1-click install
Replaces the item stack renderer for all items to display stack sizes beyond 9999. May overwrite other mods' renderers, if any conflicts are found they will be listed below.
Intended for use with Cosmosis (https://mods.vintagestory.at/cosmosis)
Mod Conflicts (If you discover a conflict, post a comment and I will add it to the list)
- None so far :)
I am aware of some of the issues that have been reported regarding this mod. Since I have resumed development I will try and track down why the mod does not work for some people. In the meantime if the mod does not work for you it is fine to use Cosmosis without it.
Version | For Game version | Downloads | Release date | Changelog | Download | 1-click mod install* |
---|---|---|---|---|---|---|
v1.1.0 | 447 | Aug 27th 2022 at 4:43 PM | Show | BigStackFix.cs | Install now | |
v1.0.0 | 259 | Aug 20th 2022 at 11:21 PM | Show | BigStackFix.cs | Install now |
I've fixed this mod for use in 1.18.6. Not sure if I can release it or not, though, as the mod has no license.
Edit: released here
1.17 Not working
Yeah along with what Memespren said, as of 1.17 the game doesn't even recognized this mod as installed :c says "Unable to recognize" under the mods tab and has it dimmed out.
Still same probleme. Compile it into a dll please or do something else, this mod just don't work for me.π
@Desamandre Hmm, I'll have to see what I can do about that. If need be I will just compile it myself and post it as a dll
Version 1.1.0 in game 1.16.5, single player. I installed it in a fresh data directory with no other mods to make sure something else wasn't somehow glitching it. The following is copied from client-main.txt
28.8.2022 19:46:32 [Error] [BigStackFix.cs] Compiler errors during compilation:
28.8.2022 19:46:32 [Error] [BigStackFix.cs] :\Users\user\AppData\Roaming\VintagestoryData\Mods\BigStackFix.cs(56): Invalid expression term '[' [CS1525]
28.8.2022 19:46:32 [Error] [BigStackFix.cs] :\Users\user\AppData\Roaming\VintagestoryData\Mods\BigStackFix.cs(56): Syntax error, ':' expected [CS1003]
28.8.2022 19:46:32 [Error] [BigStackFix.cs] :\Users\user\AppData\Roaming\VintagestoryData\Mods\BigStackFix.cs(56): ; expected [CS1002]
28.8.2022 19:46:32 [Error] [BigStackFix.cs] :\Users\user\AppData\Roaming\VintagestoryData\Mods\BigStackFix.cs(56): Invalid expression term ']' [CS1525]
28.8.2022 19:46:32 [Error] [BigStackFix.cs] :\Users\user\AppData\Roaming\VintagestoryData\Mods\BigStackFix.cs(56): ; expected [CS1002]
28.8.2022 19:46:32 [Error] [BigStackFix.cs] :\Users\user\AppData\Roaming\VintagestoryData\Mods\BigStackFix.cs(56): Invalid expression term ')' [CS1525]
28.8.2022 19:46:32 [Error] [BigStackFix.cs] :\Users\user\AppData\Roaming\VintagestoryData\Mods\BigStackFix.cs(56): ; expected [CS1002]
28.8.2022 19:46:32 [Error] [BigStackFix.cs] :\Users\user\AppData\Roaming\VintagestoryData\Mods\BigStackFix.cs(58): Invalid expression term 'else' [CS1525]
28.8.2022 19:46:32 [Error] [BigStackFix.cs] :\Users\user\AppData\Roaming\VintagestoryData\Mods\BigStackFix.cs(58): ; expected [CS1002]
28.8.2022 19:46:32 [Error] [BigStackFix.cs] :\Users\user\AppData\Roaming\VintagestoryData\Mods\BigStackFix.cs(115): ) expected [CS1026]
28.8.2022 19:46:32 [Error] [BigStackFix.cs] :\Users\user\AppData\Roaming\VintagestoryData\Mods\BigStackFix.cs(115): ; expected [CS1002]
28.8.2022 19:46:32 [Error] [BigStackFix.cs] :\Users\user\AppData\Roaming\VintagestoryData\Mods\BigStackFix.cs(115): Invalid expression term ')' [CS1525]
28.8.2022 19:46:32 [Error] [BigStackFix.cs] :\Users\user\AppData\Roaming\VintagestoryData\Mods\BigStackFix.cs(115): ; expected [CS1002]
28.8.2022 19:46:32 [Error] [BigStackFix.cs] :\Users\user\AppData\Roaming\VintagestoryData\Mods\BigStackFix.cs(115): Invalid expression term ')' [CS1525]
28.8.2022 19:46:32 [Error] [BigStackFix.cs] :\Users\user\AppData\Roaming\VintagestoryData\Mods\BigStackFix.cs(115): ; expected [CS1002]
28.8.2022 19:46:32 [Error] [BigStackFix.cs] An exception was thrown when trying to load assembly:
System.Exception: Could not compile from source files due to errors
at Vintagestory.Common.ModCompilationContext.CompileFromFiles(ModContainer mod, IEnumerable`1 paths)
at Vintagestory.Common.ModContainer.LoadAssembly(ModCompilationContext compilationContext, ModAssemblyLoader loader)
Edit:
Funny. I can compile the file into a dll with VSCode using Copygirl's VSCode template (found in the wiki) and it loads fine with no error. I know enough C# to get in trouble and tinker my way out of an (abandoned) Death Star, but not nearly enough to actually know what's going on here.
@stels300 Big Stack Fix is a client side only mod so I believe that is why you were crashing. I did forget to specify client side in the modinfo so I released a new update. Let me know if you continue to crash.
26.8.2022 12:58:50 [Event] Launching server...
26.8.2022 12:58:50 [Event] Server v1.17.0-rc.7, network v1.17.7, api v1.7.0
26.8.2022 12:58:50 [Event] Loading configuration...
26.8.2022 12:58:50 [Event] Building assets...
26.8.2022 12:58:50 [Error] [BigStackFix.cs] Compiler errors during compilation:
26.8.2022 12:58:50 [Error] [BigStackFix.cs] :\Users\darks\AppData\Roaming\Vintagestory\Mods\BigStackFix.cs(55): ΠΠ΅Π΄ΠΎΠΏΡΡΡΠΈΠΌΡΠΉ ΡΠ΅ΡΠΌ "[" Π² Π²ΡΡΠ°ΠΆΠ΅Π½ΠΈΠΈ [CS1525]
26.8.2022 12:58:50 [Error] [BigStackFix.cs] :\Users\darks\AppData\Roaming\Vintagestory\Mods\BigStackFix.cs(55): Π‘ΠΈΠ½ΡΠ°ΠΊΡΠΈΡΠ΅ΡΠΊΠ°Ρ ΠΎΡΠΈΠ±ΠΊΠ°, ΠΎΠΆΠΈΠ΄Π°Π»ΠΎΡΡ ":" [CS1003]
26.8.2022 12:58:50 [Error] [BigStackFix.cs] :\Users\darks\AppData\Roaming\Vintagestory\Mods\BigStackFix.cs(55): ΠΎΠΆΠΈΠ΄Π°Π»Π°ΡΡ ; [CS1002]
26.8.2022 12:58:50 [Error] [BigStackFix.cs] :\Users\darks\AppData\Roaming\Vintagestory\Mods\BigStackFix.cs(55): ΠΠ΅Π΄ΠΎΠΏΡΡΡΠΈΠΌΡΠΉ ΡΠ΅ΡΠΌ "]" Π² Π²ΡΡΠ°ΠΆΠ΅Π½ΠΈΠΈ [CS1525]
26.8.2022 12:58:50 [Error] [BigStackFix.cs] :\Users\darks\AppData\Roaming\Vintagestory\Mods\BigStackFix.cs(55): ΠΎΠΆΠΈΠ΄Π°Π»Π°ΡΡ ; [CS1002]
26.8.2022 12:58:50 [Error] [BigStackFix.cs] :\Users\darks\AppData\Roaming\Vintagestory\Mods\BigStackFix.cs(55): ΠΠ΅Π΄ΠΎΠΏΡΡΡΠΈΠΌΡΠΉ ΡΠ΅ΡΠΌ ")" Π² Π²ΡΡΠ°ΠΆΠ΅Π½ΠΈΠΈ [CS1525]
26.8.2022 12:58:50 [Error] [BigStackFix.cs] :\Users\darks\AppData\Roaming\Vintagestory\Mods\BigStackFix.cs(55): ΠΎΠΆΠΈΠ΄Π°Π»Π°ΡΡ ; [CS1002]
26.8.2022 12:58:50 [Error] [BigStackFix.cs] :\Users\darks\AppData\Roaming\Vintagestory\Mods\BigStackFix.cs(57): ΠΠ΅Π΄ΠΎΠΏΡΡΡΠΈΠΌΡΠΉ ΡΠ΅ΡΠΌ "else" Π² Π²ΡΡΠ°ΠΆΠ΅Π½ΠΈΠΈ [CS1525]
26.8.2022 12:58:50 [Error] [BigStackFix.cs] :\Users\darks\AppData\Roaming\Vintagestory\Mods\BigStackFix.cs(57): ΠΎΠΆΠΈΠ΄Π°Π»Π°ΡΡ ; [CS1002]
26.8.2022 12:58:50 [Error] [BigStackFix.cs] :\Users\darks\AppData\Roaming\Vintagestory\Mods\BigStackFix.cs(114): ΠΎΠΆΠΈΠ΄Π°Π»Π°ΡΡ ) [CS1026]
26.8.2022 12:58:50 [Error] [BigStackFix.cs] :\Users\darks\AppData\Roaming\Vintagestory\Mods\BigStackFix.cs(114): ΠΎΠΆΠΈΠ΄Π°Π»Π°ΡΡ ; [CS1002]
26.8.2022 12:58:50 [Error] [BigStackFix.cs] :\Users\darks\AppData\Roaming\Vintagestory\Mods\BigStackFix.cs(114): ΠΠ΅Π΄ΠΎΠΏΡΡΡΠΈΠΌΡΠΉ ΡΠ΅ΡΠΌ ")" Π² Π²ΡΡΠ°ΠΆΠ΅Π½ΠΈΠΈ [CS1525]
26.8.2022 12:58:50 [Error] [BigStackFix.cs] :\Users\darks\AppData\Roaming\Vintagestory\Mods\BigStackFix.cs(114): ΠΎΠΆΠΈΠ΄Π°Π»Π°ΡΡ ; [CS1002]
26.8.2022 12:58:50 [Error] [BigStackFix.cs] :\Users\darks\AppData\Roaming\Vintagestory\Mods\BigStackFix.cs(114): ΠΠ΅Π΄ΠΎΠΏΡΡΡΠΈΠΌΡΠΉ ΡΠ΅ΡΠΌ ")" Π² Π²ΡΡΠ°ΠΆΠ΅Π½ΠΈΠΈ [CS1525]
26.8.2022 12:58:50 [Error] [BigStackFix.cs] :\Users\darks\AppData\Roaming\Vintagestory\Mods\BigStackFix.cs(114): ΠΎΠΆΠΈΠ΄Π°Π»Π°ΡΡ ; [CS1002]
26.8.2022 12:58:50 [Error] [BigStackFix.cs] An exception was thrown when trying to load assembly:
System.Exception: Could not compile from source files due to errors
Π² Vintagestory.Common.ModCompilationContext.CompileFromFiles(ModContainer mod, IEnumerable`1 paths) Π² C:\Users\Tyron\Documents\vintagestory\game\VintagestoryLib\Common\API\ModCompilationContext.cs:ΡΡΡΠΎΠΊΠ° 70
Π² Vintagestory.Common.ModContainer.LoadAssembly(ModCompilationContext compilationContext, ModAssemblyLoader loader) Π² C:\Users\Tyron\Documents\vintagestory\game\VintagestoryLib\Common\API\ModContainer.cs:ΡΡΡΠΎΠΊΠ° 347
On 1.16 same problem