Here you will find everything about making mods: http://vitsum.ml/evertech/docs/#/
(Всё о том как делать моды)
Mod API update 0.27.*
How to lua
Up-to-date docs are here:
http://vitsum.ml/evertech/docs/#/
Introduction
Finally we now have support for lua scripting in our lovely game! So now you can make mods which are not just changed 3d model… your mods now can do stuff!
Available since version 0.18.*
Getting Started
Before we start you need to read how to make a simple mod. If you already can make a simple mod you can continue reading this article.
To add a script to your mod you need to add a .lua file to your mods directory and reference it in your info.json file.
How to make a mod for a wheel in Evertech Sandbox
To make a mod for a wheel you need a version 0.7.371 or above.
You do everything as usual but you need to add a new parameter called “collider” and set it’s value to “wheel”.
Here is an example mod:
wheelmod2.7z
Read More “How to make a mod for a wheel in Evertech Sandbox”
How to make a mod for Evertech Sandbox
To make a mod you will need some 3d editor which can export models to .obj format.
Don’t export .mtl, because the game will not read it.
But before making your own mod, try to install existing ones, so you will be sure you understand how to install the mod and see if it is working.
So, if you don’t have pc, you can use 3dc.io but it has limited functionality. You can use any 3d editor of your choice. For PC my choice is blender3d.
How to install mods to Evertech Sandbox
Since version 0.6.369 we now have a support for mods.
To install a mod you need to uncompress the mod archive to a destination (if you don’t have “mods” folder just create it):
Android/data/com.evertechsandbox/files/mods/
For example you want to install mod called supermod, then you should get this result:
Android/data/com.evertechsandbox/files/mods/supermod/info.json
Make sure that there is only one folder between mods and info.json, otherwise the game will not find the mod.
You can find mods in our discord server or https://vk.com/evertechsandboxmods
Evertech Sandbox Available for IOS now!
Please install the app if you have IOS devices and leave a review on the App Store.
https://itunes.apple.com/us/app/evertech-sandbox/id1422791215
Evertech Sandbox Wiki
Hi. I have a wiki for Evertech Sandbox on gamepedia.com.
Please help me to update it 🙂
Here is the link: https://evertechsandbox.gamepedia.com
Evertech Sandbox available on Google Play
Version 0.1.0.64-alpha
https://play.google.com/store/apps/details?id=com.evertechsandbox
- Paints
- Paintable blocks
- Rotate button
- Underwater effect
- Workshop
(There are bugs with rendering paintable blocks, on some devices they are invisible, we are working on this issue)