Data files source for open-source Colobot: Gold Edition project developed by Epsitec and TerranovaTeam
 
 
 
 
Go to file
immibis 31177161b3 Fix colobot/colobot#1293 2020-07-04 20:24:39 +02:00
ai Fix AlienQueen code, closes colobot/colobot#940 2017-06-03 21:53:38 +02:00
fonts Import colobot-data 2012-09-13 2012-12-16 14:24:27 +01:00
help Fix colobot/colobot#1293 2020-07-04 20:24:39 +02:00
i18n-tools Conflict between portuguese and polish languages 2018-05-27 15:51:25 -03:00
icons Translate exercises chapter 6 and 7 2018-03-31 21:42:01 +02:00
levels Update CB levels with new layout, programs, visuals 2020-06-16 16:39:18 +02:00
models Add Amphibious trainer models 2020-05-14 23:58:11 +02:00
models-new Forgot about few files 2020-04-25 00:00:45 +02:00
music Update music/README.md 2015-09-05 15:56:01 +02:00
sounds Add damage alarm sound (#28) 2017-05-22 11:00:34 +02:00
textures Merge dev into dev-builders and resolve conflicts 2020-05-16 01:07:15 +02:00
textures-src Merge dev into dev-builders and resolve conflicts 2020-05-16 01:07:15 +02:00
tools Add script helper for i18n checks 2019-06-25 20:26:33 +02:00
.gitignore Align po files after refactoring 2014-09-21 12:25:00 +02:00
CMakeLists.txt Change behavior of generating translations 2015-10-17 18:22:54 +02:00
Jenkinsfile Jenkinsfile: fix builds 2018-08-05 20:23:36 +02:00
LICENSE.txt Renamed LICENSE -> LICENSE.txt 2014-10-23 21:58:49 +02:00
README.i18n.md Upd i18n fr : complete & uniformize (+ fixup bad links) 2019-06-25 20:26:33 +02:00
README.md Changed PPC to TerranovaTeam 2014-10-14 15:25:09 +02:00

README.md

Colobot Data Files

This repository contains the data files for the Colobot project (https://github.com/colobot/colobot). It currently includes:

  • mission files
  • textures
  • model files
  • sounds and music
  • ai scripts
  • in-game help
  • some documents describing the formats
  • conversion scripts and tools for packaging

Installation

CMake project files in main and data repositories are integrated and when invoked during compilation, produce output files to be installed. As of 0.1.2-alpha, the generated files are different from source files. Consequently, running the game with data files directly from this source repository is not supported. Please see the INSTALL.md instructions in main repository for details.

Some details of how data file translation is achieved can be found in README.i18n.md file.

License

The source code contained here was released by Epsitec -- the original creator of the game -- on open source (GPLv3) license. The code was given and the rights granted specifically to ICC community in March 2012. Since then, we have been modifying the code and working on our goals. For more info, see README.md in the main repository