Skip to content

Commit c110062

Browse files
authored
cmdline for 0.9.3+
1 parent 4ee4096 commit c110062

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

wiki/pkg/panda3d/README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ edit main.py to add
2727
# ]
2828
# ///
2929
```
30-
then run eg `python3 -m pygbag --PYBUILD 3.12 --git --ume_block 0 --template noctx.tmpl main.py` to use cpython 3.12 with pygbag git
30+
then run eg `python3 -m pygbag --ume_block 0 main.py` to use cpython 3.12 with pygbag 0.9.3
3131
and go to http://localhost:8000/?-i
3232

3333
But if you use taskMgr.step() or use the wheel in your own python runtime then you should do it that way:
@@ -63,10 +63,11 @@ Changes made to get a wheel [PR against webgl-port branch](https://github.com/pm
6363
the basic command to produce a itch.io compatible zip is
6464

6565
```
66-
python -m pygbag --archive --template noctx.tmpl --ume_block 0 main.py
66+
python -m pygbag --archive --ume_block 0 main.py
6767
```
6868

69-
note: only use `--ume_block 0` when you have no sound playing at game startup ( loading screen / main menu )
69+
note: if you check start game automatically on itch panel, only use `--ume_block 0` when you have no sound playing at game startup ( loading screen / main menu )
70+
also check if mobile and orientation have to be set for your build to run
7071

7172
This zip archive can be uploaded directly on itch after selection on the HTML game type . (provided everything else works and is set up as detailed below)
7273

0 commit comments

Comments
 (0)