Search found 152 matches

by Sporax
Wed Dec 09, 2020 07:36
Forum: Problems
Topic: Minetest server 5.3.0: crash when going into bed
Replies: 2
Views: 469

Re: Minetest server 5.3.0: crash when going into bed

Thanks for your reply !

I've sent an issue. Here is the link to follow it: https://github.com/minetest/minetest/is ... -760084787
by Sporax
Tue Dec 08, 2020 19:49
Forum: Problems
Topic: Minetest server 5.3.0: crash when going into bed
Replies: 2
Views: 469

Minetest server 5.3.0: crash when going into bed

Hello, I've some probleme with minetest_game and builtin. When a player uses 'right click' on a bed (to go into the bed) my minetest server is crashing. The server is Minetest France hosted on an ubuntu server 18.04 LTS, it uses minetest 5.3.0 -stable. it's a complied version to have the postgreSQL ...
by Sporax
Sun Nov 22, 2020 20:44
Forum: Problems
Topic: MAPGEN generation problem
Replies: 0
Views: 405

MAPGEN generation problem

Hi guys! I'm creating a mod that add a lava underground to minetest. At -30912 (map limit) there is 2 lava_source block and no stone anymore since -30800. I did it with minetest function: minetest.register_on_generated(function(minp, maxp) However, i'l like to add some decoration with minetest funct...
by Sporax
Thu Apr 30, 2020 16:55
Forum: Modding Discussion
Topic: Controlling the use of TNT on a multiplayer server
Replies: 0
Views: 406

Controlling the use of TNT on a multiplayer server

Hi again guys ! I'm asking today for some help to modify TNT mod. I would like to use the TNT on my multiplayer server but i have to find a solution in order to restrict TNT abuse (i know in fact that people will create hunderds of tnt to burn them...) i would like to find a way to avoid this. The i...
by Sporax
Sat Apr 25, 2020 16:25
Forum: Problems
Topic: [SOLVED] Lost Connection on my server
Replies: 0
Views: 352

[SOLVED] Lost Connection on my server

Hi guys,

I've encountered a problem... see the screenshot in attachment

thanks for reading !

EDIT: i've found... my vps is full cause of the map size... 27Gio.
by Sporax
Thu Apr 23, 2020 18:49
Forum: Modding Discussion
Topic: Space for armor in the bones
Replies: 4
Views: 578

Re: Space for armor in the bones

A great improvement!

Thanks for it and for your time :).

NB: The second change was line 254 if another one looking for it ;-).
by Sporax
Thu Apr 23, 2020 15:57
Forum: Modding Discussion
Topic: Space for armor in the bones
Replies: 4
Views: 578

Re: Space for armor in the bones

Yes that's exactly what i mean, i've tried too, but... i don't know how to make armor go there and how to defin correctly these extra slots.
by Sporax
Wed Apr 22, 2020 21:00
Forum: Modding Discussion
Topic: Space for armor in the bones
Replies: 4
Views: 578

Space for armor in the bones

Hi guys, Again, i come to ask for some help ! This time it's to add slots in bones to keep armors when the player's inventory is full. An idea on how to do this ? I've made this to help you to understand, i've changed the mtg mod bones: local bones_formspec = "size[8,10]" .. "list[cur...
by Sporax
Sat Apr 18, 2020 19:07
Forum: Modding Discussion
Topic: Limit the abuse of lava
Replies: 8
Views: 970

Re: Limit the abuse of lava

It work as well!!!

Thanks for your time! And Thank you so much.
by Sporax
Sat Apr 18, 2020 16:26
Forum: Modding Discussion
Topic: Limit the abuse of lava
Replies: 8
Views: 970

Re: Limit the abuse of lava

Okay right fix !

The code is running and the priv is working. Howerver there are 2 probs:
-Buckets are not empty after being placed
-The area is not respected, if i have the priv i can set a bucket everywhere and if i don't have the priv, i can't set a bucket everwhere
by Sporax
Sat Apr 18, 2020 15:49
Forum: Modding Discussion
Topic: Limit the abuse of lava
Replies: 8
Views: 970

Re: Limit the abuse of lava

That's a great explanation ! I've tried your code, i've an error when i've tested it: 2020-04-18 17:34:30: ERROR[Main]: ModError: Failed to load and run script from C:\Users\***\Documents\Minetest\minetest\bin\..\mods\nolava\init.lua: 2020-04-18 17:34:30: ERROR[Main]: ...h\Documents\Minetest\minetes...
by Sporax
Sat Apr 18, 2020 15:06
Forum: Modding Discussion
Topic: Limit the abuse of lava
Replies: 8
Views: 970

Re: Limit the abuse of lava

minetest.override_item("bucket:bucket_lava", ) Hi, I don't really understand what you are meaning... the first solution is an override (it works, it detect when a lava_bucket is placed) that's not the problem. It's to add an exception for a player with a priv. The second idea is not an ov...
by Sporax
Sat Apr 18, 2020 14:54
Forum: Modding Discussion
Topic: Limit the abuse of lava
Replies: 8
Views: 970

Limit the abuse of lava

Hello guys, i'm glad to ask for help here again :). I've a new problem, i would like to prevent the use of lava in a certain area. I've made a quite little mod for that, but... now i would like to add an exception and permit to someone with a priv to put lava into this area. Here is the problem, how...
by Sporax
Mon Mar 30, 2020 06:44
Forum: Problems
Topic: Few problems with minetest 5.1.1
Replies: 4
Views: 809

Re: Few problems with minetest 5.1.1

I'm glad to read it ! :)

Is there a date for this release (5.2.0)? -- stable i mean
if not, i will update with your tutorial.

Thanks for your time!
by Sporax
Sun Mar 29, 2020 20:21
Forum: Problems
Topic: Few problems with minetest 5.1.1
Replies: 4
Views: 809

Re: Few problems with minetest 5.1.1

Okay thanks for your answers,

I'm using
Ubuntu 18.04 Server ( 64 bits)
I've installed minetest with:

'apt install minetest'

The current version of minetest used is:
Minetest 5.1.1-ppa0-u amd64
by Sporax
Sun Mar 29, 2020 19:20
Forum: Problems
Topic: Few problems with minetest 5.1.1
Replies: 4
Views: 809

Few problems with minetest 5.1.1

Hi guys, I've my new server which is running under minetest 5.1.1, but since the beggining, there are some crash. If anyone has any idea about how to fix it or if i need to change my minetest server version... ? With doors: https://imgur.com/UtF8qF4.png And a lot with 3d_armor, in fact some time i h...
by Sporax
Mon Mar 23, 2020 09:54
Forum: Français
Topic: [SERVEUR] Minetest France
Replies: 8
Views: 4058

Re: [SERVEUR] Minetest France

Salut ! Avant tout merci pour ton poste et l'ajout des screenshots :-) Ton dernier screenshot représente le spowns dont tu auras l'accès au niveau 8 ! Il est toujours en construction mais vise à être terminé d'ici la fin de la semaine! Déjà quelques fréquentations et les premières maison/champs sont...
by Sporax
Fri Mar 20, 2020 08:25
Forum: Français
Topic: [SERVEUR] Minetest France
Replies: 8
Views: 4058

[SERVEUR] Minetest France

https://imgur.com/xY6CK62.png https://imgur.com/BGCtuZj.png Lien pour le mod d'ajout d'arbres : https://forum.minetest.net/viewtopic.php?f=9&t=23554&hilit=add_trees+sporax Lien pour le pack de textures : https://forum.minetest.net/viewtopic.php?f=4&t=20596&hilit=vilja+pix
by Sporax
Tue Mar 03, 2020 11:41
Forum: WIP Mods
Topic: [Mod] Minor Redefinitions [redef]
Replies: 22
Views: 4612

Re: [Mod] Minor Redefinitions [redef]

Nice usefull mod!
I've sent an issue about adding 3D system (like ladders) for rails!
by Sporax
Wed Jan 22, 2020 14:25
Forum: Modding Discussion
Topic: [SOLVED] Link Crafting mod and skyblock redo mod
Replies: 3
Views: 653

Re: Link Crafting mod and skyblock redo mod

Finaly, i've understand what was required by the function...

Thanks rubenwardi, it helps me a lot!

Sporax.
by Sporax
Wed Jan 22, 2020 08:41
Forum: Modding Discussion
Topic: [SOLVED] Link Crafting mod and skyblock redo mod
Replies: 3
Views: 653

Re: Link Crafting mod and skyblock redo mod

OKay it could help us. i would like to make my problem a little bit more understandable. I have chage the function that we have to change : minetest.register_on_craft( function(itemstack, player, old_craft_grid, craft_inv) track_quest(player:getpos(), itemstack:get_name(), player, "on_craft&quo...
by Sporax
Tue Jan 21, 2020 16:25
Forum: Modding Discussion
Topic: [SOLVED] Link Crafting mod and skyblock redo mod
Replies: 3
Views: 653

[SOLVED] Link Crafting mod and skyblock redo mod

Hi Guys, I need some help to link Crafting mod from Rubenwardi and Skyblock redo from rnd. That's a simple modification but i'm not enough competent to do it. I would like to use the function ("on_craft") for quests but it doesn't work cause of this crafting mod. This function detect when ...
by Sporax
Thu Nov 07, 2019 18:12
Forum: WIP Mods
Topic: [Mod]Add Trees
Replies: 7
Views: 1808

Re: [Mod]Add Trees

Thanks for replies! I'll fixed leave decay as soon as possible! If someone wants to test it and talk about this experience, you're welcome. However don't forget to read the README in order to do the right conf! (You have to change the trees default mapgen, then you can create an override: copy your ...
by Sporax
Sun Oct 27, 2019 21:35
Forum: WIP Mods
Topic: [Mod]Add Trees
Replies: 7
Views: 1808

[Mod]Add Trees

https://imgur.com/py3rrfP.png https://imgur.com/EB8V0yV.png https://imgur.com/aNb97Si.png Link to download the mod: https://framagit.org/Sporax/add-trees/tree/master Link to see this minetest texture pack: https://forum.minetest.net/viewtopic.php?f=4&t=20596&hilit=vilja+pix
by Sporax
Sun Oct 27, 2019 21:32
Forum: WIP Mods
Topic: DEL
Replies: 0
Views: 565

DEL

DEL