Source code is at
github.com/punyauk/VivoSim
Question New Drink or new Recipe
- Louis Quatorze
- Topic Author
- Thank you received: 30
Hello
how to do to parameter which % to drink from a bottle par exemple?
I Think about PRODUCT_PARAMS but what put in this line?
Thanks a lot
Louis
how to do to parameter which % to drink from a bottle par exemple?
I Think about PRODUCT_PARAMS but what put in this line?
Thanks a lot
Louis
by Louis Quatorze
Please Log in or Create an account to join the conversation.
- Brinley Taliesin
- Thank you received: 30
I think that is set inside the HUD in the DATA_VALUES file.
For example:
Apple juice glass|100|Thirsty:-70 means you consume 100% and Thirst decreases 70
Apple Pie|25|Hungry:-50 means you consume 25% and Hunger decreases 50
For example:
Apple juice glass|100|Thirsty:-70 means you consume 100% and Thirst decreases 70
Apple Pie|25|Hungry:-50 means you consume 25% and Hunger decreases 50
by Brinley Taliesin
The following user(s) said Thank You: Louis Quatorze
Please Log in or Create an account to join the conversation.
- Louis Quatorze
- Topic Author
- Thank you received: 30
hum I think this is when Recipe is in server
but in first we have % on product in hovertext but I will try to see
but in first we have % on product in hovertext but I will try to see
by Louis Quatorze
Please Log in or Create an account to join the conversation.
- Louis Quatorze
- Topic Author
- Thank you received: 30
Thanks Brinley!
It works perfectly now!
Have a nice evening!
Louis!
It works perfectly now!
Have a nice evening!
Louis!
by Louis Quatorze
Please Log in or Create an account to join the conversation.
- Admin
- Thank you received: 259
Yes the way the HUD works is it looks first in that notecard to see if there is an entry for the product. If not it uses the values it finds in the product, but in that case it will always use 100% of it.
At the moment, the DATA_VALUES notecard can get overwritten as part of a HUD update, but I will look to make it so either you can store your own values or/and the product notecard can allow for values other than 100%
At the moment, the DATA_VALUES notecard can get overwritten as part of a HUD update, but I will look to make it so either you can store your own values or/and the product notecard can allow for values other than 100%
by Admin
The following user(s) said Thank You: Louis Quatorze
Please Log in or Create an account to join the conversation.