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!

MP Pack

Moderator
Staff member
Moderator
Joined
Feb 22, 2008
Messages
2,404
Reaction score
723
Among other things, this tool can encrypt a ini file into an INB config file.



Another choice:

GENERATING A .INB FILE

In order to make a INB file, you'll need firstly a unpacked inb file, which can be found here:

Code:
[SERVER]
IP = 127.0.0.1
PORT = 11002
RANK_URL = http://rank.myserver.com:8888/XmlRanking.asp?Type=%d&Class=%d&RealmNo=%d

[LOCAL_INFO]
NATION_CODE = SINGAPORE
SERVICE_REGION = SINGAPORE
LANGUAGE = ENGLISH
SERVICE_TYPE = 2

[GAME]
UsePack=1 ;  Use Packed Data
UseExtraPack = 1 ;  Use ExtraPacked Data (./World/Folders , ./BGM , etc...)
UseBugTrap = 1
UseCoupleUI = 1
;FinishLinkURL = about:blank
CashChargeURL = http://cash.myserver.com
Sound=1   ;  Use Sound
UseAddUnitThread = 1 ;  Use Add Unit Thread
MaxFrameRate=60
BugTrapIP = 127.0.0.1
BugTrapPort = 9999
BugTrapAppName = Dragonica_S_CB
BugTrapScreenShot = 0
UseGSM = 0
UseGameGuard = 1
UseVariableActorUpdate = 0
UseNewClone = 1
UseActorControllerUpdateOptimize = 1
UseProjectionShadow = 0
UseProjectionLight = 0
UseUIOffscreenRendering = 1
UseEmporiaTeamItem = 1

[LOG]
;CreateLog - NO_LOG/ERROR_LOG/FULL_LOG/FULL_LOG2
;LogLevel= ERROR_LOG
;DirectMode - do not buffer log, write to file directly
;DirectMode = 1
;InfoLogLevel - INFO_LOG level (0 ~ 9)
;InfoLogLevel = 9


UNPACKING .DAT FILES
Select the bind unpack folder, select the desired .dat file, the output directory aswell and press Execute.
Use the bind pack folder option to reverse the process. (to distribute it on your client full).

ty Sedy.
 
Last edited by a moderator:
Newbie Spellweaver
Joined
Dec 1, 2011
Messages
30
Reaction score
1
SheenBR
At return archiving .dat the client ceases to work.
 
Newbie Spellweaver
Joined
Feb 4, 2011
Messages
66
Reaction score
17
Make sure you have set the correct version for the dat file, to match your client's version number.
 
Junior Spellweaver
Joined
Feb 23, 2011
Messages
135
Reaction score
4
After use MakeINB.exe make my own config.inb and paste to client folder, encounter error "A crash has been detected by BUgTrap". Any idea?
 
Newbie Spellweaver
Joined
Mar 21, 2011
Messages
18
Reaction score
2
After use MakeINB.exe make my own config.inb and paste to client folder, encounter error "A crash has been detected by BUgTrap". Any idea?

Put 0 at UseGameGuard and UseBugTrap then patch it to config.inb again
Code:
UseGameGuard = 0
UseBugTrap = 0
Like that
 
Initiate Mage
Joined
Apr 20, 2013
Messages
3
Reaction score
0
[SIZE=4 said:
UNPACKING .DAT FILES[/SIZE]
Select the bind unpack folder, select the desired .dat file, the output directory aswell and press Execute.
Use the bind pack folder option to reverse the process. (to distribute it on your client full).

ty Sedy.
plz reuppppppp
 
Newbie Spellweaver
Joined
Nov 18, 2004
Messages
39
Reaction score
2
need .dat packer/unpacker , please re-upload i cant find in the internet,
 
Newbie Spellweaver
Joined
Apr 27, 2017
Messages
5
Reaction score
0
SheenBR - MP Pack - RaGEZONE Forums
why i cant bindpack the script.dat ..?

is there any new tools to bindpack the script/xml dat...?
SheenBR - MP Pack - RaGEZONE Forums

can some1 share the way to binpack it ...?
SheenBR - MP Pack - RaGEZONE Forums
 
Last edited:
Junior Spellweaver
Joined
Nov 26, 2019
Messages
109
Reaction score
11
SheenBR - MP Pack - RaGEZONE Forums
why i cant bindpack the script.dat ..?

is there any new tools to bindpack the script/xml dat...?


can some1 share the way to binpack it ...?
SheenBR - MP Pack - RaGEZONE Forums
It seems like you're trying to decrypt a .dat file thats encrypted. You would need to use another mp pack suited for that client that the developer has modified to work for it
SheenBR - MP Pack - RaGEZONE Forums
 
Back
Top