Skip to content

Instantly share code, notes, and snippets.

@Shugabuga
Last active January 18, 2023 04:46
Show Gist options
  • Star 4 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save Shugabuga/64cea72c7853f6c610c765f1531eb85a to your computer and use it in GitHub Desktop.
Save Shugabuga/64cea72c7853f6c610c765f1531eb85a to your computer and use it in GitHub Desktop.
Eclipse Repos

Eclipse Repos

Introduction

Repos for Eclipse are designed to make it easy to distribute your collection of ROMs to friends and family.

Due to legal reasons, distributing copyrighted ROMs is highly discouraged. Keep this in mind if you want to make a featured ROM.

Porting

Unmodified iGBA repos will not work with Eclipse. This is due to the enhancement of the repo system, including categories, multi-platform support, and a description. However, 1GamerDev has made a shim that will port iGBA skins to Eclipse with very little effort. It is availiable at https://igbaemu.com/iGBARepoToEclipse.php.

Defining Platforms

The system property in the game determines what system a ROM works with. As of now, the following platform strings are supported:

  • GBA
  • GBC
  • GB
  • NES

Descriptions and Categories

Descriptions can be used to put basic information on a repo, as well as any new updates. Please note that:

  • No HTML will be rendered

  • Newlines are not supported.

  • Any cleartext data has to go into the description field. For instance, putting update logs as ROMs is not encouraged.

Categories are up to you (the repo owner). Want a category to store GBA games? Release date? Regions? Competitions it was entered in? It's all acceptable!

Screenshot

Eclipse Repos

{
"reponame":"Repo Name",
"repologo":"https://example.com/icon.png",
"repoauthor":"Repo Author",
"repodesc":"This is an example Eclipse repo. It is pretty cool.",
"categories":[
{
"categoryname":"Category Name",
"games":[
{
"name":"Game Name",
"link":"https://example.com/game.gba",
"boxart":"Game Boxart",
"system":"GBA"
}
]
}
]
}
@NotRevealingMyName
Copy link

I wanna play pokemon stadium 2 but its not working i was clicking help but the help was not helping 😕 (im happy with it at least i can play pokemon games and im ios user)

@Shugabuga
Copy link
Author

I'm sorry @NotRevealingMyName, this is not a support forum, but documentation for how to make repos.

To answer your question, Eclipse doesn't work for N64 games.

@memojaloo
Copy link

I wanna play pokemon stadium 2 but its not working i was clicking help but the help was not helping 😕 (im happy with it at least i can play pokemon games and im ios user)

Me too

@Waffler2175
Copy link

Can you still add repos

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment