Dilan Rona
Vintarian-
Posts
419 -
Joined
-
Last visited
Content Type
Profiles
Forums
Blogs
News
Store
Everything posted by Dilan Rona
-
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.
-
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.
-
And you can speed it up by placing a torch or lantern near that rift as well.
-
The most receint boss added is the "Mad Cow". They also added bowtorns and shivers (several classes of each)
-
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.
-
I got the same crash again today.
-
Take a look at ViesCraft Machines (https://mods.vintagestory.at/viescraftmachines). It works great.
-
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.
-
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.
-
Is there a way to go back to an old version?
Dilan Rona replied to limpstringcheese's topic in Questions
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. -
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.
-
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.
-
Whats the Most Mods You've Been Able to Install?
Dilan Rona replied to N0Stra_V0x's topic in Discussion
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.- 33 replies
-
- 1
-
-
1.20.8-rc.2 + stable + 1.20.9: Mob spawn balancing, Item disappearing fix
Dilan Rona replied to Tyron's topic in News
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 -
havent bothered with drying racks in ages. Will be taking a closer look at them myself.
-
Thank you. That solves the 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.
-
(1.20.9) HUD, Hotbar & Map Dissapearing Glitch
Dilan Rona replied to JORDO LORD BORDO's topic in Discussion
-
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.
-
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.
-
I also like the aspect of learning professions. For future posts though, could you please stick to English?