Modding: Difference between revisions

From APICO Wiki
Jump to navigation Jump to search
Content added Content deleted
No edit summary
No edit summary
Line 5: Line 5:
<div class="aw-panel--left">
<div class="aw-panel--left">
<p>In APICO, you can add mods to expand your game and add new mechanics and features not available in the base game! If you're interested, you can even [[Modding Guide | start modding the game]] yourself!</p>
<p>In APICO, you can add mods to expand your game and add new mechanics and features not available in the base game! If you're interested, you can even [[Modding Guide | start modding the game]] yourself!</p>
<p>Here you can find all the general information and resources around mods and modding.</p>
<p>Here you can find all the general information and resources around mods and modding.<br/>You can find a list of all mods on the [[Mod List]] page.</p>
</div>
</div>


Line 18: Line 18:


<h1 id="Downloading Mods">[[File:Microscope_Item.png|32px]]Downloading Mods</h1>
<h1 id="Downloading Mods">[[File:Microscope_Item.png|32px]]Downloading Mods</h1>
<p>If you're playing APICO and want to download mods, you can do it right from inside the game! From the home screen you can click on "Mods" and the game will retrieve all the official mods that are available. Once downloaded you can choose to activate or deactivate any of your mods before starting your game. Mods are not available in the [[Demo]].<br/><br/>[[File:Mods_Page_2.png|600px]]<br/><br/>You can also install mods not from the "official" list by downloading them from the main [[Mod List]], and [[Mod Sideloading|adding it to your mods folder]]. <b>We cannot recommend these mods for security reasons so install "unofficial mods" at your own risk!</b></p>
<p>If you're playing APICO and want to download mods, you can do it right from inside the game! From the home screen you can click on "Mods" and the game will retrieve all the official mods that are available. Once downloaded you can choose to activate or deactivate any of your mods before starting your game. Mods are not available in the [[Demo]].<br/><br/>[[File:Mods_Page_2.png|600px]]<br/><br/>You can also install mods not from the "official" list by downloading them from the main [[Mod List]], and [[Mod Sideloading|adding it to your mods folder]].<br/><b>We cannot recommend these mods for security reasons so install "unofficial mods" at your own risk!</b></p>


<h1 id="Creating Mods">[[File:Stone_Hammer_Item.png|32px]]Creating Mods</h1>
<h1 id="Creating Mods">[[File:Stone_Hammer_Item.png|32px]]Creating Mods</h1>

Revision as of 08:04, 2 June 2022

In APICO, you can add mods to expand your game and add new mechanics and features not available in the base game! If you're interested, you can even start modding the game yourself!

Here you can find all the general information and resources around mods and modding.
You can find a list of all mods on the Mod List page.

Modding

Mods for APICO!

Downloading Mods

If you're playing APICO and want to download mods, you can do it right from inside the game! From the home screen you can click on "Mods" and the game will retrieve all the official mods that are available. Once downloaded you can choose to activate or deactivate any of your mods before starting your game. Mods are not available in the Demo.



You can also install mods not from the "official" list by downloading them from the main Mod List, and adding it to your mods folder.
We cannot recommend these mods for security reasons so install "unofficial mods" at your own risk!

Creating Mods

If you want to start creating mods, you can read our Getting Started and get stuck in!
To make your mod "official" you will need to upload it to mod.io via our APICO Modloader tool and get it approved. Although players can choose to side-load APICO with any mod they download, they will get shown a warning around the mod when activated.

Modding API

If you've read out Getting Started guide and are eager to get modding, check out our API Reference which details all API methods along with example LUA code for a bunch of different use-cases.

You can also check out our APICO Modders Github for ideas and inspiration!