Community Forum

Question about FeedingTroughCows TipTrigger

Forum Overview >> Scripting

CategoryScripting
Created17.11.2015 22:35


N0tr3ady (n0tr3adY) 17.11.2015 22:41
Hello!

We have changed the default feeding trough object to another one at sheeps and cows.
Rewrite completely the User Attributes correctly (string, floating, integer,etc).
The sheeps trough is working fine, but the cows trough produces a strange error into the log.

C:/Users/*/Documents/My Games/FarmingSimulator2015/mods//gamerhzs/map/map01.i3d (8351.37 ms)
Error: Missing priceMultipliers string user attribute for TipTrigger feedingTroughCows
Error: 1th priceMultiplier is invalid in TipTrigger feedingTroughCows
Error: 2th priceMultiplier is invalid in TipTrigger feedingTroughCows
Error: 3th priceMultiplier is invalid in TipTrigger feedingTroughCows
Error: 4th priceMultiplier is invalid in TipTrigger feedingTroughCows
Error: 5th priceMultiplier is invalid in TipTrigger feedingTroughCows

I've checked the SDK map, and a few other maps too, but can't find nothing similar at cows section. Only using "."
I've missed something, or what i have done wrong?

Thanks in advance:
n0tr3adY



Emil Drefers (Unknown) 18.11.2015 07:56
Hi,

probably you are missing the attribute "isFarmTrigger" of type boolean, its value should be "true".

Cheers,
Emil

N0tr3ady (n0tr3adY) 18.11.2015 09:48
Hi!

Thanks, working again! I have wroted isFillTrigger.. (UniversalProcessKit command :) )

Cheerz,
n0tr3adY



Note: Log in to post. Create a new account here.