Skip to content

Latest commit

 

History

History
54 lines (38 loc) · 2.05 KB

introduction.md

File metadata and controls

54 lines (38 loc) · 2.05 KB

Introduction

What is BaNaNaS?

BaNaNaS is OpenTTD's content service. It is the distribution platform OpenTTD uses to allow content-creators to offer additions to OpenTTD and users to use them in their games.

This services was created in 2007, and has been extended a few times over the years. It currently offers the following capabilities:

  • Uploading of new content by content-creators
  • Editing / updating content by the original content-creator
  • Downloading this content in-game by any user
  • Browsing on the web what content is available

This can be done for the following content-type in OpenTTD:

  • Base-Graphics
  • Base-Sounds
  • Base-Music
  • NewGRFs
  • AIs
  • AI-Libraries
  • Game-Scripts
  • Game-Script-Libraries
  • Scenarios
  • Heightmaps

BaNaNaS is meant as an easy platform for both the content-creator as the end-user.

Technical landscape

BaNaNaS is composed of several components:

There are two main methods these components connect to each other:

BaNaNaS -> API -> Frontend Web -> Content-creators

BaNaNaS -> Server -> In-game client

More documentation

This folder documents BaNaNaS from a technical perspective.

  • api.md - Explains what the API is about
  • database.md - Explains how the database works
  • frontend.md - Explains the frontends available
  • md5sum.md - Explains why in some parts you only see partials of md5sums