This repository was archived by the owner on Aug 4, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Setup Game
github-actions[bot] edited this page Dec 10, 2024
·
7 revisions
For beginner work your game, go to the mods folder and follow the steps down here:
- For making game, go to the
modsfolder and create your folder first, or copy and paste the mod template! - after that, go to your folder was create and create a file named
meta.json, in there you should open yourmeta.jsonfile and paste this code:
{
"title": "Template",
"description": "Game Description.",
"author": "You!",
"api_version": "1.0.0",
"mod_version": "1.0.0",
"license": "Apache 2.0"
}After that, save your meta.json file and the engine should found your game for now!
Note that this file is required!
If you wanna add a icon, make one and save this image as name icon.png and put in your mods game like mods/<your game>/icon.png
Also the image icon should recommended at 150x150 though the game will auto resize them to only 75x75
You can add in a custom box-art card if you want.
It should be in mods/<your game>/cardGame.png.
That all you wanna make your folder work now, you should able to added stuff into game and make them run for sure!