View Single Post
Old 04-25-2022, 08:59 AM   #24
Sweed
Hall Of Famer
 
Sweed's Avatar
 
Join Date: Apr 2002
Location: Iowa
Posts: 7,084
Quote:
Originally Posted by quillenl View Post
Will not need to move any files. For example I saved the following script as a batch file and ran it to change all oi files in the logo folder to png.

cd C:\Program Files (x86)\Steam\steamapps\common\Out of the Park Baseball 23\data\logos

ren *.oi *.png


Takes half a second to run and all logos will be available.
Quote:
Originally Posted by quillenl View Post
1 - Need to find out why it won't let you change extensions. I can't help you, but that is the shortcut to doing this in batch.

2 - The script I used above can be edited to use the path of wherever the logos are stored on your PC. You just use plain old notepad on your pc and paste that script in there. Hit save as, and in that box where it let's you change the name... just use.bat as an extension instead of .txt. Save it anywhere, and double click it to run it. It will change all files witt oi as the extension to have png as the new extension.

This won't work unless you can change file extensions. That, in my opinion, is worth some google time addressing prior to spending an hour resaving files using MS Paint.
Thank you so much, worked like a charm.

I don't think it was necessary but I didn't want to overwrite the defaults in the oi folder. So I...
copied the logos folder to another location.
used your script to do the conversion there
named that folder "logos png"
put that back into the default Steam folder

It now sits beside the original "logos" folder. It can be easily navigated to with the v23 popup box. And if doing multiple teams the "logos png" folder sticks and the game defaults there for each new selection.

May be overkill but I get a bit antsy overwriting originals and won't unless I have to. In any case this is awesome and saved me a ton of time.

Thanks...
Sweed is offline   Reply With Quote