Data files source for open-source Colobot: Gold Edition project developed by Epsitec and TerranovaTeam
 
 
 
 
Go to file
MrSimbax 38c454c346 Fix some mistakes from 80d0d3f94c 2015-07-26 18:52:08 +02:00
ai Renamed solutions to examples (colobot/colobot#502) 2015-07-13 19:03:34 +02:00
fonts Import colobot-data 2012-09-13 2012-12-16 14:24:27 +01:00
help Fix some mistakes from 80d0d3f94c 2015-07-26 18:52:08 +02:00
i18n-tools Fix for older CMake versions 2015-05-12 22:05:58 +02:00
icons Removed unused files (colobot/#182) 2013-04-28 18:00:43 +02:00
levels Added script4Runnable=false in exercises, closes colobot/colobot#493 2015-07-09 23:08:39 +02:00
models Removed LOD levels from models 2015-07-09 21:35:36 +02:00
models-new Convert first model to new model format V3 2015-07-11 19:47:19 +02:00
music Make music/CMakeLists.txt status messages more accurate 2015-07-24 23:05:17 +02:00
sounds Replace CREATIVE-licensed thunder sound by a public-domain thunder sound 2013-10-30 21:46:10 +01:00
textures Fixed texture for pendown() colors 2015-07-14 16:44:49 +02: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 Convert first model to new model format V3 2015-07-11 19:47:19 +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