• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

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

Joined
Jun 3, 2009
Messages
975
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
975
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

  • test12 - [Release] JX/Zhu Xian/Volam Mobile Game+ Android/iOS + tools + Detailed tutorial - RaGEZONE Forums
    test12.png
    1.4 MB · Views: 65
Joined
Jun 3, 2009
Messages
975
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