Version 3.0.0
[Pixture/pixture_revival.git] / README.md
blob61598c6320387bced46d300b44d165e2c718dcd4
1 # Repixture
3 Repixture is a sandbox survival crafting game focusing on low-tech and
4 unique graphics and sounds.
6 This is a revival of Pixture 0.1.1, a game for Minetest 0.4.
8 ## Version
9 3.0.0
11 Designed for use with Minetest 5.4.0 or later.
13 ## Features
15 * Animals and monsters
16 * Villages and trading
17 * Upgradable tools via jeweling
18 * Hunger
19 * Custom inventories
20 * Armor
21 * Simplified crafting with crafting guide
22 * A variety of trees
23 * Weather
24 * Beds (skip the night)
25 * New and better player models
26 * Change your player appearance
27 * Achievements
28 * Multi-language support
29 * Creative Mode
31 ## Project Notes
33 Repixture works for Minetest 5.0.0. It's a fork of Pixture 0.1.1.
34 The goal of Repixture is to make Pixture work properly in
35 latest Minetest versions and to fix bugs and improve usability.
36 The original gameplay of Pixture will be (mostly) preserved,
37 the focus lies on bugfixes and usability features.
38 There will be no major changes to gameplay.
40 ## Compability notes
41 ### Using old biomes from before version 3.0.0
42 Since Repixture 3.0.0, the game uses a completely revamped biome
43 system. If you have a world that was created in an earlier
44 version and start it now, there will be biome discontinuities in
45 newly generated parts of the map, e.g. a Wasteland biome might
46 border in a straignt line to Grassland. This is not a bug, but
47 might look a bit strange.
49 If you want to prevent this, you can manually edit the world file
50 BEFORE starting Repixture.
51 Edit `map_meta.txt` in a text editor and add the line
52 `rp_biome_version = 1`.
54 ## Credits
56 Repixture was started by Wuzzy. It's a fork of Pixture.
58 Pixture is Copyright (C) 2015-2017 KaadmY.
60 By [KaadmY](https://github.com/kaadmy)
61 Inspiration by [Kenney](http://kenney.nl)
63 - [Kenney](http://kenney.nl) for the inspiration, most of the aesthetic.
64 - Sounds in the `rp_default` mod are all by Kenney (CC0)
65 - All textures/models by KaadmY (CC BY-SA 4.0)
67 ## Licenses
69 This game is free software, licensed 100% under free software licenses.
71 See *LICENSE.txt* or the links below for the full license texts.
73 - Media files: all licensed under CC BY-SA 4.0 or CC0, with one exception:
74     - The exception: Sounds in the `weather` mod are under GPLv2 (these sounds should be replaced later)
75     - See per-mod READMEs for details
76 - Source code: all licensed under LGPLv2.1 (or later versions of the LGPL), or MIT License, see per-mod READMEs.
78 Links:
79 - CC BY-SA 4.0: <https://creativecommons.org/licenses/by-sa/4.0>
80 - CC0: <https://creativecommons.org/publicdomain/zero/1.0>
81 - GPLv2: <https://www.gnu.org/licenses/old-licenses/gpl-2.0>
82 - LGPLv2.1: <https://www.gnu.org/licenses/old-licenses/lgpl-2.1>
83 - MIT License: <https://mit-license.org/>