Topic: {* cut} for fish?  (Read 15971 times)


« on: October 11, 2017, 05:28:44 PM »
Hi, just a quick modding question.

The modding possibility for using random cuts instead of a raw and weighted option, is {* cut} when creating the recipe. Is there a similar command for fish instead of meat?

Privateer

« Reply #1 on: October 11, 2017, 07:46:36 PM »
I believe it would be:
Code: [Select]
{Raw fish}and a weight amount.

Fish cook whole and are not divided into a standard portioning like cuts.
« Last Edit: October 11, 2017, 07:48:12 PM by Privateer »
To help is it's own reward.
Mods:
https://www.unrealworld.fi/forums/index.php?action=profile;area=showposts;sa=attach;u=10 Player Quests, Arrow quiver, Bee hives honey & mead, Massive menus, Fish Farmer, Combat trainer, Player made markers, Weaving, Wood stacks, Chicken coop Fish cuts, string&bone.

« Reply #2 on: October 12, 2017, 10:51:39 AM »
I believe it would be:
Code: [Select]
{Raw fish}and a weight amount.

Fish cook whole and are not divided into a standard portioning like cuts.

I see. There isn't any way of going around the weighted amount? So it would just be for example 2 fish, no matter the size of them? Is it only because of the same weight, that the {* cut} works in the first place?

Privateer

« Reply #3 on: October 12, 2017, 08:21:49 PM »
I believe it would be:
Code: [Select]
{Raw fish}and a weight amount.

Fish cook whole and are not divided into a standard portioning like cuts.

I see. There isn't any way of going around the weighted amount? So it would just be for example 2 fish, no matter the size of them? Is it only because of the same weight, that the {* cut} works in the first place?

 A count of raw fish or a weight amount of raw fish would both work.
The reason {* cut} works is due to "name pattern matching". Since mammal meat is all converted to "something cuts".
Fish retain their original naming; roast trout, roast pike etc etc. making a pattern match impractical.
To help is it's own reward.
Mods:
https://www.unrealworld.fi/forums/index.php?action=profile;area=showposts;sa=attach;u=10 Player Quests, Arrow quiver, Bee hives honey & mead, Massive menus, Fish Farmer, Combat trainer, Player made markers, Weaving, Wood stacks, Chicken coop Fish cuts, string&bone.

« Reply #4 on: October 12, 2017, 10:06:17 PM »
I believe it would be:
Code: [Select]
{Raw fish}and a weight amount.

Fish cook whole and are not divided into a standard portioning like cuts.

I see. There isn't any way of going around the weighted amount? So it would just be for example 2 fish, no matter the size of them? Is it only because of the same weight, that the {* cut} works in the first place?

 A count of raw fish or a weight amount of raw fish would both work.
The reason {* cut} works is due to "name pattern matching". Since mammal meat is all converted to "something cuts".
Fish retain their original naming; roast trout, roast pike etc etc. making a pattern match impractical.

Oh I see. That worked.

Last question. The {* cut} option makes you able to use dried and smoked meat as well, instead of just raw meat. Is there any way to use a count of fish, that takes in both raw, roasted, dried and smoked fish? Just two of them of one of the options, or does it always have to be raw fish?

Thanks for the helpful answers so far Privateer.

koteko

« Reply #5 on: October 12, 2017, 10:08:55 PM »
You'd have to use specific fish types for that, as far as I know. Eg, {*pike*} should work both pike and pike-perch, but most others have unique names.

« Reply #6 on: October 13, 2017, 12:34:29 AM »
You'd have to use specific fish types for that, as far as I know. Eg, {*pike*} should work both pike and pike-perch, but most others have unique names.

Okay, I see. Thank you very much!  :)

tukkipuu

« Reply #7 on: November 19, 2017, 10:09:10 AM »
You can also use whole fishes. Use the () tag.

Here's my "Angler's soup" example. Often you get some small fish with the fishing rod, but not enough for the original fish soup recipe. This recipe needs only one tiny fish, the second is optional  :) Be careful though, if the fish does not fit in the pot the extra disappears, so do not try cooking 15kg salmons with this recipe.
Code: [Select]
.TinyFIshes.  *COOKERY* /10/  \20\ %20% :148
{Raw fish} (1) [remove] [boil]
{Raw fish} (1) [remove] [boil] [optional] '+ More up to 4lbs total'
{Water}  #2# [remove] [boil]

 

anything