Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
Sortof, but I never went and did the work to get the graphics functioning, I just left it with the hives invisible.
Im going to preface this by saying I looked at this stuff late last year, and havent touched it since besides looking just now to try and figure it out, I am not a programmer, or modder of any kind, just a frustrated player who wanted to tinker with this and see if I could get the cool seeming idea to work.
The hives, without any graphics and the bees invisible started spawning for me after I added the [OBJECT:CREATURE] thing at the top of the creature_vitali_bees file as I wrote in the earlier comment.
graphics_creatures_hempworm
[OBJECT:GRAPHICS]
[CREATURE_GRAPHICS:HEMPWORM_MOTH]
[VERMIN:HEMPWORM:0:0]
[REMAINS:HEMPWORM:3:0]
[HIVE:HIVE:0:0]
Which appears to Im guessing designate colors for the hempworm moth and worked when I tested it, with the hives and moths showing fine, and tile_page_hempworm, which contains the following
tile_page_creatures
[OBJECT:TILE_PAGE]
[TILE_PAGE:HIVE]
[FILE:images/hive.png]
[TILE_DIM:32:32]
[PAGE_DIM_PIXELS:32:32]
[TILE_PAGE:HEMPWORM]
[FILE:images/hempworm.png]
[TILE_DIM:32:32]
[PAGE_DIM_PIXELS:128:32]
Which is possibly just related to the steam workshop pictures or something, so can probably ignore it? If not I am not certain what it is.
graphics_vitali_bees
The honey bee statue is intentional. It's just a palette-swap.
[OBJECT:GRAPHICS]
[CREATURE_GRAPHICS:VITALI_BEE]
[VERMIN:CREATURES_VITALI_BEES:0:0]
[SWARM_VITALI_BEES:CREATURES_VITALI_BEES:1:0]
[SWARM_MEDIUM:CREATURES_VITALI_BEES:2:0]
[SWARM_LARGE:CREATURES_VITALI_BEES:3:0]
[HIVE:CREATURES_VITALI_BEES:0:1]
[REMAINS:CREATURES_VITALI_BEES:3:1]
[STATUE_CREATURE_GRAPHICS:HONEY_BEE]
[DEFAULT:STATUES_SMALL:0:110:0:111]
Looking at the graphics_creatures_hempworm file from the mod that seemed to be working, the mod that works is much shorter and has a lot fewer specifics, they might have overcomplicated this one somehow and given a bunch of extra information it didnt need.
You forgot [OBJECT:CREATURE] before [CREATURE:VITALIBEE]
The top of the mod should have
creature_vitali_bees
[OBJECT:CREATURE]
[CREATURE:VITALIBEE]
[DESCRIPTION: A small flying insect that lives in hive colonies. It is prized for both its honey and venom.]
[NAME:vitali bee:vitali bees:vitali bee]
[CREATURE_TILE:250][COLOR:6:0:1]
[NATURAL][GOOD]
[BIOME:NOT_FREEZING]
[VERMIN_SOIL_COLONY][FREQUENCY:100]
[VERMIN_NOTRAP]
[POPULATION_NUMBER:250:500]
[CLUSTER_NUMBER:100:200]
[SMALL_REMAINS]
[PETVALUE:50]
[PETVALUE_DIVISOR:1000]
[PREFSTRING:magic mead]
[PREFSTRING:revitalizing venom]
[PREFSTRING:rarity]
[DIURNAL]
https://steamoss.com/sharedfiles/filedetails/?id=2939075237