Jump to content

Streetwind

Very Important Vintarian
  • Posts

    1,430
  • Joined

  • Last visited

  • Days Won

    69

Everything posted by Streetwind

  1. Yes, it does work like that The game accurately simulates climate zones and latitudes. At the poles, you will even have polar nights (where the sun won't rise for several months) and days (where the sun won't set for several months).
  2. The maximum size is 13 by 13 by 13. All firewood within 6 blocks of the firepit will be converted to charcoal. 6+1+6 = 13. If you put the firepit up on top, then obviously all you're going to get is the 6 layers below it. In order to reach more layers, the firepit must be placed inside the cube of firewood, and you must finish building the cube and covering the pit in the grace period after igniting. Yes, this is impractical. But then, charcoal pits of this size are silly to begin with.
  3. Hmmm? No, I didn't. I said "at least two", because I know of two but have not personally seen every last lore item. It's possible that there might be more, but I'm not claiming there are.
  4. I've never seen this. Running any mods? Can you reproduce it reliably with a certain set of steps?
  5. There is already one such item in the game; it's entirely possible that more are planned.
  6. @jumpityjumpjump Can you post a screenshot of the bread you remove from the oven?
  7. Nickel has existed for a long time. The ore is called pentlandite, and definitely spawns. I saw some in a 1.12 world back when I first picked up VS.
  8. Lanterns are where I dump my copper after I stop needing copper for other things. And quartz is practically free anyway.
  9. Player data is saved in the world save file which ends in .vcdbs It is a SQLite database. Hence, you need a SQLite database editor program to be able to open it. Most of the contents will be unreadable binary blob data, but there should be a players table somewhere that is human readable and modifyable. I should not even have to say this, but you should never open your savefile with an external tool without first having made a copy as a backup!
  10. Issues and solutions are strongly specific to individual hardware, so we need more details than "system meets highest system recommendations". Same goes for your issue itself. What performance issue are you encountering?
  11. What Bumber likely meant with "outdated" is that the ingame handbook is maintained and updated by the development team, but the wiki is maintained and updated exclusively by community volunteers. This means that when new content is introduced in an update, the handbook is likely to have the info available immediately, whereas the wiki will only have it once some random player with wiki edit privileges feels motivated to log in and make the change. For major features and exciting mechanics that many people interact with frequently, that can happen fairly quickly - within days of release, even. For obscure mechanics, it can take a very long time. Partially because the community might first need to reverse-engineer how the mechanic even works in order to be able to explain it, and when it's something that almost nobody uses, that knowledge might simply not be available. Example: there's a lightning rod in the game that the player can make. Most players are unaware that it exists. The item was first added in 1.17.0-pre.1 on June 14th, 2022, and the recipe to make it was immediately added to the handbook in that release. The wiki page about it was first created on June 16th, 2023 - literally a year later. And even then the page merely said "this item exists and it can protect you from ightning strikes". It did not give any advice on how to set up the rod correctly so it actually protects an area. That part was only added by yours truly a mere three weeks ago on March 14th 2024, after I saw someone complain on reddit how the lightning rod is completely broken and unfunctional (as a result of not knowing how to set it up properly). And I only knew what to write there because I lurk on Discord and saw a bunch of people doing sourcecode sleuthing to figure out its mechanics. As a result, you should take everything on the wiki with a grain of salt. On one hand, it's a great resource that goes into far more detail on how stuff works than the ingame handbook ever could; on the other hand, there is no oversight from the devs that ensures that the information on the wiki is up to date, or even factually correct. If you find something on the wiki that doesn't work ingame, that's most likely why.
  12. Yeah, you wouldn't know this as a beginner, but the "bakes into" line in this case is actually not referring to the clay oven at all. It refers to putting the dough into the firepit. Which is how we baked bread in old versions, before the clay oven was added to the game. When the update came that added the oven, the act of baking in the firepit was nerfed to produce charred bread, in order to incentivize players to make and use the new oven. The "baking temperature" line is the same. It refers to how hot you have to get the firepit. The clay oven actually doesn't use that target temperature, and will in fact finish baking even a bit below 200°C. The reason the finished bread still has these two lines is because the finished bread is still a valid input item for the firepit, and it will produce charred bread as an output item when heated to 200°C. The two lines are likely auto-added by the recipe handler code just because it detected a valid firepit recipe for this item.
  13. @Maethius This generally happens when you somehow manage to leave a bed "improperly". Don't ask me how, I don't know But that way the time acceleration from the bed doesn't get cancelled. The solution is to enter the bed again and get out of it normally.
  14. This is one of the best suggestion posts that I've seen all month.
  15. Weird. Then I have no clue what's wrong, sorry. =/
  16. Were the files you deleted actually recreated when you launched the client afterwards?
  17. Try deleting %appdata%\vintagestorydata\servermagicnumbers.json - the game will recreate it with default values on next startup. If you wanna be extra thorough, delete all the files in that directory. Not the subdirectories though, they have your savegames and such. (FYI: this directory is completely unaffected by uninstalling or reinstalling the game.)
  18. Unfortunately, this specific kind of approach taken by Distant Horizons only works for Minecraft and not for Vintage Story. DH works by taking a snapshot of a chunk as it goes out of loading range, creating a low-detail stand-in model from it, and presenting that model in the space where Minecraft itself unloaded the chunk. This works because in Minecraft, terrain generally doesn't change unless you, the player, are there to make the change yourself. In Vintage Story, terrain changes by itself all the time. Chiefly through the seasons system and its slow but constant color shifting, and through the snow accumulation/melting system. That means that presenting a static stand-in model for a chunk results in that model becoming more and more visibly outdated as time passes. You could have a chunk that looks like a green summer field sitting right next to the border of your snow-covered surroundings in the middle of winter. If you'd like a more visual example, look at the world map in 1.18 (or even in 1.19 with color-accurate world map enabled) after roughly an ingame year of play. You will have weird color seams all over the place, and regions that are shown snowed-in even though winter is long past, and so on. That is the exact same thing: the map is built out of 2D snapshots of terrain, and these snapshots are static while outside your loading range. Only if you walk there, you update them. A static LOD-based solution for distant terrain would have that problem, except that it'd be in your face all the time and look all the more awful for it. No, VS needs a different system, one that accounts for the fact that even the most distant terrain needs at least occasional dynamic updates to prevent it from going visually out of sync, all while not murdering your hardware with a hatchet. The team has actually toyed around with this in the past (this image is from summer 2023, showing an example of ultra-low-res terrain for ultra-high view distances). So who knows, maybe something like that will come eventually. In the meantime, VS still has the advantage of having up to 1536 blocks of real, fully simulated view distance, in cases where your hardware can manage it. In Minecraft terms, that's a view distance of 96... triple the highest possible value under unmodded Minecraft.
  19. In singleplayer, you are always admin, and I don't think you can take those privileges away. But you could use a local server instead. The downside will be that you have to start two programs instead of one when you want to play, and that pressing ESC will no longer pause the game. In return, the server config that Ape mentioned will actually work, and you can demote yourself to a regular player instead of an admin.
  20. Unsure. Originally the intention was "maybe steam power, at the highest", but that was before they gave us Jonas parts and devices. And those clearly deviate from our world's technological progression.
  21. Yeah, there's a reason the guy is throwing pure aluminium into his crucible, and not bauxite. Because aluminium is fiendishly difficult to refine from ore. Far more difficult than iron, even. It takes a humongous amount of energy in combination with chemical reduction; in the modern day we make it by sticking massive electrodes into aluminium salts (which have to be specially made in prior processing steps) and blasting them with raw electricity until they melt, because no fuel exists that could do the job. Early-on after its discovery in the 1800's, aluminium fetched as much as twice the price of gold, despite being impure, because the processes available back then couldn't purify it properly. Given that aluminium bronze is not even that good as a tool metal - the video shows that it dulls within mere minutes of working hardwood - it would likely sit somewhere between copper and tin bronze. It makes no sense for the progression to have a metal that's harder to make than iron be required for a step before bronze. And it might even be disqualified as a tool metal entirely, and only available for making other metal objects, in the same way as brass currently is.
  22. Ah, interesting. Well then, we'll see what the future brings...
  23. Hi, you can set your spawn point with a temporal gear. Hold it in your hand, look at a spot on the ground, and hold rightclick until the gear disappears. If you do not have a temporal gear, you must find or loot one.
  24. You probably made a helvehammer mold. Those can only be cast out of bronze. You need a regular hammer mold.
×
×
  • 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.