SDO TMapInfo 神龙帝国盛大新地图格式

84785238

LOMCN Veteran
Veteran
Sep 30, 2007
480
10
65
SDO TMapInfo 神龙帝国盛大新地图格式

[FONT=&#24494]TMapInfo = packed record //地图元素集[/FONT]
[FONT=&#24494] BkImg: word; [/FONT]
[FONT=&#24494] MidImg: word; [/FONT]
[FONT=&#24494] FrImg: word; [/FONT]
[FONT=&#24494] DoorIndex: byte; [/FONT]
[FONT=&#24494] DoorOffset: byte; [/FONT]
[FONT=&#24494] AniFrame: byte; [/FONT]
[FONT=&#24494] AniTick: byte; [/FONT]
[FONT=&#24494] Area: byte; [/FONT]
[FONT=&#24494] light: byte; [/FONT]
[FONT=&#24494] BkIndex: Byte; [/FONT]
[FONT=&#24494] MidIndex: Byte;[/FONT]
[FONT=&#24494] MIndex1: word;[/FONT]
[FONT=&#24494] MIndex2: word;[/FONT]
[FONT=&#24494] MIndex3: word;[/FONT]
[FONT=&#24494] MIndex4: word;[/FONT]
[FONT=&#24494] MIndex5: word;[/FONT]
[FONT=&#24494] MIndex6: word;[/FONT]
[FONT=&#24494] MIndex7: word;[/FONT]
[FONT=&#24494] MIndex8: word;[/FONT]
[FONT=&#24494] MIndex9: word;[/FONT]
[FONT=&#24494] MIndex10: word;[/FONT]
[FONT=&#24494] MIndex11: word;[/FONT]
[FONT=&#24494] end;[/FONT]
[FONT=&#24494] PTMapInfo = ^TMapInfo;[/FONT]
Who can improve the code ... I only have so much information
 

arthas860904

Dedicated Member
Dedicated Member
Mar 21, 2013
50
0
33
Re: SDO TMapInfo 神龙帝国盛大新地图格式

1111.JPG
SDO have used that map format for a long time in <Mir2:Come Back>
 

Far

tsniffer
Staff member
Developer
May 19, 2003
20,179
30
2,783
540
Re: SDO TMapInfo 神龙帝国盛大新地图格式

that is the sexiest mir 2 map i've ever seen.
 

Lilcooldoode

LOMCN Developer
Developer
May 10, 2003
2,232
738
360
Yes
Re: SDO TMapInfo 神龙帝国盛大新地图格式

What do all the MIndexes do? Would it be tidier to have them.in an Array?
 

Ardbeg

Legend
Legendary
Aug 8, 2004
3,211
1
144
260
Southern England
Re: SDO TMapInfo 神龙帝国盛大新地图格式

Do I assume the MIndex is part of the animation ?
Just a nooby trying to understand what I'm looking at !
 

Tyraes

Golden Oldie
Golden Oldie
Apr 16, 2007
707
38
135
Re: SDO TMapInfo 神龙帝国盛大新地图格式

I've also been wanting to see this map since I saw the plan for it. I'm actually disappointed with the design :(
 

Lilcooldoode

LOMCN Developer
Developer
May 10, 2003
2,232
738
360
Yes
Re: SDO TMapInfo 神龙帝国盛大新地图格式

[FONT=微]TMapInfo = packed record //地图元素集[/FONT]
[FONT=微] BkImg: word; [/FONT]
[FONT=微] MidImg: word; [/FONT]
[FONT=微] FrImg: word; [/FONT]
[FONT=微] DoorIndex: byte; [/FONT]
[FONT=微] DoorOffset: byte; [/FONT]
[FONT=微] AniFrame: byte; [/FONT]
[FONT=微] AniTick: byte; [/FONT]
[FONT=微] Area: byte; [/FONT]
[FONT=微] light: byte; [/FONT]
[FONT=微] BkIndex: Byte; [/FONT]
[FONT=微] MidIndex: Byte;[/FONT]
[FONT=微] MIndex: Array [0..10] of Word;[/FONT]
[FONT=微] end;[/FONT]
[FONT=微] PTMapInfo = ^TMapInfo;[/FONT]
Who can improve the code ... I only have so much information

Id rather use that - but are the MIndexes used?
 

arthas860904

Dedicated Member
Dedicated Member
Mar 21, 2013
50
0
33
Re: SDO TMapInfo 神龙帝国盛大新地图格式

patch:
http://mir2patch.autopatch.sdo.com/mir2patch/Mir2Web20130926.exe

MapEdit:
http://pan.baidu.com/s/1nt7LwpV

神龙帝国=Dragon Empire,the name of the map is 'sldg.map' in the patch.

---------- Post Merged at 05:20 AM ---------- Previous Post was at 05:17 AM ----------

you got a link?
patch:
http://mir2patch.autopatch.sdo.com/mir2patch/Mir2Web20130926.exe

MapEdit:
http://pan.baidu.com/s/1nt7LwpV

神龙帝国=Dragon Empire,the name of the map is 'sldg.map' in the patch.

---------- Post Merged at 05:22 AM ---------- Previous Post was at 05:20 AM ----------

The name of this map would be great... I have been looking for it since Shanda announced it...

Sam
patch:
http://mir2patch.autopatch.sdo.com/mir2patch/Mir2Web20130926.exe

MapEdit:
http://pan.baidu.com/s/1nt7LwpV

神龙帝国=Dragon Empire,the name of the map is 'sldg.map' in the patch.

---------- Post Merged at 05:24 AM ---------- Previous Post was at 05:22 AM ----------

that is the sexiest mir 2 map i've ever seen.
patch:
http://mir2patch.autopatch.sdo.com/mir2patch/Mir2Web20130926.exe

MapEdit:
http://pan.baidu.com/s/1nt7LwpV

神龙帝国=Dragon Empire,the name of the map is 'sldg.map' in the patch.

---------- Post Merged at 05:28 AM ---------- Previous Post was at 05:24 AM ----------

I've also been wanting to see this map since I saw the plan for it. I'm actually disappointed with the design :(
patch:
http://mir2patch.autopatch.sdo.com/mir2patch/Mir2Web20130926.exe

MapEdit:
http://pan.baidu.com/s/1nt7LwpV

神龙帝国=Dragon Empire,the name of the map is 'sldg.map' in the patch.
 

Far

tsniffer
Staff member
Developer
May 19, 2003
20,179
30
2,783
540
Re: SDO TMapInfo 神龙帝国盛大新地图格式

not tried it yet, but the link arthas posted is a map editor. Probably not english but there can't be that many buttons
 

SmavidDavid

Playing Legend of Mir 5
Legendary
Jun 13, 2006
4,121
518
310
Worthing, West Sussex
Re: SDO TMapInfo 神龙帝国盛大新地图格式

not tried it yet, but the link arthas posted is a map editor. Probably not english but there can't be that many buttons

Buttons are not the problem really, its more errors and bugs on map edits etc. Also wouldn't be bad to have an updated source to the one we have from 1.4.
 

arthas860904

Dedicated Member
Dedicated Member
Mar 21, 2013
50
0
33
Re: SDO TMapInfo 神龙帝国盛大新地图格式

not tried it yet, but the link arthas posted is a map editor. Probably not english but there can't be that many buttons
It's a chinese language map editor,I translate few bottons,hope it can help you
???.JPG