Post your videos!

sofar
Developer
Posts: 2146
Joined: Fri Jan 16, 2015 07:31
GitHub: sofar
IRC: sofar
In-game: sofar

Re: Post your videos!

by sofar » Post

Casimir wrote:Wait! Since when is it possible to have rotating items in the hotbar?
That's in git already, but rotation is disabled by default. You can enable it in the advanced menu or by modifying the config.

User avatar
ctech
Member
Posts: 18
Joined: Mon Aug 24, 2015 01:36
In-game: PantherLily
Location: New Brunswick, Canada

Re: Post your videos!

by ctech » Post

what setting enables the rotating textures in the hotbar?

User avatar
Hybrid Dog
Member
Posts: 2835
Joined: Thu Nov 01, 2012 12:46
GitHub: HybridDog

Re: Post your videos!

by Hybrid Dog » Post

Just go to minetest.conf.example, hit crtl+f and type e.g. inv:
https://github.com/minetest/minetest/bl ... ample#L579
inventory_items_animations

‮‪‮
‮‪‮
‮‪‮
‮‪‮
‮‪‮
‮‪‮
‮‪‮
‮‪‮
‮‪

User avatar
benrob0329
Member
Posts: 1341
Joined: Thu Aug 06, 2015 22:39
GitHub: Benrob0329
IRC: benrob0329
In-game: benrob03
Location: Michigan
Contact:

Re: Post your videos!

by benrob0329 » Post


User avatar
everamzah
Member
Posts: 490
Joined: Thu Jan 29, 2015 00:47
GitHub: everamzah
IRC: everamzah
In-game: everamzah

Re: Post your videos!

by everamzah » Post

https://www.youtube.com/watch?v=dm2FkrSnFo0

Sprinting reducing a player's hunger on the DCB subgame.

User avatar
everamzah
Member
Posts: 490
Joined: Thu Jan 29, 2015 00:47
GitHub: everamzah
IRC: everamzah
In-game: everamzah

Re: Post your videos!

by everamzah » Post

https://www.youtube.com/watch?v=d20tEPP0Mmw

Code: Select all

minetest.register_on_dignode(function(pos, oldnode, digger)
        local texture = minetest.registered_items[oldnode.name].tiles[1]
        digger:set_properties{textures = {texture}}
end)

User avatar
Prot
Member
Posts: 36
Joined: Thu Apr 02, 2015 13:20
GitHub: EuPhobos
In-game: EuPhobos
Location: SaratOFF

Re: Post your videos!

by Prot » Post

To vary the game, working on the particle system
https://youtu.be/7u6d0WBfhdk

User avatar
benrob0329
Member
Posts: 1341
Joined: Thu Aug 06, 2015 22:39
GitHub: Benrob0329
IRC: benrob0329
In-game: benrob03
Location: Michigan
Contact:

Re: Post your videos!

by benrob0329 » Post

Very cool!

User avatar
benrob0329
Member
Posts: 1341
Joined: Thu Aug 06, 2015 22:39
GitHub: Benrob0329
IRC: benrob0329
In-game: benrob03
Location: Michigan
Contact:

Re: Post your videos!

by benrob0329 » Post


User avatar
everamzah
Member
Posts: 490
Joined: Thu Jan 29, 2015 00:47
GitHub: everamzah
IRC: everamzah
In-game: everamzah

Re: Post your videos!

by everamzah » Post


sofar
Developer
Posts: 2146
Joined: Fri Jan 16, 2015 07:31
GitHub: sofar
IRC: sofar
In-game: sofar

Re: Post your videos!

by sofar » Post

https://youtu.be/blrurijucN4

sideways head movement with the playeranim mod - https://github.com/minetest-mods/playeranim

User avatar
afflatus
Member
Posts: 362
Joined: Tue Apr 01, 2014 19:47
GitHub: 0-afflatus
IRC: afflatus
In-game: afflatus
Location: Avalonia
Contact:

Re: Post your videos!

by afflatus » Post

I made a series of tutorials for my Grailtest sub-game

https://www.youtube.com/playlist?list=P ... woHfZjhYuP

language: British English :p
This is my first attempt at making any kind of video and I can't make head nor tail of some of the youtube settings. Advice welcome.
Grailtest is stirring ...

sofar
Developer
Posts: 2146
Joined: Fri Jan 16, 2015 07:31
GitHub: sofar
IRC: sofar
In-game: sofar

Re: Post your videos!

by sofar » Post

afflatus wrote:I made a series of tutorials for my Grailtest sub-game

https://www.youtube.com/playlist?list=P ... woHfZjhYuP

language: British English :p
This is my first attempt at making any kind of video and I can't make head nor tail of some of the youtube settings. Advice welcome.
change "advanced settings" game title to "Minetest" in the youtube video editor.

User avatar
Prot
Member
Posts: 36
Joined: Thu Apr 02, 2015 13:20
GitHub: EuPhobos
In-game: EuPhobos
Location: SaratOFF

Re: Post your videos!

by Prot » Post

sofar wrote:https://youtu.be/blrurijucN4

sideways head movement with the playeranim mod - https://github.com/minetest-mods/playeranim
wow, it's really cool, i will test it on my server

User avatar
afflatus
Member
Posts: 362
Joined: Tue Apr 01, 2014 19:47
GitHub: 0-afflatus
IRC: afflatus
In-game: afflatus
Location: Avalonia
Contact:

Re: Post your videos!

by afflatus » Post

sofar wrote:change "advanced settings" game title to "Minetest" in the youtube video editor.
Exactly. I've looked and I cannot for the life of me find this setting.
There is no 'game title' setting in the advanced tab - there is an unlabelled box under the category dropdown, which I filled in as Grailtest when I made the videos. This is some crappy advertising ploy and it really annoys me.
Grailtest is stirring ...

sofar
Developer
Posts: 2146
Joined: Fri Jan 16, 2015 07:31
GitHub: sofar
IRC: sofar
In-game: sofar

Re: Post your videos!

by sofar » Post

afflatus wrote:
sofar wrote:change "advanced settings" game title to "Minetest" in the youtube video editor.
Exactly. I've looked and I cannot for the life of me find this setting.
There is no 'game title' setting in the advanced tab - there is an unlabelled box under the category dropdown, which I filled in as Grailtest when I made the videos. This is some crappy advertising ploy and it really annoys me.
Change the category to "games" first. The default is "blogs and people"

User avatar
afflatus
Member
Posts: 362
Joined: Tue Apr 01, 2014 19:47
GitHub: 0-afflatus
IRC: afflatus
In-game: afflatus
Location: Avalonia
Contact:

Re: Post your videos!

by afflatus » Post

sofar wrote:Change the category to "games" first. The default is "blogs and people"
It is set to "Gaming" already. I set the options carefully when I uploaded them.
Grailtest is stirring ...

sofar
Developer
Posts: 2146
Joined: Fri Jan 16, 2015 07:31
GitHub: sofar
IRC: sofar
In-game: sofar

Re: Post your videos!

by sofar » Post

afflatus wrote:
sofar wrote:Change the category to "games" first. The default is "blogs and people"
It is set to "Gaming" already. I set the options carefully when I uploaded them.
bottom right of the picture here - notice the field under "gaming" contains the text "minetest".

Image

User avatar
afflatus
Member
Posts: 362
Joined: Tue Apr 01, 2014 19:47
GitHub: 0-afflatus
IRC: afflatus
In-game: afflatus
Location: Avalonia
Contact:

Re: Post your videos!

by afflatus » Post

Got it. Thank you for persevering with me sofar.
I was having a serious wood-for-the-trees moment there.
So I can't set that field to something arbitrary like "Grailtest", it has to be "Minetest"

Yay!
Grailtest is stirring ...

sofar
Developer
Posts: 2146
Joined: Fri Jan 16, 2015 07:31
GitHub: sofar
IRC: sofar
In-game: sofar

Re: Post your videos!

by sofar » Post

https://youtu.be/13M6Hz8oQ1I

My work on converting xpanes:bars and xpanes:pane to connected nodeboxes. Cheers.

sofar
Developer
Posts: 2146
Joined: Fri Jan 16, 2015 07:31
GitHub: sofar
IRC: sofar
In-game: sofar

Re: Post your videos!

by sofar » Post

https://youtu.be/67CKPD97if4

About the new /days counter. Cheers!

sofar
Developer
Posts: 2146
Joined: Fri Jan 16, 2015 07:31
GitHub: sofar
IRC: sofar
In-game: sofar

Re: Post your videos!

by sofar » Post

https://www.youtube.com/watch?v=c3G-52FV4SI

A summary and explanation of TNT changes that have been in the works!

User avatar
Prot
Member
Posts: 36
Joined: Thu Apr 02, 2015 13:20
GitHub: EuPhobos
In-game: EuPhobos
Location: SaratOFF

Re: Post your videos!

by Prot » Post

Particle system demo, part 2:
https://youtu.be/8nsIX9crgZU
The description on YouTube ^^

User avatar
burli
Member
Posts: 1643
Joined: Fri Apr 10, 2015 13:18

Re: Post your videos!

by burli » Post

How to remove snow the fast (and fun) way ;-)

https://youtu.be/q9Am04BT5Dg

User avatar
benrob0329
Member
Posts: 1341
Joined: Thu Aug 06, 2015 22:39
GitHub: Benrob0329
IRC: benrob0329
In-game: benrob03
Location: Michigan
Contact:

Re: Post your videos!

by benrob0329 » Post

All around beginners Mesecons/Digilines tutorial on a 2x2 sticky piston door:

https://youtu.be/_s9CVFaw1eI

Post Reply

Who is online

Users browsing this forum: Andrey01 and 25 guests