Skip to content

wesamdev/portmk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MIT License GitHub commit activity (branch) GitHub tag (with filter)

Note

Project Under dev in v1 you can use v0.2-dev if you want.

PORTMK

About

PORTMK is a tool used to make your godot game in portmaster

How Tool Works?

tool makes folder inside of it have game launch script and game data folder, it put your controls script and game pck inside game data folder and launch script put outside of game data folder, if you chose x86_64 game it will convert it to pck file.

Why This tool?

i created this tool to easily make your godot games in portmaster and help our community.

how to use portmk?

First

get godot game pck or x64_86 game file

second

open portmk and chose game file

third

go to [gptk creator]

docs not complated*

Requirements

.net v6 windows desktop runtime, DOWNLOAD.

Project Structure

  • src — a source folder.

    • portmk — the app source code.
    • website — the source code of the website.

Developing

Buliding Requirements

1- Python 3.10.x

2- git

Buliding PORTMK From The Source

# clone repo using git
git clone https://github.com/wesamdev/portmk.git
# change dir to portmk src
cd ./portmk/src/portmk
# install packges
pip install -r requirements.txt
# run the app
python app.py

Naming conventions and references

Use Gitmoji-flavored Comigoji for naming your commits.

Use Comigo's CSS naming guide for styling.

License

godotpcktool MIT License
PORTMK MIT License

GPTK.html forked