Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

The cerebrum Heavenly Palace - 大 闹天宫 ONLINE

Newbie Spellweaver
Joined
Apr 17, 2014
Messages
8
Reaction score
2
Re: [Release] The cerebrum Heavenly Palace - 大 闹天宫 ONLINE

dat file decode and encode tools:

today,i have some free times. i'd like to share some tools for you. hope to useful for you.

this is a tools that i wirite in flash as3 language. you can use :

1: download and uncompress this .rar file on whaterever path you like.
2: click the DNTG_UNPACK.exe to run;
3: put the .dat files in the directory /config and click unpackage. will create a new file *.json in the directory /unpack.
4: put the .json files in the directory /unpack and click package ,will create a new file *.dat/*.jat in the directory /new.

this download link is:








.swf decode source code


for the .swf files. i have no tools. just post the as3 source code. you can change it to your favourate language, such as java/c/c++ etc... it's very simple:


protected function swf_decode(param1:ByteArray):ByteArray
{
var output:ByteArray;
param1.position=0;
var local2:* = param1.readInt();
var local3:* = local2 >> 8;
if(local3 == 4413267 || local3 == 4609875)
{
output=new ByteArray();
output.position=0;
param1.position=0;
output.writeBytes(param1);
}else
{
output = new ByteArray();
output.position=0;
var local5:* = param1.length;
output.writeInt(1129796362);
output.writeBytes(param1,local5 - local2 ,local2);
output.writeBytes(param1,4,local5-local2-4);
output.position=0;

}
return output;
}
 
Initiate Mage
Joined
Jan 17, 2017
Messages
1
Reaction score
0
Re: [Release]The cerebrum Heavenly Palace - 大 闹天宫 ONLINE

So how do we go about translating the game if teh SWF are encrypted?
I am working on the webpage now.
kennethz008 - The cerebrum Heavenly Palace - 大 闹天宫 ONLINE - RaGEZONE Forums
 
Skilled Illusionist
Joined
Aug 6, 2010
Messages
351
Reaction score
23
Re: [Release] The cerebrum Heavenly Palace - 大 闹天宫 ONLINE

hallo maybe this old thread but anyone can know how to fix this thanks
error - The cerebrum Heavenly Palace - 大 闹天宫 ONLINE - RaGEZONE Forums
 

Attachments

You must be registered for see attachments list
Initiate Mage
Joined
Sep 3, 2014
Messages
4
Reaction score
0
Re: [Release]The cerebrum Heavenly Palace - 大 闹天宫 ONLINE

Stupid



I can unpack SWF file D6. Tool Flash SWF D6.24 D SDK
 
Newbie Spellweaver
Joined
Feb 17, 2016
Messages
26
Reaction score
2
Re: [Release] The cerebrum Heavenly Palace - 大 闹天宫 ONLINE

hallo maybe this old thread but anyone can know how to fix this thanks
View attachment 160308

What version are you using? it was copied at a different date, So the scheduler thinks its expired or wrong, if you can tell me what version your using from "res/version.txt" or screenshot of the "version.properties" located at server/config i can tell how to fix it :) and don't worry guys my server will be coming back up soon, full english, and a few other games.
 
Newbie Spellweaver
Joined
Jun 2, 2014
Messages
8
Reaction score
0
Re: [Release] The cerebrum Heavenly Palace - 大 闹天宫 ONLINE

I have tried my time, but I can not make it work. It just said can not found C:\\Program File\Java\... then pause ask me to exit.
 
Newbie Spellweaver
Joined
Jun 2, 2014
Messages
8
Reaction score
0
I found new webpage, with free VIP11, tales. and just testing, they got new function (Maybe last version).


beside my chrome detected this website is not safe.
 
Newbie Spellweaver
Joined
Apr 17, 2014
Messages
8
Reaction score
2
@ is my website,i'v added many functions.if you have intresting on this game,you can e-mail me: ranhoo@126.com,hope to helpful for you
 
Newbie Spellweaver
Joined
Jun 2, 2014
Messages
8
Reaction score
0
@ is my website,i'v added many functions.if you have intresting on this game,you can e-mail me: ranhoo@126.com,hope to helpful for you

Because the interfact is in Chinese, so some of items I can not used. and I am not sure because of why? and now it is a bit lag for me.

By the way If you can translate or share your work with us, it is good. and I like your work.
 
Master Summoner
Joined
Feb 17, 2017
Messages
580
Reaction score
72
i already have like this Files but got error sometimes wont work on local if you dont have internet Connections i dont know why and the tut, about this files ithink Encrypted :V
 
Newbie Spellweaver
Joined
Jun 2, 2014
Messages
8
Reaction score
0
i already have like this Files but got error sometimes wont work on local if you dont have internet Connections i dont know why and the tut, about this files ithink Encrypted :V

Could you share the files?
 
Master Summoner
Joined
Feb 17, 2017
Messages
580
Reaction score
72
here :V

Tuts

1. Extract to D or Anywhere but make sure you know what you'r doing
2. Run as Admin 【1】开启 数据库
3. Run 【2】开启 服务器
4. Run 【3】进入游戏

Dont forget to Change your Date/ to 2015 or Else 【2】开启 服务器 wont work


Sometimes i getting this Error idont know why


C:\DYDNTG\Server2>"c:\DYDNTG\Server\jre6\bin\java" -Djava.net.preferIPv4Stack=true -Xms2048m -Xmx3072m -XX:permSize=128M -XX:MaxPermSize=256M -jar unpack.jarError occurred during initialization of VMCould not reserve enough space for object heapC:\DYDNTG\Server2>pausePress any key to continue . . .

same on Vps :V



Im Still Downloading 1.7GB Files on Baidu and ithink onother Files :v but its hard to download my Server has 300MBps but downloading on Baidu Client is 500/kbs below Sometimes 2/kbs
 
Back
Top