Jump to content

Spear and Fang

Very Important Vintarian
  • Posts

    425
  • Joined

  • Last visited

  • Days Won

    7

Everything posted by Spear and Fang

  1. I used this as reference when I made the light on the Particulator link tool in the Primitive Survival mod. It might help. It changes the glow level of child elements, just not in OnHeldInteractStep. https://github.com/chriswa/vsmod-TranslocatorEngineering/blob/main/src/ItemLinker.cs#L128
  2. I got you fam. Enjoy the vacay!
  3. VS Model Creator, because that's what I'm most familiar with. Save often! Blockbench looks like it has potential for sure. Your welcome! Those models definitely need some TLC, I never really tidied them up.
  4. I didn't get that far, although I had a design document of sorts. I ended up dropping that mod and my halloween mod, and merged my other two into Primitive Survival. That's the only mod I'm working on these days.
  5. Just Released: Primitive Survival v2.8.0 - "Santa's Bulging Sack Edition" Lots of changes involved in the making of this VS 1.16 ONLY release and more playtesting than I care to admit. Probably a bug or three went undiscovered. Highlights: NEW: Huge pelts from bears - can be placed on floors and walls as bear hides/heads! NEW: Two new tree hollow variants! NEW: Firework variant - The Boomer! NEW: Crabs drop knives, because why not? They're packing. Fixed: Earthworm spawning under sticks/flint/rocks again - thanks GrishkoJiggers. Tweak: removed jewelry from tree hollows. Tweak: improved live fish animations. Tweak: Fixed/improved textures - monkey bridge, grass pit cover. Tweak: removed shapeless from stake recipe (to eliminate conflict with Zarkonnen's Ranged Weapons mod). Tweak: made the raft ground placeable only (after watching Vallen fail to harvest resin unsuccessfully with it so often). Tweak: Crab and Snake spawn rates - hopefully more snakes and less crabs. Sigh. https://mods.vintagestory.at/show/mod/1238
  6. Failing all of that, if you show us the contents of these two folders I may be able to sort you out ..\VintageStory\mods ..\VintageStoryData\mods
  7. See my previous reply. It's always a good idea to ensure that your mods are up-to-date (don't use any 1.16.x versions with 1.15.10 though, they probably wont work). I'm not sure that a full game install will fix one of your main issues - as I mentioned, I *think* you have some dll files in VintageStoryData\mods that don't belong there. If never hurts to do a full install though. If I had to guess, CompatibilityLib is causing the original issue that you reported. Also, make sure you don't have two different versions of any one mod. That can spell disaster. Even if you tuck them away in a sub-folder inside the mods folder, it can still cause problems.
  8. Yeah you've got some stuff going on there for sure. 1. If you have the "CompatibilityLib" mod in your mods folder, remove it. That functionality was added to the base game long ago, so it can only cause you grief. 2. Your core game looks a little mucked up. ..\roaming\vintagestory\mods should contain the core (vanilla) mods - i.e. vsCreativeMod.dll, vsEssentials.dll, vsSurvivalMod.dll, and maybe vsModLauncher.dll. The other mods should probably all be living in ..\roaming\vintagestorydata\mods. It looks like you *might* have the core mods (dll's) in both places? Note: These types of error messages don't mean anything: 21.12.2021 22:31:50 [VerboseDebug] Patch 3 in expandedfoods:patches/compatibility/primitivesurvival/foodpatches.json: File expandedfoods:recipes/kneading/primitivesurvival/fishdumpling.json not found. Hint: This asset is usually only loaded Server side Like l33tmaan hints at, focus on getting the [error] messages out of server-main.txt and client-main.txt. Although I don't think you will be able to resolve that Alchemy mod issue, it seems to be a versioning problem.
  9. Here's one more for inspiration... Vintage-Story-2021-05-10-21-34-5.mp4
  10. Not sure if uploading this video will work, but...seems to. They look a little janky at the top but not terrible. Wrinkly fabric, if you will. Vintage-Story-2021-05-13-23-16-0.mp4
  11. Flat squares. They're not perfect (some overlap), but imo they still look better than the alternative. See attached. inflated-medium.json inflated-small.json
  12. Unrelated. I've made all kinds of hot air balloons and parachutes, but kind of lost interest in that mod, so it's nice to see someone taking it on!
  13. I remove source blocks of lava with the metal bucket and it worked out quite well I think. I replace the "hole" with like a 3/7 lava block and it flows/merges with neighboring blocks nicely, but not enough to actually make that block into source block ever again. I've done the same sort of thing with water, but was never brave enough to introduce that into my mod because that's a really dramatic change.
  14. Related: I'm assuming that vintagestorydata/logs/server-main.txt or client-main.txt will have the details of the error in it.
  15. My first guess? The ingredientPattern needs a comma or a tab between rows. I *think* that's a space above. ingredientPattern: "K,F",
  16. That's probably just a Primitive Survival issue, and was most likely introduced in 1.15.10. I've been working on a 1.16.x release (I totally skipped 1.15.10 because it seemed so minor of a release) and ended up removing those "clothes-" items completely from tree hollows because I simply can't figure out what might have changed in the API that broke them. Thanks!
  17. Wishing you a speedy recovery and continued good health afterwards Rhonen!
  18. New minor version released. https://mods.vintagestory.at/show/mod/1238 - Updated: Russian translation - thanks ZigTheHedge - Fixed: broken fireworks recipes (Fountain, Beenade) - thanks to players on Dragoness' Twitch stream for bringing it to my attention - Fixed: Modinfo dependencies - thanks DArkHekRoMaNT - Fixed: snake and crab meat pies naming/textures - thanks Papa Cheese - Tweak: decreased crabmeat drops a bit - Tweak: decreased spawn rates, decreased spawn quantities, added many more spawn conditions for crabs and snakes - thanks Vallen Server Moderators: If the spawn rates are STILL too high for crabs and snakes, my next best suggestion is to edit some files inside the zip file. Look in the folder assets\primitivesurvival\entities\land and decrease the "chance" entry (the very last entry) in one or more of the following files: Bairdi Crab (crab-bairdicrab.json) Land Crab (crab-landcrab.json) Black Rat Snake (snake-blackrat.json) Chain Viper (snake-chainviper.json) Coachwhip Snake (snake-coachwhip.json) Pit Viper (snake-pitviper.json) I'm guessing that you should divide the current chance by the number of people that typically play on that server and use that number.
  19. Thanks Papa Cheese! I totally forgot to deal with the pies side of things.
  20. Aww. Best of luck with whatever the future has in store for you my friend! You will be missed.
  21. Only by placing rocks on grass and picking them back up. But that might be unpleasant. Unless you jack up the wormspercentfound in the modconfig file. I'm assuming you are on a server and the immediate area has been picked clean of sticks and flint.
  22. Sticks and flint laying on some variant of dirt mostly. Has to be warm enough (0-30C). You have to pick them sticks/flint up, not break them. Also stones to a much lesser degree (since stones are placeable).
  23. I've only tested it with 1.15.7 and newer, but I have little doubt that everything would work with older versions as well.
  24. Oh, there's a new thing or three... fixed: lava flow on pickup/placefixed: missing texture on monkey bridge and trotlinefixed: metal bits ratio when recovering metal fishing hooks/lurestweak: added mount to back of pelt (animal heads) on wallsnew: added vanilla salmon to survival modenew: 4 types of snakesnew: 2 types of crabsnew: 3 types of fireworksnew: particulator/link tool integration with death/secondary particle generation, recipe changenew: better stairs integration, simpler recipesnew: 7 types of fireflies, firefly jar, jar wall bracketnew: additions/tweaks to mod config
×
×
  • 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.