Jump to content

Escaron

Vintarian
  • Posts

    5
  • Joined

  • Last visited

Escaron's Achievements

Wolf Bait

Wolf Bait (1/9)

0

Reputation

  1. In the end I made it work by issuing command: sysctl -w vm.max_map_count=262144 So my system probably wasn't running out of memory but out of this map count. I found it in troubleshooting guide in the Linux server section, but it applies to single player games as well.
  2. The same error is there when I load other mods that include recipes and then the game works fine. However I don't have any other mods that would load so many recipes. Memory issues maybe? I should have enough 32 GB, but maybe mono can't get to all of that memory. Also I'll try to check if there isn't any other reason for the failed resolutions of stuff.
  3. Hello, after downloading this mod and enabling it in the ModManager my game crashes right before the game world loading finishes. I'm including the command line output that I get (I use Arch, btw ). I'm running game version 1.5.7 and mod version 1.4.4. Let me know if I can be of any assistance for the debugging. vs_launch.log
  4. Hello, I wanted to add a clay amphora mod so the player is able to carry water before reaching copper age. After looking at the JSONs I figured out JSON editing falls short as adding class: "BlockBucket" tries to re-render the amphora block when water is picked up an basically turns it into an untextured bucket. So I thought I'll just copy the bucket code without the rendering part. However I've ran into a problem with inheriting BlockLiquidContainerBase, seems like it's not available via Vintagestory.API, is that correct? The mod example use just a plain Block class, that I was able to find in the API docs, but I was not able to find BlockLiquidContainerBase even in the docs. The hint monodevelop is giving me on the line with BlockLiquidContainerBase is to check if I'm missing a using directive. Did I overlook something? Do I have to code / copy BlockLiquidContainerBase into the mod to make it work?
  5. Hello, I would also like the edit right to wiki. My account name there is the same as here "Escaron". Thanks.
×
×
  • 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.