Skip to content

Commit

Permalink
Merge pull request #745 from JeodC/ufo50
Browse files Browse the repository at this point in the history
UFO 50: Update README
  • Loading branch information
Cebion authored Oct 7, 2024
2 parents 8ff80fe + f99b0bb commit 9294254
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions ports/ufo50/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,16 @@ and usually 1-2GB of memory, alongside Mali blob drivers. Low processing power,

- Games that use large rooms will have lower fps (Ninpek, Velgress, Planet Zoldath, etc).

## xDelta Patch Notes
For the more technically inclined, here are specific modifications made in order to make UFO 50 run smoothly on the targeted devices:

- [GMTools](https://github.com/cdeletre/gmtools) by Cyril Deletre to convert WAV to OGG and lower their bitrate
- [UndertaleModTool](https://github.com/UnderminersTeam/UndertaleModTool) to make some specific changes to the game
- - Remove/hide the scaling feature since the game always scales to the display on targeted devices, and enforce 1x scaling
- - Change the video settings menu to use `Stretch to Fit`, `Maintain Aspect Ratio`, and `Integer Scale` for display options
- - Remove/hide the scale options and the CRT shader options, since CRT shaders do not work on 1x scale
- - Flush textures during cleanup operations

## Thanks
Mossmouth -- The absolutely amazing game
JohnnyOnFlame -- GMLoader-Next and TextureRepacker via UTMT
Expand Down
2 changes: 1 addition & 1 deletion ports/ufo50/gameinfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<game>
<path>./UFO 50.sh</path>
<name>UFO 50</name>
<desc>UFO 50 is a collection of 50 single and multiplayer games that span a variety of genres, from platformers and shoot 'em ups to puzzle games, roguelites, and RPGs. Our goal is to combine a familiar 8-bit aesthetic with new ideas and modern game design.]</desc>
<desc>From the developer, Mossmouth: "UFO 50 is a collection of 50 single and multiplayer games that span a variety of genres, from platformers and shoot 'em ups to puzzle games, roguelites, and RPGs. Our goal is to combine a familiar 8-bit aesthetic with new ideas and modern game design."</desc>
<image>./ufo50/cover.png</image>
<releasedate>20240918</releasedate>
<developer>Mossmouth</developer>
Expand Down
2 changes: 1 addition & 1 deletion ports/ufo50/port.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"porter": [
"Jeod"
],
"desc": "UFO 50 is a collection of 50 single and multiplayer games that span a variety of genres, from platformers and shoot 'em ups to puzzle games, roguelites, and RPGs. Our goal is to combine a familiar 8-bit aesthetic with new ideas and modern game design.",
"desc": "From the developer, Mossmouth: \"UFO 50 is a collection of 50 single and multiplayer games that span a variety of genres, from platformers and shoot 'em ups to puzzle games, roguelites, and RPGs. Our goal is to combine a familiar 8-bit aesthetic with new ideas and modern game design.\"",
"desc_md": null,
"inst": "Purchase the game on Steam and add the game data to `ports/ufo50/gamedata`.",
"inst_md": null,
Expand Down

0 comments on commit 9294254

Please sign in to comment.