Search found 19 matches

Return to advanced search

Re: [Mod] Random Play [0.001] [rand_play]

Do a search for creative commons music. I found some pretty useful ones that way. Is how I got the example music that is bundled in this mod.
by theshadow900
Thu Nov 12, 2015 11:19
 
Forum: WIP Mods
Topic: [Mod] Random Play [0.001] [rand_play]
Replies: 5
Views: 1198

Re: [Mod] Pure Decoration [0.001] [pure_decor]

you could make it find the textures automatically that you don't need to add them to the file, e.g. by using for _,name in pairs(string.split(io.popen("find "..minetest.get_modpath(minetest.get_current_modname()).."/textures"):read("*all"), "\n")) do Hmmmmm.....
by theshadow900
Sun Nov 08, 2015 04:47
 
Forum: WIP Mods
Topic: [Mod] Pure Decoration [0.001] [pure_decor]
Replies: 7
Views: 2149

Re: Scheduled shutdown

rubenwardy wrote:Minetest accepts SIGINT and runs minetest.register_on_shutdown etc.


Could you include a link here to something that explains SIGINT usage in minetest a bit more?
Would be much appreciated for future reference.
by theshadow900
Sat Nov 07, 2015 09:34
 
Forum: Minetest Servers
Topic: Scheduled shutdown
Replies: 13
Views: 4624

Re: Excellent

You might also add a timer to change the prefix, selecting from a list, since (I'm assuming from lua_api) there are only eleven possible songs on any prefix. Or choose the prefix randomly from a list, or pick one based on the time of day. Endless possibilities. API limit removed. No longer uses the...
by theshadow900
Sat Nov 07, 2015 09:21
 
Forum: WIP Mods
Topic: [Mod] Random Play [0.001] [rand_play]
Replies: 5
Views: 1198

Re: [Mod] Pure Decoration [0.001] [pure_decor]

Columnia (columns) added. And lit versions of the blocks added.
by theshadow900
Sat Nov 07, 2015 09:14
 
Forum: WIP Mods
Topic: [Mod] Pure Decoration [0.001] [pure_decor]
Replies: 7
Views: 2149

Re: [Mod] Pure Decoration [0.001] [pure_decor]

Glad you liked it. Will be posting an update soon that will register them with the columnia mod as well. If you are watching this thread expect the update within the next few days. I am testing now and so far so good. Having the columns available opens yet a lot more capabilities. Extreme kudos to t...
by theshadow900
Thu Nov 05, 2015 23:56
 
Forum: WIP Mods
Topic: [Mod] Pure Decoration [0.001] [pure_decor]
Replies: 7
Views: 2149

Re: Server announce page down?

Wow - thx for the quick reply. :)

And I see things are coming back already. Sweet.
Thanks again.
by theshadow900
Sun Oct 25, 2015 14:56
 
Forum: Minetest Problems
Topic: Server announce page down?
Replies: 2
Views: 605

Server announce page down?

09:01:53: ERROR[CurlFetchThread]: servers.minetest.net/announce not found (Timeout was reached) (response code 0)

Is there a problem or is it just maintenance?
by theshadow900
Sun Oct 25, 2015 14:05
 
Forum: Minetest Problems
Topic: Server announce page down?
Replies: 2
Views: 605

Re: [Mod] Random Play [0.001] [rand_play]

Ahhhh yes forgot to add the rename to instruction in the readme. Thanks for the reminder. The actual name when installed would just be rand_play. The name you see there is what the GitHub title is. I'll add that to the read me as soon as possible. And yes, I have thought of adding some of those type...
by theshadow900
Tue Oct 13, 2015 12:28
 
Forum: WIP Mods
Topic: [Mod] Random Play [0.001] [rand_play]
Replies: 5
Views: 1198

[Mod] Pure Decoration [0.001] [pure_decor]

This mod is designed to be used in creative mode. Because the nodes are easily changed added to and replaced there are no recipes available to access them. They either require the creative inventory or giveme command. Nodes are easily removed and or added to create your own custom set of blocks in a...
by theshadow900
Tue Oct 13, 2015 10:51
 
Forum: WIP Mods
Topic: [Mod] Pure Decoration [0.001] [pure_decor]
Replies: 7
Views: 2149

[Mod] Random Play [0.001] [rand_play]

Random background music player Add music to the sounds directory. Minetest only accepts ogg format at this time. Do not use extra dots/periods in files names. It will not read them correctly. Add music file names to list.lua according to the format in the examples list. It will only randomly select ...
by theshadow900
Tue Oct 13, 2015 10:29
 
Forum: WIP Mods
Topic: [Mod] Random Play [0.001] [rand_play]
Replies: 5
Views: 1198

Re: [request input]A couple simple mods

Cool will do so soon. Getting set up with GitHub.
by theshadow900
Tue Oct 13, 2015 08:26
 
Forum: Modding Discussion
Topic: [request input]A couple simple mods
Replies: 3
Views: 1069

[request input]A couple simple mods

I don't want to post these mods until I ask a couple questions. 1 - Has it been done and I am I just missing it in the mods list? 2 - Would anyone find it useful to them? I am learning lua and came up with a couple simple creations in the process. Simple coding but seems useful to me. I am asking th...
by theshadow900
Mon Oct 12, 2015 09:16
 
Forum: Modding Discussion
Topic: [request input]A couple simple mods
Replies: 3
Views: 1069

Re: [Music]Musimine in dev

I like this. Checked out the mp3 version, nice. I'm guessing the way you say "I developed for use in some opportunity" this is available for use on my server? :) I recently wrote a very simple random music player mod that this would fit in nicely. Will be posting the mod soon once I set up...
by theshadow900
Mon Oct 12, 2015 08:24
 
Forum: Minetest-Related
Topic: [Music]Musimine, At Dusk
Replies: 10
Views: 3424

Re: Scheduled shutdown

I found a mod called external command. By adding full privs to the server creators name in game, (the name used in the server config file) and using that mod, I then send an external command by script to shutdown the server. This allows everything to save correctly before running the other scripts f...
by theshadow900
Mon Oct 12, 2015 08:07
 
Forum: Minetest Servers
Topic: Scheduled shutdown
Replies: 13
Views: 4624

Re: How unfotunate - server owners as grievers

The new CreativePlaceLocked has been up and running for a reasonable time now. So far so good. I would like to thank those of you with suggestions on improving it. Measures were taken to try to minimize the griefing and it seems to have worked for the most part. The little that still occurs seems to...
by theshadow900
Mon Oct 12, 2015 07:53
 
Forum: Minetest General
Topic: How unfotunate - server owners as grievers
Replies: 11
Views: 2339

Re: How unfotunate - server owners as grievers

Could be imposters true - I myself am newer at the server and learning as I go. Have learned a lot fast but now have spent too much time cleaning the messes. As far as other suggestions, only have so much time to spend online with this. Bills need to be paid. Maybe was a bad idea to try. Oh well,,,,...
by theshadow900
Tue Jul 07, 2015 21:07
 
Forum: Minetest General
Topic: How unfotunate - server owners as grievers
Replies: 11
Views: 2339

Re: How unfotunate - server owners as grievers

So other server owners coming in and being grievers on my server is my servers fault? Hmmm, interesting concept there. Vanessa has interact off by default. That was the point I was making. I believe requiring that to be off by default pretty much defeats the purpose of the game. Especially a creativ...
by theshadow900
Tue Jul 07, 2015 19:25
 
Forum: Minetest General
Topic: How unfotunate - server owners as grievers
Replies: 11
Views: 2339

How unfotunate - server owners as grievers

I now know why I saw one member post that he had quit minetest because he was disappointed in the community. When server owners, who by the way have posted in here themselves about being grieved, enter other servers and themselves become the grievers, I can so completely understand where that indivi...
by theshadow900
Tue Jul 07, 2015 18:56
 
Forum: Minetest General
Topic: How unfotunate - server owners as grievers
Replies: 11
Views: 2339

Return to advanced search

cron