[mods] DeepGaze's CookBook

Post Reply
User avatar
DeepGaze
Member
Posts: 332
Joined: Fri May 10, 2013 00:49
GitHub: DeepGaze
IRC: DeepGaze
In-game: DeepGaze
Location: Take your best guess

[mods] DeepGaze's CookBook

by DeepGaze » Post

renamed this topic to save clutter
Spoiler
a timer working off the same code as my aniwool mod
as an exploration of how the animation speeds of vertical frames work:
github
animation={type="vertical_frames", aspect_w=*, aspect_h=*, length=*}
the aspects are simple (frame size) but the length is confusing

I found:
for 1fps and a texture 10 frames long you need a vertical frame rate of 12 and the textures might not load at the start (0)
I know I could of used a block switching system but that would mean the 00:#0 number is different to the 00:0# number.

licence:WTFPL
--edit--
this was wrong I will repeat experiment at a later date.
whilst learning to code I will upload mods that are made as by-product of experimenting.
Spoiler
this will fill a room with light nodes, the light is set at 15 and will only replace air. If placed outside a sealed location the world map will fill, the process will continue after the bomb is destroyed. The only way to stop the detonation is a deactivation of the abm's in the lua file, if the mod is deleted the light nodes will become unknown blocks. this is a pure experement and not designed for general use
licence: WTFPL
Attachments
lightbomb.zip
(39.85 KiB) Downloaded 56 times
Last edited by DeepGaze on Sun Sep 14, 2014 16:17, edited 2 times in total.
there's no place like 127.0.0.1
The deep life Minetest text page
minetest cards

4aiman
Member
Posts: 1208
Joined: Mon Jul 30, 2012 05:47

by 4aiman » Post

It seems that nowadays people do not explain anything.
Community grow a bit arrogant(?) this days... Hope this won't end like sql.ru.

What this timer can be used for? (Please, no links to a source, just some examples.)

User avatar
DeepGaze
Member
Posts: 332
Joined: Fri May 10, 2013 00:49
GitHub: DeepGaze
IRC: DeepGaze
In-game: DeepGaze
Location: Take your best guess

by DeepGaze » Post

nothing in truth it was made to explore the fames function in lua, if you can find a use it would be nice but this is as it has stated: an experiment. I only made this mod to try to understand the animation in code: though that was the original purpose it is =not the final
-edit-
PS. why are you claiming the community are arrogant?
I consider myself lucky enough to be a part of it, and thanks to your comment I have taken great offense
Last edited by DeepGaze on Tue Mar 11, 2014 18:27, edited 1 time in total.
there's no place like 127.0.0.1
The deep life Minetest text page
minetest cards

User avatar
hoodedice
Member
Posts: 1374
Joined: Sat Jul 06, 2013 06:33
GitHub: hoodedice
IRC: hoodedice
In-game: hoodedice
Location: world
Contact:

by hoodedice » Post

I suggest you make a topic called "DeepGaze's Cookbook" and upload all of your experimental code there.
7:42 PM - Bauglio: I think if you go to staples you could steal firmware from a fax machine that would run better than win10 does on any platform
7:42 PM - Bauglio: so fudge the stable build
7:43 PM - Bauglio: get the staple build

4aiman
Member
Posts: 1208
Joined: Mon Jul 30, 2012 05:47

by 4aiman » Post

DeepGaze wrote:PS. why are you claiming the community are arrogant?
I consider myself lucky enough to be a part of it, and thanks to your comment I have taken great offense
Spoiler
Like I stated, people tend to not explain anything. "An experiment" is not an explanation."NO use, but if you find some - it would be great" is.

I didn't want to offence anyone. What I DID want as to remind everybody that people outside one's mind don't know what's happening inside that very mind. So the better the explanation - the better are chances your precious idea would be useful.

AND, like I just have stated, you don't know what's in my head. And that's why you've found yourself offended.

So, we BOTH could've explain our thoughts more clearly. Not doing so is "a bit arrogant" to my mind. (I mean, that one should not consider an obvious thing to him to be of the same level of "obviouslity" to others).

So I'm really sorry to be arrogant.

Image
hoodedice wrote:I suggest you make a topic called "DeepGaze's Cookbook" and upload all of your experimental code there.
Now this would be nice. With comments, please ;)
Last edited by 4aiman on Tue Mar 11, 2014 19:05, edited 1 time in total.

User avatar
DeepGaze
Member
Posts: 332
Joined: Fri May 10, 2013 00:49
GitHub: DeepGaze
IRC: DeepGaze
In-game: DeepGaze
Location: Take your best guess

by DeepGaze » Post

"DeepGaze's Cookbook" will be made and I am sorry for the misunderstanding 4aiman. I read the text in a way different of its original meaning: I could sound like morgan freeman though nice it wouldn't get the point truly across
there's no place like 127.0.0.1
The deep life Minetest text page
minetest cards

User avatar
DeepGaze
Member
Posts: 332
Joined: Fri May 10, 2013 00:49
GitHub: DeepGaze
IRC: DeepGaze
In-game: DeepGaze
Location: Take your best guess

Re: [mods] DeepGaze's CookBook

by DeepGaze » Post

I have added a new mod for testing(plan to solve the dangers of using), and whilst editing the topic I deleted the "timer experiment" so I will re attempt that at a later date. If any one has a copy of the timer please send me a copy though.
there's no place like 127.0.0.1
The deep life Minetest text page
minetest cards

User avatar
balthazariv
Member
Posts: 214
Joined: Mon Apr 07, 2014 15:48
Contact:

Re: [mods] DeepGaze's CookBook

by balthazariv » Post

The idea is great, a second bomb to put in the dark would be nice.

You can rename your post to [mod] DeepGaze's CookBook [lightbomb].

Thanks for all your work

User avatar
DeepGaze
Member
Posts: 332
Joined: Fri May 10, 2013 00:49
GitHub: DeepGaze
IRC: DeepGaze
In-game: DeepGaze
Location: Take your best guess

Re: [mods] DeepGaze's CookBook

by DeepGaze » Post

Balthazariv: the topic name is so it is not for the specific mod and this is a testing ground for ideas. others will be here before they are their own mod.
mods own page: Here
there's no place like 127.0.0.1
The deep life Minetest text page
minetest cards

User avatar
balthazariv
Member
Posts: 214
Joined: Mon Apr 07, 2014 15:48
Contact:

Re: [mods] DeepGaze's CookBook

by balthazariv » Post

DeepGaze wrote:Balthazariv: the topic name is so it is not for the specific mod and this is a testing ground for ideas. others will be here before they are their own mod.
mods own page: Here
Thanks, but I prefer this model because the new version destroyed the map.

User avatar
DeepGaze
Member
Posts: 332
Joined: Fri May 10, 2013 00:49
GitHub: DeepGaze
IRC: DeepGaze
In-game: DeepGaze
Location: Take your best guess

Re: [mods] DeepGaze's CookBook

by DeepGaze » Post

The "new version" has a stopping feature relying on the walls, they both will "destroy the map" if you don't pay attention to the guidelines in the description
there's no place like 127.0.0.1
The deep life Minetest text page
minetest cards

Post Reply

Who is online

Users browsing this forum: No registered users and 24 guests