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!

Multi Data Editor

Banned
Banned
Joined
May 23, 2009
Messages
233
Reaction score
24
I trying to use this programs for and android game have the same structure
elements.data
text.data
npc.data
task.data
Theres any way to can make work with this?
 
Elite Diviner
Joined
Jan 5, 2017
Messages
475
Reaction score
345
v0.0.0.15
fixed npcgen structures, and added overwrite optional to path.data import csv...
pablineek
how do you know they are the same structure, or even version...? the pc version of the angelica engine data structures changed per each game and version... if you have the server side files, it would be easy to debug the structures...
 
Junior Spellweaver
Joined
Jan 3, 2020
Messages
117
Reaction score
55
Awesome release as always.
 
Last edited:
Banned
Banned
Joined
May 23, 2009
Messages
233
Reaction score
24
v0.0.0.15
fixed npcgen structures, and added overwrite optional to path.data import csv...
pablineek
how do you know they are the same structure, or even version...? the pc version of the angelica engine data structures changed per each game and version... if you have the server side files, it would be easy to debug the structures...

here they are.
http://forum.ragezone.com/f857/mobile-game-rise-god-vmware-1153329/index3.html

I think in that elements.data its comes the translation, i wanna to open it to translate the game ( i have the english emelents.data ) too
 
Junior Spellweaver
Joined
Jan 3, 2020
Messages
117
Reaction score
55
If you use a 64bit debugger you can debug gs64. This file will give the structure needed to create a config for the elements.data. I took a look it's very similar to the Angelina games. I couldn't figure out the order of the items in the config file so I'll have to wait for wrenchid to look at it.
 
Elite Diviner
Joined
Jan 5, 2017
Messages
475
Reaction score
345
v0.0.0.40

Added task editor...

This task editor only supports versions of tasks.data where libtasks.so is available...
 
Newbie Spellweaver
Joined
Dec 17, 2017
Messages
75
Reaction score
5
:thumbup1: Awesome release, i still figuring out how to read gshop item desc \r properly in game using gshop.
if using Chinese Character it will no prob (\rChinese_Character) but not with \rItem_Desc.

so in editor we need to remove \r and put new line. to make it readable.
 
Newbie Spellweaver
Joined
Dec 17, 2017
Messages
75
Reaction score
5
is it possible we can see the icon for items in game through this editor? that would be great.
 
Elite Diviner
Joined
Jan 5, 2017
Messages
475
Reaction score
345
Wrechid - Multi Data Editor - RaGEZONE Forums


I do not understand, it does show icons...
 
Newbie Spellweaver
Joined
Dec 17, 2017
Messages
75
Reaction score
5
Oh yea my bad, i updated the icon set image with wrong type one x.x. ty as always for your contribution wrechid <3 :))
 
Elite Diviner
Joined
Jan 5, 2017
Messages
475
Reaction score
345
@Asynchronous can't reply to your private messages if your message box is full. :)

My Skype
 
Newbie Spellweaver
Joined
Jul 7, 2018
Messages
10
Reaction score
12
You have updated several versions of this tool, but its right-click copy and add options still have no effect
 
Elite Diviner
Joined
Jan 5, 2017
Messages
475
Reaction score
345
v0.0.0.46 fixed support for v176 and added support for v184...

Link in OP updated...
 
Back
Top