mirror of
https://github.com/Artikash/Textractor.git
synced 2025-01-10 01:33:51 +08:00
better tanuki detection
This commit is contained in:
parent
f7f6b18ad2
commit
46c4f163ba
@ -595,6 +595,10 @@ bool DetermineEngineOther()
|
|||||||
// Put the patterns that might break other games at last
|
// Put the patterns that might break other games at last
|
||||||
bool DetermineEngineAtLast()
|
bool DetermineEngineAtLast()
|
||||||
{
|
{
|
||||||
|
if (Util::CheckFile(L"*.g2")) {
|
||||||
|
InsertTanukiHook();
|
||||||
|
return true;
|
||||||
|
}
|
||||||
if (Util::CheckFile(L"MovieTexture.dll") && (InsertPensilHook() || Insert2RMHook())) // MovieTexture.dll also exists in 2RM games such as 母子愛2体験版, which is checked first
|
if (Util::CheckFile(L"MovieTexture.dll") && (InsertPensilHook() || Insert2RMHook())) // MovieTexture.dll also exists in 2RM games such as 母子愛2体験版, which is checked first
|
||||||
return true;
|
return true;
|
||||||
if ((Util::CheckFile(L"system") && Util::CheckFile(L"system.dat")) || Util::CheckFile(L"*01")) { // jichi 7/31/2015 & Artikash 6/15/2018
|
if ((Util::CheckFile(L"system") && Util::CheckFile(L"system.dat")) || Util::CheckFile(L"*01")) { // jichi 7/31/2015 & Artikash 6/15/2018
|
||||||
|
Loading…
x
Reference in New Issue
Block a user