Coder Social home page Coder Social logo

ow-mod-db's Introduction

Outer Wilds Mod Database

Uses the mod list in mods.json of the source branch, fetches the required data for each mod. That data is then added to database.json in the master branch. The process happens automatically every once in a while.

Adding your mod to the list

Fork this repo, add your mod to the end of the list in mods.json, and open a PR. The easiest way to do this is to edit the file directly in GitHub.com, follow the big flashy buttons to fork the repo, and propose the change. Do not edit database.json yourself. It will be updated automatically.

Mod entry format

Each mod entry in the list has the following format:

{
  "name": "Human Readable Title",
  "uniqueName": "unique-mod-id",
  "repo": "GitHub-User/Repo-Name"
}

Note that uniqueName needs to be the same as what you define in your mod's manifest.json. It needs to be unique within the mod list, and should never change after the mod has been published.

Example

Let's imagine you have a mod located at github.com/UserName/my-mod. To add this mod to the database, your change to mods.json should look like this:

-  }
+  },
+  {
+    "name": "My Mod",
+    "uniqueName": "my-mod",
+    "repo": "UserName/my-mod",
+  }

ow-mod-db's People

Contributors

raicuparta avatar salomj avatar amazingalek avatar dependabot[bot] avatar misternebula avatar vesper-works avatar taimatem avatar trainzack avatar clubby789 avatar dwatson251 avatar glitchewski avatar goaaats avatar lstewieal avatar leadpogrommer avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.