Inori / FuckGalEngine

My tools to crack galgame
822 stars 146 forks source link

QTLie - exfp3 Only works with "FP3_FLAVOR 31" #40

Open BenCat07 opened 5 years ago

BenCat07 commented 5 years ago

I Tried chagning the flavor Define but it just gives me compile errors:

make_decode_table(decode_table, decode_table_len, reskey_buff, reskey_len);

Neither reskey_buff nor reskey_len are declared in case of a flavor other than 31, making compiling impossible

BenCat07 commented 5 years ago

Additionally i also have an issue with Extracting and repacking data from Koiken Otome, the extraction process Spits out Folders with Scrambled Japanese names (e.g. ƒ{ƒCƒX ) even though my system and Command Prompt language are Both set to Japanese and the Command Prompt Consolas, which leads to issues with extraciton like errors Due to the file names being Japanese but instead are displayed in Weird font

EDIT: The one directly above was resolved, issue still stands. incase anyone Wonders, Windows just didn't switch to proper fonts, using exfp3_v3.exe combined with LocalEmu, m2 the exe > Locale Emulator > Modify Application Profile > Set Arguments to what you would pass over Command Prompt means i can extract them properly with Their original Folder names. Thanks anyways