Jump to content

Dilan Rona

Vintarian
  • Posts

    419
  • Joined

  • Last visited

Everything posted by Dilan Rona

  1. Has anyone managed to make blue cheese? I am currently in the middle of winter, and even when following the guide by Papa Cheddar (https://www.youtube.com/watch?v=9UpbrceYb7s&t=248s&ab_channel=PapaCheddar) exactly, I still get cheddar cheese, and not blue cheese.
  2. If it was easy, it would be like that other block game for kids. As for saving your tendons, give Knapster (https://mods.vintagestory.at/knapster) a try.
  3. And you can speed it up by placing a torch or lantern near that rift as well.
  4. The most receint boss added is the "Mad Cow". They also added bowtorns and shivers (several classes of each)
  5. I agree with the wolves. And with a few pit traps near by, I let them chase me, and collect them in a hole. Fresh meat for later in the year when I need it. Hides as well.
  6. I got the same crash again today.
  7. Thank you, @StCatharines. I assume that post was originally on discord? If so, I would have missed it. Not on discord anymore after T&S stole my account.
  8. Take a look at ViesCraft Machines (https://mods.vintagestory.at/viescraftmachines). It works great.
  9. imo, replying to a topic that is 12 months old would be tolerable. 2 years old would be pushing it. By the time a topic had a reply 4 years ago, is going to far then.
  10. Give the Clay processing mod a try. https://mods.vintagestory.at/show/mod/22134. It does take work to make fire clay, but does help when its needed in large amounts.
  11. Use an oil lamp instead. Will be better in the event you do get dunked under water. @LoveWyrm
  12. I managed just that in fact when I had to roll back from 1.20.9 to 1.20.8, when I was trying to debug a problem on my end, with log spam. It can be done. Worst thing that might happen is you may end up with some question mark blocks. But it is unlikely. The game will also tell you if you are trying to open a save that was last saved on a newer VS version, and it cannot open it on an older version of VS.
  13. Have old posts older than say 12 months automatically locked to prevent new replies. Should anything need to be added to an old post, have the person make a new post, and reference the older post.
  14. This was a necrod topic unfortunately. From 2020. There really needs to be a time limit as to how old a topic can be before it is time locked. With new replies referencing the older topic instead.
  15. Clocked in at 130 (132 as of today) so far myself, and had to stop adding more due to a current 8Gb memory limit. Had to remove Cuniculture, Age Of Confession, and Sounds Of Confession though as my system cannot handle them. And vey nearly removed Better Ruins as well.
  16. That I can live with. The fact that I am having problems harvesting the bowtorns when they are dead is still a problem. And yes I am aware of the instant mob drop mods. I had to rip them out of my mod folder when I picked up a problem
  17. havent bothered with drying racks in ages. Will be taking a closer look at them myself.
  18. Thank you. That solves the log spam.
  19. Will try that now
  20. Dilan Rona

    Log spam

    Does the following mean anything to anyone here? My log is spammed several times per second with this. And I am running out of ideas on how to resolve this. To fix this error either change the JSON to a JSON array (e.g. [1,2,3]) or change the deserialized type so that it is a normal .NET type (e.g. not a primitive type like integer, not a collection type like an array or List<T>) that can be deserialized from a JSON object. JsonObjectAttribute can also be added to the type to force it to deserialize from a JSON object. Path '*-surface', line 2, position 14. at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.CreateObject(JsonReader reader, Type objectType, JsonContract contract, JsonProperty member, JsonContainerContract containerContract, JsonProperty containerMember, Object existingValue) at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.CreateValueInternal(JsonReader reader, Type objectType, JsonContract contract, JsonProperty member, JsonContainerContract containerContract, JsonProperty containerMember, Object existingValue) at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.Deserialize(JsonReader reader, Type objectType, Boolean checkAdditionalContent) at Newtonsoft.Json.JsonConvert.DeserializeObject(String value, Type type, JsonSerializerSettings settings) at Vintagestory.GameContent.EntityBehaviorHarvestable.Initialize(EntityProperties properties, JsonObject typeAttributes) in VSEssentials\Entity\Behavior\BehaviorHarvestable.cs:line 309 at Vintagestory.API.Common.Entities.Entity.Initialize(EntityProperties properties, ICoreAPI api, Int64 InChunkIndex3d) at Vintagestory.API.Common.EntityAgent.Initialize(EntityProperties properties, ICoreAPI api, Int64 InChunkIndex3d) in VintagestoryApi\Common\Entity\EntityAgent.cs:line 137 at Vintagestory.Server.ServerMain.SpawnEntity(Entity entity, EntityProperties type) in VintagestoryLib\Server\ServerMain.cs:line 2475 at Vintagestory.Server.ServerSystemEntitySimulation.UpdateEvery100ms(Single t1) in VintagestoryLib\Server\Systems\World\EntitySimulation.cs:line 207 24.4.2025 23:23:10 [Server Error] Exception: Cannot deserialize the current JSON object (e.g. {"name":"value"}) into type 'Vintagestory.API.Common.BlockDropItemStack[]' because the type requires a JSON array (e.g. [1,2,3]) to deserialize correctly. To fix this error either change the JSON to a JSON array (e.g. [1,2,3]) or change the deserialized type so that it is a normal .NET type (e.g. not a primitive type like integer, not a collection type like an array or List<T>) that can be deserialized from a JSON object. JsonObjectAttribute can also be added to the type to force it to deserialize from a JSON object. Path '*-surface', line 2, position 14. at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.CreateObject(JsonReader reader, Type objectType, JsonContract contract, JsonProperty member, JsonContainerContract containerContract, JsonProperty containerMember, Object existingValue) at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.CreateValueInternal(JsonReader reader, Type objectType, JsonContract contract, JsonProperty member, JsonContainerContract containerContract, JsonProperty containerMember, Object existingValue) at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.Deserialize(JsonReader reader, Type objectType, Boolean checkAdditionalContent) at Newtonsoft.Json.JsonConvert.DeserializeObject(String value, Type type, JsonSerializerSettings settings) at Vintagestory.GameContent.EntityBehaviorHarvestable.Initialize(EntityProperties properties, JsonObject typeAttributes) in VSEssentials\Entity\Behavior\BehaviorHarvestable.cs:line 309 at Vintagestory.API.Common.Entities.Entity.Initialize(EntityProperties properties, ICoreAPI api, Int64 InChunkIndex3d) at Vintagestory.API.Common.EntityAgent.Initialize(EntityProperties properties, ICoreAPI api, Int64 InChunkIndex3d) in VintagestoryApi\Common\Entity\EntityAgent.cs:line 137 at Vintagestory.Server.ServerMain.SpawnEntity(Entity entity, EntityProperties type) in VintagestoryLib\Server\ServerMain.cs:line 2475 at Vintagestory.Server.ServerSystemEntitySimulation.UpdateEvery100ms(Single t1) in VintagestoryLib\Server\Systems\World\EntitySimulation.cs:line 207 24.4.2025 23:23:10 [Server Error] Exception: Cannot deserialize the current JSON object (e.g. {"name":"value"}) into type 'Vintagestory.API.Common.BlockDropItemStack[]' because the type requires a JSON array (e.g. [1,2,3]) to deserialize correctly.
  21. Please post the solution here, some of us are boycotting Discord completely.
  22. Not always a possibility with me unfortunately. So I extend the life of my food for as long as possible by using a cellar cooled with cellar ice complements of Medieval Expansion. Also found the Mastodon chest mod, and it works great as well.
  23. getting the cr(& scared out of me near some ruins when a shiver deep shiver decided to jump from a tower and slay me where I stood. And it was a fresh map. KO in the first 2 minutes of the map.
  24. I also like the aspect of learning professions. For future posts though, could you please stick to English?
  25. I'd prefer the mechanical power as currently used, with an eventual upgrade to steam power. Any "electrical" upgrade really need to fit the theme of Jonas tech. But thats just my opinion.
×
×
  • 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.