(Updates) |
|||
Line 64: | Line 64: | ||
* [[Dev:Monster_Design|Mob DB structure]] | * [[Dev:Monster_Design|Mob DB structure]] | ||
* [[Dev:Quest_log.txt|Quest Log]] | * [[Dev:Quest_log.txt|Quest Log]] | ||
* [ | * [https://gitlab.com/evol/evol-docs/tree/master/server/scripts Scripting Documentation] | ||
* [[GM_Commands|Gm Commands]] | * [[GM_Commands|Gm Commands]] | ||
| style="border: 1px solid #f3d5f3; color: #000; background-color: #ffdfff" valign="top" | | | style="border: 1px solid #f3d5f3; color: #000; background-color: #ffdfff" valign="top" | | ||
==[[Image:Generic-ingot.png]] Server Development== | ==[[Image:Generic-ingot.png]] Server Development== | ||
[https://forums.themanaworld.org/viewforum.php?f=2 Forum] • [https:// | [https://forums.themanaworld.org/viewforum.php?f=2 Forum] • [https://gitlab.com/evol/evol-hercules/issues Bug tracker] • Chat: [https://webchat.freenode.net/?channels=#evol-dev #evol-dev] | ||
---- | ---- | ||
'''This is currently outdated. A new section will be created soon.''' | '''This is currently outdated. A new section will be created soon.''' |
Revision as of 17:33, 9 March 2017
How-to DevelopContains a listing of what to read to get started and who/what is actively being worked on. |
GraphicsGraphics determine what the world looks like. This includes the tiles that maps are made of, the sprites that beings (players, NPCs, monsters, etc) are made of, and other visual things. |
Client-dataForum • Client data bug tracker • Music Issues • Chat: #evol-dev The client-data contains all the sounds, effects, music, npcs, mobs and maps needed to draw what the server says the player should see. |
Web DevelopmentForum • Website Src • Chat: #evol-dev Contains information regarding the set-up of the main websites; www, wiki, forums & web based tools such as Manavis or ManaMarket Stats. Also includes TMW related branding information for sharing, social and marketing purposes.
|
Server-dataForum • Bug tracker • Chat: #evol-dev Server data includes the underlying mechanics of the world. This includes the technical definition of monsters and items, the code behind NPCs, and the like. |
Server DevelopmentForum • Bug tracker • Chat: #evol-dev This is currently outdated. A new section will be created soon. |