Jump to content

Brady_The

Very supportive Vintarian
  • Posts

    718
  • Joined

  • Last visited

  • Days Won

    7

Everything posted by Brady_The

  1. Interesting decision indeed. Of course there's a mod for it. https://mods.vintagestory.at/show/mod/16222
  2. Welcome to the Forum, Sérgio. The game offers several modes. From what you are writing here, I assume, that you are playing the Homo Sapiens mode, which removes all lore content, including any NPCs. In the current stable version (1.19.8) the other game modes only include merchant NPCs. However, this will change with the upcoming version (1.20.0). This update will add more lore content, including several lore locations, which includes one village with inhabitants. There is one big mod that adds villages and more NPCs to the game. It's called VS Villages and comes with several addons.
  3. I suppose that's true. I haven't thought about it from an end user pov. Managing issues on two or (with the forum) three different platform adds to the workflow significantly in terms of tracking, duplication, same issues with different feedback spread over different places, etc.
  4. That's unlikely. The devs moved away from bug reports in the forum. Reporting problems on platforms like Github with their workflow features makes a lot of sense. Why you can report them in their Discord server puzzles me a bit, though.
  5. https://wiki.vintagestory.at/Rooms have a couple of rules that have to be met. Currently I don't see anything wrong with it, but I don't see the whole building/rooms. It just needs one block to not meet the requirements to annul a room. I'd just start testing this mess, by sectioning off the room with hay blocks to find out which section doesn't not become a room. If you found the offending sector, narrow it down by blocking off blocks you suspect.
  6. That would be grand. I an older issue tyron stated, that rebinding ESC would be a bit more complicated. Maybe one could ask in that issue if this is still a considered change.
  7. If you look at blocktype mushroom.json, you can see that it has two variantgroups, the type and the state, translating into the block names "mushroom-{mushroom}-{state}". Mushrooms which grow on trees are configured in mushrooms-side.json. The biggest difference in this particular case is, that they also have an orientation added to the name (mushroom-{mushroom}-{state}-{side}). Because of this you could actually skip "allowedVariants" all together. Currently the recipe isn't working, because the input block "mushroom-*" doesn't exist in combination with the allowed Variants. It would be "mushroom-*-normal". (If you wanted to allow polypores, you would have to add a recipe that accepts "mushroom-*-normal-north".) If you want to keep your current recipe as is, you could add tinderhoof-normal-north (and all other unwanted mushrooms) to your skipVariants. Tinderhoof belongs to the polypores btw, they do not grow on the ground. https://wiki.vintagestory.at/Mushroom#Ground_mushrooms
  8. Welcome to the forum, ILoveBushy. That looks very nice!
  9. Nicely done. I suppose you could start by copying deer/moose or elk-tamed (all of them found in survival/entities/land/hooved) and go from there, adjusting the parameters as needed. Depending on where you want to go with the unicorn, you might have to start coding at some point.
  10. You create them yourself via graphics editor, find free textures on the web, commission them, or reuse Vintage Story textures.
  11. We all have been and eventually will be again there.
  12. You are missing a comma after "block-decorice": "Ice"
  13. Did you have a look at the VSMC tutorial on the wiki? If so, on what step are you stuck? https://wiki.vintagestory.at/Modding:VS_Model_Creator_tutorials#Texturing
  14. Unfortunately that's not possible in Vanilla. There are two mods which add axels that create a valid room. If you only look for a way to do that, this mod would be enough: https://mods.vintagestory.at/axleinblocks If you wouldn't mind a milling upgrade on top of that, this mod will do that: https://mods.vintagestory.at/millwright
  15. There's no need for that. I appreciate the thought, though!
  16. According to the boat configuration file, the halyard cleat is supposed to accept ropes. I guess it could be a future-proof (or due to bugs disabled) slot the player can use to manipulate the sails. The figurehead mounting point will eventually accept a figurehead the player can create by chiselling. (The port prow storage accepts an anchor which currently has no use.)
  17. Don't worry, I explained it too poorly. Did you have a look at https://wiki.vintagestory.at/index.php/Modding:JSON_Patching beforehand? The article should explain everything much better than I did. I also included my solution in the spoiler. I am no master patcher but technically this should work.
  18. That would contribute to your problem. Following your patch order, your problem starts with the path. Currently you are replacing the whole transitionablePropsByType property, which includes much more than just the cloudberry definition. The correct path would read "path": "/transitionablePropsByType/*-cloudberry" But because you are changing only two values, fresh- and transitionHours it will be much easier to replace only these values. We can do that by navigating all the way to avg. Keep in mind, *-cloudberry's content is in array format, you have to address the array number you want to open as well (arrays start on position 0, not 1). If you are stumped by this and can't find the solution: I made it a bit easier for you, and marked in the spoiler the correct path to the hours the cloudberries stay fresh. (Of course you would need to write a second patch for transitionHours.) The next problem would be the file property. With the domain wildcraftfruit you already told VintageStory to look in the assets folder of wildcraftfruit. Currently you are essentially telling the game to patch fruit.json in assets/wildcraftfruit/assets/wildcraftfruit/itemtypes/food/. Starting your file path with itemtypes is sufficient.
  19. How's the rot wasted? You can still put it in a barrel to create compost. Ctrl+Click to empty the bowl.
  20. Is View -> Show textures ticked? That shouldn't be it either, though. Your UV Editor view is messed up, which probably explains your trouble. What VS Model Creator version are you using? https://github.com/anegostudios/vsmodelcreator/releases What game version are you using? In the 18Sep2024 release with game version 1.19.8/1.20.x shapes it should look like this (I did nothing special, didn't change any options, just opened the file. Don't mind the extended Face options. I haven't ticked Auto-Unwrap.): Edit: Re-reading your initial comment, I realised I completely missed This sounds like an issue with the game. I'd reinstall and see if that fixes your problems.
  21. Maybe you mix up the record (or blog entry) with the forum post?
  22. Have you set up the texture base path? File Set Texture base path. Set it to "[Your VS installation]\assets\survival\textures".
  23. Uncheck "Mouse click modifiers locked to Sneak/Sprint keys".
  24. Interesting.
  25. There's probably a way to go through the save file, but I have no idea in what table this information would be stored, and how to find it. If you know the approximate locations of those blocks in some capacity, https://mods.vintagestory.at/xray should make finding them much easier.
×
×
  • 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.