Search found 21 matches

Return to advanced search

Re: [Tool] GUI for installing and updating mods from GitHub

As it turns out, I do indeed have a github account. It's been a while since I've used it, but it's still active and I can log in. The account name is izzyb1234. I'll still post here when I make changes so everyone knows about the changes, and so someone can make sure I'm not screwing anything up. :)
by izzyb
Sun Sep 11, 2016 19:00
 
Forum: Minetest-Related
Topic: [Tool] GUI for installing and updating mods from GitHub
Replies: 112
Views: 47032

Re: [Tool] GUI for installing and updating mods from GitHub

Tenplus1's mobs_redo mods These are the existing entries in the list. They're both bad entries. Mod Releases • Re: [Mod] Mobs Redo [1.30] [mobs],tenplus1/mobs_animal,https://forum.minetest.net/viewtopic.php?t=9917&p=228759#p228759 Mod Releases • Re: [Mod] Mobs Redo [1.14] [mobs],http://www.gith...
by izzyb
Sun Sep 11, 2016 04:30
 
Forum: Minetest-Related
Topic: [Tool] GUI for installing and updating mods from GitHub
Replies: 112
Views: 47032

Re: [Tool] GUI for installing and updating mods from GitHub

Thanks for the update. It's working great! :) One thing that would be nice to see in the status line is a count of installed mods. I know you can get it doing an update, but would be nice to see it all the time. I'm up to 295 mods installed and managed by MT-GitSync. :) Adding the _by_author works o...
by izzyb
Sun Sep 11, 2016 03:34
 
Forum: Minetest-Related
Topic: [Tool] GUI for installing and updating mods from GitHub
Replies: 112
Views: 47032

Re: [Tool] GUI for installing and updating mods from GitHub

Awesome! Thanks. I'll check it out now.
by izzyb
Fri Sep 09, 2016 03:21
 
Forum: Minetest-Related
Topic: [Tool] GUI for installing and updating mods from GitHub
Replies: 112
Views: 47032

Re: [Tool] GUI for installing and updating mods from GitHub

Do they get purged from the local list? Maybe have a script check all the repositories before a release? This presents a second problem. I have repositories I've downloaded using an outdated link. When I try to download the same mod using one of the remaining links, it can't because the folder alrea...
by izzyb
Mon Sep 05, 2016 21:46
 
Forum: Minetest-Related
Topic: [Tool] GUI for installing and updating mods from GitHub
Replies: 112
Views: 47032

Re: [Tool] GUI for installing and updating mods from GitHub

Awesome! I'll have to go through Krock's database and add my votes. I have some more entries to clean up. I'm not sure which entry is causing these, but I'm getting user/password prompts when doing an update. This is the output on the console - I just hit enter for the prompts. Could you maybe outpu...
by izzyb
Mon Sep 05, 2016 06:12
 
Forum: Minetest-Related
Topic: [Tool] GUI for installing and updating mods from GitHub
Replies: 112
Views: 47032

Re: [Tool] GUI for installing and updating mods from GitHub

That Krock database looks like a nice start. Didn't know about it before. It would be nice to have a standard formate that everyone can agree on to help automate collection of data in tools like this. Something that allows the mod creators and maintainers to contribute to the data would be ideal. A ...
by izzyb
Fri Sep 02, 2016 23:18
 
Forum: Minetest-Related
Topic: [Tool] GUI for installing and updating mods from GitHub
Replies: 112
Views: 47032

Re: [ModPack] sys4_quests [sys4_quests][git]

I'm working on a quest for the fishing mod. The fishing mod requires you to collect worms for bait. The worms come up from soil you've hoed. The worms are entities that get added to your inventory on a right click. Here's the specific code from the register_entity call: on_rightclick = function(self...
by izzyb
Fri Sep 02, 2016 07:13
 
Forum: WIP Mods
Topic: [ModPack] sys4_quests [sys4_quests][git]
Replies: 17
Views: 3852

Re: [Tool] GUI for installing and updating mods from GitHub

@izzyb: Thanks, I'll take a look. Maybe I should also create a maintenance script that checks for duplicates on the list. There are quite a number of duplicates, but most look like multiple versions of the same mod in different repositories. Not sure if they are actually different versions or not. ...
by izzyb
Wed Aug 31, 2016 05:28
 
Forum: Minetest-Related
Topic: [Tool] GUI for installing and updating mods from GitHub
Replies: 112
Views: 47032

Re: [Tool] GUI for installing and updating mods from GitHub

Here's another list of entries that can be removed from the big list. I went through the list looking for duplicate entries. These are the duplicates that appear to point to the wrong file. I haven't verified if the repositories being pointed to have correct entries in the list. Ban Hammer [0.2.1] [...
by izzyb
Tue Aug 30, 2016 07:33
 
Forum: Minetest-Related
Topic: [Tool] GUI for installing and updating mods from GitHub
Replies: 112
Views: 47032

Re: [Tool] GUI for installing and updating mods from GitHub

Here's some more you could remove. I've confirmed they are dead - No files for download at the link provided. I have a number to add from my new_mods.csv. I'll post them after I've converted them to big_modlist_edit.csv format. Loving this tool! :) [WIP] [closed] Antiguest [antiguest],HybridDog/anti...
by izzyb
Thu Aug 25, 2016 08:36
 
Forum: Minetest-Related
Topic: [Tool] GUI for installing and updating mods from GitHub
Replies: 112
Views: 47032

Re: [ModPack] sys4_quests [sys4_quests][git]

I was just thinking it would be nice to have more then just a linear sequence of quest groups. Then you could have multiple quest paths to follow in parallel. Would be useful for creating a world were players could follow different paths to master different skills. Say a Wizard quest path and a Knig...
by izzyb
Thu Aug 04, 2016 07:05
 
Forum: WIP Mods
Topic: [ModPack] sys4_quests [sys4_quests][git]
Replies: 17
Views: 3852

Re: [ModPack] sys4_quests [sys4_quests][git]

Hmmm... it's annoying. I can't reproduce it. It's look like this is a random problem, perhaps caused by some lags ? Or a mod you used and i don't have ? Anyway, in dev branch (unstable) I've make a fix for avoiding the crash when 'digger' is nil, but i don't know if this fix will be enough. To be c...
by izzyb
Thu Aug 04, 2016 06:53
 
Forum: WIP Mods
Topic: [ModPack] sys4_quests [sys4_quests][git]
Replies: 17
Views: 3852

Re: [ModPack] sys4_quests [sys4_quests][git]

I've notice the "Tree Digger Lover" quest from moreblocks_quests only accepts default:tree and default:jungletree as valid trees for the quest. I've spawned in an area with only default:pine_trees around. It accepted them for the Tree Digger quest, so at first I thought something was broke...
by izzyb
Thu Aug 04, 2016 01:01
 
Forum: WIP Mods
Topic: [ModPack] sys4_quests [sys4_quests][git]
Replies: 17
Views: 3852

Re: [ModPack] sys4_quests [sys4_quests][git]

Looks like I was wrong about the falling bug being an update issue. Just got another one... 2016-07-29 12:34:44: ERROR[Main]: ServerError: Lua: Runtime error from mod '*builtin*' in callback luaentity_Step(): /home/izzyb/.minetest/mods/sys4_quests/sys4_quests/init.lua:685: attempt to index local 'di...
by izzyb
Fri Jul 29, 2016 19:06
 
Forum: WIP Mods
Topic: [ModPack] sys4_quests [sys4_quests][git]
Replies: 17
Views: 3852

Re: [ModPack] sys4_quests [sys4_quests][git]

EDIT AGAIN: I think I may have solved both these issues. Turns out my minetest_game was outdated. As was my git pull of minetest. Haven't played with it long, but I've confirmed I can now make ladders, and I haven't been able to trigger a crash with falling blocks yet. I'm seeing this error pop up w...
by izzyb
Wed Jul 27, 2016 02:18
 
Forum: WIP Mods
Topic: [ModPack] sys4_quests [sys4_quests][git]
Replies: 17
Views: 3852

Re: [Mod] Hook V6.1 (and/with rope)

Something is still wrong. Not sure what I was hitting that produced this. I was attacking a mob. 2015-12-23 00:04:10: ACTION[ServerThread]: izzyb uses hook:slingshot, pointing at [nothing] minetest: /tmp/buildd/minetest-0.4.13+repack/src/util/serialize.h:265: void writeF1000(irr::u8*, irr::f32): Ass...
by izzyb
Wed Dec 23, 2015 07:06
 
Forum: Mod Releases
Topic: [Mod] Hook V9.1 (survive tools) [hook]
Replies: 24
Views: 4855

Re: [Mod] Hook V6.1 (and/with rope)

UjEdwin wrote:I think i got it, it was a weird misatake that i added: punsh a block that not is air (minetest.get_node(t.ob:getpos()).name~="air") ...

there was no reason to add it :-)



Thanks! Think you got it now. :) I'll let you know if I find anything more. Great mods! :)
by izzyb
Wed Dec 23, 2015 06:59
 
Forum: Mod Releases
Topic: [Mod] Hook V9.1 (survive tools) [hook]
Replies: 24
Views: 4855

Re: [Mod] Hook V6.1 (and/with rope)

Now I'm getting this error when hitting some objects. Including underwater sand which is odd because sand above water doesn't crash it. 2015-12-22 02:24:55: ERROR[main]: UNRECOVERABLE error occurred. Stopping server. Please fix the following error: 2015-12-22 02:24:55: ERROR[main]: Runtime error fro...
by izzyb
Tue Dec 22, 2015 18:26
 
Forum: Mod Releases
Topic: [Mod] Hook V9.1 (survive tools) [hook]
Replies: 24
Views: 4855

Re: [Mod] Hook V6 (and/with rope)

I'm loving this mod! :) There's a bug with the sling shot though. Crashes when when I hit some things but not others. Seems to be consistent on what crashes it and what doesn't. Hitting protected blocks seem to crash it consistently. Some mobs seem to crash it too. Not sure how consistently, but one...
by izzyb
Sun Dec 20, 2015 07:45
 
Forum: Mod Releases
Topic: [Mod] Hook V9.1 (survive tools) [hook]
Replies: 24
Views: 4855

Re: [Mod] chakram 3.1 (throw & hurt / pick up stuff)

Great Mod! :) Think I found a bug - and the fix. It causes the server to crashes with the mese, and wood chakram. Looks like the same typo in both files. I'm assuming np should be pos in both files based on line 122 of steel.lua . The following warnings are produced just before the crash. WARNING: U...
by izzyb
Sun Dec 20, 2015 06:30
 
Forum: Mod Releases
Topic: [Mod] Chakram 3.4 (throw & hurt/pick up stuff) [chakram]
Replies: 11
Views: 2645

Return to advanced search

cron