Search found 34 matches

by Peppy
Thu Dec 05, 2019 20:11
Forum: Minetest-related projects
Topic: MTS Editor
Replies: 76
Views: 20161

Re: MTS Editor

Hi bzt

Would you add node force placement support ?
(some trees schematics from MTG do use this to get rid of sapling)

Thanks a lot for this very nice tool !
by Peppy
Fri Nov 29, 2019 16:04
Forum: Mod Releases
Topic: [Mod] Students [0.1] [Students]
Replies: 9
Views: 2098

Re: [Mod] Students [0.1] [Students]

This mod is no longer maintained.

Please consider using Classroom mod by Rubenwardy instead.
by Peppy
Tue Oct 30, 2018 19:33
Forum: Game Releases
Topic: [Game] Inside The Box [insidethebox]
Replies: 28
Views: 15814

Re: [Game] Inside The Box [insidethebox]

I had the same issue with mods not loading.

I had to copy the localmusic folder from the music mod to a worldmods folder in the world directory.

This fixed the issue in 0.4.17.1 :)
by Peppy
Sun Oct 28, 2018 21:59
Forum: Game Releases
Topic: [Game] Inside The Box [insidethebox]
Replies: 28
Views: 15814

Re: [Game] Inside The Box [insidethebox]

This is a huge amount of work, thanks a lot for making it OSS !
I really hope that people will contribute and make this game even better.

(btw : hopefully, i'll finish my curent box on ITB server, a promise is a promise)
by Peppy
Sun Aug 19, 2018 06:39
Forum: Minetest-related projects
Topic: Minetest-Label
Replies: 1
Views: 933

Re: Minetest-Label

Here is a translation of the original collaborative editor : LABEL MINETEST-FR Philosophy The goal of this project is to provide a quality label for french speaking community Minetest servers. We should define a minimum set of principles and good practices. (Though it might imply technical stuff, t...
by Peppy
Sun Aug 19, 2018 06:20
Forum: Minetest-related projects
Topic: Minetest-Label
Replies: 1
Views: 933

Minetest-Label

I'll give up with the Minetest-Label-Fr projet. In the next post, I will post the translation of the very few things that went out of the discussions I had with people that got involved in this project. Maybe someone will want to get this to the next level for the whole Minetest community. Why do I...
by Peppy
Fri Mar 09, 2018 17:26
Forum: Minetest-related projects
Topic: Public Remote Media Server Project
Replies: 141
Views: 42501

Re: Public Remote Media Server Project

I did visit casp3r server a week ago, it took forever to load media. I told him that he wouldn't get any players with so many medias (at least with no Remote Media Server) So, I'm probably responsible for this crazy request, I didn't expect him to throw his whole mod list at you x) Anyway, many fren...
by Peppy
Sun Jan 28, 2018 14:24
Forum: Problems
Topic: Punch repetition is too fast in creative mode
Replies: 5
Views: 1126

Re: Punch repetition is too fast in creative mode

Another workaround :

Install the softtouch mod and use the Feather tool to dig blocks slower.
by Peppy
Tue Dec 19, 2017 07:00
Forum: General Discussion
Topic: Post your screenshots!
Replies: 11052
Views: 2048533

Re: Post your screenshots!

TumeniNodes wrote:just workin' on some extras for my game
I love those !

---

OSS:
Image

I think this tree grew in mapgen V7.

---
by Peppy
Sat Dec 16, 2017 11:03
Forum: General Discussion
Topic: On which device do you play minetest?
Replies: 32
Views: 2751

Re: On which device do you play minetest?

Though I play on laptop, I had to look at videos to understand what works or not on phone/tablet, because I co-admin a server, where many kids play. Most of those kids just cannot play on PC (they are not allowed to play on PC if any at home). ... but I can tell, they do keep playing because they lo...
by Peppy
Sat Dec 16, 2017 08:00
Forum: Mod Releases
Topic: [Mod] More Trees! [git][moretrees]
Replies: 432
Views: 213344

Re: [Mod] More Trees! [git][moretrees]

I found out what was wrong for me with 0.4.16-release. I played too much with my minetest.conf and I had to comment this line again : deprecated_lua_api_handling = legacy --- Anyway, first post still says : Dependencies: Minetest development build and minetest_game from Feb. 25, 2017 or newer, and b...
by Peppy
Mon Dec 11, 2017 11:39
Forum: Mod Releases
Topic: [Mod] More Trees! [git][moretrees]
Replies: 432
Views: 213344

0.4.16 (non-dev)

Hi,

Because of breaking changes in the player model, I don't want to install 0.4.16-dev.

Is there an older version of moretrees / biomelib that would be compatible with 0.4.16 ?
by Peppy
Mon Sep 18, 2017 18:57
Forum: WIP Mods
Topic: [Mod]Bandage/medkit
Replies: 7
Views: 1371

Re: [Mod]Bandage/medkit

azekill_DIABLO wrote:6000 post aren't getten easely son, it's all an art! (and a lot of shitpost)
I'd really like an "Ignore this user's posts" button in that forum !
I'll survive anyway : /
by Peppy
Mon Sep 18, 2017 13:30
Forum: Feature Discussion
Topic: Minetest book of complaints and suggestions
Replies: 18
Views: 3278

Re: Minetest book of complaints and suggestions

When I launch Minetest, the first thing I do is muting the game's sound. I should not have to do that ! Short version: Most sounds and their volume levels are really bad. Long version: Most digging sounds are too loud thus not allowing any other subtle sound. Most sounds are too percussive. (play wi...
by Peppy
Fri Sep 15, 2017 05:38
Forum: Problems
Topic: code wont work!
Replies: 23
Views: 1961

Re: code wont work!

I suggest you give a try to Atom editor with luacheck integration. To install Atom editor, just download and install the .deb package from the offical website . To install luacheck and the luacheck module for Atom , execute those four commands in a terminal : sudo apt-get install luarocks sudo luaro...
by Peppy
Fri Sep 15, 2017 04:39
Forum: Modding Discussion
Topic: Post your modding questions here
Replies: 4208
Views: 570627

Re: Post your modding questions here

Did you fix the depends.txt file too ?

This won't work :

Code: Select all

default, farming
It should be :

Code: Select all

default
farming
by Peppy
Thu Sep 14, 2017 23:29
Forum: Modding Discussion
Topic: Post your modding questions here
Replies: 4208
Views: 570627

Re: Post your modding questions here

i see its been downloaded 1 time. i cant help but wonder who downloaded it? I did ;) Dependencies should be listed in depends.txt, one per line,not coma separated. This code should work : --registers doublebaked_bread minetest.register_craftitem("better_bread:doublebaked_bread", { descrip...
by Peppy
Fri Sep 01, 2017 05:42
Forum: Maps
Topic: Share Your WorldEdit Files!
Replies: 309
Views: 105652

Re: Share Your WorldEdit Files!

No, this guy is peaceful ;)

I made a bigger one with rounded legs that looks a bit more aggressive (don't know why).
It probably would fit better for a Trojan Elephant as it can contain much more soldiers !
by Peppy
Fri Sep 01, 2017 05:34
Forum: Mod Releases
Topic: [Mod] Students [0.1] [Students]
Replies: 9
Views: 2098

Re: [Mod] Students [0.1] [Students]

I'm sorry, "Enter zone name" is misleading.
It is only information for other players (not students).

This mod does not protect any "zone".

The title should be updated in the next release.
by Peppy
Thu Aug 31, 2017 22:49
Forum: Mod Releases
Topic: [Mod] Students [0.1] [Students]
Replies: 9
Views: 2098

Re: [Mod] Students [0.1] [Students]

Collaboration is welcome ! Framinetest latest mods are available on this repo (maintained by fat115 ) on framagit, you can contribute or take whatever you need. Sangokuss and Powi (who created the server) made a tutorial on "how to install" for the teachers, but there are no instructions a...
by Peppy
Thu Aug 31, 2017 19:01
Forum: Mod Releases
Topic: [Mod] Students [0.1] [Students]
Replies: 9
Views: 2098

Re: [Mod] Students [0.1] [Students]

Hi, BirgitLachner Students mod was original written for framinetest (some info is obsolete), a french educational project I contributed to during last year. If you read french, you might be interested in the discussions in the framinetest forum . As server was open to everyone, i did this mod so the...
by Peppy
Thu Aug 31, 2017 05:51
Forum: Mod Releases
Topic: [Mod] Students [0.1] [Students]
Replies: 9
Views: 2098

[Mod] Students [0.1] [Students]

Students Description Students is a minetest mod to perform various actions on a group of players. Group actions Group grant/revoke creative privilege. Freeze/unfreeze your students. Gather together your students. Heal your students. More to come... https://forum.minetest.net/download/file.php?mode=...
by Peppy
Tue Aug 29, 2017 11:11
Forum: Maps
Topic: Share Your WorldEdit Files!
Replies: 309
Views: 105652

Re: Share Your WorldEdit Files!

https://forum.minetest.net/download/file.php?mode=view&id=11913 https://forum.minetest.net/download/file.php?mode=view&id=11916 There is enough room inside for beds, chests and furnaces. There is an extra room in the head too. Want the same in pink ? Just find and replace 'grey' by 'magenta...
by Peppy
Fri Mar 17, 2017 23:35
Forum: WIP Mods
Topic: [Mod] Vote Block [vote]
Replies: 24
Views: 4669

Re: [Mod] Vote Block [vote]

JoshMars wrote:Ooh, btw, rubenwardy should change his mod name to [votekick], because it is misleading.
Rubenwardy's mod thread title says :
[Mod] Vote (with Kick voting) [0.1] [vote] - an API

What is misleading ?
by Peppy
Thu Mar 16, 2017 09:00
Forum: WIP Mods
Topic: [Mod] Vote Block [vote]
Replies: 24
Views: 4669

Re: [Mod] Vote Block [vote]

The Options won't accept comas anymore, this is a problem for me.

Need mod name change too...

Thanks.