Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(2 edits)

Or, a nice simple .bat file.  Double click this file and it will create and open the Strive for Power mod directory.

http://www.mediafire.com/file/n6nk6uep54624ja/Create_And_Open_Strive_Mods.bat/fi...

For the properly paranoid, you can type the following two lines in the command prompt.

mkdir %APPDATA%\Strive\mods
start %APPDATA%\Strive\mods

I'm not sure if it works with Mac, but it's just Bash.

Probably needs quotes, otherwise it'll break if the user has spaces in their name. Also "start" on my computer, starts another command prompt. Maybe it works better elsewhere, but if I replace start with explorer, then an explorer window opens.

mkdir "%APPDATA%\Strive\mods"
explorer "%APPDATA%\Strive\mods"
(1 edit)

Ah, the minor variations in computers that break compatibility.

Crazy, that.