Skip to content

Aidiakapi/CrossCode-ScalingFix

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CrossCode-ScalingFix

Patch to enable pixelated image scaling, and modifies the "double" scaling mode to be a general integer scaling mode.

This is based on the original patch by Idearum (and uses their patching script), but it differs in several key ways:

  • No additional settings. This keeps your saves 100% compatible with unmodded versions. The "Double" scale mode is replaced with "Integer" only when the mod is active. Otherwise it reverts to the default "Double" behavior.
  • Pixelated scaling. This keeps the image crisp whether you use integer scaling or not, and works on any resolution.

Visual comparison

At 2560x1440, 1x pixel size. (Click link for full image.)

Original scaling*: original scaling

Pixelated scaling: pixelated scaling

Integer scaling: integer scaling

* The game comes with a hack to make it less blurry, by rendering at a higher resolution. This makes the problem less severe, but it doesn't solve it.

Instructions

Confirmed working with build ID 11438847 on Steam, Windows (10th of June 2023). May or may not work with copies on other platforms.

  1. Download the Install-ScalingFix.ps1 script file and place it in the game folder.

  2. Right click it and select Run with PowerShell.

  3. If you want to uninstall at some point, you can run Uninstall-ScalingFix.ps1. Alternatively, you can validate files on Steam, which will undo any modifications made to the game.

About

Upgraded patch to add integer-based and pixelated scaling method to CrossCode.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PowerShell 100.0%