Scaless / HaloTAS

Halo: Combat Evolved PC Speedrunning Tools
MIT License
6 stars 2 forks source link

Hard-coded Paths #1

Closed Scaless closed 4 years ago

Scaless commented 5 years ago

Some paths are hard-coded and need to be moved to a config file(s).

TASInjector/main.cpp - Use configurable location for DLL path.

TASDLL/main.cpp - HBINs are read/written to the Halo exe location, this should really probably be configurable.

TASDLL/main.cpp - Load any level, not just a10

Scaless commented 4 years ago

All relevant files are contained within %HaloDir%/HaloTASFiles