Search found 11 matches

Return to advanced search

Re: [Mod] Deploy Nodes [deploy_nodes] nodes that turn into b

hello! I am starting to play with this mod, is awesome, I would like to add buildings, but I don't know what are and how to create those .we files mentioned in the doc. may someone please direct me to some documentation about that?
thanks!
by cesarpachon
Wed Nov 23, 2016 14:47
 
Forum: Mod Releases
Topic: [Mod] Deploy Nodes [deploy_nodes] nodes that turn into big structures
Replies: 57
Views: 22731

Re: how to store meta_data in a player?

thks, looks like the right approach is to use text files. I already had tried that but with a fixed filename, and then I thought it was bad because the file is unique for all players. the solutions I see in your posts uses files, but with the player name as name of the file. clever.
by cesarpachon
Fri May 13, 2016 21:13
 
Forum: Modding Discussion
Topic: how to store meta_data in a player?
Replies: 2
Views: 1169

how to store meta_data in a player?

I want to store some status (coin counter) per player. my first attempt was player:getpos followed by minetest.get_meta, but that seems to be stored the info at the current player position, not in the player itself.

is possible to store meta data in a player? if not, what is the suggested approach?
by cesarpachon
Fri May 13, 2016 20:47
 
Forum: Modding Discussion
Topic: how to store meta_data in a player?
Replies: 2
Views: 1169

Re: [Game]/[World] Tutorial [1.8.2]/[2.1.0]

hi! having lot of fun learning how you implemented this nice mod! now I am trying to modify the castle, but I can't figure out how to remove the protection of the nodes. I already changed in all the mods the immortal group from 1 to nil, but it seems not having effect neither with existing nor new b...
by cesarpachon
Thu Apr 28, 2016 14:54
 
Forum: Subgame Releases
Topic: [Game]/[World] Tutorial [1.8.2]/[2.2.0]
Replies: 195
Views: 115484

Re: [Mod] Peaceful NPC [1.8.5.2] [peaceful_npc]

hi! really nice mod! I would like to try to make NPC's to manage state, you know, talk to the user when clicked instead of the default behaviour of receiving damage. Wonder if there are some guidelines around that, perhaps a forked version of this mod?
by cesarpachon
Fri Apr 22, 2016 14:37
 
Forum: Mod Releases
Topic: [Mod] Peaceful NPC [1.8.5.2] [peaceful_npc]
Replies: 234
Views: 93002

how to integrate minetest window within another native app?

hello, I wonder if is possible instead of running minetest as a standalone window, to run it within a larger app (in order to provide a complementary UI, maybe a webview, for educational purpouses) I had been thinking about something like nw.js or electron. thanks for any feedback on this. PD: anoth...
by cesarpachon
Tue Apr 19, 2016 22:16
 
Forum: Minetest Engine
Topic: how to integrate minetest window within another native app?
Replies: 1
Views: 1033

communication with external server from lua

hello I wonder if it is possible to write a mod that interacts with external servers via HTTP (like Restful API's)
by cesarpachon
Tue Apr 19, 2016 22:13
 
Forum: Modding Discussion
Topic: communication with external server from lua
Replies: 1
Views: 786

external authentication from BD?

I wonder if it is possible to configure a minetest server to perform authentication using some external system, like a BD or a REST endpoint instead of the auth file?
by cesarpachon
Sun Dec 28, 2014 00:17
 
Forum: Minetest General
Topic: external authentication from BD?
Replies: 1
Views: 560

how to restore a corrupted world?

hello, I discovered minetest a few weeks ago, showed it to my 7 years old son and he quicky got involved in the game. we are ubuntu users. he had been working in a local world for days, we added mesecons, rails and slimes mods, but today he entered the program and lot of places in his word just diss...
by cesarpachon
Sat Dec 13, 2014 02:04
 
Forum: Minetest-Related
Topic: how to restore a corrupted world?
Replies: 3
Views: 1849

Re: Guide to create fast minetest server on Linux

@lag01: thank you for the detailed description! I am new to minetest and had been playing for a couple of days with a amazon ec2 instance and this info is really useful!
by cesarpachon
Sat Nov 22, 2014 04:13
 
Forum: Minetest Servers
Topic: Guide to create fast minetest server on Linux
Replies: 17
Views: 7941

Re: Need help with a server

hello, I successfully ran a minetest server in a ubuntu Amazon ec2 micro instance, by downloading the source code with git, and the default game content. I build the game using the flag for running on place. the docs says that a conf file will be created the first time I run the game, but it is not ...
by cesarpachon
Sat Nov 22, 2014 04:08
 
Forum: Minetest Servers
Topic: Need help with a server
Replies: 4
Views: 1912

Return to advanced search

cron