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: 593
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 372 Aug 27th 2022 at 4:43 PM Show BigStackFix.cs Install now
v1.0.0 200 Aug 20th 2022 at 11:21 PM Show BigStackFix.cs Install now

8 Comments (oldest first | newest first)

💬 QuakingDoom, Jul 2nd 2023 at 10:25 PM

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

💬 JavierWxw, Nov 19th 2022 at 2:17 PM

1.17 Not working

💬 TheNiteFox, Oct 28th 2022 at 2:04 AM

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. 

💬 stels300, Sep 7th 2022 at 9:32 AM

Still same probleme. Compile it into a dll please or do something else, this mod just don't work for me.πŸ™

💬 MemesprenAuthor, Aug 29th 2022 at 8:07 PM

@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

💬 Desamandre, Aug 29th 2022 at 2:53 AM

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.

💬 MemesprenAuthor, Aug 27th 2022 at 4:47 PM

@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.

💬 stels300, Aug 26th 2022 at 10:40 AM

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

(edit comment delete)