Thursday, January 6, 2022

Example TL.INI File

Terminal Launch TL.INI file example

In case your are new to Terminal Launcher, or just want a quick setup. Here is a sample TL.INI file needed for T.L. to run.  If I get enough request, I will write in an editor. Currently you have to build this by hand. 

THIS IS FOR T.L.V ONLY!!

 ;format
;Order of list is critical!!!
;
;[xxx]        Abbreviated (lowercase) for consoles in brackets.
;TITLE        Long name for system
;PATH        Path to the rom games Backslash REQUIRED!
;EXT        Extension(s) associated with rom games (comma delimited)
;EMU        Full path to Emulator used to launch game, including executable
;PARAMS        Any parameters used with the above emulator.

;the rest is self explanitory
;trailing backslash required
;asterix for ext required
[3ds]
title=3DS
path=D:\EMU Romz\3ds\
ext=*.3ds,*.cia
emu=D:\EMU Launchers\3ds\nightly-mingw\citra-qt.exe
params=

[snes]
title=Super Entertainment Nintendo System
path= D:\EMU Romz\SNES\
ext=*.sfc
emu=D:\EMU Launchers\snes\snes9x-x64.exe
params=

[ps1]
title=Sony Playstation 1
path= D:\EMU Romz\ps1\
ext=*.iso,*.bin,*.bin.ecm
emu=D:\EMU Launchers\ePSXe205\ePSXe.exe
params=-nogui -loadbin

[ps2]
title=Sony Playstation 2
path= D:\EMU Romz\ps2\
ext=*.iso
emu=D:\EMU Launchers\ps2\pcsx2.exe
params=--nogui

[wii]
title=Wii
path= D:\EMU Romz\wii\
ext=*.elf,dol,*.gcm,*.iso,*.wbfs,*.ciso,*.gcz,*.wad
emu=D:\EMU Launchers\ps2\dolphin.exe
params=/b /e


 Suggested Directory Layout

My suggested directory structure for ALL launchers. I find this works best if you are testing different launchers out, this way no matter which one you use, you will not have to shuffle your consoles and roms around:

Drive

    |

    +----EMU Consoles

             + --- Snes

                     +---- snes.exe and other files 

             + --- PS2

                     +---- ps2.exe and other files 

    +----EMU Roms

 

             + --- Snes

                     +---- snes game collection

             + --- PS2

                     +---- ps2 game collection



 

No comments:

Post a Comment

Terminal Launch(er) V v0.0.40b

 First off, yes, removing the "er".  Why? Because. :-) As mentioned in the previous post, lost many years of work including T.L. F...