Skip to content

Instantly share code, notes, and snippets.

@robbmanes
Last active April 18, 2025 18:35
Show Gist options
  • Save robbmanes/7d00b24a1e51aba75f73fb65ec4eff0d to your computer and use it in GitHub Desktop.
Save robbmanes/7d00b24a1e51aba75f73fb65ec4eff0d to your computer and use it in GitHub Desktop.
Robb's Game Modding Notes

Modding Notes

Personal notes on my journey into game modding.

My Mod(s) and Contributions

Mods I've authored or contributed to.

Unity

Unreal Engine

General Notes

General notes not applicable to any specific kind of game.

Installing Alternate Game Versions Via steamcmd

  • Download steamcmd.
  • Put it in it's own path (ex: "E:\SteamAlternate\steamcmd").
  • Open Powershell/cmd and execute ./steamcmd.
  • Set a download path for Steam games (ex: force_install_dir E:\SteamAlternate\Schedule_1_Mono)
  • Login to the steam client (ex: login $USERNAME)
  • Download the alternate (Mono, since I use IL2cpp in my main Steam folders) branch of the game (ex: app_update 3164500 -beta alternate)
    • The Application ID was determined from SteamDB.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment