[Game] MiniTest

Games that have been abandoned and no longer work properly with the latest version of Minetest.
neron
Member
Posts: 82
Joined: Sat Dec 22, 2012 20:22

by neron » Post

BTW, can you use GitHub, so your improvements are automatically updated? Or maybe sourceforge which allows similar svn commit stuff?
Last edited by neron on Thu Apr 25, 2013 20:08, edited 1 time in total.

User avatar
jojoa1997
Member
Posts: 2890
Joined: Thu Dec 13, 2012 05:11
Location: Earth

by jojoa1997 » Post

Redstone ore needs to emit light and particles when hit.
i dont know how to do particles and the emit light i dont know how to get it done.
Apples should not be visible in trees, but drop when trees are cut.
Ender Chest is called "WiFi chest" when hovered over with the mouse.
already done
Redstone wire does not emit particles.
Both redstone and normal torches are not 3D and do not emit particles.
same thing with particles and i cant make smooth angled nodeboxes so i think i will leave them the way they are.
Cart texture is not minecraft - ?
Diamond and chainmail armor do not exist.
working on it
3D player does not exist - 3D player preview in inventory window is what minecraft has
done
Coding;
1X coding
3X debugging
12X tweaking to be just right

neron
Member
Posts: 82
Joined: Sat Dec 22, 2012 20:22

by neron » Post

Would this help with particles? I must confess I don't know much about lua programming. Edit: I know nothing about lua programming. :D
http://forum.minetest.net/viewtopic.php?id=1129

User avatar
Evergreen
Member
Posts: 2135
Joined: Sun Jan 06, 2013 01:22
GitHub: 4Evergreen4
IRC: EvergreenTree
In-game: Evergreen
Location: A forest in the midwest
Contact:

by Evergreen » Post

Here is some information about trees in minecraft. The model for birch is shown here as well.
Back from the dead!

User avatar
jojoa1997
Member
Posts: 2890
Joined: Thu Dec 13, 2012 05:11
Location: Earth

by jojoa1997 » Post

neron wrote:Would this help with particles? I must confess I don't know much about lua programming. Edit: I know nothing about lua programming. :D
http://forum.minetest.net/viewtopic.php?id=1129
ok so that is old articles. look in the lua_api.txt and yopu will see them.
Evergreen wrote:Here is some information about trees in minecraft. The model for birch is shown here as well.
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.
noone wrote:To everyone
I have gotten tnt to work. also tnt is in creative :)
Coding;
1X coding
3X debugging
12X tweaking to be just right

neron
Member
Posts: 82
Joined: Sat Dec 22, 2012 20:22

by neron » Post

Can you upload the latest version you have?

User avatar
jojoa1997
Member
Posts: 2890
Joined: Thu Dec 13, 2012 05:11
Location: Earth

by jojoa1997 » Post

i will do it this weekend. i still have more i want to do.
Coding;
1X coding
3X debugging
12X tweaking to be just right

User avatar
jojoa1997
Member
Posts: 2890
Joined: Thu Dec 13, 2012 05:11
Location: Earth

by jojoa1997 » Post

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)
Coding;
1X coding
3X debugging
12X tweaking to be just right

User avatar
Evergreen
Member
Posts: 2135
Joined: Sun Jan 06, 2013 01:22
GitHub: 4Evergreen4
IRC: EvergreenTree
In-game: Evergreen
Location: A forest in the midwest
Contact:

by Evergreen » Post

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.
Back from the dead!

User avatar
jojoa1997
Member
Posts: 2890
Joined: Thu Dec 13, 2012 05:11
Location: Earth

by jojoa1997 » Post

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
Coding;
1X coding
3X debugging
12X tweaking to be just right

neron
Member
Posts: 82
Joined: Sat Dec 22, 2012 20:22

by neron » Post

Please do!

User avatar
jojoa1997
Member
Posts: 2890
Joined: Thu Dec 13, 2012 05:11
Location: Earth

by jojoa1997 » Post

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
Coding;
1X coding
3X debugging
12X tweaking to be just right

User avatar
jojoa1997
Member
Posts: 2890
Joined: Thu Dec 13, 2012 05:11
Location: Earth

by jojoa1997 » Post

UPDATE
MiniTest 1.4.2 Small Fixes

Download http://bit.ly/ZRkXdS
Change log

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
Last edited by jojoa1997 on Fri Apr 26, 2013 10:58, edited 1 time in total.
Coding;
1X coding
3X debugging
12X tweaking to be just right

neron
Member
Posts: 82
Joined: Sat Dec 22, 2012 20:22

by neron » Post

jojoa1997 wrote:UPDATE
MiniTest 1.4.2 Small Fixes

Download http://bit.ly/ZRkXdS
Change log

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?

User avatar
jojoa1997
Member
Posts: 2890
Joined: Thu Dec 13, 2012 05:11
Location: Earth

by jojoa1997 » Post

neron wrote:
jojoa1997 wrote:UPDATE
MiniTest 1.4.2 Small Fixes

Download http://bit.ly/ZRkXdS
Change log

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
Coding;
1X coding
3X debugging
12X tweaking to be just right

User avatar
windmere33
Member
Posts: 100
Joined: Thu Apr 04, 2013 19:21
Location: North Carolina, USA

by windmere33 » Post

how do you sprint?
Active Contributor To Thaumtest!

User avatar
jojoa1997
Member
Posts: 2890
Joined: Thu Dec 13, 2012 05:11
Location: Earth

by jojoa1997 » Post

Double tap and hold up
Coding;
1X coding
3X debugging
12X tweaking to be just right

User avatar
windmere33
Member
Posts: 100
Joined: Thu Apr 04, 2013 19:21
Location: North Carolina, USA

by windmere33 » Post

is there any way to configure sprinting to go a tad bit faster?
Active Contributor To Thaumtest!

neron
Member
Posts: 82
Joined: Sat Dec 22, 2012 20:22

by neron » Post

Is this still alive?

User avatar
jojoa1997
Member
Posts: 2890
Joined: Thu Dec 13, 2012 05:11
Location: Earth

by jojoa1997 » Post

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.
Coding;
1X coding
3X debugging
12X tweaking to be just right

User avatar
jojoa1997
Member
Posts: 2890
Joined: Thu Dec 13, 2012 05:11
Location: Earth

by jojoa1997 » Post

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.
Coding;
1X coding
3X debugging
12X tweaking to be just right

User avatar
Evergreen
Member
Posts: 2135
Joined: Sun Jan 06, 2013 01:22
GitHub: 4Evergreen4
IRC: EvergreenTree
In-game: Evergreen
Location: A forest in the midwest
Contact:

by Evergreen » Post

Bug. I get this error:

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:
Back from the dead!

User avatar
PilzAdam
Member
Posts: 4026
Joined: Fri Jul 20, 2012 16:19
GitHub: PilzAdam
IRC: PilzAdam
Location: Germany

by PilzAdam » Post

Evergreen wrote:Bug. I get this error:

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.

User avatar
windmere33
Member
Posts: 100
Joined: Thu Apr 04, 2013 19:21
Location: North Carolina, USA

by windmere33 » Post

The dropbox link is broken...?
Active Contributor To Thaumtest!

User avatar
PilzAdam
Member
Posts: 4026
Joined: Fri Jul 20, 2012 16:19
GitHub: PilzAdam
IRC: PilzAdam
Location: Germany

by PilzAdam » Post

windmere33 wrote:The dropbox link is broken...?
Indeed. jojoa1997, fix it.

Post Reply

Who is online

Users browsing this forum: No registered users and 2 guests