It's easy enough to have scripts just switch out whole ini files. That's how I used to do it.PsyFX wrote:How about using scripts to make MiSTer.ini changes ?Sorgelig wrote:MiSTer is not a computer..
What is essential for PC, is not easy on MiSTer.
Ex:
(VGA Script / Details or Specific Monitor Model, etc)
Set vga_scaler=1
Set forced_scandoubler=1
Set 4 - 1280x1024@60
Reboot
With something like this in a "mister_LCD.sh" and another for CRT settings:
Code: Select all
#!/bin/sh
/bin/cp -f /media/fat/config/MiSTer.ini.lcd /media/fat/config/MiSTer.ini
echo "LCD Mode Enabled"