Skip to content

Latest commit

 

History

History
333 lines (291 loc) · 12.3 KB

File metadata and controls

333 lines (291 loc) · 12.3 KB

Authors and Contributors

We are grateful for all the contributions we have received over the years and wanted to make sure we included all possible ones.

Original author

Ben Mazur bmazur@sev.org

Current Maintainer

MegaMek GitHub Organization https://github.com/MegaMek with the main MegaMek

How we generated this list

This list is taken from the API, filtered to just pull the login name and GitHub URL, sorted, then added here. The commands that were used to generate this list are as follows:

gh api -H "Accept: application/vnd.github+json"  -H "X-GitHub-Api-Version: 2022-11-28" '/repos/megamek/megamek/stats/contributors' > contributors.json

From this list, we used irb (Interactive Ruby) to process and output that is below:

contrib = JSON.parse(File.read('contributors.json'))
filter = contrib.filter_map { |record| [record['author']['login'], record['author']['html_url']] unless record == nil || record['author'] == nil }
filter.sort_by { |user, _| user }.each { |user_name, url| puts "- #{user_name} <#{url}>\n" }

Contributors Per GitHub API

Last updated: 2025-05-19

Map Conversion

Mek, Vehicle, Protomek and Infantry Conversion and QA

  • Hopalong
  • Martis Truesight
  • Taerkar
  • coralbeach
  • Robert Heath
  • Alexander Schölling
  • fastsammy
  • Jacob "Lanceman" Wall
  • Sni77
  • Jellico
  • Brock Peterman
  • DarkISI
  • Dave Nawton
  • Phoenixstorm
  • Greekfire
  • SuperStucco

Lead Sprite Artist

Alex "Deadborder" Fauth

Various Images(including Sprites):

Camo Pack

  • SeaVea
  • Colonel Sanders Light (Folders noted with CSL)
  • Teerayne

Splash Screen

Random Assignment Tables

Mek (Fluff) Data

From Sarna.net. A GNU FDL 1.2 Wiki, text compared to original TRO text for direct copy.

Translations

MegaMek Developers, Emeritus

Icons and Images

Megamek Portrait Pack

Base images purchased from Generated Photos (https://generated.photos/). Generated Photos carry no additional likeness rights. All images have been generated without human intervention through machine learning processes. Any perceived resemblance of our materials to an existing person is not intentional.

Base portraits modified by Saxarba (https://www.deviantart.com/quellion). Additional images used in portraits provided with permission by SpOoKy777 (https://www.deviantart.com/spooky777/gallery)

And Of Course...

FASA, WizKids, FanPro and Catalyst Game Labs for creating and publishing the original game of BattleTech, a source of fun and inspiration to us all.

If I've missed anyone or details have changed, please accept apologies and contact megamekteam at gmail.com or any of the lead developers