Happy 2026 to all! Does anyone know why animals (especially unicorns) suddenly become transparent? (This is the fourth time it has happened, and I can't find an explanation.) Thanks to anyone who can help me.
Sharpened Razorin the an_config notecard under the FEMALE_SCALE or MALE_SCALE items. I've found some seem to have a semicolon at the end which may be confusing things i.e.
It is set as
FEMALE_SCALE=1.00;
but should...in the an_config notecard under the FEMALE_SCALE or MALE_SCALE items. I've found some seem to have a semicolon at the end which may be confusing things i.e.
It is set as
FEMALE_SCALE=1.00;
but should be
FEMALE_SCALE=1.00
Please could you check that and see how it is set.Show more2 weeks ago
Fiona Saimanè impostato così dentro lo script # To make male animals bigger on average than females use numbers >1.0, or use numbers <1.0 for larger females
MALE_SCALE=1.05;
#
# To make female animals bigger on average than males use numbers >1.0, or use numbers <1.0 for larger males
FEMALE_SCALE=1.00; 1 week ago
Sharpened Razorthe ; @ the end has to be removed that is a error in the AN_CONFIG NOTECARD. And in the script dont touch that..... if you want to make the male bigger do it within the AN_config Notecard7 days ago
It is set as
FEMALE_SCALE=1.00;
but should... Show more 2 weeks ago
MALE_SCALE=1.05;
#
# To make female animals bigger on average than males use numbers >1.0, or use numbers <1.0 for larger males
FEMALE_SCALE=1.00; 1 week ago