Jump to content

mangos source/project list


Recommended Posts

Posted

----------------------------------

-- MaNGOS master (Cataclysm) --

----------------------------------

-- core

https://github.com/mangos/server

-- scripts

https://github.com/mangos/scripts

-- database

https://github.com/mangos/database

------------------------------------------

-- MaNGOSTwo WOTLK --

------------------------------------------

-- core

https://github.com/mangostwo/server

-- scriptdev2

https://github.com/mangostwo/scripts

-- database

https://github.com/mangostwo/database

--------------------------------------

-- MaNGOSZero (classic) --

-------------------------------------

-- core

https://github.com/mangoszero/server

-- scripts

https://github.com/mangoszero/scripts

-- database

https://github.com/mangoszero/database

-------------------------------

-- MaNGOSOne (tbc) --

-------------------------------

-- core

https://github.com/mangos-one/server

-- scripts

https://github.com/mangos-one/scripts

-- database

https://github.com/mangos-one/database

-------------------------

-- Forums --

-------------------------

http://ru-mangos.ru/

http://www.scriptdev2.com/

http://getmangos.eu/

http://ytdb.ru/

http://udb.no-ip.org/

http://project-silvermoon.forumotion.com

------------------------

-- Android App --

------------------------

http://project-zero.eu/app/

------------------------

-- IRC --

------------------------

Server:

irc.getmangos.eu

Channels:

#mangos

#zero

#one

#two

#three

Channels for MaNGOS-One test server

#smalltalk (german and other games)

#wow

------------------------

-- Other --

------------------------

-- German Mangos DataBase (GMDB)

http://gm-db.svn.sourceforge.net/viewvc/gm-db/

  • Replies 54
  • Created
  • Last Reply

Top Posters In This Topic

Posted

Also, maybe it should be a good idea to call the core repo "server" so the naming will be consistent with the other Mangos servers. :)

Same for scriptdev2, database and mangos-tools repos - they should be all lower case and keep the naming convention.

+1

maybe we should also rename mangos/mangos to mangos/server then?

Posted
why should we hurry to work on MoP? The game hasn't been yet officially released.

I'm not saying we should be in a hurry, in fact i believe we should take our time with it. I was only curious if this is a new global scheme and that all expansions will eventually be their own repos, meaning work on expansion specific cores will not take place in the repo of other expansions (with exception of back/forward ports of course)

I also agree with the suggestion of standardizing the case and naming of the repo names, although when you pull a scriptdev repo its patch file expects the directory to be ScriptDev2 not scriptdev2 so maybe that should be taken into consideration as well

Posted

I think the repo names should not have the name "server" they should be named like this (in my opinion not forcing nayone hehe)

Zero-Server

Zero-Scripts

Zero-Database

One-Server

One-Scripts

One-Database

Two-Server

Two-Scripts

Two-Database

Three-Server

Three-Scripts

Three-Database

Four-Server

Four-Scripts

Four-Database

But in lowercase as stfx said, because if you are lazy and have github for windows installed and press clone in windows you might still want to

clone all mangos repos, but then they collide with eachother ^^,

And Salja, are you guys sure that the github wiki will be used? Because then i can start by writing off a guide on how to compile mangos on windows (and maby i can learn how to install database and shiz, hehe)

  • 2 weeks later...
Posted
tutorial for compile mangos cataclysm pls?!

MaNGOS cataclysm is still under heavy development, if you cannot figure out how to compile it by yourself i strongly recommend you to search somewhere else for a cataclysm core. I think support can only be given to zero,one,two at the moment. Cataclysm is still very premature as i said. Good luck

Posted
tutorial for compile mangos cataclysm pls?!

MaNGOS cataclysm is still under heavy development, if you cannot figure out how to compile it by yourself i strongly recommend you to search somewhere else for a cataclysm core. I think support can only be given to zero,one,two at the moment. Cataclysm is still very premature as i said. Good luck

ty man

  • 2 weeks later...
Posted

I think the MoP repository disappeared because it is still very much in early development and the game itself is still not officially released. Any code that exists is considered pre-alpha and may not even be in a working state

If you really have the itch to tinker with it, and offer fixes, I'm sure asking politely will get you a link. Although, I could have sworn the MoP code was simply moved into a branch of the new MaNGOS Master (Cataclysm). Check there for a branch labeled "500" or "MoP".

  • 2 weeks later...
Posted
@notagain we have not devs to start on 504 wehn we have more devs in team than we can start

Surely it would make sense to have the repository available (or at least the dev discussion area) for those who wish to contribute what they can.

Cata is gone from live servers and the mangos version is barely beyond a beta. Doesn't it make sense to have a discussion area available to share ideas / code etc.

Posted

Hi,

I'm currently trying to set mangos (wotlk version) on debian.

Everything understood but I'm having trouble with the database (you guy's sure have the answer).

I haven't finished download the wotlk client yet, that's why I haven't tested what I've done.

I'm also pretty surprised that in the case of the database, the wotlk server has three links for it.

Are those different and complementary? Or just similar depending on the core version?

I look forward to your response.

p.s: I've already looked for some information but I may have not searched at the right place.

Posted
Hi,

I'm currently trying to set mangos (wotlk version) on debian.

Everything understood but I'm having trouble with the database (you guy's sure have the answer).

I haven't finished download the wotlk client yet, that's why I haven't tested what I've done.

I'm also pretty surprised that in the case of the database, the wotlk server has three links for it.

Are those different and complementary? Or just similar depending on the core version?

I look forward to your response.

p.s: I've already looked for some information but I may have not searched at the right place.

From my understanding of things.....

There are several databases:-

Mangos - Contains all the world objects / creatures / items etc.

ScriptDev2 - Contains scripting details for anything that requires special actions

ACID - Is an additional ScriptDev2 library (i don't know much more than that)

The Mangos project contains the server code + Blank Database (Populated Databases are available)

The ScriptDev2 project contains an addon scripting library for Mangos + Database

ACID contains a script to be run against the ScriptDev2 Database

Hope this helps

Posted

Thanks a lot for your reply,

In fact, I didn't pay attention on the 'sql' folder contained by the core project.

So, the database links given by OP are usefull to fill the blank databases you create with the core scripts.

Am I right?

Posted
Thanks a lot for your reply,

In fact, I didn't pay attention on the 'sql' folder contained by the core project.

So, the database links given by OP are usefull to fill the blank databases you create with the core scripts.

Am I right?

Yes

Posted

There are several databases:-

Mangos - Contains all the world objects / creatures / items etc.

ScriptDev2 - Contains scripting details for anything that requires special actions

ACID - Is an additional ScriptDev2 library (i don't know much more than that)

The Mangos project contains the server code + Blank Database (Populated Databases are available)

The ScriptDev2 project contains an addon scripting library for Mangos + Database

ACID contains a script to be run against the ScriptDev2 Database

Almost correct. the ACID Project is Basic NPC Combat Scripting. It is used on the Mangos Database (Creature_AI_* Tables)

ACID is the Database project that uses the EventAI Scripting Engine in the Mangos Core (Originally it was an engine based in SD2 but many years ago we moved it into the Mangos Core).

ScriptDev2 does scripting also but it does the more complex stuff ACID is unable to handle (Instance/Game Objects/Complex Boss Encounters).

Posted
tutorial for compile mangos cataclysm pls?!

The procedure is much the same as for WOLK. However the functionality of the game is CATA release is severely limited atm.

- Unless you wish to work on helping to develop the core further, I would advise using the WOLK version of the core.

  • 1 month later...
Posted

I am not sure but 4.3.4 development has been on-going on the DB side.

CMangos officially has a small 4.3.4 Development team and we are working hard to have something together in time for Christmas.

Posted

Political statement: Our devs are all working very hard on very exciting features for all of you! Watch this space for more updates!

Reality: Too few devs. Too much to do. No help from the community. Low motivation. Updates will come when one of these issues changes.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • 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