Jump to content

Streetwind

Very Important Vintarian
  • Posts

    1,435
  • Joined

  • Last visited

  • Days Won

    70

Posts posted by Streetwind

  1. You can reuse world customization options already, though admittedly it's quite hidden...

    1.) Create a world with the settings you want
    2.) Quit to menu
    3.) On the screen where you load the game/enter the world, click the Edit World button on the right side
    4.) In the line that says "Playstyle", click the copy button on the right side
    5.) Go back, begin creating a new world, and bring up the Customize screen
    6.) Press CTRL+V (or your regional paste command equivalent)
    7.) So long as the playstyle info remains copied in your clipboard, you can rapidly create several new worlds with identical settings

    As for spawning on basalt - try asking around on Discord for a seed that has it. Rock strata are seed-bound, so long as certain world settings (particularly World Width and World Length) are kept identical.

    • Like 1
  2. No statements have been made by the developers, IIRC.

    Personally I wouldn't be surprised if it was somewhere in the July-August timeframe. Just based on past releases. It's really hard to judge though, because in contrast to 1.19, we're getting less in the way of regular dev updates this time. 1.120 will add a lot of new lore content, and they don't want to spoiler us with previews. So there's absolutely no telling if it's nearly done or only barely started.

    In the meantime: yes, do upgrade to 1.19. You'll want to do that anyway if you want to go to 1.20 later. Worlds can generally be brought forward just fine, but the more major version steps you try to skip, the more likely you'll run into problems. So my recommendation here is: update to 1.19.0, start the server once and let it remap. Then update to 1.19.7. Then you should be good for an 1.20 update in the future.

    • Like 2
  3. Yeah, it's as I suspected. The bread is not, in fact, coming out charred - you're just misunderstanding the tooltip :)

    The "(charred)" part is not a line of its own that describes the item. It's part of the line "Bakes into 1x <something> bread (charred)". The tooltip window doesn't fit the entire line, so the last word wraps into the next line.

    As mentioned in the fifth post in this thread, this line simply means that if you stick this item into a firepit, you will get a charred item as output. It does not describe the item's current state.

    If the item itself was actually charred, it would say so in the bold heading of the tooltip! You can verify this by leaving the bread in the oven until it actually chars, or by just sticking it into a firepit and letting it bake there. You'll see the difference immediately.

     

    EDIT: the satiety value is another indicator. Charred bread does not yield 300 sat, as you can see in the ingame handbook, but your bread does.

     

    • Like 1
  4. 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. :P But then, charcoal pits of this size are silly to begin with.

    • Like 2
  5. 13.4.2024 16:38:46 [Error] Exception: Cannot open savegame database file C:\Users\frenk\AppData\Roaming\VintagestoryData\Saves\frenkis story 3.vcdbs, it seems to be not writable!

    Either your C drive ran out of disk space, or perhaps something messed up the NTFS permissions and removed write access?

  6. That is the right file, but there appears to be no extension. That could be because your Windows isn't configured to show extensions and you don't know how to activate it, or because the file somehow lost its extension.

    Try renaming the file, but keep the name as is, just add .exe to the end.

  7. What is the file you downloaded / are trying to execute? As in, what's the full filename, including extension?

    (Note: nowadays you may need to first find a fairly hidden setting to configure Windows to actually show the file extension, because Microsoft has been on a quest to hide as much important information from the user as possible.)

  8. 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!

    • Like 1
  9. 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.

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

  11. Protip: do not ever try to reverse time. Do not input negative numbers into /time add. It's actually unintended that you're even able to, and has a high likelyhood to permanently damage your savegame. If you want to go to a specific time of year, go forward instead.

    Honestly, if missing snow is the only problem you have, you got off easier than the last five people I've seen doing this... =/

×
×
  • 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.