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!

[Delphi] MapleStory GM Client

Newbie Spellweaver
Joined
Jun 28, 2020
Messages
11
Reaction score
0
Project/Options/Building/Delphi Compiler/Output directory
Thanks for that, It won't find the Icon,
I also got a problem when opening the project in Delphi -

Class TADvToolPanel not found and a lot more...
Would love to get a solution for this~ thanks ! :)
 
Experienced Elementalist
Joined
Feb 15, 2010
Messages
201
Reaction score
296
It seem there is endless questions.You had to start from scratch.First remove and uninstall your Delphi.
Download Delphi 10.4 here:

password: F0gINnIQe0u_-WX4mfAE4w
Put all files in the same folder,Run "Embarcadero.Delphi.10.4.v27.0.37889.9797.Lite.v16.0".It will automatically install everything.

Download components:


Run Delphi:
1.Install TMS component pack:
File/Open->Components/TMS Component Pack9240/tmsdedXE13.dproj
mouse right click tmsdedXE13.bpl- >click Install
WbVqk1T - [Delphi] MapleStory GM Client - RaGEZONE Forums


2.Install ImageEN:
File/Open->Components/ImageEN v8.3.0 build 28620 full source D10.4 Sydney/source/Delphi10.4Sydney/DPKIECTRL27.dproj
mouse right click DPKIECTRL27.bpl ->click Install

3.Install StyleControl:
File/Open->Components/Almediadev StyleControls v4.62 sources DXE2- DX10.4Sydney/StyleControls_dxe104Sydney.dproj
mouse right click StyleControls_dxe104Sydney.bpl->click Install

final:
Delphi library path settings: see my Github pic.

P.S:
You must re-download my github:
 

Attachments

You must be registered for see attachments list
Last edited:
Newbie Spellweaver
Joined
Jun 28, 2020
Messages
11
Reaction score
0
It seem there is endless questions.You had to start from scratch.First remove and uninstall your Delphi.
Download Delphi 10.4 here:

password: F0gINnIQe0u_-WX4mfAE4w
Put all files in the same folder,Run "Embarcadero.Delphi.10.4.v27.0.37889.9797.Lite.v16.0".It will automatically install everything.

Download components:


Run Delphi:
1.Install TMS component pack:
File/Open->Components/TMS Component Pack9240/tmsdedXE13.dproj
mouse right click tmsdedXE13.bpl- >click Install
WbVqk1T - [Delphi] MapleStory GM Client - RaGEZONE Forums


2.Install ImageEN:
File/Open->Components/ImageEN v8.3.0 build 28620 full source D10.4 Sydney/source/Delphi10.4Sydney/DPKIECTRL27.dproj
mouse right click DPKIECTRL27.bpl ->click Install

3.Install StyleControl:
File/Open->Components/Almediadev StyleControls v4.62 sources DXE2- DX10.4Sydney/StyleControls_dxe104Sydney.dproj
mouse right click StyleControls_dxe104Sydney.bpl->click Install

final:
Delphi library path settings: see my Github pic.

P.S:
You must re-download my github:

First of all, thanks for that guide! it's appreciated!
I feel like I am almost there,
TMS Components are installed successfully, other than ImagEN, I was trying to install it but then it says this:
ec7d073a19f35e5c0b75cf406513393c - [Delphi] MapleStory GM Client - RaGEZONE Forums


So I assumed I needed also compile PKIECtrl27,
then after running this It says `HistogramBox.pas` was not found.
9ff94fcf694279ead790e24ca79b71e8 - [Delphi] MapleStory GM Client - RaGEZONE Forums

if you have any idea of how do I pass this through, That also would be awesome. Can't wait to use that tool :)
Thanks!!!!!!!!!!!
 

Attachments

You must be registered for see attachments list
Experienced Elementalist
Joined
Feb 15, 2010
Messages
201
Reaction score
296
I forgot to fixed that. The ImageEN's library path is:
Components\ImageEN v8.3.0 build 28620 full source D10.4 Sydney\Source
xpLHqHI - [Delphi] MapleStory GM Client - RaGEZONE Forums
 

Attachments

You must be registered for see attachments list
Newbie Spellweaver
Joined
Jun 28, 2020
Messages
11
Reaction score
0
I forgot to fixed that. The ImageEN's library path is:
Components\ImageEN v8.3.0 build 28620 full source D10.4 Sydney\Source
xpLHqHI - [Delphi] MapleStory GM Client - RaGEZONE Forums

Thanks for that fix, I managed to install everything.
when trying to run MapleStoryGM,
this appears -
843e1058a90c15feaf7c4a47e97cf5f8 - [Delphi] MapleStory GM Client - RaGEZONE Forums

and this message:
Elem8100 - [Delphi] MapleStory GM Client - RaGEZONE Forums

Elem8100 - [Delphi] MapleStory GM Client - RaGEZONE Forums
Elem8100 - [Delphi] MapleStory GM Client - RaGEZONE Forums
 

Attachments

You must be registered for see attachments list
Last edited:
Experienced Elementalist
Joined
Feb 15, 2010
Messages
201
Reaction score
296
You are compile with old version. As i said above, You must re-download(the newest version) my Github:
 
Last edited:
Newbie Spellweaver
Joined
Jun 28, 2020
Messages
11
Reaction score
0
You are compile with old version. As i said above, You must re-download(the newest version) my Github:

I am actually compiling with your newer version.
Which out put do i need to set it in Project>Options>Building>Delphi Compiler> Output directory ?
 
Experienced Elementalist
Joined
Feb 15, 2010
Messages
201
Reaction score
296
Not need. Everything is update/output inside the "Src" folder.Change the Output directory you'll get runtime error.
 
Last edited:
Newbie Spellweaver
Joined
Jun 28, 2020
Messages
11
Reaction score
0
Not need. Everything is update/output inside the "Src" folder.Change the Output directory you'll get runtime error.
If i am not mistaken, I should open in new project MapleStoryGM.dproj and then click Project>Options right?
when doing it, it still doing me that error. It won't be able to find an icon.
843e1058a90c15feaf7c4a47e97cf5f8 - [Delphi] MapleStory GM Client - RaGEZONE Forums

And I mention, I am using the latest update :)

Update:
Deleted the section where it was asking for an Icon, and it runs! Thanks for your patiance!
an awesome tool!
 

Attachments

You must be registered for see attachments list
Last edited:
Junior Spellweaver
Joined
Aug 13, 2009
Messages
124
Reaction score
123
This is insane ?????? great work. It feels like everyone is suddenly focused on the client these days.
The server-race is dead.
 
Initiate Mage
Joined
Nov 20, 2020
Messages
4
Reaction score
0
Elem8100 - [Delphi] MapleStory GM Client - RaGEZONE Forums
Hi i having issue on the component install, tms and imageEN fail to install, only almediaddev is success, any idea where i did wrong?

Elem8100 - [Delphi] MapleStory GM Client - RaGEZONE Forums
Elem8100 - [Delphi] MapleStory GM Client - RaGEZONE Forums
Elem8100 - [Delphi] MapleStory GM Client - RaGEZONE Forums

Elem8100 - [Delphi] MapleStory GM Client - RaGEZONE Forums
 
Last edited:
Experienced Elementalist
Joined
Feb 15, 2010
Messages
201
Reaction score
296
Hi i having issue on the component install, tms and imageEN fail to install, only almediaddev is success, any idea where i did wrong?


That's weird. It works for me and other people.
Note that settings only for Delphi 10.4. You may installed wrong version of Delphi.
 
Initiate Mage
Joined
Nov 20, 2020
Messages
4
Reaction score
0
yes i am using the delphi 10.4 provided in this room. i am still unable to find the solution :mad:, Do i need to install any other software? or any maple story game client ?
 
Last edited:
Experienced Elementalist
Joined
Feb 15, 2010
Messages
201
Reaction score
296
Can't help it.Remove your Delphi 10.4 and try Delphi 10.3
download Delphi 10.3

password: t6-FCr3VefU-d-nWJVNyuA
download 10.3 components:


Installing TMS: tmsdedXE12.dproj
Installing Stylecontrol: StyleControls_dxe103Rio.dproj
Installing ImageEn:
Select Component -> Install packages, and press Add button. Then select DPKIECTRL26.BPL
 
Last edited:
Initiate Mage
Joined
Nov 20, 2020
Messages
4
Reaction score
0
okay thank you, where can i download the game client?
 
Experienced Elementalist
Joined
Feb 15, 2010
Messages
201
Reaction score
296
Updated:
v3.7 released. Support KMS 64 Bit WZ file type(split the WZ files up into folders and multiple partitions).
 
Initiate Mage
Joined
Mar 13, 2022
Messages
1
Reaction score
0
What an incredible little tool! I was listening to Maplestory BGM Compilations on Youtube and I came across this 10-hour one that somehow had the animated map where the BGM plays. I kept asking myself "How is this possible? Some of these maps are no longer accessible in the modern game." I just assumed they were using a modified private server but now I see they might've been using your tool! Huge props to you and thank you for this effort.

 
Back
Top