1. APICO
  2. News

APICO News

Papilio 2.1.1 HF1

HF1: Fixed lunar bee letter missing from dictionary

APICO OST Bee-sides Out Now!

Hey Beekeepers!

We're super excited to announce that Mothense's OST Bee-sides are now available on Steam!
https://store.steampowered.com/app/2230810/APICO_OST_Beesides/

The Bee-sides are tracks that started as concepts that didn't make the cut for the original soundtrack. These concepts were then later developed and mastered into beeautiful tracks in their own right. You may recognise some of them already, as they were also added in the 2.0 Butterfly Update!

We hope you enjoy these wonderful tracks - all proceeds from both the OST + Bee-sides goes directly to Moth, so you'll be supporting the artist directly by buying it
~ Ell

Papilio 2.1.1

Hey Beekeepers!

Just one last update to polish off some remaining bits and bobs!
Thanks again to everyone who’s been reporting bugs as well as giving us all the lovely feedback on the butterfly update, it’s so wonderful to hear how much you’ve all been enjoying the new content!

Things will be winding down now a bit for Christmas, I’ve got some optimisation stuff to do for the Switch builds, and our other game Feed The Beasts is feeling a bit left out, so there won’t be any new patches aside from breaking stuff for a while now! Then in the new year I can start working on the plans for the next content update - “What Lies Beeneath”… >:)

~ Ell

[h3]Changes[/h3]
  • Magazines should show in the Lost+Found if they're lost / never spawned correctly
  • Updated the bee hotel explanation quest pics to show the shrub cuttings IN the hotel
  • Bee hotel input slots will now show the biome-specific flora needed (rather than showing generic flora icon)


[h3]Bug Fixes[/h3]
  • Fixed not being able to use the magnifying glass on a solitary bee in bee hotels/habitats on gamepad/deck
  • Fixed not being able to fully move the mouse to the left of the home screen after starting the game in fullscreen
  • Fixed chapter highlight tooltips in the solitary book not having a name
  • Fixed some of Sto/Codey dialogue being available before actually talking to them for the first time
  • Fixed running making a new world in the same slot as one you just deleted visually showing the same chapter completion badges
  • Fixed Mothlight flowers not producing light as their description implies
  • Fixed Pondshine in hydroponic pots and Mothlight in normal pots not lighting up
  • Fixed Candles in Workbench not showing the correct sprite
  • Misc. locale changes


[h3]Modding[/h3]
  • You can now pass an optional "title" key in your menu definition for the title bar text - if not specified will be blank
  • Fixed not being able to use customX: slots with other validations or other customX: slots

Papilio 2.1.0 HF1

HF1: Fix for modded NPCs crashing when loaded/spoken to

Papilio 2.1.0

Hey Beekeepers!

Well here we are 2 weeks in from the butterfly update, and things are mostly stable (as stable as a game about bugs can be anyway!)
As things calmed down I had a chance to start working on the Modding API, and so this update adds in a whole host of new modding methods that you can use to interact with the new content - hopefully we can all look forward to seeing some new mods that bring us all new butterflies, solitary bees, and incense!

There’s also a few different fixes and some minor stuff I was putting off until there was literally nothing left on my TODO list, plus a couple tweaks.

As a side-note, not sure what’s happened but recently there’s been a large influx of reviews and they’ve been so wonderful to read - thanks so much to everyone who’s been taking to time to write such lovely things about bee game! It really does mean a lot.
~ Ell

[h3]Changes[/h3]
  • Reduced general net durability (when buying new nets)
  • You can now pick up lilypads regardless of whether you have tools equipped (like flowers can be)
  • If you didn't get a magazine for Lunar Bee when conserving it, one should now spawn when you load the world (maybe)


[h3]Bug Fixes[/h3]
  • Fixed butterflies in butterfly hotels visiting all flowers, rather than the ones they like (also led to weird cross-mutation)
  • Fixed butterflies in butterfly hotels visually not visiting the flower accurately
  • Fixed butterflies in butterfly hotels not matching the range shown by the hotel
  • Fixed achievement for getting all bee-sides not unlocking
  • Fixed Dreamshards selling for honeycore instead of rubees
  • Fixed Pots, Compost Bin, Altar, and Shrine having missing input tooltip item icons
  • Fixed butterfly nets not losing durability when catching butterflies
  • Fixed axes losing durability when used on things that can be picked by hand
  • Fixed incense7 (yellow-green) not having a name
  • Fixed /gimme butterfly crashing when not specifying a species
  • Fixed mined honeycore regrowing offset from it's original position
  • Fixed chrysalis slots staying "locked" for clients during multiplayer when the butterfly hatches (hopefully)
  • Fixed some languages having NAME BUTTERFLY instead of BUTTERFLY NAME
  • Fixed new flowers not showing their effect name in the tooltip
  • Fixed Beenjamin having the jurassic prompt before you find the species if you found enough bees
  • Fixed plushie items not having a tooltip title
  • Fixed NPCs not updating their "!" when you clear their dialogue but close using ESC
  • Fixed clients not getting solitary bee repopulation updates (also hopefully)


[h3]Modding[/h3]
  • Fixed api_get_menu_objects() not respecting no co-ordinate being passed in (was supposed to default to player if none given)
  • Added two methods that use "zoids", unique ids that are used to identify objects across games in multiplayer. By using zoids you can avoid the issue of instance ids changing every session and store links to zoids to get the correct instances back on reboot.
  • Added api_get_zoid_from_inst(), which returns a unique id value (zoid) for the given instance id
  • Added api_get_inst_from_zoid(), which returns the instance id for a given zoid, both these methods allow you to store
  • Added api_define_solitary(), which lets you define your own solitary bee for people to discover in bee hotels
  • Added api_define_butterfly(), which lets you define your own butterflies for people to catch
  • Added api_describe_butterflies(), which will get the metadata for all butterflies
  • Added api_define_incense(), which lets you setup a new incense and alchemy recipe (you need to implement the effect yourself though!)
  • Added api_has_incense(), which will check if a specific scent is affecting a given position
  • Added api_create_butterfly(), which lets you manually spawn a butterfly inst onto an object (flower, generic obj, menu_obj...)
  • Added api_get_progress() method that returns the players current progress (i.e. bees found, butterflies repopulated etc)
  • Added api_define_npc2() method that takes into account new menu sprite changes and new dialogue changes for NPCs - you can still use api_define_npc() but you should upgrade when you can!
  • Added api_define_menu_object2() method that takes into account the menu sprite changes (you now only need 2 frames and dont need to add the tab title) - same as above RE the old method
  • Added api_game_state() method that returns various game state bools (paused, game loading, world loading etc)
  • Added basic _field values to the destroy hook when a menu object is destroyed (limited to basic datatypes)


I’ll be updating the modding documentation shortly, please bear with!