summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorinspectredc <inspectredc@gmail.com>2025-01-09 10:17:46 +0000
committerLywx <kiritodev01@gmail.com>2025-01-15 11:48:24 -0600
commit16aebcd5601d7934a2dba0ea936f082453bae150 (patch)
treedf4afad16a793b67060083f4ffffeaaaed37826a /docs
parent56b80e3081003f8e0d0c198a425b796151316dad (diff)
O2R Support
Diffstat (limited to 'docs')
-rw-r--r--docs/BUILDING.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/BUILDING.md b/docs/BUILDING.md
index 67898398..d042a25c 100644
--- a/docs/BUILDING.md
+++ b/docs/BUILDING.md
@@ -22,7 +22,7 @@ It is recommended that you install Python and Git standalone, the install proces
_Note: Be sure to either clone with the ``--recursive`` flag or do ``git submodule update --init`` after cloning to pull in the libultraship submodule!_
-2. After setup and initial build, use the built-in OTR extraction to make your sf64.otr file.
+2. After setup and initial build, use the built-in OTR extraction to make your sf64.o2r file.
_Note: Instructions assume using powershell_
```powershell
@@ -33,7 +33,7 @@ cd starship
# Add `-DCMAKE_BUILD_TYPE:STRING=Release` if you're packaging
& 'C:\Program Files\CMake\bin\cmake' -S . -B "build/x64" -G "Visual Studio 17 2022" -T v143 -A x64
-# Generate sf64.otr
+# Generate sf64.o2r
& 'C:\Program Files\CMake\bin\cmake.exe' --build .\build\x64 --target ExtractAssets
# Compile project
@@ -130,7 +130,7 @@ git submodule update --init
# Add `-DPython3_EXECUTABLE=$(which python3)` if you are using non-standard Python installations such as PyEnv
cmake -H. -Bbuild-cmake -GNinja
-# Generate sf64.otr
+# Generate sf64.o2r
cmake --build build-cmake --target ExtractAssets
# Compile the project
@@ -177,7 +177,7 @@ git submodule update --init
# Add `-DCMAKE_BUILD_TYPE:STRING=Release` if you're packaging
cmake -H. -Bbuild-cmake -GNinja
-# Generate sf64.otr
+# Generate sf64.o2r
cmake --build build-cmake --target ExtractAssets
# Compile the project