exoscoriae / eXoDOS

eXoDOS
65 stars 3 forks source link

Atlantis - The Lost Tales (1997) [dosbox.txt\launch.bat findstr issue] #4970

Closed Python-Exoproject closed 6 months ago

Python-Exoproject commented 6 months ago

Discord user Focusbreak reported that this is another game suffering from the case sensitive issue in dosbox.txt as per Al-Qadim (#4852) and probably some others.

Fix is same as Al-Qadim:

"Solution is either fix the game name in dosbox.txt to match the case of the actual game name (but there maybe others) or as per a suggestion by discord user Tape_Worm, add the '/i' switch to the findstr command in launch.bat which will make the search ignore case

If you go with the ignore case switch it might be worth also updating the findstr commands that have been added to exoscummvm and anywhere else we use this method like maybe language packs? or when searching the multiplayer.txt (which also doesnt have the '/b' switch at the moment)?"

Python-Exoproject commented 6 months ago

Exo has added the /i switch so this should now be working