The game dont detect the required theme files,download the one that adeilson uploaded and it must work
(that theme works,i tested it)
And...you merged the resource?
Printable View
The game dont detect the required theme files,download the one that adeilson uploaded and it must work
(that theme works,i tested it)
And...you merged the resource?
I downloaded the theme yet. It fixed the bugged buttons and shit, but the background did not changed...it is still the normal one.
I'm downloading again, unfortunately I'll be afk for some hours... college stuff.(3hours I guess, no more).
In the error log, there's something about the sex(gender)... can you take a look on it?
Thanks in advance :D
It works, but the resource is quite buggy lol.
I do know how to read simple directions to, so when you release a buggy or half resource then you may want to explain to people they have to make changes.
You have a few bugged windows via your resdata.inc, they are not mine but yours. However i was kind enough to provide the fixes.
As for the title of the windows, it is not retail like, you would need to change it to this for it to be retail like:
Edit:Code:pFont = new CD3DFont( _T("Verdana"), 9/*, D3DFONT_BOLD */ );
pFont->m_nOutLine = 2;
pFont->m_dwColor = 0xFFDD66;
pFont->m_dwBgColor = D3DCOLOR_ARGB( 255, 18, 18, 18 );
m_mapFont.SetAt( _T( "NewTitle"), pFont );
pFont = new CD3DFont( _T("Verdana"), 9, D3DFONT_BOLD );
m_mapFont.SetAt( _T( "ButtonV19"), pFont );
Since people are having such issues...
Here's the correct client, his source and a working core for it.
http://www.mediafire.com/?savd46iw78e7q
Can someone help me???
Source Resource & Client
http://www.mediafire.com/?savd46iw78e7q
Have Fun
Credist 2 Pseudonysm
Here is what I did:
I downloaded adeilson's source, resource and theme.. then I replaced the theme in my client and resource.
I compiled the source, I had two problems about the databaseserver and worldserver ini's directories but I fixed it by myself.
Oh, I merged the resource...
I copied the neuz.exe that I compiled and I replaced it in my v19 Flyff Client.
I made a launcher... the game starts as expected but at the character creation the neuz crashes...
Can someone help me asap? :/
Code:2012/12/19 01:37:15 too many mover property or invalid id:-1 FILE:propMover.txt
2012/12/19 01:37:17 ::LoadTextureFromRes : Theme\texDialogBox.bmp not found
2012/12/19 01:37:17 ::LoadTextureFromRes : Theme\texDialogBoxParty.bmp not found
2012/12/19 01:37:17 ::LoadTextureFromRes : Theme\texDialogBoxGuild.bmp not found
2012/12/19 01:37:17 ::LoadTextureFromRes : Theme\texDialogEmoticon.dds not found
2012/12/19 01:37:17 ::LoadTextureFromRes : Theme\texChatEmoticon.dds not found
2012/12/19 01:37:27 Dec 17 2012 03:29:23 1 rCnt=1
Neuz.exe caused an EXCEPTION_ACCESS_VIOLATION in module Neuz.exe at 0023:005382BB
- Registers
EAX=00000000 EBX=00000000 ECX=00000000 EDX=00AB4218 ESI=0048ACC0
EDI=00000000 EBP=0018AB40 ESP=0018AB1C EIP=005382BB FLG=00210297
CS=0023 DS=002B SS=002B ES=002B FS=0053 GS=002B
0023:005382BB Neuz.exe
0023:00538023 Neuz.exe
0023:0050D9DD Neuz.exe
0023:004D6D39 Neuz.exe
0023:00538386 Neuz.exe
0023:004C0D89 Neuz.exe
0023:004C14B1 Neuz.exe
0023:004C0FDC Neuz.exe
0023:00536DF7 Neuz.exe
0023:00515CAF Neuz.exe
0023:005104F6 Neuz.exe
0023:00515F4B Neuz.exe
0023:0050FA04 Neuz.exe
0023:0050FAC4 Neuz.exe
0023:0050FAC4 Neuz.exe
0023:0050F3FB Neuz.exe
0023:0046E9F2 Neuz.exe
0023:0048ACE4 Neuz.exe
0023:75A76238 USER32.dll, gapfnScSendMessage()+0624 byte(s)
0023:75A768EA USER32.dll, gapfnScSendMessage()+2338 byte(s)
0023:75A77D31 USER32.dll, LoadStringW()+0287 byte(s)
0023:75A78112 USER32.dll, DispatchMessageA()+0015 byte(s)
0023:0048CFB7 Neuz.exe
0023:00474FAC Neuz.exe
0023:0092052C Neuz.exe
0023:76223677 kernel32.dll, BaseThreadInitThunk()+0018 byte(s)
0023:77AD9F42 ntdll.dll, RtlInitializeExceptionChain()+0099 byte(s)
0023:77AD9F15 ntdll.dll, RtlInitializeExceptionChain()+0054 byte(s)
25 warning it is ok ??
Screenshot by Lightshot
Screenshot by Lightshot
Source only... how about you?
cant go in the world
i all ready copy the world in resource folder and put in my client
and i use the provide resource
Screenshot by Lightshot
I had that before and fixed it. What you have to do it's:
Open your neuz with resource hacker, go to the tab where you can change the ip, port, etc. Go to line 7. It has to be numbers there. 7~8 numbers. Open your accountserver.ini and copy your code there. VERS code, and replace it with the accountserver one. and save it, and it should work. It's hard to explain cuz i've no files on this cmputer, so i don't know exactly how to tell you.
I'll update this post, if you dont get it.
This is my Neuz and Accountserver.ini ^_^
thanks for your response
Attachment 119564Attachment 119565