Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

You'll want to make a file called "Cosmic Reach Portable.bat" *in the exact same folder as the exe file*, then edit it in a text editor to write:

@echo off
cd /d %~dp0 "./Cosmic Reach.exe" -s "cosmic-reach-portable"

Then run the Cosmic Reach Portable.bat file instead of the exe. Remember to backup this script so that in future updates you can repeat the same process. If you run into trouble, search how to make batch scripts for windows.

Ah, I see now. Thanks a lot.

So I tried the method, and it actually worked. It gave the game file a new directory dedicated for save data. However, a Command Prompt window popped up with the line; "The filename, directory name, or volume label syntax is incorrect."

I'm actually using an E drive instead of a D drive, so that may be why.