davidjoffe / gnukem_data

Game data subfolder for https://github.com/davidjoffe/dave_gnukem (important)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dave Gnukem data subfolder

This is the 'data' subfolder for this game: https://github.com/davidjoffe/dave_gnukem

NB by default the game looks in a subfolder with name "data" (not "gnukem_data") to find its data, though that may change (and should ideally become a bit more flexibly configurable someday in future)

NB This folder is essential for the game to run

To use this using git, clone the main game, e.g.:

$ git clone https://github.com/davidjoffe/dave_gnukem.git gnukem

$ cd gnukem

$ git clone https://github.com/davidjoffe/gnukem_data.git data

$ cd ..

OR:

@ git clone https://github.com/davidjoffe/dave_gnukem

$ cd dave_gnukem

$ git clone https://github.com/davidjoffe/gnukem_data data

$ cd ..

Thereafter, if fetching updates, you must separately update the main folder and the data subfolder.

You can do this in one go with a command like: git pull && cd data && git pull && cd ..

Source Files for Data

See https://github.com/davidjoffe/gnukem_datasrc

License and Additional Credits

Most of the data/sprites for Dave Gnukem are dual-licensed under MIT license or GPL.

With respect to particular data items, the following license conditions apply:

Apart from the abovementioned, all other data included with 'version 1' is dual-licensed under MIT license or GPL.

Additional game data credits: Apart from the abovementioned, most the sprites were done by David Joffe (with some major contributions by Evil Mr Henry http://www.emhsoft.com/ including the main character sprites). Steve Merrifield made major level editing contributions. Apologies if anyone left out.

About

Game data subfolder for https://github.com/davidjoffe/dave_gnukem (important)