2019-10-19 21:33:49 +02:00
|
|
|
# Launcher
|
|
|
|
|
2024-01-29 23:18:21 +01:00
|
|
|
Launcher is a tool which is required to run the more recent titles. It sets up the AVS environment
|
|
|
|
for the target game to boot before it runs the it.
|
2019-10-19 21:33:49 +02:00
|
|
|
|
2024-01-29 23:18:21 +01:00
|
|
|
Typically, the tool is run when you use one of the bat script files to start any of the games that
|
|
|
|
require its usage, e.g. newer IIDX games.
|
|
|
|
|
|
|
|
It comes with option switches to configure the AVS environment and for development, e.g. Halting
|
|
|
|
until a debugger is attached, outputting debug output to a logfile etc. Just run the application
|
|
|
|
without any parameters to get a usage message:
|
2019-10-19 21:33:49 +02:00
|
|
|
|
|
|
|
```
|
|
|
|
launcher.exe
|
2024-01-29 23:18:21 +01:00
|
|
|
```
|