Jump to content

I need some info about mangos


Recommended Posts

  • 39 years later...

I know how to extract 'em.

What are they used for?..

As I know Vmaps are used for height calculation and Line of Sight algorithm,

dbc stores data about some graphical information, lanscapes, items, spells and others text info,

but I am just a beginner so I need to know am I right, and where are these things stored?

:P

Link to comment
Share on other sites

mtmaps was designed as multi threaded maps, to bring better performance.

dbc is used as general source of information for whole alot of things along with db.

src/game/DBC*

src/game/Map*

src/shared/vmap/*

are the src files for these (Offcourse they probably are spread as tiny bits amongst other files..

maps itself are used for exploring, water / land detector.. etc

Hopefully someone can explain these more codewise.

one branch of mtmaps

http://github.com/scamp/mangos/tree/master

Link to comment
Share on other sites

LOS aka line of sight is used as calculation whetever you can cast the spell or not.

Like in arena theres all these pillars etc which you can use as los cover, so mage can't just stand in 1 place and keep hammering you with hes spells throught everything.

Thats pretty much whats vmaps, LOS and heigh calculation.

With only maps you dont have any kind of los or so.

you could call vmaps as fully implented, but they can be improved alot since now they have pretty bad performance.

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. Privacy Policy Terms of Use