Beeta 1.3
[ 2021-08-19 12:59:14 CET ] [ Original post ]
Hey Beekeepers!
Mainly updates for the modding API with this update, with exciting things like being able to add your own custom NPC! I did also fix a few longstanding bugs with Windows and window resizing so it's nice to finally take them off my list.
For Mod Creators, the Sample Mod and API Docs have been updated along with update.
Bug Fixes
- Fixed Windows not resizing in windowed fullscreen properly the first time
- Fixed bees in hives not in the swamps being turned into lightning bees when they shouldn't be
- Fixed settings menu being drawn twice on home page and not drawn at all in-game
- Fixed conservation status title in the book being "Special Produce"
Modding API
- Added the ability to specify modules to load in your register() hook - these must be modules in a /modules/ folder in your mod root
- Added api_define_npc() which lets you create a custom NPC along with shop + stock
- Added api_get_menus_obj() which lets you get a menu object inst for a given menu inst
- Added api_get_game_size() that returns the current game window size (accounting for scale)
- Added api_create_bee_stats() which lets you create a stats obj for a given bee species to use in api_slot_set() or api_create_item()
- Added api_set_tooltip() which lets you change the tooltip for a given oid's dictionary definition
- Added api_get_inst_in_circle() which lets you find instance ids in a given circle
- Added api_get_inst_in_rectangle() which lets you find instance ids in a given rectangle
- Added api_play_sound() which lets you play a sound from the game
- Added an optional "alpha" argument to draw_line, draw_rectangle, and draw_circle
- Added an optional "oid" argument to api_get_menu_objects() and api_get_objects()
- Added an optional "coordinate" argument to api_get_menu_objects() and api_get_objects() to use a given position as a center instead of the player when specifying a radius
- Fixed api_set_menu_position() not working correctly with a valid menu inst
- Fixed api_define_menu_object() and api_define_object() not being able to have the invisible property set correctly
- Fixed sc_mod_api_get_menu_objects() not working properly
- Fixed game crash when destroying a highlighted instance
- Fixed draw_script argument being wrong position in api_define_object()
- Fixed draw script not being called for api_define_object() obj instances
- Fixed place_water and place_deep on obj definitions
- Tutorial will be skipped if dev mode is enabled to help speed up testing world gen
- You can now only allow certain species in slots by using "bee:species" as your slots allowed input item i.e. {10, 10, "Input", {"bee:common"}}
Modding Docs
- Updated the Sample Mod on Github with examples of using module loading, defining a fake book, and defining an NPC
- Updated with above changes
- Updated worldgen() hook example to show how to loop through the world tiles
- Updated api_get_menu_objects() to show an example specifying an oid
- Updated api_get_objects() to use specifying an oid
- Updated obj_definition to show the correct properties for place_grass/place_water/place_deep instead of nature/aquatic/deep
APICO
ellraiser
TNgineers
Q1 2022
Simulation Singleplayer
GameBillet
16.99 /
€
Game News Posts 157
🎹🖱️Keyboard + Mouse
Very Positive
(1219 reviews)
http://apico.buzz
https://store.steampowered.com/app/1390190 
APICO SteamDeck [199.14 M]APICO Linux [198.93 M]
APICO is an upcoming casual-sim game about breeding and collecting bees!
Set in a series of lush environments, it uniquely combines farm building, resource gathering and production, and beekeeping minigames.
Key Features
Heart & Honey
Encounter natural bees scattered throughout the world. Begin your beekeeping journey and show them who the real Queen Bee is.
Make & Manufacture
Collect raw materials and craft resources, tools and machines to aid you. Humble hand-crafted beginnings will make way for clockwork and steam-powered tools!
Products & Profits
Take your bee-gotten gains and forge them anew. Use, trade or sell them for construction materials, technological marvels and sweet, sweet hats
Bolster & Breed
Cross-breed your bees for perfect stats, or earn unique loot by creating new species such as realistic elemental bees - endorsed by an Actual Scientist!
Create & Construct
This is your home in a welcoming land. Build and create the picturesque Apiary of your dreams, or create a deforested industrial nightmare, barely clinging to life. Efficiency... but at what cost?!
Experience & Explore
Adventure through your own randomly generated world, reveal hidden mysteries, and unlock distinct biomes with their own characteristic flora, fauna and bees.
About Us
APICO is being created by two brothers, Elliott & Jamie, inspired by their love of old Minecraft mods, casual, and crafting games. They wanted to make something relaxing, intriguing, and semi-educational (just don't think about the Water Bees). Elliott builds nice things and Jamie makes sure he breaks them.
Save The Bees
Bees are integral to our gameplay, as they are to our real-world ecosystem. We want to promote bee conservation and will be donating a portion of sales towards national and international beekeeping charities.
Follow Our Progress
You can follow us on Twitter (https://twitter.com/apico_game), or join our Discord (http://apico.buzz/discord).
We post regular updates of our development progress on both channels as well as important announcements, stupid GIFs, cute pics of bees - what more could you want?
Set in a series of lush environments, it uniquely combines farm building, resource gathering and production, and beekeeping minigames.
Key Features
- Live out your wildest beekeeping fantasies – sting free!
- 100s of bees to discover!! Alright, alright, maybe not 100s but there's a lot okay?
- Unique crafting minigames that drive gameplay progression
- Multiple distinct biomes with their own unique flora, fauna and bee species
- Family-friendly and stress-free gameplay. Settle in, get comfy, its time to Bee Happy(™)
Heart & Honey
Encounter natural bees scattered throughout the world. Begin your beekeeping journey and show them who the real Queen Bee is.
Make & Manufacture
Collect raw materials and craft resources, tools and machines to aid you. Humble hand-crafted beginnings will make way for clockwork and steam-powered tools!
Products & Profits
Take your bee-gotten gains and forge them anew. Use, trade or sell them for construction materials, technological marvels and sweet, sweet hats
Bolster & Breed
Cross-breed your bees for perfect stats, or earn unique loot by creating new species such as realistic elemental bees - endorsed by an Actual Scientist!
Create & Construct
This is your home in a welcoming land. Build and create the picturesque Apiary of your dreams, or create a deforested industrial nightmare, barely clinging to life. Efficiency... but at what cost?!
Experience & Explore
Adventure through your own randomly generated world, reveal hidden mysteries, and unlock distinct biomes with their own characteristic flora, fauna and bees.
About Us
APICO is being created by two brothers, Elliott & Jamie, inspired by their love of old Minecraft mods, casual, and crafting games. They wanted to make something relaxing, intriguing, and semi-educational (just don't think about the Water Bees). Elliott builds nice things and Jamie makes sure he breaks them.
Save The Bees
Bees are integral to our gameplay, as they are to our real-world ecosystem. We want to promote bee conservation and will be donating a portion of sales towards national and international beekeeping charities.
Follow Our Progress
You can follow us on Twitter (https://twitter.com/apico_game), or join our Discord (http://apico.buzz/discord).
We post regular updates of our development progress on both channels as well as important announcements, stupid GIFs, cute pics of bees - what more could you want?
MINIMAL SETUP
- OS: Debian 10
- Processor: Intel Core i5 (4th Gen)Memory: 4 MB RAM
- Memory: 4 MB RAM
- Graphics: Intel HD Integrated
- Storage: 250 MB available space
GAMEBILLET
[ 5951 ]
GAMERSGATE
[ 3198 ]
FANATICAL BUNDLES
HUMBLE BUNDLES
by buying games/dlcs from affiliate links you are supporting tuxDB