Page 7 of 11

PostPosted: Thu Apr 25, 2013 22:06
by neron
Can you upload the latest version you have?

PostPosted: Thu Apr 25, 2013 22:07
by jojoa1997
i will do it this weekend. i still have more i want to do.

PostPosted: Thu Apr 25, 2013 22:12
by jojoa1997
ok so i will not remove cotton seeds until i get a way to get wool.(sapier's mobf eventually). i am using default textures so i really just update when i see them. water should pushes only dropped items. it will be a while until i add pushing players(i really want to wait to see if minetest gets it due to lag). hunger when BlockMen or kaeza say it is ok to add. xp and enchantment(this summer?). i will do alot of behind the scene things during the summer since it allows me all day coding(i only get an hour of free time a day to do something and i want to do other stuff also :) smile)

PostPosted: Thu Apr 25, 2013 22:47
by Evergreen
jojoa1997 wrote:thanks and the wiki is a minecrafters best friend. for real i think they should add a guide (crafting) of either recipes or some oher way. so should minetest.

Very true. I will give making a birch tree mod a go.

PostPosted: Fri Apr 26, 2013 01:16
by jojoa1997
ok i am thinking about releaseing a bug version. i cant seem to fix this bug. to make sure it happens load world, place seeds on tilled ground, and then use bonemeal on them

PostPosted: Fri Apr 26, 2013 02:34
by neron
Please do!

PostPosted: Fri Apr 26, 2013 03:31
by jojoa1997
I will tomorrow. The problem code was changed so it isn't the same error built you will see where I am going. It is in default/functions.lua near the bottom

PostPosted: Fri Apr 26, 2013 10:58
by jojoa1997
UPDATE
MiniTest 1.4.2 Small Fixes

Download http://bit.ly/ZRkXdS
Change log
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
MiniTest_dev_1_4_2
=========
jojoa1997
=========
-sprinting
-wifi chest forsmpec now shows "Ender"
-wifi chest made from 8 obsidian around a block
-add flowers mod from common
-grow function in farming(broken and commented out)
-dirt is ruined when walking over it
-better tnt

========
VanessaE
========
-plantlife

========
PilzAdam
========
-farming_plus(only some parts)

======
4aiman
======
-fire

=======
Updates
=======
-doors
-bed
-wool

PostPosted: Fri Apr 26, 2013 18:13
by neron
jojoa1997 wrote:UPDATE
MiniTest 1.4.2 Small Fixes

Download http://bit.ly/ZRkXdS
Change log
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
MiniTest_dev_1_4_2
=========
jojoa1997
=========
-sprinting
-wifi chest forsmpec now shows "Ender"
-wifi chest made from 8 obsidian around a block
-add flowers mod from common
-grow function in farming(broken and commented out)
-dirt is ruined when walking over it
-better tnt

========
VanessaE
========
-plantlife

========
PilzAdam
========
-farming_plus(only some parts)

======
4aiman
======
-fire

=======
Updates
=======
-doors
-bed
-wool

Very nice! I thought you added a 3D player in the preview, though?Also, redstone torches are called mesecon torches and redstone blocks were called radstone blocks. Minor issues, but I figured I'd point them out. Also, do you plan to change the formspec on chests and furnaces?

PostPosted: Fri Apr 26, 2013 19:27
by jojoa1997
neron wrote:
jojoa1997 wrote:UPDATE
MiniTest 1.4.2 Small Fixes

Download http://bit.ly/ZRkXdS
Change log
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
MiniTest_dev_1_4_2
=========
jojoa1997
=========
-sprinting
-wifi chest forsmpec now shows "Ender"
-wifi chest made from 8 obsidian around a block
-add flowers mod from common
-grow function in farming(broken and commented out)
-dirt is ruined when walking over it
-better tnt

========
VanessaE
========
-plantlife

========
PilzAdam
========
-farming_plus(only some parts)

======
4aiman
======
-fire

=======
Updates
=======
-doors
-bed
-wool

Very nice! I thought you added a 3D player in the preview, though?Also, redstone torches are called mesecon torches and redstone blocks were called radstone blocks. Minor issues, but I figured I'd point them out. Also, do you plan to change the formspec on chests and furnaces?
what do you mean form specs for chest. I thought I did them. Also the 3d player in the preview won't work until I can either get moving entity to show up or have it show the player entity and it is easier to put the image over the player in 2d

PostPosted: Sun Apr 28, 2013 20:25
by windmere33
how do you sprint?

PostPosted: Sun Apr 28, 2013 20:42
by jojoa1997
Double tap and hold up

PostPosted: Mon Apr 29, 2013 17:17
by windmere33
is there any way to configure sprinting to go a tad bit faster?

PostPosted: Thu May 02, 2013 17:34
by neron
Is this still alive?

PostPosted: Thu May 02, 2013 18:47
by jojoa1997
Yes it is. I am kinda developing slowly due to me being sick but due to that sickness i get to stay home for2 days. i am actually working on the armor at this moment.

PostPosted: Sun May 05, 2013 16:20
by jojoa1997
Pk so we are at 1.5 .0 and I am sick so I will keep it short. I will put all I updates in this folder https://www.dropbox.com/sh/2itmnd63y0fmcaz/NIoLteThq9 and the main things are all armor, better TNT, all the form specs are updated to 9 wide but until the hot bar max is changeable in lua the 9th spot is unreachable in the hot bar. Also some stuff I need are rail textures, a way to get wield view to work(I removed due to a ,messed up texture. Oh and boots are also added. Any suggestions are appreciated and as always please post bugs.

PostPosted: Sun May 05, 2013 17:50
by Evergreen
Bug. I get this error:
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
13:49:35: ERROR[main]: ServerError: LuaError: error: ...inetest/bin/../games/minitest/mods/inventory/api.lua:64: attempt to call method 'hud_set_flags' (a nil value)
13:49:35: ERROR[main]: stack traceback:

PostPosted: Sun May 05, 2013 17:55
by PilzAdam
Evergreen wrote:Bug. I get this error:
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
13:49:35: ERROR[main]: ServerError: LuaError: error: ...inetest/bin/../games/minitest/mods/inventory/api.lua:64: attempt to call method 'hud_set_flags' (a nil value)
13:49:35: ERROR[main]: stack traceback:

You need the latest development version of the minetest engine to run this.

PostPosted: Sun May 05, 2013 18:02
by windmere33
The dropbox link is broken...?

PostPosted: Sun May 05, 2013 18:27
by PilzAdam
windmere33 wrote:The dropbox link is broken...?

Indeed. jojoa1997, fix it.

PostPosted: Sun May 05, 2013 22:02
by jojoa1997
I am very limited in what I can do right now. I will try to do it as soon as possible.
Edit: today I should be able to upload it. Though I might not be able to do it. I am going to be gone for a while but will still be working on it. If you want to catch me then I will be in irc. I will be back at the forums this summer.

PostPosted: Mon May 06, 2013 12:43
by Evergreen
Some of the things that are in minecraft can't be done in lua. An example is how the apples drop randomly from trees leaves when they decay. The dropping part can be done, but you can't stop them from spawning naturally on trees. (that is, unless you edit the cpp code which would make it an entirely different game then minetest.)

PostPosted: Mon May 06, 2013 15:03
by jojoa1997
Evergreen wrote:Some of the things that are in minecraft can't be done in lua. An example is how the apples drop randomly from trees leaves when they decay. The dropping part can be done, but you can't stop them from spawning naturally on trees. (that is, unless you edit the cpp code which would make it an entirely different game then minetest.)
nope you set the alias to the map gen as "" and it spawns nothing.

PostPosted: Mon May 06, 2013 15:39
by neron
PilzAdam wrote:
Evergreen wrote:Bug. I get this error:
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
13:49:35: ERROR[main]: ServerError: LuaError: error: ...inetest/bin/../games/minitest/mods/inventory/api.lua:64: attempt to call method 'hud_set_flags' (a nil value)
13:49:35: ERROR[main]: stack traceback:

You need the latest development version of the minetest engine to run this.

Is there an Ubuntu build of the latest version that I can run alongside the 0.4.6?

PostPosted: Tue May 07, 2013 11:15
by jojoa1997
https://dl.dropboxusercontent.com/s/dk32i781gsv5zke/MiniTest_1_5.zip?token_hash=AAHn9HN6Kfzfnd5TGcqpqqS_D3HWdMrS1qh1h1w_uUabHA&dl=1
that is the download
IMPORTANT
This link will only be good for 1-3 days. someone needs to download it and upload it somewhere else. I am sorry but i am currently trying to fix some computer problems and i might need to make a new account. Sorry for the inconvinience (i know i spelled it wrong) PLease someone upload and post the link here.

PostPosted: Tue May 07, 2013 11:31
by PilzAdam
jojoa1997 wrote:https://dl.dropboxusercontent.com/s/dk32i781gsv5zke/MiniTest_1_5.zip?token_hash=AAHn9HN6Kfzfnd5TGcqpqqS_D3HWdMrS1qh1h1w_uUabHA&dl=1
that is the download
IMPORTANT
This link will only be good for 1-3 days. someone needs to download it and upload it somewhere else. I am sorry but i am currently trying to fix some computer problems and i might need to make a new account. Sorry for the inconvinience (i know i spelled it wrong) PLease someone upload and post the link here.

Mirrored: https://dl.dropboxusercontent.com/s/7jraaef7oarw2wn/MiniTest_1_5.zip?token_hash=AAFUja6dC6ukDvlKa80XZNEYDJW_idF4DY8PSVpVQLS-MQ&dl=1

PostPosted: Tue May 07, 2013 12:51
by jojoa1997
Thank you. The link will now be broken. I can make a new account when I get home.

PostPosted: Fri May 10, 2013 19:10
by jojoa1997
Ok so with me not on minetest as much i have been able to play minecraft alot more. hopefully i can make minetest more similar

PostPosted: Fri May 10, 2013 19:12
by neron
jojoa1997 wrote:Ok so with me not on minetest as much i have been able to play minecraft alot more. hopefully i can make minetest more similar

Good! I've been looking forward to it! :D When are mobs scheduled to release?

PostPosted: Fri May 10, 2013 19:14
by jojoa1997
neron wrote:
jojoa1997 wrote:Ok so with me not on minetest as much i have been able to play minecraft alot more. hopefully i can make minetest more similar

Good! I've been looking forward to it! :D When are mobs scheduled to release?
Um i wont add an update till this summer maybe a week in because finals are coming up so i have to study. atm the most i can do is play some more minecraft to figure out how stuff works and see mods on here. also any blender models would beappreciative cause i just have still ones