Go to file
Jordach 4cdaa052ae add steel beds, only the owner can remove and use them 2015-07-23 02:15:31 +01:00
blendermodels add clay block, lump brick block and brick and other changes 2015-01-02 16:48:14 +00:00
menu add steel beds, only the owner can remove and use them 2015-07-23 02:15:31 +01:00
mods add steel beds, only the owner can remove and use them 2015-07-23 02:15:31 +01:00
nodeboxmodels try to avoid crashing, i did try and remove something 2014-06-18 15:43:52 +01:00
.gitattributes initial upload 2014-04-09 10:51:05 +01:00
.gitignore fix gitignores detection of .blend1, .blend2 2014-12-25 20:26:52 +00:00
LICENSE relicense the core stuff of BFD and my other mods to WTFPL 2014-12-26 15:56:10 +00:00
README.md Update README.md 2015-01-25 20:22:06 +00:00
game.conf finally fixing the stupid folder thing 2014-05-11 17:49:46 +01:00
minetest.conf sokomine is picky about ladder climbing 2014-08-07 18:59:16 +01:00

README.md

Big Freaking Dig

Repo containing the game for the Minetest Engine.

How to Install:

  1. Download Minetest 0.4.9-dev from the Minetest forums, https://forum.minetest.net

  2. Unzip the folder, eg, your Desktop or Documents.

  3. Go to minetest-0.4.9-dev-

  4. Go into games folder.

4a) With Windows, double click the zipfile named big_freaking_dig, then move the folder big_funking_dig into the games folder stated earlier.

  1. Start Minetest (may require MSVC 2010, you might want to google msvc 2010 redist or MinGW dlls)

  2. Under singleplayer, press new, then type a world name, make sure the world generator is on v7.

  3. Press enter or create.

7a) Then press play.

Developers:

Fork me then add features that are listed here, https://docs.google.com/document/d/13hIvCZfBJo7ibTHcLyY9E2oY74Hd0NUTXltoerGRMe4/ or download it here: http://www.mediafire.com/view/wdwy0wpdqvu8udv/BFD-BigFreakingDig.odt

If a feature is just a normal minetest_game based mod, then make a pull request, it will get pulled, and will be modified to work with this game.

If a .lua file is being worked on lots, you'll know that it will be finished by the end of the day.

Keep in mind that pull requests may get ignored as mail is not often checked.

If you create a pull that happens to modify huge amounts of core code by using this as an example, http://dev.minetest.net/Lua_code_style_guidelines will be ignored.