-
-
Notifications
You must be signed in to change notification settings - Fork 162
Add Rise of the Penguins GB port #2195
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Hey, I don't see the Testing thread on our discord. Please come there, a port needs to be tested on all cfws and screen resolution |
|
yes there is a thread on the discord https://discord.com/channels/1122861252088172575/1446629672052985897 |
|
done |
kloptops
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A few small changes with your README.md. 😄
|
done |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Cover needs to be 640x480, some devices only have the possiblity to show one picture for game art. So we need either gameplay or gameplay logo mix picture.
Jeod made a mixer for that for example:
| <publisher>Pwoo</publisher> | ||
| <genre>Retro / Action / Adventure</genre> | ||
| <players>1</players> | ||
| <rating>0.85</rating> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| <rating>0.85</rating> |
We do not have support for these fields.
https://portmaster.games/metadata-editor.html
|
|
||
| ## Permission for PortMaster Distribution | ||
|
|
||
| Rise of the Penguins GB is developed by Bill Woo (Pwoo). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@kloptops is this enough for a license if the creater writes it itself?
| @@ -0,0 +1,33 @@ | |||
| # Rise of the Penguins GB - Gamepad to Keyboard mapping | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| # Rise of the Penguins GB - Gamepad to Keyboard mapping |
gptokeyb1 has problems with # comments =)
ports/riseofthepenguinsgb/riseofthepenguinsgb/riseofthepenguinsgb.gptk
Outdated
Show resolved
Hide resolved
…sgb.gptk Co-authored-by: Cebion <[email protected]>
| # Put CRUSTY_SHOW_CURSOR=1 after "env" if you need a mouse cursor | ||
| # WRAPPED_LIBRARY_PATH is used instead of LD_LIBRARY_PATH to pass libraries only to the app | ||
| # LD_PRELOAD is put here because Godot runtime links against libEGL.so, and crusty is interfering with that on some systems. | ||
| $ESUDO env WRAPPED_LIBRARY_PATH="$GAMEDIR/gamedata/addons/godot_boy:$GAMEDIR/gamedata/addons/godotsteam/linux64:$GAMEDIR/lib" \ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I dont see a crusty block line?
Its needed so you firstly dont get double inputs and also that the input is correctly configured.
Co-authored-by: tabreturn <[email protected]>
Co-authored-by: tabreturn <[email protected]>
Co-authored-by: tabreturn <[email protected]>
Co-authored-by: tabreturn <[email protected]>
Co-authored-by: tabreturn <[email protected]>
Co-authored-by: tabreturn <[email protected]>
Co-authored-by: tabreturn <[email protected]>
Co-authored-by: tabreturn <[email protected]>
Game Information
Submission Requirements
CFW Tests
Resolution Tests
File Structure
Additional Notes