Sneak Cam: Lowers the player viewpoint of sneaking players.

BobbyBonsaimind
Member
 
Posts: 97
Joined: Tue Apr 14, 2015 19:32
GitHub: RobertZenz
IRC: Robert_Zenz
In-game: Bobby

Sneak Cam: Lowers the player viewpoint of sneaking players.

by BobbyBonsaimind » Sat Sep 12, 2015 13:21

Sneak Cam is a simple mod/system that lowers the viewpoint of sneaking players, meaning it simulates simple ducking when sneaking, at least from the players viewpoint.

Version: There is no versioning/release scheme in place.

License: Sneak cam is licensed under 2-clause BSD.

Source:
Last edited by BobbyBonsaimind on Sat Sep 26, 2015 09:11, edited 1 time in total.
 

User avatar
lightonflux
Member
 
Posts: 384
Joined: Mon Nov 11, 2013 07:22
In-game: lof

Re: Sneak Cam: Lowers the player viewpoint of sneaking playe

by lightonflux » Sat Sep 12, 2015 14:11

How do you sync the repos? Or do you just manually push to all of them?
 

BobbyBonsaimind
Member
 
Posts: 97
Joined: Tue Apr 14, 2015 19:32
GitHub: RobertZenz
IRC: Robert_Zenz
In-game: Bobby

Re: Sneak Cam: Lowers the player viewpoint of sneaking playe

by BobbyBonsaimind » Sat Sep 12, 2015 14:26

I have all three sites defined as origin in my repository, when I pull it automatically only pulls from the first (GitHub in my case), when I push it pushes to all three. Additionally I have them as separate entries, so that I can pull from specific ones too.

For example for my utils mod my defined remotes look like this:

Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
Code: Select all
~/src/minetest-australopithecus/utils$ git remote -v
bitbucket   git@bitbucket.org:RobertZenz/minetest-australopithecus-utils.git (fetch)
bitbucket   git@bitbucket.org:RobertZenz/minetest-australopithecus-utils.git (push)
github   git@github.com:RobertZenz/minetest-australopithecus-utils.git (fetch)
github   git@github.com:RobertZenz/minetest-australopithecus-utils.git (push)
launchpad   git+ssh://robert-zenz@git.launchpad.net/minetest-australopithecus-utils (fetch)
launchpad   git+ssh://robert-zenz@git.launchpad.net/minetest-australopithecus-utils (push)
origin   git@github.com:RobertZenz/minetest-australopithecus-utils.git (fetch)
origin   git@github.com:RobertZenz/minetest-australopithecus-utils.git (push)
origin   git@bitbucket.org:RobertZenz/minetest-australopithecus-utils.git (push)
origin   git+ssh://robert-zenz@git.launchpad.net/minetest-australopithecus-utils (push)


Because this is extremely tedious to set up, I have written a script which does the setup for me.
 


Return to WIP Mods

Who is online

Users browsing this forum: No registered users and 21 guests

cron