Search found 22 matches

by PeterKabin
Sun Aug 14, 2016 22:27
Forum: General Discussion
Topic: Post your videos!
Replies: 1127
Views: 251885

Re: Post your videos!

https://www.youtube.com/watch?v=i5mgm9JENkE Adventure to the corner of the world.
by PeterKabin
Sat Jan 10, 2015 17:08
Forum: Modding Discussion
Topic: How to use HUD API?
Replies: 9
Views: 2303

Re: How to use HUD API?

thanks!
by PeterKabin
Sat Jan 10, 2015 16:26
Forum: Modding Discussion
Topic: How to use HUD API?
Replies: 9
Views: 2303

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
Fri Jan 02, 2015 13:10
Forum: Servers
Topic: [Server] just test
Replies: 1060
Views: 166228

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
Tue Dec 30, 2014 10:05
Forum: Modding Discussion
Topic: How to use HUD API?
Replies: 9
Views: 2303

Re: How to use HUD API?

Thanks.
by PeterKabin
Mon Dec 29, 2014 18:30
Forum: Modding Discussion
Topic: How to use HUD API?
Replies: 9
Views: 2303

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 15:29
Forum: Modding Discussion
Topic: How to use HUD API?
Replies: 9
Views: 2303

Re: How to use HUD API?

Did anybody understood how to do it?
by PeterKabin
Sun Dec 28, 2014 21:31
Forum: Modding Discussion
Topic: How to use HUD API?
Replies: 9
Views: 2303

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
Fri Dec 19, 2014 19:46
Forum: Servers
Topic: [Server] just test
Replies: 1060
Views: 166228

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
Wed Dec 17, 2014 18:03
Forum: General Discussion
Topic: Post your screenshots!
Replies: 11111
Views: 2062020

Image
by PeterKabin
Sat Aug 16, 2014 20:04
Forum: Engine Builds
Topic: [Android] Builds for ARM, x86 and MIPS
Replies: 148
Views: 65049

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
Wed Aug 06, 2014 17:47
Forum: Texture Packs
Topic: zzzzz TP [v0.3.1] [32px]
Replies: 11
Views: 5013

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

nice
by PeterKabin
Wed Aug 06, 2014 17:10
Forum: Feature Discussion
Topic: Wishes for Minetest 0.4.11 (or 0.5)
Replies: 342
Views: 67534

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
Mon Aug 04, 2014 22:40
Forum: Feature Discussion
Topic: Wishes for Minetest 0.4.11 (or 0.5)
Replies: 342
Views: 67534

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 17:41
Forum: WIP Mods
Topic: The game crashes during loading mode
Replies: 3
Views: 840

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 16:14
Forum: Modding Discussion
Topic: Post your mod requests/ideas here
Replies: 2324
Views: 442781

Re: Post your mod requests/ideas here

horror
by PeterKabin
Mon Aug 04, 2014 16:12
Forum: WIP Mods
Topic: The game crashes during loading mode
Replies: 3
Views: 840

The game crashes during loading mode

Code: Select all

minetest.sound_play("d", {to_player = "singleplayer"})
What i am doing wrong?
by PeterKabin
Tue Jul 29, 2014 20:37
Forum: Old Mods
Topic: [Mod] CUTE CUBIC MOBS [v0.1] [ccmobs]
Replies: 14
Views: 8996

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

They are too quiet.
by PeterKabin
Mon Jul 28, 2014 15:17
Forum: Feature Discussion
Topic: What's Minetest still missing over Minecraft?
Replies: 1099
Views: 224003

Re: Post your mod requests/ideas here

crafting like in the minecraft:pocket edition.
by PeterKabin
Sun Jul 20, 2014 17:45
Forum: Modding Discussion
Topic: Post your mod requests/ideas here
Replies: 2324
Views: 442781

atmosphere of the high speed using particles, sound of the wind, motion blur.