Will there be other updates for TLV? A resounding YES. Being old-school from the BBS days, I liked the look of some of the systems, so you find in the sparse images, influences of some of the menus.
Thursday, January 6, 2022
Version 5 for 2022!
Will there be other updates for TLV? A resounding YES. Being old-school from the BBS days, I liked the look of some of the systems, so you find in the sparse images, influences of some of the menus.
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
New for 2024! (Yes I am still here)
Still working on the fastest rom game library manager: TERMINAL LAUNCH Download: Get It Here ( Download ) Note: Mediafire link is still...
-
First off, yes, removing the "er". Why? Because. :-) As mentioned in the previous post, lost many years of work including T.L. F...
-
coming soon.... TERMINAL LAUNCH V Welcome to the final version of TERMINAL LAUNCH V. After working on this for over 2yrs, I think I ...
-
Initial 'mock-up' of a game selection for selected console Initial 'mock-up' of a console selection I have se...