Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - d2shr6o8av

Pages: 1 ... 4 5 [6]
76
Mod Releases / Re: Finnish Cheese Mod v1.0
« on: October 16, 2018, 08:52:32 PM »
I'm unsure how to set prices to cooked food. None of the other food mods have prices set to food, and I tried adding [PRICE:4] to the mod script, but it doesn't do anything. Let me know if you figure it out, I'll gladly update it.

I added the lines below one at a time and tested if a person would accept it:
Obviously [PRICE:4] OR [PRICE:0.75 per lb]
"Hunting horn" as the base item.
[NAME:Nettle Cheese]

I failed  :(

You might have to ask the dev about it.

77
I'm not sure if it was intended, but the Wooden Tub recipe does not work, even though I do have pitches in my inventory.

I looked at the diy_Nydxz.txt (both in Nydxz Crafts 0.7.1 - Smith learning.zip AND Hotfix 0.7.1.zip) file and found that you had:
Code: [Select]
.Wooden tub. [effort:2] [phys:arms,hands] *CARPENTRY* /4h/
{Board} (6) [remove]
{*cord} *4* [remove]
{*resin} #10# [remove] +'Sealing material'
{fire} '+lit nearby'
{Axe}<Carving axe>
{Knife}<Small knife>

*resin
and
if I remember correctly the lower case f in fire and the lack of indents for the fire code line was keeping the recipe from working.

I changed it for my file into:
Code: [Select]
.Wooden tub. [effort:2] [phys:arms,hands] *CARPENTRY* /4h/
{Board} (6) [remove]
{*cord} *4* [remove]
{Pitch} #2# [remove] [noquality] '+for sealing'
{Fire} [noquality] '+lit nearby'
{Axe}<Carving axe>
{Knife}<Small knife>

I reduced the pitch required from 10 lb to 2 lb (copied from sufficiency mod).

I'll attach my modified diy_Nydxz.txt file if anyone wants to use it.

78
I'm sorry if this is a stupid question, but...

How exactly do I install this mod?

Extract the zip file somewhere you'll find it.
Open the extracted folder and go into: /Nydxz Crafts 0.7.1 - Smith learning/mods/Nydxz smith/files/
Copy/paste the files into your game files folder.

79
Mod Releases / Re: Finnish Cheese Mod v1.0
« on: October 15, 2018, 10:43:57 PM »
Can you use the cheese or any of the other recipes to trade with?

In my inventory I had 3 entries for cheese. 2 of those entries only had 1 quantity and the last one had 4.

I tried to use them to trade but I would get the "The x is unworthy in this barter." even for the stack of 4 cheese.

Pages: 1 ... 4 5 [6]