Data files source for open-source Colobot: Gold Edition project developed by Epsitec and TerranovaTeam
 
 
 
 
Go to file
Martin Doucha 634192640b Translate exercises chapter 6 and 7 2018-03-31 21:42:01 +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 Translate exercises chapter 1 and generic help 2018-03-03 21:06:27 +01:00
i18n-tools Made translation scripts drop obsolete entries from .po and .pot files 2015-08-05 18:25:28 +02:00
icons Translate exercises chapter 6 and 7 2018-03-31 21:42:01 +02:00
levels Translate exercises chapter 6 and 7 2018-03-31 21:42:01 +02:00
models Added neutron gun 2017-11-16 19:52:52 +01:00
models-new Added text version of neutron gun model 2017-11-16 22:29:43 +01: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 Added missing Trainer icons 2017-12-22 14:39:31 +01:00
textures-src Fixed some filename inconsistencies in textures-src files 2017-12-22 15:26:44 +01:00
tools Scripts for non-power-of 2 textures 2013-05-11 21:43:35 +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: prevent PRs to master 2017-05-29 21:08:54 +02:00
LICENSE.txt Renamed LICENSE -> LICENSE.txt 2014-10-23 21:58:49 +02:00
README.i18n.md Require Python 2.7, not 2.6 2015-05-12 21:50:49 +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