Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes back the oodle raw output #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion EsoExtractData/EsoExtractData/EsoExtractData.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1662,7 +1662,7 @@ cmdparamdef_t g_Cmds[] =
{ "origlang", "g", "origlang", "Use this LANG/CSV/TXT file for source texts when comparing files.",false, true, 1, 0, false, "" },
{ "extractsubfile", "", "extractsubfile", "Extract compressed subfile data (none/combined/seperate).", false, true, 1, 0, false, "" },
{ "noparsegr2", "", "noparsegr2", "Don't parse GR2 files for their original filename.", false, true, 0, 0, false, "" },
{ "oodleoutput", "", "oodleoutput", "Output the raw/compressed Oodle files.", false, true, 0, 0, false, "" },
{ "oodleraw", "", "oodleraw", "Output the raw/compressed Oodle files.", false, true, 0, 0, false, "" },
{ "luafilelist", "", "luafilelist", "Output filenames to a LUA formatted array.", false, true, 1, 0, false, "" },
{ "luastartindex", "", "luastartindex", "Start index for the --luafilelist option.", false, true, 1, 0, false, "1" },
{ "", "", "", "", false, false, false, false, "" }
Expand Down