New Port: The Swapper - #2583
Open
Producdevity wants to merge 4 commits into
Open
Conversation
Producdevity
requested review from
Cebion,
Dia2809,
Ganimoth,
ImCoKeMaN,
JanTrueno,
Slayer366,
beniamino38,
bmdhacks,
cdeletre and
kloptops
as code owners
July 26, 2026 01:31
Producdevity
marked this pull request as draft
July 26, 2026 01:32
Contributor
Author
|
|
Producdevity
marked this pull request as ready for review
August 30, 2026 17:43
Cebion
requested changes
Aug 30, 2026
Cebion
approved these changes
Aug 31, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Game Information
Authorship & Testing
Submission Requirements
CFW Tests
Ensure your game has been tested on all major CFWs:
Resolution Tests
Test all major resolutions:
File Structure
Script Conventions
The launcher follows the usual PortMaster Mono setup. The game-specific parts are:
libtexture_astc.souses ASTC where supported and falls back to BC3 on Panfrost, where sampling ASTC textures crashes. With gl4es, font and detail textures stay uncompressed because ASTC breaks their transparency.LIBGL_FBorLIBGL_ES. ROCKNIX provides native desktop GL, so it does not use the bundled gl4es libraries.libfmodex.sotranslates the game’s FMOD audio calls to SDL_mixer, including streaming for large audio files.libsteam_api.soreports Steam as unavailable, no bypassing.MONO_MANAGED_WATCHER=1avoids a FileSystemWatcher recursion crash in Mono.Additional Resources
For an in-depth guide on creating a pull request, refer to: PortMaster Game Packaging Guide