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!

[Release] JX/Zhu Xian/Volam Mobile Game+ Android/iOS + tools + Detailed tutorial Mobile 

Joined
Jun 3, 2009
Messages
977
Reaction score
283
Can we have tutorial about how to edit those pack0.dat and pack.idx edit its in chinese and translation is confusing
Easy unpack the .CP files and edit it using a notepad++ to translate the chinese text into english

Information regarding tool
Put the pack.idx.CP & pack0.dat.CP or the package in serverside inside the Tool>Data folder
Inside Tool Folder there will be 2 directories
ToolFolder>package <- where the pack file server/client will be saved
ToolFolder>unpackage <- where the unpack file server/client will be saved
4 Batch files:

1. unpack file client.bat (When you open this batch file it will unpack client .CP into unpackage folder)
Code:
@echo off
"%~dp0LuaUnPack.exe" u 2 
pause
2. unpack file server.bat (When you open this batch file it will unpacks server .CP into unpackage folder)
Code:
@echo off
"%~dp0LuaUnPack.exe" u 1 
pause
3. repack file client.bat
Code:
@echo off
"%~dp0LuaUnPack.exe" p 2 
pause
4. repack file client.bat
Code:
@echo off
"%~dp0LuaUnPack.exe" p 1 
pause

TEXT Guide:
1.copy 2 .CP files on the client to the data folder then press the unpack file client.bat will get the client folder in unpackage ... if you want to repack again, choose repack file .bat client will get 2 new .CP files in the package directory

2. Copy the 2 package files on the server to the data folder and then click unpack the sever.bat file to be severed by the server in unpackage ... if you want to repack it, choose repack file. 2 new server files will be in the package directory
 
Joined
Jun 3, 2009
Messages
977
Reaction score
283
WireShark any news on 17 class ? :) Also, it would work with iOS client for pserver? Because every pserver from mobile games I see dsnt have the iOS client =/
I didnt have the time to upload it but soon i will the iOS client here is also working.

You know why because iOS signing is needed and it has a monthly fee for singing your app for iOS.

Android doesnt have a fee you only need to pay for a google console developer account in order to publish your android game in playstore.

 
Newbie Spellweaver
Joined
Apr 24, 2023
Messages
62
Reaction score
9
Easy unpack the .CP files and edit it using a notepad++ to translate the chinese text into english

Information regarding tool
Put the pack.idx.CP & pack0.dat.CP or the package in serverside inside the Tool>Data folder
Inside Tool Folder there will be 2 directories
ToolFolder>package <- where the pack file server/client will be saved
ToolFolder>unpackage <- where the unpack file server/client will be saved
4 Batch files:

1. unpack file client.bat (When you open this batch file it will unpack client .CP into unpackage folder)
Code:
@echo off
"%~dp0LuaUnPack.exe" u 2
pause
2. unpack file server.bat (When you open this batch file it will unpacks server .CP into unpackage folder)
Code:
@echo off
"%~dp0LuaUnPack.exe" u 1
pause
3. repack file client.bat
Code:
@echo off
"%~dp0LuaUnPack.exe" p 2
pause
4. repack file client.bat
Code:
@echo off
"%~dp0LuaUnPack.exe" p 1
pause

TEXT Guide:
1.copy 2 .CP files on the client to the data folder then press the unpack file client.bat will get the client folder in unpackage ... if you want to repack again, choose repack file .bat client will get 2 new .CP files in the package directory

2. Copy the 2 package files on the server to the data folder and then click unpack the sever.bat file to be severed by the server in unpackage ... if you want to repack it, choose repack file. 2 new server files will be in the package directory
Find the path Client\Script\Ui\Windows\login.lua
Copy [login.lua] to the [encryption and decryption\bin] folder. Then drag the [bin] folder to the [drag and drop directory decryption.bat] icon.
The decrypted file is in the [unpack] folder. [Replace 192.168.200.129 in the decrypted login.lua with your external network IP]
After the modification is complete, click [Packege.bat], the encrypted new file is in the [pack] file, copy and overwrite the unpacked file in the [unpackage] path Client\Script\Ui\Windows\login.lua

hi can i ask how to do this. cause after i copy/paste the login.lua in encrypt/decrypt folder/bin folder. then dragging bin folder to (Drag and drop directory decryption bat) nothings happened
 

Attachments

You must be registered for see attachments list
Joined
Jun 3, 2009
Messages
977
Reaction score
283
Find the path Client\Script\Ui\Windows\login.lua
Copy [login.lua] to the [encryption and decryption\bin] folder. Then drag the [bin] folder to the [drag and drop directory decryption.bat] icon.
The decrypted file is in the [unpack] folder. [Replace 192.168.200.129 in the decrypted login.lua with your external network IP]
After the modification is complete, click [Packege.bat], the encrypted new file is in the [pack] file, copy and overwrite the unpacked file in the [unpackage] path Client\Script\Ui\Windows\login.lua

hi can i ask how to do this. cause after i copy/paste the login.lua in encrypt/decrypt folder/bin folder. then dragging bin folder to (Drag and drop directory decryption bat) nothings happened
You dont have to drag the folder into decryption bat. Just follow the instructions copy the encrypted login.lua that has your IP to your client and then rebuild the apk
 
Back
Top