dodongo, bugfixes, menu backgrounds

master
D00Med 2017-01-28 15:41:35 +10:00
parent 9dd45ac710
commit b2e9f6a2e2
25 changed files with 37 additions and 33 deletions

BIN
menu/background.1.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 651 KiB

BIN
menu/background.2.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 561 KiB

BIN
menu/background.3.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 698 KiB

BIN
menu/background.4.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 784 KiB

BIN
menu/background.5.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 863 KiB

BIN
menu/background.7.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 624 KiB

BIN
menu/background.8.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 502 KiB

BIN
menu/background.9.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 336 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 684 KiB

After

Width:  |  Height:  |  Size: 684 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 779 B

After

Width:  |  Height:  |  Size: 595 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 574 B

After

Width:  |  Height:  |  Size: 647 B

View File

@ -19,7 +19,7 @@ minetest.register_node("doomshrooms:mini2",{
description = "mini glowing mushroom",
drawtype = "plantlike",
sunlight_propagates = true,
light_source = 20,
light_source = 14,
alpha = 100, tiles = {"doomshrooms_mini2.png"},
inventory_image = "doomshrooms_mini2.png",
wield_image = "doomshrooms_mini2.png",
@ -71,24 +71,24 @@ minetest.register_node("doomshrooms:tall",{
minetest.register_node("doomshrooms:stalk2", {
description = "glowing mushroom stalk",
tile_images = {"doomshrooms_stalk_base2.png","doomshrooms_stalk_base2.png","doomshrooms_stalk2.png","doomshrooms_stalk2.png"},
tiles = {"doomshrooms_stalk_base2.png","doomshrooms_stalk_base2.png","doomshrooms_stalk2.png","doomshrooms_stalk2.png"},
groups = {choppy=1},
sunlight_propagates = true,
light_source = 20,
light_source = 14,
})
minetest.register_node("doomshrooms:cap", {
description = "mushroom cap",
tile_images = {"doomshrooms_cap_top.png","doomshrooms_cap_bottom.png","doomshrooms_cap_top.png","doomshrooms_cap_top.png"},
tiles = {"doomshrooms_cap_top.png","doomshrooms_cap_bottom.png","doomshrooms_cap_top.png","doomshrooms_cap_top.png"},
groups = {choppy=1},
})
minetest.register_node("doomshrooms:cap2", {
description = "glowing mushroom cap",
tile_images = {"doomshrooms_cap_top2.png","doomshrooms_cap_bottom2.png","doomshrooms_cap_top2.png","doomshrooms_cap_top2.png"},
tiles = {"doomshrooms_cap_top2.png","doomshrooms_cap_bottom2.png","doomshrooms_cap_top2.png","doomshrooms_cap_top2.png"},
groups = {choppy=1},
sunlight_propagates = true,
light_source = 20,
light_source = 14,
})
minetest.register_node("doomshrooms:tall2",{

View File

@ -1,3 +1,7 @@
local experience = nil
local expe = nil
local xp = nil
--License dwtfywt jordan4ibanez
level1 = 50
@ -52,7 +56,7 @@ minetest.register_on_dieplayer(function(player)
file:write("0")
file:close()
end)
local xp_hud = nil
--hudbar by D00Med
minetest.register_on_joinplayer(function(player)
xp = io.open(minetest.get_worldpath().."/"..player:get_player_name().."_experience", "r")

View File

@ -75,7 +75,7 @@ minetest.register_node("farming:jackolantern_on", {
"farming_pumpkin_side.png",
"farming_pumpkin_face_on.png"
},
light_source = 20,
light_source = 14,
paramtype2 = "facedir",
groups = {choppy = 1, oddly_breakable_by_hand = 1, flammable = 2},
sounds = default.node_sound_wood_defaults(),

View File

@ -1316,7 +1316,7 @@ minetest.register_node("hyrule_mapgen:healwater_src", {
},
},
alpha = 160,
light_source = 15,
light_source = 14,
paramtype = "light",
walkable = false,
pointable = false,
@ -2129,7 +2129,7 @@ minetest.register_node("hyrule_mapgen:dungeon_torch", {
inventory_image = "hyrule_mapgen_torch_inv.png",
wield_image = "hyrule_mapgen_torch_inv.png",
paramtype = "light",
light_source = 20,
light_source = 14,
use_texture_alpha = true,
groups = {choppy=1},
selection_box = {
@ -2467,7 +2467,7 @@ minetest.register_node("hyrule_mapgen:glowstone", {
use_texture_alpha = true,
groups = {snappy=3, oddly_breakable_by_hand = 1},
paramtype = "light",
light_source = 30,
light_source = 14,
sounds = default.node_sound_glass_defaults(),
})

View File

@ -934,7 +934,7 @@ minetest.register_node("hyruletools:fire", {
drawtype = "plantlike",
sunlight_propagates = true,
paramtype = "light",
light_source = 50,
light_source = 14,
walkable = false,
damage_per_second = 2,
tiles = {{

View File

@ -216,7 +216,7 @@ minetest.register_on_shutdown(function()
minetest.log("action", "[mana] Server shuts down. Rescuing data into mana.mt")
mana.save_to_file()
end)
local mana_hud = nil
minetest.register_on_joinplayer(function(player)
local playername = player:get_player_name()

View File

@ -1,9 +1,6 @@
--baby dodongo by D00Med
-- edit of Stone Monster by PilzAdam
local l_skins = {
{"dodongo.png"},
}
mobs:register_mob("mobs_loz:bdodongo", {
type = "monster",
@ -14,22 +11,24 @@ mobs:register_mob("mobs_loz:bdodongo", {
hp_min = 12,
hp_max = 25,
armor = 80,
collisionbox = {-0.2, -0.2, -0.2, 0.2, 0.4, 0.4},
collisionbox = {-0.2, 0, -0.2, 0.2, 0.4, 0.4},
visual = "mesh",
mesh = "babydodongo.b3d",
textures = l_skins,
makes_footstep_sound = true,
mesh = "bdodongo.b3d",
textures = {
{"mobs_bdodongo.png"},
},
makes_footstep_sound = false,
sounds = {
random = "mobs_stonemonster",
},
walk_velocity = 0.5,
run_velocity = 1,
jump = false,
jump = 0,
floats = 0,
view_range = 5,
drops = {
{name = "hyruletools:blue_rupee",
chance = 2, min = 3, max = 5},
chance = 3, min = 3, max = 5},
{name = "default:iron_lump",
chance=5, min=1, max=2},
{name = "default:coal_lump",
@ -37,7 +36,7 @@ mobs:register_mob("mobs_loz:bdodongo", {
},
on_die = function(self)
local pos = self.object:getpos()
if math.random(1,2) == 2 then
if math.random(1,4) == 2 then
minetest.env:add_entity(pos, "hyruletools:heart_entity")
end
minetest.env:add_entity(pos, "experience:orb")
@ -48,14 +47,14 @@ mobs:register_mob("mobs_loz:bdodongo", {
animation = {
speed_normal = 10,
speed_run = 15,
stand_start = 0,
stand_end = 0,
walk_start = 0,
walk_end = 30,
run_start = 0,
run_end = 30,
punch_start = 0,
punch_end = 30,
stand_start = 3,
stand_end = 3,
walk_start = 3,
walk_end = 21,
run_start = 3,
run_end = 21,
punch_start = 3,
punch_end = 21,
},
on_die = function(self, pos)
minetest.set_node(pos, {name = "fire:basic_flame"})

Binary file not shown.

Binary file not shown.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 160 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 902 B

View File

@ -579,7 +579,7 @@ minetest.register_node("moreplants:glowfung", {
is_ground_content = false,
buildable_to = true,
sunlight_propagates = true,
light_source = 19,
light_source = 14,
legacy_wallmounted = true,
selection_box = {
type = "wallmounted",

View File

@ -10,7 +10,7 @@ distributed without any warranty.
--Configuration variables, these are all explained in README.md
SPRINT_METHOD = 1
SPRINT_SPEED = 1.9
SPRINT_JUMP = 1.5
SPRINT_JUMP = 1.3
SPRINT_STAMINA = 5
SPRINT_TIMEOUT = 0.05 --Only used if SPRINT_METHOD = 0

View File

@ -148,6 +148,7 @@ local models = default.registered_player_models
model = false
--]]
local hud_changed = false
local glow = nil
minetest.register_globalstep(function(dtime)
if twilight_mode == true then