Shipwright/OTRExporter
Zaxus125 b7f9960a60
[cmake] Improve OTRExporter asset extraction script, Lower required CMake to 3.16 (#1196)
* supply ZAPD.out path as an argument to extract_assets.py rather than regenerating the script

Generating an entirely new script file to change a string is excessive.
Instead, extract_assets.py takes in one optional positional argument that
contains the path to ZAPD.out, the original purpose for the string
replacement.

This also removes the need for the file(CHMOD ...) command, which bumps
the minimum cmake version all the way up to 3.19.

Additionally, there was an extra script being generated in
OTRExporter/CMakeLists.txt that used the same CHMOD logic, but did not
accurately declare its minimum version to 3.19, this removes that unused
logic.

* OTRExporter: accept a rom path as an argument to extract_assets.py
2022-08-16 09:34:30 +02:00
..
CFG Added support for multiple game versions (#107) 2022-03-31 19:42:44 -04:00
CMake Move to cmake across all platforms (#363) 2022-08-05 07:59:19 +02:00
OTRExporter Move to cmake across all platforms (#363) 2022-08-05 07:59:19 +02:00
assets/ship_of_harkinian DPad items 2022-06-22 23:13:32 -04:00
.gitignore Audio decompiled and WIP custom sample support 2022-06-16 20:35:52 -04:00
.gitrepo git subrepo clone https://github.com/HarbourMasters/OTRExporter.git 2022-03-22 02:53:02 +01:00
CMakeLists.txt [cmake] Improve OTRExporter asset extraction script, Lower required CMake to 3.16 (#1196) 2022-08-16 09:34:30 +02:00
LICENSE git subrepo clone https://github.com/HarbourMasters/OTRExporter.git 2022-03-22 02:53:02 +01:00
extract_assets.py [cmake] Improve OTRExporter asset extraction script, Lower required CMake to 3.16 (#1196) 2022-08-16 09:34:30 +02:00
extract_baserom.py Linux/GCC Support (#28) 2022-05-11 13:18:24 -04:00
offsets.json git subrepo clone https://github.com/HarbourMasters/OTRExporter.git 2022-03-22 02:53:02 +01:00
rom_chooser.py Linux/GCC Support (#28) 2022-05-11 13:18:24 -04:00
rom_info.py Linux/GCC Support (#28) 2022-05-11 13:18:24 -04:00