Hi, my username is azekill_DIABLO and i'm an exelent bug-maker(yeah...i know...i have a bad reputation)
azekill_DIABLO wrote:look at "space" mod for the moon and he asteroids! they are already here!
juli wrote:u should improve the crafts especial of technic. They don't work, especially because they need the rubber tree on mars .:)
Hi, my username is azekill_DIABLO and i'm an exelent bug-maker(yeah...i know...i have a bad reputation)
juli wrote:mods mod is removed now. And also some not used mods.
Hi, my username is azekill_DIABLO and i'm an exelent bug-maker(yeah...i know...i have a bad reputation)
azekill_DIABLO wrote:you cn say faster directly, no more needed
Hi, my username is azekill_DIABLO and i'm an exelent bug-maker(yeah...i know...i have a bad reputation)
local world_path = minetest.get_worldpath()
areas.config = {}
local function setting(tp, name, default)
local full_name = "areas."..name
local value
if tp == "boolean" then
value = minetest.setting_getbool(full_name)
elseif tp == "string" then
value = minetest.setting_get(full_name)
elseif tp == "position" then
value = minetest.setting_get_pos(full_name)
elseif tp == "number" then
value = tonumber(minetest.setting_get(full_name))
else
error("Invalid setting type!")
end
if value == nil then
value = default
end
areas.config[name] = value
end
--------------
-- Settings --
--------------
setting("string", "filename", world_path.."/areas.dat")
-- Allow players with a privilege create their own areas
-- within the maximum size and number.
setting("boolean", "self_protection", true)
setting("string", "self_protection_privilege", "interact")
setting("position", "self_protection_max_size", {x=1000, y=1000, z=1000})
setting("number", "self_protection_max_areas", 30)
-- For players with the areas_high_limit privilege.
setting("position", "self_protection_max_size_high", {x=10000, y=10000, z=10000})
setting("number", "self_protection_max_areas_high", 50)
-- legacy_table (owner_defs) compatibility. Untested and has known issues.
setting("boolean", "legacy_table", false)
[size=50]2016-11-20 14:03:41: WARNING[Main]: BanManager: creating /home/bpatlarge/.minetest/worlds/marsu/ipban.txt
2016-11-20 14:03:41: ERROR[Main]: mod "trap" has unsatisfied dependencies: "animal_vombie"
2016-11-20 14:03:41: WARNING[Main]: NodeDefManager: Ignoring CONTENT_IGNORE redefinition
2016-11-20 14:03:41: ERROR[Main]: The static_spawnpoint setting is invalid: ""
2016-11-20 14:03:41: WARNING[Main]: Field "tile_images": Deprecated; new name is "tiles".
2016-11-20 14:03:41: WARNING[Main]: Field "light_propagates": Deprecated; determined from paramtype
2016-11-20 14:03:41: ERROR[Main]: ModError: Failed to load and run script from /home/bpatlarge/.minetest/games/marsu_game/mods/irc/init.lua:
2016-11-20 14:03:41: ERROR[Main]: ...e/bpatlarge/.minetest/games/marsu_game/mods/irc/irc/init.lua:1: module 'socket' not found:
2016-11-20 14:03:41: ERROR[Main]: no field package.preload['socket']
2016-11-20 14:03:41: ERROR[Main]: no file '/home/bpatlarge/.minetest/games/marsu_game/mods/irc/socket/init.lua'
2016-11-20 14:03:41: ERROR[Main]: no file '/home/bpatlarge/.minetest/games/marsu_game/mods/irc/socket.lua'
2016-11-20 14:03:41: ERROR[Main]: no file './socket.lua'
2016-11-20 14:03:41: ERROR[Main]: no file '/usr/share/luajit-2.0.2/socket.lua'
2016-11-20 14:03:41: ERROR[Main]: no file '/usr/local/share/lua/5.1/socket.lua'
2016-11-20 14:03:41: ERROR[Main]: no file '/usr/local/share/lua/5.1/socket/init.lua'
2016-11-20 14:03:41: ERROR[Main]: no file '/usr/share/lua/5.1/socket.lua'
2016-11-20 14:03:41: ERROR[Main]: no file '/usr/share/lua/5.1/socket/init.lua'
2016-11-20 14:03:41: ERROR[Main]: no file './socket.so'
2016-11-20 14:03:41: ERROR[Main]: no file '/usr/local/lib/lua/5.1/socket.so'
2016-11-20 14:03:41: ERROR[Main]: no file '/usr/lib/x86_64-linux-gnu/lua/5.1/socket.so'
2016-11-20 14:03:41: ERROR[Main]: no file '/usr/lib/lua/5.1/socket.so'
2016-11-20 14:03:41: ERROR[Main]: no file '/usr/local/lib/lua/5.1/loadall.so'
2016-11-20 14:03:41: ERROR[Main]: stack traceback:
2016-11-20 14:03:41: ERROR[Main]: [C]: in function 'require'
2016-11-20 14:03:41: ERROR[Main]: ...e/bpatlarge/.minetest/games/marsu_game/mods/irc/irc/init.lua:1: in main chunk
2016-11-20 14:03:41: ERROR[Main]: [C]: in function 'require'
2016-11-20 14:03:41: ERROR[Main]: /home/bpatlarge/.minetest/games/marsu_game/mods/irc/init.lua:36: in main chunk
2016-11-20 14:03:41: ERROR[Main]: Check debug.txt for details.[/size]
JiCeyCraft wrote:>:(
I downloaded the game.
I unzipped it.
I copied the folder into the games folder of minest.
......
It does not appear in the Sub-games Icons List on the Main Minetest Window.
I can't play it.
Any help, people?
JiCeyCraft wrote:My BAD! My bad! LOL :D
Indeed, I unzipped the file.
Indeed, I copied it to Minetest Games Folder ........
But it was in the Minetest ARCHIVE folder. :'D (my brain, where is my brain?)
Sorry, sorry, sorry, my neurones do not work properly, these last days, LOL
Now the game is in the RIGHT minetest/games folder, I ENJOY Mars Survival. Great game!!! Myepp!
One suggestion, though : make a "Beginner Tutorial" on 'how-to-build-the-first-base' would be appreciated, thanks.
Users browsing this forum: No registered users and 5 guests