Page 1 of 2

Minecarts

PostPosted: Fri Apr 13, 2012 06:32
by jordan4ibanez
heres a buggy not-finished proof of concept for minecarts. the pushable blocks mod (Original thread here) Updated for latest dev version. they even go up the incline rail types!
Image

Someone should figure out how to make them better (stop the jittering). and how to aim a cart in the direction of travel.

Download: http://ubuntuone.com/0S3J5W0ZH1uKDNamr3W8Vl

PostPosted: Fri Apr 13, 2012 08:19
by sfan5
Good Idea!

PostPosted: Fri Apr 13, 2012 10:26
by Jordach
Tried it, works ok on my home made rollercoaster, shame about jitter.

PostPosted: Fri Apr 13, 2012 14:47
by Death Dealer
Very cool. Great job Jordan.

PostPosted: Fri Apr 13, 2012 15:07
by jordan4ibanez
Death Dealer wrote:Very cool. Great job Jordan.

don't thank me! thank sapier..i only updated this mod to work in latest :D

PostPosted: Fri Apr 13, 2012 15:10
by Death Dealer
jordan4ibanez wrote:
Death Dealer wrote:Very cool. Great job Jordan.

don't thank me! thank sapier..i only updated this mod to work in latest :D

Oh.. Well thanks to the both of you then:D I'll have my server running soon Jordan:D you'll have to check it out:D

PostPosted: Fri Apr 13, 2012 15:49
by Jordach
Wait, wait, wait, you got the RAM???

PostPosted: Fri Apr 13, 2012 17:04
by Death Dealer
Jordach wrote:Wait, wait, wait, you got the RAM???

yes:D

PostPosted: Fri Apr 13, 2012 17:10
by RabbiBob
jordan4ibanez wrote:heres a buggy not-finished proof of concept for minecarts. the pushable blocks mod

Someone should figure out how to make them better (stop the jittering). and how to aim a cart in the direction of travel.

Download: http://ubuntuone.com/0S3J5W0ZH1uKDNamr3W8Vl



This will sound odd, but can you by chance get these to follow a ladder?

PostPosted: Fri Apr 13, 2012 17:10
by Jordach
And it TOOK that long?

PostPosted: Fri Apr 13, 2012 18:54
by Death Dealer
Jordach wrote:And it TOOK that long?

No I've had the ram just no way to connect the server to the Internet.

PostPosted: Fri Apr 13, 2012 18:55
by Jordach
Oh.

PostPosted: Fri Apr 13, 2012 20:28
by lkjoel
RabbiBob wrote:
jordan4ibanez wrote:heres a buggy not-finished proof of concept for minecarts. the pushable blocks mod

Someone should figure out how to make them better (stop the jittering). and how to aim a cart in the direction of travel.

Download: http://ubuntuone.com/0S3J5W0ZH1uKDNamr3W8Vl



This will sound odd, but can you by chance get these to follow a ladder?

yes, that is possible

PostPosted: Fri Apr 13, 2012 21:10
by Troy6879
Can someone tell me how to install mods plz!!!

(I know about the extracting into the folder and everything
It's just that I can't get It in there extracting or not!)

PostPosted: Fri Apr 13, 2012 21:16
by lkjoel
what version of minetest do you have?

PostPosted: Fri Apr 13, 2012 21:23
by Troy6879
I have 2 versions.

0.4 dev(Latest) and 0.3.1(Latest stable)

PostPosted: Fri Apr 13, 2012 21:28
by lkjoel
ok, you can't mod 0.3.1.
To install a mod in 0.4, extract it, and copy the directory to /usr/local/share/minetest/games/minetest_game/mods
I'm assuming you compiled it from GIT, right?

PostPosted: Fri Apr 13, 2012 21:30
by Troy6879
Do you mean user by my username?

PostPosted: Fri Apr 13, 2012 21:33
by lkjoel
what OS are you using?

PostPosted: Fri Apr 13, 2012 21:40
by Troy6879
Although you've asked me this it's Windows 7 32 bit

PostPosted: Fri Apr 13, 2012 22:35
by lkjoel
ok, I'm clueless to helping you, as I don't have windows...

PostPosted: Sat Apr 14, 2012 00:17
by RabbiBob
lkjoel wrote:
RabbiBob wrote:This will sound odd, but can you by chance get these to follow a ladder?

yes, that is possible


It was less a question off possibility and more of a question of ability towards producing a working product. Elevators would be achieved should this be carried through.

PostPosted: Sat Apr 14, 2012 00:45
by lkjoel
RabbiBob wrote:
lkjoel wrote:
RabbiBob wrote:This will sound odd, but can you by chance get these to follow a ladder?

yes, that is possible


It was less a question off possibility and more of a question of ability towards producing a working product. Elevators would be achieved should this be carried through.

Well, what about vertical rails?

PostPosted: Sat Apr 14, 2012 01:31
by RabbiBob
lkjoel wrote:
RabbiBob wrote:
lkjoel wrote:yes, that is possible


It was less a question off possibility and more of a question of ability towards producing a working product. Elevators would be achieved should this be carried through.

Well, what about vertical rails?


Sorry, I think you're over thinking what I'm saying: I was asking j4i to basically add the ability in his code if it was possible while he was at it. He'd hit a milestone and finish out a mod request I've put out there recently.

PostPosted: Sat Apr 14, 2012 03:12
by MikoMiko
Very nice, but I think it would be better if mining the cart put it back in your inventory instead of breaking it.

PostPosted: Sat Apr 14, 2012 03:20
by lkjoel
breaking it?

PostPosted: Sat Apr 14, 2012 03:37
by MikoMiko
lkjoel wrote:breaking it?

When I tried to recover one that went off the rails, it just disappeared instead of going into my inventory or turning into a floating item.

PostPosted: Sat Apr 14, 2012 03:40
by lkjoel
that's weird... I'll see about that

PostPosted: Sat Apr 14, 2012 05:51
by Hackeridze

PostPosted: Sat Apr 14, 2012 15:49
by kddekadenz
I created a patch :)

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
Patch created by kddekadenz (14th of April,2012) - licensed as CC0

    -> changed digging groups to new ones
    -> player will get the minecart, when he rightclick it a 2nd time
    -> textures of the minecart are now textures of the moveblock node
    -> changed minecart textures
    -> changed booster & slider textures


Download