Flyff Black maps need some help danke

09/10/2016 16:50 laitila#1
Hi everyone! i'm having to troubble with my maps in my server. when i press M it's just completly black

this is how my Resource.txt looks like



The problem is i'm using the Reversion of Chaos (Virtuos flyff files) and he doesn't have datasub1 datasub2 etc he has an own made encrypted system so that's probably why the maps are black right? but how do i include the encrypted filenames in the Resource.txt?

Resclient looks like this

[Only registered and activated users can see links. Click Here To Register...]

Maps looks like this
[Only registered and activated users can see links. Click Here To Register...]


Thankful for any help! :)
09/11/2016 12:22 jeromerz#2
file "defineMapComboBoxData.h"
file "propMapComboBoxData.inc"
file "propMapComboBoxData.txt.txt"

if your using AESCrypt

add those files on rijndael_res

Code:
"defineMapComboBoxData.h"
"propMapComboBoxData.inc"
"propMapComboBoxData.txt.txt"
09/11/2016 17:45 laitila#3
Quote:
Originally Posted by jeromerz View Post
file "defineMapComboBoxData.h"
file "propMapComboBoxData.inc"
file "propMapComboBoxData.txt.txt"

if your using AESCrypt

add those files on rijndael_res

Code:
"defineMapComboBoxData.h"
"propMapComboBoxData.inc"
"propMapComboBoxData.txt.txt"
Yupp im using AESCrypt but thoose 3 were already defined


Still black maps though :/ have any other ideas? thankful for your help
09/14/2016 01:31 jeromerz#4
maybe you have missing images in your theme folder check error logs :)
09/14/2016 15:22 - DK#5
Quote:
Originally Posted by laitila View Post
Hi everyone! i'm having to troubble with my maps in my server. when i press M it's just completly black

this is how my Resource.txt looks like



The problem is i'm using the Reversion of Chaos (Virtuos flyff files) and he doesn't have datasub1 datasub2 etc he has an own made encrypted system so that's probably why the maps are black right? but how do i include the encrypted filenames in the Resource.txt?

Resclient looks like this

[Only registered and activated users can see links. Click Here To Register...]

Maps looks like this
[Only registered and activated users can see links. Click Here To Register...]


Thankful for any help! :)
Send use your error logs :)
09/19/2016 12:27 Ecrypter#6
WndMapEx.cpp and .h
09/20/2016 23:22 NickHough#7
It looks like the system hasn't been initialised properly. Encrypter stated where to find the files.

Code:
BOOL CWndMapEx::Initialize( CWndBase* pWndParent, DWORD dwWndId )
{
	
	prj.m_MapInformationManager.LoadMapInformationData();
	return CWndNeuz::InitDialog( g_Neuz.GetSafeHwnd(), APP_MAP_EX, 0, CPoint( 0, 0 ), pWndParent );
}
That is the code necessary to ensure it loads the maps into the map manager.
09/25/2016 08:04 Ecrypter#8
Its easy compared it in the other source without black map.