UnReal World forums

UnReal World => Modding => Topic started by: Brygun on April 20, 2020, 03:00:42 PM

Title: Need help with [LENGTH:]
Post by: Brygun on April 20, 2020, 03:00:42 PM
The recipe below was generating 15 foot lengths not 10 foot. Not sure why.


.Split spruce twig. (2) "Cord" [effort:1] [phys:hands,one-handed] *CARPENTRY* /10/ %-45% [patch] [LENGTH:10] [assist:1]
{Spruce twig}   [remove] [patchwise]
{Knife}<Small knife>
[PRICE:0.1]
[MATERIAL:wood]
// This is a readily available general tying equipment.
// For any mod recipe that previously had {Tying equipment} requirement
// I recommend assessing if {*cord} 'Cord' would be better:
// Like bows, arrows, bags, nets, fishing rods etc.
// Length assumes splitting a reasonable branch in two
// Also results in shorter yields as a primitive method
Title: Re: Need help with [LENGTH:]
Post by: Brygun on April 22, 2020, 01:56:37 PM
Seeing views but no remedies.

Going to make a post for this in the bug reports.

https://www.unrealworld.fi/forums/index.php?topic=5470.0
Title: Re: Need help with [LENGTH:]
Post by: Privateer on April 22, 2020, 08:14:51 PM
 Shouldn't it be like this?
Code: [Select]
.Split spruce twig. (2) "Cord" [effort:1] [phys:hands,one-handed] *CARPENTRY* /10/ %-45% [patch] [assist:1]
{Spruce twig}   [remove] [patchwise]
{Knife}<Small knife>
[LENGTH:10]
[PRICE:0.1]
[MATERIAL:wood]
Title: Re: Need help with [LENGTH:]
Post by: Brygun on April 23, 2020, 07:16:22 PM
DAMMMMMMMMNNNNNNNN


Privateer thanks!