• 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.

Play Guide

Joined
Feb 16, 2014
Messages
652
Reaction score
247
I have a question about Play Guide for S18.2.2
looks like in this client what i have the playguide.bmd are empty
so my question is there any one who can share this file?
Or some tool that i can update this empty playguide.bmd

or how make this with information how this guide works, is there any thing on server side that is connect to this UI

ok looks like the Play Guide is loaded from web server is not implemented to the client directly. so now i thinking where is problem that this is not loaded witch one file are responsible to load that staff like on official client

shadow66 - Play Guide - RaGEZONE Forums
 
Last edited:
Joined
Feb 16, 2014
Messages
652
Reaction score
247
Ok KarLi so if this is load from server side. i was look closer to that on official client and when is load something bigger i mean is more content so you get scroll like on web browser. so maybe we can replicate this link to S18 part two client.
as I do not have all tool's so maybe someone from ragezone can help with this.
 
Upvote 0
Joined
May 26, 2009
Messages
17,312
Reaction score
3,222
Ok KarLi so if this is load from server side. i was look closer to that on official client and when is load something bigger i mean is more content so you get scroll like on web browser. so maybe we can replicate this link to S18 part two client.
as I do not have all tool's so maybe someone from ragezone can help with this.
what files exactly ? u can share or name which ones and ill try to explore
 
Upvote 0
Joined
Feb 16, 2014
Messages
652
Reaction score
247
KarLi i mean if this is are load in from server side and in game after load looks like web site so i suspect that that one UI play guide works like web browser.
i was try catch some more info by sniffing and looks like client have some connection to the web server to load this content. i may be wrong but many game use that system like for example Tera Online for Cash Shop ( Tera Shop )

So if this works same way in Mu maybe is a chance to apply this to Mu client.
 
Last edited:
Upvote 0
Joined
Oct 8, 2006
Messages
740
Reaction score
289
KarLi i mean if this is are load in from server side and in game after load looks like web site so i suspect that that one UI play guide works like web browser.
i was try catch some more info by sniffing and looks like client have some connection to the web server to load this content. i may be wrong but many game use that system like for example Tera Online for Cash Shop ( Tera Shop )

So if this works same way in Mu maybe is a chance to apply this to Mu client.
I think your best bet is to use a debugger and look into the client for website strings. Yes, it's possible that S18 could have a mini browser implemented but not necessarily. It can just get the image or text by an API or directly from HTML tags of a specific HTML file on a web server. Try see it in a debugger. Look for any associated strings, cross-references of these and where are these used and located in the client's memory. Also, it would make more sense to be transmitted by the GameServer through a packet (I think of too much data in case of an image) or loaded from a specific .bmd file.

On private server files, the loading can happen as the developer wants. (Server side through packet, loaded from a REST API, loaded in a mini-browser, etc). IGCN can load these from server side, while other server files can load them directly from a website, and so on.
It's not necessarily a web browser, as the MU client engine can have window scroll bar.
 
Upvote 0
Joined
Feb 16, 2014
Messages
652
Reaction score
247
i look at playguide on server side and there is only this

//Level
0
1
2
3
5
6
8
10
11
12
13
15
20
25
40
50
60
80
150
180
220
380
400
end
and that's what is there

but should look like that

<PlayGuide>
<Guide OpenLevel="0" URL="http://image.webzen.kr/Mu/images/event/20140418_ingame_guide/ingame_guide_main.html" />
<Guide OpenLevel="1" URL="http://image.webzen.kr/Mu/images/event/20140418_ingame_guide/ingame_guide_sub01.html" />
<Guide OpenLevel="2" URL="http://image.webzen.kr/Mu/images/event/20140418_ingame_guide/ingame_guide_sub02.html" />
<Guide OpenLevel="3" URL="http://image.webzen.kr/Mu/images/event/20140418_ingame_guide/ingame_guide_sub05.html" />
<Guide OpenLevel="5" URL="http://image.webzen.kr/Mu/images/event/20140418_ingame_guide/ingame_guide_sub03.html" />
<Guide OpenLevel="6" URL="http://image.webzen.kr/Mu/images/event/20140418_ingame_guide/ingame_guide_sub06.html" />
<Guide OpenLevel="8" URL="http://image.webzen.kr/Mu/images/event/20140418_ingame_guide/ingame_guide_sub07.html" />
<Guide OpenLevel="10" URL="http://image.webzen.kr/Mu/images/event/20140418_ingame_guide/ingame_guide_sub04.html" />
<Guide OpenLevel="11" URL="http://image.webzen.kr/Mu/images/event/20140418_ingame_guide/ingame_guide_sub08.html" />
<Guide OpenLevel="12" URL="http://image.webzen.kr/Mu/images/event/20140418_ingame_guide/ingame_guide_sub09.html" />
<Guide OpenLevel="13" URL="http://image.webzen.kr/Mu/images/event/20140418_ingame_guide/ingame_guide_sub10.html" />
<Guide OpenLevel="15" URL="http://image.webzen.kr/Mu/images/event/20140418_ingame_guide/ingame_guide_sub11.html" />
<Guide OpenLevel="20" URL="http://image.webzen.kr/Mu/images/event/20140418_ingame_guide/ingame_guide_sub12.html" />
<Guide OpenLevel="25" URL="http://image.webzen.kr/Mu/images/event/20140418_ingame_guide/ingame_guide_sub13.html" />
<Guide OpenLevel="40" URL="http://image.webzen.kr/Mu/images/event/20140418_ingame_guide/ingame_guide_sub14.html" />
<Guide OpenLevel="50" URL="http://image.webzen.kr/Mu/images/event/20140418_ingame_guide/ingame_guide_sub15.html" />
<Guide OpenLevel="60" URL="http://image.webzen.kr/Mu/images/event/20140418_ingame_guide/ingame_guide_sub18.html" />
<Guide OpenLevel="80" URL="http://image.webzen.kr/Mu/images/event/20140418_ingame_guide/ingame_guide_sub17.html" />
<Guide OpenLevel="150" URL="http://image.webzen.kr/Mu/images/event/20140418_ingame_guide/ingame_guide_sub19.html" />
<Guide OpenLevel="180" URL="http://image.webzen.kr/Mu/images/event/20140418_ingame_guide/ingame_guide_sub18.html" />
<Guide OpenLevel="220" URL="http://image.webzen.kr/Mu/images/event/20140418_ingame_guide/ingame_guide_sub19.html" />
<Guide OpenLevel="380" URL="http://image.webzen.kr/Mu/images/event/20140418_ingame_guide/ingame_guide_sub19.html" />
<Guide OpenLevel="400" URL="http://image.webzen.kr/Mu/images/event/20140418_ingame_guide/ingame_guide_sub19.html" />
</PlayGuide>




I think your best bet is to use a debugger and look into the client for website strings. Yes, it's possible that S18 could have a mini browser implemented but not necessarily. It can just get the image or text by an API or directly from HTML tags of a specific HTML file on a web server. Try see it in a debugger. Look for any associated strings, cross-references of these and where are these used and located in the client's memory. Also, it would make more sense to be transmitted by the GameServer through a packet (I think of too much data in case of an image) or loaded from a specific .bmd file.

On private server files, the loading can happen as the developer wants. (Server side through packet, loaded from a REST API, loaded in a mini-browser, etc). IGCN can load these from server side, while other server files can load them directly from a website, and so on.
It's not necessarily a web browser, as the MU client engine can have window scroll bar.
because S18 have this mini web browser, but in this client what i have someone decide mess up with main.exe
 
Last edited:
Upvote 0
Joined
Feb 16, 2014
Messages
652
Reaction score
247
KarLi this is link for English version


This is what playgiude.bmd have inside


Code:
//ID    Text
0    http://eventimage.webzen.com/mu/event/20150204_ingame_guide/ingame_guide_main.html 
1    http://eventimage.webzen.com/mu/event/20150204_ingame_guide/ingame_guide_sub01.html 
2    http://eventimage.webzen.com/mu/event/20150204_ingame_guide/ingame_guide_sub02.html 
3    http://eventimage.webzen.com/mu/event/20150204_ingame_guide/ingame_guide_sub05.html 
5    http://eventimage.webzen.com/mu/event/20150204_ingame_guide/ingame_guide_sub03.html 
6    http://eventimage.webzen.com/mu/event/20150204_ingame_guide/ingame_guide_sub06.html 
8    http://eventimage.webzen.com/mu/event/20150204_ingame_guide/ingame_guide_sub07.html 
10    http://eventimage.webzen.com/mu/event/20150204_ingame_guide/ingame_guide_sub04.html 
11    http://eventimage.webzen.com/mu/event/20150204_ingame_guide/ingame_guide_sub08.html 
12    http://eventimage.webzen.com/mu/event/20150204_ingame_guide/ingame_guide_sub09.html 
13    http://eventimage.webzen.com/mu/event/20150204_ingame_guide/ingame_guide_sub10.html 
15    http://eventimage.webzen.com/mu/event/20150204_ingame_guide/ingame_guide_sub11.html 
20    http://eventimage.webzen.com/mu/event/20150204_ingame_guide/ingame_guide_sub12.html 
25    http://eventimage.webzen.com/mu/event/20150204_ingame_guide/ingame_guide_sub13.html 
40    http://eventimage.webzen.com/mu/event/20150204_ingame_guide/ingame_guide_sub14.html 
50    http://eventimage.webzen.com/mu/event/20150204_ingame_guide/ingame_guide_sub15.html 
60    http://eventimage.webzen.com/mu/event/20150204_ingame_guide/ingame_guide_sub16.html 
80    http://eventimage.webzen.com/mu/event/20150204_ingame_guide/ingame_guide_sub17.html 
150    http://eventimage.webzen.com/mu/event/20150204_ingame_guide/ingame_guide_sub19.html 
180    http://eventimage.webzen.com/mu/event/20150204_ingame_guide/ingame_guide_sub18.html 
220    http://eventimage.webzen.com/mu/event/20150204_ingame_guide/ingame_guide_sub19.html 
380    http://eventimage.webzen.com/mu/event/20150204_ingame_guide/ingame_guide_sub19.html 
400    http://eventimage.webzen.com/mu/event/20150204_ingame_guide/ingame_guide_sub19.html

So if all inside are ok i wander why this is not loaded by client

any way i think this is not a problem with playguide.bmd i suspect that this is an problem with main.exe that some part of code inside was "quote" to disable this future. and probably not only this.
 
Last edited:
Upvote 0
Joined
Feb 16, 2014
Messages
652
Reaction score
247
At last i get this works and the Play Guide don't have any thing with serverside.xml at all

Any I fixed this issue:


Thank you guys for big HELP

i dont know to be honest, in igcn everything works fine, ppl must edit and change links or numbers in that bmd with editor not with .txt and save to .bmd and such..
it can be edited with any txt editor, like with notepad or notepad++.
all depends how tools works and is used a proper tool for that. I have hope that there is some one who can share more that kind of tools.
I share a tool for Play Guide so now you can extract playguide.bmd to playguide.txt and after edit pack again playguide.txt to playguide.bmd (drag and drop)
 

Attachments

You must be registered for see attachments list
Last edited:
Upvote 0
Initiate Mage
Joined
Dec 13, 2023
Messages
2
Reaction score
0
Por fin consigo que esto funcione y la Guía de juego no tiene nada con serverside.xml en absoluto.

Cualquiera que solucioné este problema:


Gracias a todos por la gran AYUDA.


se puede editar con cualquier editor de texto, como con el bloc de notas o el bloc de notas++.
Todo depende de cómo funcionan las herramientas y de si se utiliza una herramienta adecuada para ello. Tengo la esperanza de que haya alguien que pueda compartir más ese tipo de herramientas.
Comparto una herramienta para Play Guide, por lo que ahora puedes extraer playguide.bmd a playguide.txt y después de editar, empaquetar nuevamente playguide.txt a playguide.bmd (arrastrar y soltar).

¿Funciona para la versión mu devs s18?

thanks
 
Upvote 0
Back
Top