-
Notifications
You must be signed in to change notification settings - Fork 0
Setup Game
github-actions[bot] edited this page Dec 8, 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
mods
folder 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.json
file 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
That all you wanna make your folder work now, you should able to added stuff into game and make them run for sure!