Posted June 25, 2023
neumi5694: But it also makes it a PITA if someone needs to change settings like the overlay mode, he has to do it in each game's configuration file.
It's possible to batch change DOS games settings if they're installed under the same parent folder, eg, if the games are in C:\Games\DOS\nameofgame, using Notepad++ Search -> Find in Files:- Find : output=overlay
Replace : output=openglnb
Filter : *.conf
Directory : C:\Games\DOS
"In all sub-folders" : Yes (ticked)
^ will batch change specific common settings (above example changes only the renderer) in DOSBox's .conf files in potentially hundreds / thousands of games at once without messing with any other custom per-game stuff (cycles, IMGMOUNT, etc).
Post edited June 25, 2023 by AB2012