Search found 22 matches

Return to advanced search

Re: Post your videos!

https://www.youtube.com/watch?v=i5mgm9JENkE Adventure to the corner of the world.
by PeterKabin
Sun Aug 14, 2016 22:27
 
Forum: Minetest General
Topic: Post your videos!
Replies: 421
Views: 174928

Re: How to use HUD API?

thanks!
by PeterKabin
Sat Jan 10, 2015 17:08
 
Forum: Modding Discussion
Topic: How to use HUD API?
Replies: 9
Views: 1880

Re: How to use HUD API?

I'm trying to make a mod, showing first white, then green text, but this mod works only sometimes: minetest.register_craftitem("testiki:tul", { description = "beret vesh", inventory_image = "testiki.png", on_use = function(itemstack, player, pointed_thing) -- Takes one ...
by PeterKabin
Sat Jan 10, 2015 16:26
 
Forum: Modding Discussion
Topic: How to use HUD API?
Replies: 9
Views: 1880

Re: "just test" server

MegurineLuka wrote:Lag,

You are so kind being an admin, but there's a lot of people/person grief-ing your Server, i suggested you to download/install mod XBAN .

-megurine

This will infringe upon freedom.
by PeterKabin
Fri Jan 02, 2015 13:10
 
Forum: Minetest Servers
Topic: "just test" server
Replies: 453
Views: 71061

Re: How to use HUD API?

Thanks.
by PeterKabin
Tue Dec 30, 2014 10:05
 
Forum: Modding Discussion
Topic: How to use HUD API?
Replies: 9
Views: 1880

Re: How to use HUD API?

I made that mod and it does not show any text. I want to make mod, which show rules of the server. tekstik="azazazaza" while player~=nil do player:hud_add({ hud_elem_type = {"text"}, position = {x=0.5,y=0.5}, size = {x=-20,y=-20}, text = tekstik, alignment = {x=0,y=0}, offset = {...
by PeterKabin
Mon Dec 29, 2014 18:30
 
Forum: Modding Discussion
Topic: How to use HUD API?
Replies: 9
Views: 1880

Re: How to use HUD API?

Did anybody understood how to do it?
by PeterKabin
Mon Dec 29, 2014 15:29
 
Forum: Modding Discussion
Topic: How to use HUD API?
Replies: 9
Views: 1880

How to use HUD API?

That doesn't work. player:hud_add({ hud_elem_type = "statbar", position = {x=0,y=1}, size = "", text = "ui_heart_bg.png", number = 20, alignment = {x=0,y=1}, offset = {x=0, y=-32}, }) health_hud[name] = player:hud_add({ hud_elem_type = "statbar", position = {x...
by PeterKabin
Sun Dec 28, 2014 21:31
 
Forum: Modding Discussion
Topic: How to use HUD API?
Replies: 9
Views: 1880

Some screenshots of spawn.

https://pp.vk.me/c620931/v620931405/171ed/jsvsJhZKLhw.jpg https://pp.vk.me/c620931/v620931405/1739d/zCWVYhojbFA.jpg https://pp.vk.me/c620931/v620931405/171f6/iFnSaXnqk5g.jpg https://pp.vk.me/c620931/v620931405/173a6/c1BL8kD_Yzw.jpg https://pp.vk.me/c620931/v620931405/171ff/sZwfQR6z5s4.jpg https://p...
by PeterKabin
Fri Dec 19, 2014 19:46
 
Forum: Minetest Servers
Topic: "just test" server
Replies: 453
Views: 71061

Image
by PeterKabin
Wed Dec 17, 2014 18:03
 
Forum: Minetest General
Topic: Post your screenshots!
Replies: 5323
Views: 1430982

Re: Android Builds (ARM, x86, MIPS)

On Nexus 7 2013
Image
Image
laggy, horrible controls, no option to put custom textures for buttons
by PeterKabin
Sat Aug 16, 2014 20:04
 
Forum: Minetest Builds
Topic: [Android] Builds for ARM, x86 and MIPS
Replies: 146
Views: 37642

Re: zzzzz TP [v0.3.1] [32px]

nice
by PeterKabin
Wed Aug 06, 2014 17:47
 
Forum: Minetest Texture Packs
Topic: zzzzz TP [v0.3.1] [32px]
Replies: 11
Views: 5702

Re: Wishes for Minetest 0.4.11 (or 0.5)

rubberduck wrote:i would like to see better textures for the default ores, they have the same shape except for the mese-ore

Use texture packs for it.
by PeterKabin
Wed Aug 06, 2014 17:10
 
Forum: Minetest Features
Topic: Wishes for Minetest 0.4.11 (or 0.5)
Replies: 326
Views: 48216

Re: Wishes for Minetest 0.4.11 (or 0.5)

Voxel cone traced lighting, depth of field, motion blur opengl and opengl_es shaders.
Crafting like in the minecraft:pocket edition.
by PeterKabin
Mon Aug 04, 2014 22:40
 
Forum: Minetest Features
Topic: Wishes for Minetest 0.4.11 (or 0.5)
Replies: 326
Views: 48216

Re: The game crashes during loading mode

rubenwardy wrote:Players connect after all mods are loaded. You can't play a sound while it is loading, instead you need to play a sound in a callback, such as minetest.register_on_joinplayer()

thanks
by PeterKabin
Mon Aug 04, 2014 17:41
 
Forum: WIP Mods
Topic: The game crashes during loading mode
Replies: 3
Views: 732

Re: Post your mod requests/ideas here

horror
by PeterKabin
Mon Aug 04, 2014 16:14
 
Forum: Modding Discussion
Topic: Post your mod requests/ideas here
Replies: 1556
Views: 391735

The game crashes during loading mode

Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
Code: Select all
minetest.sound_play("d", {to_player = "singleplayer"})
What i am doing wrong?
by PeterKabin
Mon Aug 04, 2014 16:12
 
Forum: WIP Mods
Topic: The game crashes during loading mode
Replies: 3
Views: 732

Re: [Mod] CUTE CUBIC MOBS [v0.1] [ccmobs]

They are too quiet.
by PeterKabin
Tue Jul 29, 2014 20:37
 
Forum: Old Mods
Topic: [Mod] CUTE CUBIC MOBS [v0.1] [ccmobs]
Replies: 14
Views: 9690

Re: Post your mod requests/ideas here

crafting like in the minecraft:pocket edition.
by PeterKabin
Mon Jul 28, 2014 15:17
 
Forum: Minetest General
Topic: What's Minetest still missing over Minecraft?
Replies: 836
Views: 137223

atmosphere of the high speed using particles, sound of the wind, motion blur.
by PeterKabin
Sun Jul 20, 2014 17:45
 
Forum: Modding Discussion
Topic: Post your mod requests/ideas here
Replies: 1556
Views: 391735

Return to advanced search

cron