logo

izigame.me

It may take some time when the page for viewing is loaded for the first time...

izigame.me

cover-Apico

Friday, June 6, 2025 11:58:53 AM

4.4.0

Hey Beekeepers,
This is a maintenance patch for APICO to keep those pesky bees out of the cogs!
Mostly bug fixes and some multiplayer tweaks, thanks to everyone who's been reporting issues <3
A few MacOS players have reported crashes when trying to use mods - currently this issue is still present in this build.
These crashes are due to an issue with GameMaker and has been reported to them directly, so until they fix it MacOS players will not be able to run mods.
I've tried to find some temporary workarounds but unfortunately there isn't anything I can do about it my side - I'll keep you all posted and I'm very sorry for any inconvenience <3
~ Ell
Changes
- Added a new 'Borderless Fullscreen' option to the settings (this is a new engine option that is only available for Windows!)
Bug Fixes
- Fixed cached book entries not re-drawing when the book is re-opened, leading to stuff like population counts not incrementing until you re-selected the chapter
- Fixed not being able to empty out spare liquid crystal in resonators if the resonator was showing an error
- Fixed inventory bee progress bar sometimes rendering with pink icons
- Fixed pencil edit menu not disappearing when the edited object is hammered
- Fixed open menus not rendering correctly when using benches/beds to move
- Fixed a couple of typos in books
Multiplayer
- Butterfly spawns should now be more consistent across players
- Fixed cross-mutated flower spawns not always syncing correctly with butterfly hotel usage
- Fixed butterfly hotels for clients not visually showing some butterflies
- Fixed acorns planted by clients that grew fully before a host game autosave not getting saved properly to the world on restart
- Fixed client sometimes being able to have weather run longer after the host weather has actually finished
- Fixed client-placed canisters sometimes losing 5ml when filling up tanks in machines
- Fixed desalinator progress bar 'flashing' on empty desalinators for clients
- Fixed pots placed by another player with flowers added not showing flowers for other players unless hovered
Modding
- Added sc_mod_api_multiplayer_sync_prop(menu_id, prop_name) which lets you force a menu prop sync for hosts
- sc_mod_api_play_sound() can now specify any game sound, i.e. tree_1, chop_2, hammer_4 etc
- sc_mod_api_play_sound() now has a second parameter to set volume (number from 0-1, default 0.1)
- Custom defined buttons should now correctly run their click script when pressed using a gamepad