Added sneak-cam.

master
Robert Zenz 2015-09-12 15:04:41 +02:00
parent 37e7429609
commit 77ff85a542
6 changed files with 18 additions and 0 deletions

3
.gitmodules vendored
View File

@ -19,3 +19,6 @@
[submodule "deps/voice"]
path = deps/voice
url = https://github.com/RobertZenz/minetest-australopithecus-voice
[submodule "deps/sneak-cam"]
path = deps/sneak-cam
url = https://github.com/RobertZenz/minetest-australopithecus-sneak-cam.git

View File

@ -27,6 +27,7 @@ release:
cp README $(release)/australopithecus/
cp -R $(deps)/artisanry/mods/artisanry $(release)/australopithecus/mods/
cp -R $(deps)/sneak-cam/mods/sneak_cam $(release)/australopithecus/mods/
cp -R $(deps)/spawn-usher/mods/spawn_usher $(release)/australopithecus/mods/
cp -R $(deps)/utils/utils $(release)/australopithecus/mods/
cp -R $(deps)/voice/mods/voice $(release)/australopithecus/mods/

2
README
View File

@ -44,6 +44,7 @@ Mods (external)
* [artisanry][artisanry], a replacement for the default build system.
* [utils][utils], a util collection for Minetest mods.
* [sneak-cam][sneak-cam], a mod that lowers the viewpoints of sneaking players.
* [spawn-usher][spawn-usher], a system to place the player on spawns.
* [voice][voice], a system that makes the chat behave more like a voice.
* [worldgen][worldgen], a system for creating mapgens.
@ -101,6 +102,7 @@ most of the time in #minetest, #minetest-dev and #minetest-mod channels.
[minetest-forum-topic]: https://forum.minetest.net/viewtopic.php?f=50&t=12889
[summerfields]: https://github.com/SummerFields/SummerFields
[utils]: https://github.com/RobertZenz/minetest-australopithecus-worldgen-utils
[sneak-cam]: https://github.com/RobertZenz/minetest-australopithecus-sneak-cam
[spawn-usher]: https://github.com/RobertZenz/minetest-australopithecus-spawn-usher
[voice]: https://github.com/RobertZenz/minetest-australopithecus-voice
[worldgen]: https://github.com/RobertZenz/minetest-australopithecus-worldgen

1
deps/sneak-cam vendored Submodule

@ -0,0 +1 @@
Subproject commit 654b10d54c738bc5938bc1a86680a89c4aa2e1b8

View File

@ -11,6 +11,16 @@ ap_minimap_available = false
ap_sneak_glitch_available = false
# Sneak Cam
###########
# If sneak cam should be active.
sneakcam_activate = true
# The offset amount.
sneakcam_offset = 1.65
# Minetest settings
###################

1
mods/sneak_cam Symbolic link
View File

@ -0,0 +1 @@
../deps/sneak-cam/mods/sneak_cam