Search found 108 matches

Return to advanced search

Re: [Server] Minetest_MarsSurvival

Does the wiki mod only work sometimes?? I could for on half day or so edit the wiki pages and then not anymore ... I don't understad it because i have the whole time the wiki_admin priv. EDIT: i know now the Problem: we need also the wiki priv for supervisors, so linus can u give me and tm3 the wiki...
by juli
Mon Mar 27, 2017 16:16
 
Forum: Minetest Servers
Topic: [Server] Minetest_MarsSurvival
Replies: 302
Views: 64090

Re: [Clientmod] Oredetection [oredetect]

@Linuxdirk look this CSM can't do any damage to a server as the devs said.
It can only get information about some nodes around you,
but for example if u need fly fast and noclip its one line (client.h 551) in
c++ and u have all of them. So CSM doesn't make it more insecure.
by juli
Wed Mar 22, 2017 22:47
 
Forum: WIP Mods
Topic: [Clientmod] Oredetection [oredetect]
Replies: 48
Views: 13904

Re: [mod] radio control [v.1][rc]

With Idea i mean, that u have said, that it is unrealistic with such protection.
And lifi would do the same as a wifi-router, only it looks not same :), but i like this new technology (called light fideling or so)
by juli
Thu Mar 16, 2017 21:38
 
Forum: WIP Mods
Topic: [mod] radio control [v.1][rc]
Replies: 12
Views: 2407

Re: [mod] radio control [v.1][rc]

Ok i could make a option to disable the protection, but i won't totaly remove it, because especially if an admin does something with it, there could be ways, that a player does things he should not do. I could also make 2 controllers 1 for admins and one for players or so. I make in the first thread...
by juli
Wed Mar 15, 2017 20:28
 
Forum: WIP Mods
Topic: [mod] radio control [v.1][rc]
Replies: 12
Views: 2407

Re: [mod] radio control [v.1][rc]

I don't know but as i said i programmed rc because for some servers it is to laggy and on my PC some thinks i programmed for it where also very slow, because i needed much digilines. And the mod is also compatible with digilines. Also its a modpack and if u don't need all nodes u an simply disable i...
by juli
Wed Mar 15, 2017 16:24
 
Forum: WIP Mods
Topic: [mod] radio control [v.1][rc]
Replies: 12
Views: 2407

Re: function return after(some time)

Thank u i think i got it :)
I'll try to implement it
by juli
Wed Mar 15, 2017 16:13
 
Forum: Modding Discussion
Topic: function return after(some time)
Replies: 9
Views: 4812

Re: [Server] Minetest_MarsSurvival

maybe i can help u findign a area?
Which things do u prefer? canyons or hills or flat landscape?
by juli
Tue Mar 14, 2017 22:58
 
Forum: Minetest Servers
Topic: [Server] Minetest_MarsSurvival
Replies: 302
Views: 64090

Re: function return after(some time)

ok u are right, I wanted something like this: (tehere is no code yet ...) 1.A luacontroller executes a function with arg pos 2. at pos is an other block, and the function should return a value, based on for example which node is under pos. here an example: luacontroller->invokes function get_data(po...
by juli
Tue Mar 14, 2017 20:59
 
Forum: Modding Discussion
Topic: function return after(some time)
Replies: 9
Views: 4812

Re: function return after(some time)

Look mesecons and digilines use after already to prevent lag, for example the function digiline_send in the mesecons-luacontroller, if u would remove it, then the controller would send in the right order his messages, but there would be more lag. If u don't then the second sended message is often th...
by juli
Tue Mar 14, 2017 18:54
 
Forum: Modding Discussion
Topic: function return after(some time)
Replies: 9
Views: 4812

Re: [mod] radio control [v.1][rc]

Yeah but the Problem is: 1.Digilines is slow and laggy if u build a circuit which is a bit more big only. Because of this some servers can't use Digilines. For example if u build a 10X10 area of digilines, the server can become nearly unplayable. Also i'll add one request function which make it poss...
by juli
Tue Mar 14, 2017 18:44
 
Forum: WIP Mods
Topic: [mod] radio control [v.1][rc]
Replies: 12
Views: 2407

Re: [Server] Minetest_MarsSurvival

Admin the server is down! :( after daily reboot it doesn't came back.
by juli
Tue Mar 14, 2017 17:26
 
Forum: Minetest Servers
Topic: [Server] Minetest_MarsSurvival
Replies: 302
Views: 64090

v.1

The mod should now work stable and it is also usable now normal
-> version 1 now :)
by juli
Tue Mar 14, 2017 16:37
 
Forum: WIP Mods
Topic: [mod] radio control [v.1][rc]
Replies: 12
Views: 2407

Re: [mod] radio control [beta][rc]

Now i added a Copier which can Copy, Scan and Print on paper (for this the memorandum mod is need) Commands are: PRINT;message;signum COPY SCAN IDLE --used if there is an error so that Printer can't print u have to setup the Printer at first( to specify the position of the controller etc. where the ...
by juli
Tue Mar 14, 2017 16:16
 
Forum: WIP Mods
Topic: [mod] radio control [v.1][rc]
Replies: 12
Views: 2407

Re: function return after(some time)

To make a function return something for my new mod (radio controll) but to put it also in a stack so that no lag arrives. Do u understand?
by juli
Tue Mar 14, 2017 14:58
 
Forum: Modding Discussion
Topic: function return after(some time)
Replies: 9
Views: 4812

function return after(some time)

Is it possible to make a function return a value after some seconds? I mean if i write something like this: local str = "some string" minetest.after(3.5, function(str) print(str) end, str) return str Then the str is first returned and then printed, but is it possible to print it first and ...
by juli
Tue Mar 14, 2017 05:25
 
Forum: Modding Discussion
Topic: function return after(some time)
Replies: 9
Views: 4812

Re: [mod] radio control [beta][rc]

Added a new tool: Smartphone: - at moment u can u get only the position of one node if u click with the SP on it - later: ability to send messages to a radio controller etc. The Image is a bit small here on forum :D : https://github.com/cpdef/minetest-rc/blob/master/rc_smartphone/textures/smartphone...
by juli
Mon Mar 13, 2017 21:49
 
Forum: WIP Mods
Topic: [mod] radio control [v.1][rc]
Replies: 12
Views: 2407

[mod] radio control [v.1][rc]

Radio Control for devices and Mesecons https://github.com/cpdef/minetest-rc/blob/master/rc/screenshots/screenshot_20170313_205843.png?raw=true This mod adds the ability to make devices, like this which the digilines-mod uses, interact over radio control. At Moment there are these new nodes: - Radio...
by juli
Mon Mar 13, 2017 20:57
 
Forum: WIP Mods
Topic: [mod] radio control [v.1][rc]
Replies: 12
Views: 2407

Re: [Server] Minetest_MarsSurvival

yes i have also not the privs ...
And now i can't chat anymore :( maybe its because of chat_c??
i can only use PMs
by juli
Mon Mar 13, 2017 06:11
 
Forum: Minetest Servers
Topic: [Server] Minetest_MarsSurvival
Replies: 302
Views: 64090

Re: [Server] Minetest_MarsSurvival

For the wiki:
I and tm3 need the wiki_admin priv else we are not able to edit the wiki pages (if not u wanna create them ;) )
by juli
Thu Mar 09, 2017 16:15
 
Forum: Minetest Servers
Topic: [Server] Minetest_MarsSurvival
Replies: 302
Views: 64090

Re: [Server] Minetest_MarsSurvival

Here is a new image for representing our server :)
because the old on the 1.post is outdated ...
Can u replace this one on the first post?
Image
by juli
Thu Mar 09, 2017 10:42
 
Forum: Minetest Servers
Topic: [Server] Minetest_MarsSurvival
Replies: 302
Views: 64090

Re: [Server] Minetest_MarsSurvival

Have u merget the painting mod? because after reboot it doesn't appear.
Maybe u haven't installed the depends?
by juli
Wed Mar 08, 2017 16:08
 
Forum: Minetest Servers
Topic: [Server] Minetest_MarsSurvival
Replies: 302
Views: 64090

Re: [Server] Minetest_MarsSurvival

I have seen one abm for frozen water, in the linus_added mod. And because i'am playing a bit with ice at moment i noticed that i can't freeze my whole lake :D, its because of the abm. Can u change it to something like this: --water will be FORZEN minetest.register_abm({ nodenames = {"default:wa...
by juli
Tue Mar 07, 2017 17:33
 
Forum: Minetest Servers
Topic: [Server] Minetest_MarsSurvival
Replies: 302
Views: 64090

Re: [Server] Minetest_MarsSurvival

I don't mean we should remove all plants :) it has been only an idea because i know one other server which had lag because of abms. And also we don't have to remove all tree-planks, we could make them craftable or going the linushsao-way and make them buyable :D But we should wait for hardware updat...
by juli
Tue Mar 07, 2017 05:25
 
Forum: Minetest Servers
Topic: [Server] Minetest_MarsSurvival
Replies: 302
Views: 64090

Re: [Server] Minetest_MarsSurvival

I have a idea why there is the lag: Maybe the mymonth mod, which destroyes all our trees? :) It uses much ABMs i think so i could slow down the server .... Also i had the idea that maybe the much plants make it more slow, but my offline test gave negative result. (I created a big area of dirt_with_g...
by juli
Mon Mar 06, 2017 20:16
 
Forum: Minetest Servers
Topic: [Server] Minetest_MarsSurvival
Replies: 302
Views: 64090

Re: [Server] Minetest_MarsSurvival

after 5 mins would be also ok i think.
by juli
Mon Mar 06, 2017 15:44
 
Forum: Minetest Servers
Topic: [Server] Minetest_MarsSurvival
Replies: 302
Views: 64090

Re: [Server] Minetest_MarsSurvival

At Spawn tm3 builds the things...
It would be nice if he have time to finish it, but i think i can't do it because tm3 has other plans than me :)
If u want you could make a cafe or bar in the martian village of me :)
by juli
Fri Mar 03, 2017 05:15
 
Forum: Minetest Servers
Topic: [Server] Minetest_MarsSurvival
Replies: 302
Views: 64090

Re: [Server] Minetest_MarsSurvival

Nice tm3 that u make this scifi craftings, now linus please merge it :) And whats about that /auto-eat command now? can players use it already? Here are some of my planned buildings (which i build later, much of them i start maybe in june ...): - a new big jail with a danger zone around (with cherno...
by juli
Thu Mar 02, 2017 20:45
 
Forum: Minetest Servers
Topic: [Server] Minetest_MarsSurvival
Replies: 302
Views: 64090

Re: [Server] Minetest_MarsSurvival

now its up again right?
@linushsao and you sayd u wanna create some recipes for scifi-nodes, can u say how long we have to wait for it? :)
by juli
Fri Feb 24, 2017 23:05
 
Forum: Minetest Servers
Topic: [Server] Minetest_MarsSurvival
Replies: 302
Views: 64090

Re: [Server] Minetest_MarsSurvival

Sorry i can't join at moment i have much stuff to do for school maybe i come Saturday one hour or so ...
can someone make a summary of the most changes last days for me?
by juli
Fri Feb 24, 2017 09:38
 
Forum: Minetest Servers
Topic: [Server] Minetest_MarsSurvival
Replies: 302
Views: 64090

Re: [Server] Minetest_MarsSurvival

lol can u make the same for the jail?
I'll go to change the Position of the jail in a few days if i have time.
Best would be one command where u can choose to set spawn or jail or new_player_spawn
by juli
Mon Feb 13, 2017 21:43
 
Forum: Minetest Servers
Topic: [Server] Minetest_MarsSurvival
Replies: 302
Views: 64090
Next

Return to advanced search

cron