Download and compiling completed, time to test and do explore and give feedback later.
By the way can you also share the compatible param for the client?. Because on the client you provided there is no param file inside the client.
Download and compiling completed, time to test and do explore and give feedback later.
By the way can you also share the compatible param for the client?. Because on the client you provided there is no param file inside the client.
Last edited by FreakazOid; 01-12-13 at 07:05 AM.
the gui folder and comment.ini inside the folder of source code Needed files. that folder
try this just and just test if working
Last edited by mochi; 01-12-13 at 08:03 AM.
Anyone Who Knows Instruction How To Use Win Merge ?
Sorry For Noob Question ?
I'm having a problem running the field server it always result as a "Please wait or Bugtrap".
here you go - >> _bin
Screenshot:
![]()
@ramispo Share param.ini please and cfg please :(
u can make ur own param u got the source right
add line
RCCPassword = ea&"HS%/6WYKgUu:v-%Z+i9#tYf.s5.+1{#lf:bj6WdH~l}B1(:#r%j
if( IsEncrypted( info.dwFlags ) ) // MEMO : ¾ÏÈ£È µÈ ÆÄÀÏÀ̸é...
{
if( unzOpenCurrentFilePassword(m_uzFile, RANPARAM::RCCPassword) != UNZ_OK )
return UINT_MAX;
}
else
{
if( unzOpenCurrentFile(m_uzFile) != UNZ_OK )
return UINT_MAX;
}