How you can help: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
(37 intermediate revisions by 22 users not shown)
Line 1: Line 1:
__NOTOC__
__NOTOC__
Multi Theft Auto has loads of areas in which you can help us. In turn, we'll be more than happy to help you get started with any ideas you have, help test them and - if they're good enough - release them to the whole community. This page outlines the key areas you could do something in, of course, there's many things we've not thought of, so think outside the box!
Multi Theft Auto has loads of areas in which you can help us. In turn, we'll be more than happy to help you get started with any ideas you have, help test them and - if they're good enough - release them to the whole community. This page outlines the key areas you could do something in, of course, there are many things we've not thought of, so think outside the box!


==Coding for MTASA==
==Coding for MTA:SA==
* Submit source patches for the mod, containing requested features or bugfixes
* Create [https://github.com/multitheftauto/mtasa-blue/pulls pull requests] for the mod, containing requested features or bugfixes. ([[Coding guidelines]])
* Translate MTA:SA to your native language - https://translate.multitheftauto.com/


==Scripting==
==Scripting==
* Create a gamemode
* Create a gamemode  
* Create an administration page on the HTTP server
**[[Scripting Introduction]]
* Make a general purpose resource that provides useful functions to other resources
**[https://www.lua.org/pil/index.html "Programming in Lua" Manual]
* Create an administration page on the HTTP server.
**[[Resource Web Access]]
* Make a general purpose resource that provides useful functions to other resources.


==Mapping==
==Mapping==
* Create a map with the map editor for an existing gamemode
* Create a map with the map editor for an existing gamemode.
**[[Resource:Editor|Map Editor Manual]]


==Web development==
==Web development==
* Work with lil_Toady to add new features and improvements to community.mtasa.com
* Work with lil_Toady to add new features and improvements to community.mtasa.com.
* Create your own system for statistics - using the [[PHP SDK]] as a basis. Contact eAi or jbeta for help.
* Create your own system for statistics - using the [[PHP SDK]] as a basis. Contact eAi or jbeta for help.


==Documentation==
==Documentation==
* Finish documentation for [[:Category:Incomplete|Incomplete functions]] - ask in #mta.scripting if you're not sure of something
Before you make changes check out: [[Help:Editing Guidelines|Editing Guidelines]] and [[Help:MTA Wiki Specific Templates|Specific Templates]]
* Add examples to [[:Category:Needs Example|functions missing examples]] - please test them, and again, as if you need help
* Finish documentation for [[:Category:Incomplete|Incomplete functions]] - ask in #mta.scripting if you're not sure of something.
* Review and verify [[:Category:Needs Checking|pages that need checking]] - make sure highlighted issues are solved before removing pages from the category
* Add examples to [[:Category:Needs Example|functions & events missing examples]] - please '''test''' them, and again, ask if you need help.
* Expand the pages that explain [[:Category:Scripting_Concepts|MTA core concepts]]
* Review and verify [[:Category:Needs Checking|pages that need checking]] - make sure highlighted issues are solved before removing pages from the category.
* Expand the pages that explain [[:Category:Scripting_Concepts|MTA core concepts]].
* Write tutorials to help new people.
* Write tutorials to help new people.
* Translate the wiki pages so people from other countries can get started in MTA too.
* Create documentation for undocumented functions and events [[Undocumented Items]]
* Keep 'changes in' [https://wiki.multitheftauto.com/wiki/Changes_in_1.5.7 page] for the future releases updated.
==Quality Assurance==
* [https://github.com/multitheftauto/mtasa-blue/issues Report issues] with the mod, make sure to do a search on the already reported issues first.
* Test and confirm existing reported issues.
* Use the newest build of MTA to detect and report new bugs, by going to 'Settings', 'Advanced', 'Update build type' and choosing 'Nightly' or get it regularly [https://nightly.mtasa.com/ from here].
* Any bugs which are related to a scripting function / event, document that bug by adding a [https://wiki.multitheftauto.com/wiki/Help:MTA_Wiki_Specific_Templates warning] to the wiki page to save other scripters a lot of time.


==Specific tasks==
==Specific tasks==
* Create a fuzzer to check for crashes in our scripting functions
* Create a fuzzer to check for crashes in our scripting functions.
* Help develop/fix existing gamemodes. Contact the original author on IRC (or ask a developer) to tell the author so you can work together.
* Help develop/fix existing gamemodes. Contact the original author on IRC (or ask a developer) to tell the author so you can work together.
* The web interface resources (resourcemanager, resourcebrowser and webadmin chiefly) are really only compatible with Firefox. Someone could put in some time to make these work on Internet Explorer, Opera and Safari. See [[User_talk:EAi|eAi]] for help.
* The web interface resources (resourcemanager, resourcebrowser and webadmin chiefly) are really only compatible with Firefox. Someone could put in some time to make these work on Internet Explorer, Opera and Safari. See [[User_talk:EAi|eAi]] for help.
==Grant==
You can donate to MTA:SA [https://mtasa.com/donate/manage.php here]


[[pl:Jak możesz pomóc]]
[[pl:Jak możesz pomóc]]
[[uk:How you can help]]
[[ru:How you can help]]
[[ru:How you can help]]
[[es:Cómo puedes ayudar]]
[[hu:How you can help]]
[[tr:Nasıl yardımcı olabilirsiniz]]

Revision as of 21:37, 6 June 2019

Multi Theft Auto has loads of areas in which you can help us. In turn, we'll be more than happy to help you get started with any ideas you have, help test them and - if they're good enough - release them to the whole community. This page outlines the key areas you could do something in, of course, there are many things we've not thought of, so think outside the box!

Coding for MTA:SA

Scripting

Mapping

Web development

  • Work with lil_Toady to add new features and improvements to community.mtasa.com.
  • Create your own system for statistics - using the PHP SDK as a basis. Contact eAi or jbeta for help.

Documentation

Before you make changes check out: Editing Guidelines and Specific Templates

  • Finish documentation for Incomplete functions - ask in #mta.scripting if you're not sure of something.
  • Add examples to functions & events missing examples - please test them, and again, ask if you need help.
  • Review and verify pages that need checking - make sure highlighted issues are solved before removing pages from the category.
  • Expand the pages that explain MTA core concepts.
  • Write tutorials to help new people.
  • Translate the wiki pages so people from other countries can get started in MTA too.
  • Create documentation for undocumented functions and events Undocumented Items
  • Keep 'changes in' page for the future releases updated.

Quality Assurance

  • Report issues with the mod, make sure to do a search on the already reported issues first.
  • Test and confirm existing reported issues.
  • Use the newest build of MTA to detect and report new bugs, by going to 'Settings', 'Advanced', 'Update build type' and choosing 'Nightly' or get it regularly from here.
  • Any bugs which are related to a scripting function / event, document that bug by adding a warning to the wiki page to save other scripters a lot of time.

Specific tasks

  • Create a fuzzer to check for crashes in our scripting functions.
  • Help develop/fix existing gamemodes. Contact the original author on IRC (or ask a developer) to tell the author so you can work together.
  • The web interface resources (resourcemanager, resourcebrowser and webadmin chiefly) are really only compatible with Firefox. Someone could put in some time to make these work on Internet Explorer, Opera and Safari. See eAi for help.

Grant

You can donate to MTA:SA here