Welcome to Metin2Resources

Join us now to get access to all our features. Once registered and logged in, you will be able to create topics, post replies to existing threads, give reputation to your fellow members, get your own private messenger, and so, so much more. It's also quick and totally free, so what are you waiting for?

[C++/Py] In Game Wiki - Aeldra FULL + FIX Black Screen (Full & Testat)

JIGSAW

Be the best, Ignore the rest.
Staff member
Administrator
Joined
Jul 14, 2025
Messages
104
Reaction score
568
Points
93
Discord
jigsaw86
LPXW2zz.png


Download:
Fix

In PythonApplication.cpp change:

C++:
#if defined(INGAME_WIKI)

if (CPythonWikiRenderTarget::instance().CanRenderWikiModules()) {

CWikiRenderTargetManager::Instance().ReleaseRenderTargetTextures();

}

#endif

With:
C++:
#if defined(INGAME_WIKI)

CWikiRenderTargetManager::Instance().ReleaseRenderTargetTextures();

#endif
 
LPXW2zz.png


Download: *** Hidden text: cannot be quoted. ***
[/REPLYANDTHANKS]
Fix

In PythonApplication.cpp change:

C++:
#if defined(INGAME_WIKI)

if (CPythonWikiRenderTarget::instance().CanRenderWikiModules()) {

CWikiRenderTargetManager::Instance().ReleaseRenderTargetTextures();

}

#endif

With:
C++:
#if defined(INGAME_WIKI)

CWikiRenderTargetManager::Instance().ReleaseRenderTargetTextures();

#endif
ty
 
LPXW2zz.png


Download: *** Hidden text: cannot be quoted. ***
[/REPLYANDTHANKS]
Fix

In PythonApplication.cpp change:

C++:
#if defined(INGAME_WIKI)

if (CPythonWikiRenderTarget::instance().CanRenderWikiModules()) {

CWikiRenderTargetManager::Instance().ReleaseRenderTargetTextures();

}

#endif

With:
C++:
#if defined(INGAME_WIKI)

CWikiRenderTargetManager::Instance().ReleaseRenderTargetTextures();

#endif
+1
 

Latest posts

602Threads
2,295Messages
745Members
VincentLatest member
Back
Top