[Mod] Carts [carts]

User avatar
TenPlus1
Member
 
Posts: 1874
Joined: Mon Jul 29, 2013 13:38
GitHub: tenplus1

Re: [Mod] Carts [carts]

by TenPlus1 » Sat May 16, 2015 09:26

You mean Boost Carts mod: viewtopic.php?f=11&t=10172
 

ABJ
Member
 
Posts: 2344
Joined: Sun Jan 18, 2015 13:02
GitHub: ABJ-MV
In-game: ABJ

Re: [Mod] Carts [carts]

by ABJ » Sat May 16, 2015 12:23

Yep I asked there and here but have received no response. Sapier has already done it in his monorails mod, but I want that in carts/boost cart. That and a fix to the jumping in boost cart but that I will ask there.
 

wappo
New member
 
Posts: 5
Joined: Sun Mar 22, 2015 02:29

Re: [Mod] Carts [carts]

by wappo » Thu May 21, 2015 14:38

I want to keep moving the empty cart even when player is away doing other. For example, Empty cart do not work very long rails. (not loading map?)


sorry i am not english.
 

User avatar
Krock
Member
 
Posts: 3598
Joined: Thu Oct 03, 2013 07:48
GitHub: SmallJoker

Re: [Mod] Carts [carts]

by Krock » Fri May 22, 2015 17:01

@wappo: This is not possible without force-loading those mapblocks.
Minetest reduces its memory and CPU usage by unloading unused mapblocks/chunks and the carts unload a bit later.
Newest Win32 builds - Find a mod - All my mods
ALL YOUR DONATION ARE BELONG TO PARAMAT (Please support him and Minetest)
New DuckDuckGo !bang: !mtmod <keyword here>
 

User avatar
Samson1
Member
 
Posts: 92
Joined: Wed Apr 01, 2015 19:41
IRC: Samson1
In-game: Samson1

Re: [Mod] Carts [carts]

by Samson1 » Fri Aug 21, 2015 15:05

This is a really good mod, some things need fixing first like 1: You can not pickaxe a minecrart 2: the rails don't do anything as in the powered rails don't have power and nor do the brake rails stop the cart.

Try and copy the monorail modxD
MT name: Samson1

MC name: MoJo4000
 

JasonGrace246
New member
 
Posts: 2
Joined: Tue Aug 25, 2015 05:04
GitHub: jasongrace246
In-game: JasonGrace246

Re: [Mod] Carts [carts]

by JasonGrace246 » Tue Aug 25, 2015 05:31

This is not working for me, please help.
First it gave the characters not allowed error, so I changed the folder's name to "carts".
But now it gives me this error-

error.JPG
This Is The Error Thrown By Minetest 0.4.13
error.JPG (58 KiB) Viewed 9041 times

Brief Description Of Error-
The init.lua file in the mod throws an error saying- "Attempt to concatenate a nil value"
then its says "in main chunk" "check debug.txt for details"

PLEASE HELP
How To Get This Mod Working?
 

User avatar
kaadmy
Member
 
Posts: 627
Joined: Thu Aug 27, 2015 23:07
GitHub: kaadmy
IRC: KaadmY
In-game: KaadmY kaadmy NeD

Re: [Mod] Carts [carts]

by kaadmy » Sun Sep 06, 2015 16:03

That's a problem with the mobs mod, try disabling them, they might not work with MT 0.4.13.
Never paint white stripes on roads near Zebra crossings.
 

User avatar
tomlukeywood
Member
 
Posts: 85
Joined: Sat Oct 10, 2015 13:13
IRC: tomlukeywood
In-game: tomlukeywood

Re: [Mod] Carts [carts]

by tomlukeywood » Sat Oct 10, 2015 13:17

kaadmy wrote:That's a problem with the mobs mod, try disabling them, they might not work with MT 0.4.13.


i have the same problem and no mobs mod enabled :(
 

User avatar
Krock
Member
 
Posts: 3598
Joined: Thu Oct 03, 2013 07:48
GitHub: SmallJoker

Re: [Mod] Carts [carts]

by Krock » Sat Oct 10, 2015 13:25

tomlukeywood wrote:i have the same problem and no mobs mod enabled :(

Is it really the same? What's the error output of Minetest?
Newest Win32 builds - Find a mod - All my mods
ALL YOUR DONATION ARE BELONG TO PARAMAT (Please support him and Minetest)
New DuckDuckGo !bang: !mtmod <keyword here>
 

User avatar
TenPlus1
Member
 
Posts: 1874
Joined: Mon Jul 29, 2013 13:38
GitHub: tenplus1

Re: [Mod] Carts [carts]

by TenPlus1 » Sat Oct 10, 2015 13:35

This mod hasn't been maintained for 3 years, why not check out boost_cart mod which adds the same cart but with new features:

viewtopic.php?t=10172
 

User avatar
tomlukeywood
Member
 
Posts: 85
Joined: Sat Oct 10, 2015 13:13
IRC: tomlukeywood
In-game: tomlukeywood

Re: [Mod] Carts [carts]

by tomlukeywood » Sat Oct 17, 2015 15:10

Krock wrote:
tomlukeywood wrote:i have the same problem and no mobs mod enabled :(

Is it really the same? What's the error output of Minetest?

literally exact same as yours

init.lua 2: attempt to concatenate a nil value
 

User avatar
Krock
Member
 
Posts: 3598
Joined: Thu Oct 03, 2013 07:48
GitHub: SmallJoker

Re: [Mod] Carts [carts]

by Krock » Sun Oct 18, 2015 07:50

tomlukeywood wrote:init.lua 2: attempt to concatenate a nil value

Did you rename the "carts-*" directory to "carts" yet, as described in Naming conventions – read this if “mod doesn't work”?
If it still does not work, update your "builtin" directory that's contained in your Minetest root directory.

For future downloads from a Git page, you may want to use "git-clone". This way you can fetch the new commits instead of re-downloading the complete package.
Newest Win32 builds - Find a mod - All my mods
ALL YOUR DONATION ARE BELONG TO PARAMAT (Please support him and Minetest)
New DuckDuckGo !bang: !mtmod <keyword here>
 

User avatar
tomlukeywood
Member
 
Posts: 85
Joined: Sat Oct 10, 2015 13:13
IRC: tomlukeywood
In-game: tomlukeywood

Re: [Mod] Carts [carts]

by tomlukeywood » Sun Oct 18, 2015 10:11

It works now thanks i just renamed the mod folder to what was in this line in init.lua:
boost_cart.modpath = minetest.get_modpath("carts")
 

User avatar
BrunoMine
Member
 
Posts: 902
Joined: Thu Apr 25, 2013 17:29
GitHub: BrunoMine

failure for servers

by BrunoMine » Thu Dec 10, 2015 13:03

I noticed that the players assemble concentrates track circuits and put several cars. These carts are walking for ever. This can not be avoided? It seems to be a major failure for servers.
 

User avatar
benrob0329
Member
 
Posts: 1192
Joined: Thu Aug 06, 2015 22:39
GitHub: Benrob0329
In-game: benrob03

Re: [Mod] Carts [carts]

by benrob0329 » Thu Dec 10, 2015 15:10

I don't think that could be avoided in any mod.

By the way, thus mod isn't being developed anymore, but boost_carts is.
 

User avatar
TenPlus1
Member
 
Posts: 1874
Joined: Mon Jul 29, 2013 13:38
GitHub: tenplus1

Re: [Mod] Carts [carts]

by TenPlus1 » Thu Dec 10, 2015 16:17

If it helps any I have a version of boost_cart mod on my github page that works well and if a player isn't inside of a cart it will despawn and drop as an item in 10 seconds:

https://github.com/tenplus1/boost_cart
 

User avatar
BrunoMine
Member
 
Posts: 902
Joined: Thu Apr 25, 2013 17:29
GitHub: BrunoMine

Re: [Mod] Carts [carts]

by BrunoMine » Thu Dec 10, 2015 18:21

Thanks. boost_carts is good!
I will use on Minemacro Brasil.
 

Miss Gummy Gamer
New member
 
Posts: 3
Joined: Thu Jan 01, 2015 18:48
GitHub: Miss Gummy Gamer
IRC: Miss Gummy
In-game: MissGummyGamer

Re: [Mod] Carts [carts]

by Miss Gummy Gamer » Sat Dec 12, 2015 18:33

For some reason, this mod isn't working for me. This is what it says: "ERROR: Failed to enable mod "PilzAdam-Carts-10c4557" as it contains disallowed characters. Only characters [a-z0-9_] are allowed."

So what am I supposed to rename it to? Last time I renamed a mod, everything went horrible and I had to redownload the mod.
 

User avatar
TenPlus1
Member
 
Posts: 1874
Joined: Mon Jul 29, 2013 13:38
GitHub: tenplus1

Re: [Mod] Carts [carts]

by TenPlus1 » Sat Dec 12, 2015 18:35

Rename to simply: carts then re-enable in mod list.
Last edited by TenPlus1 on Sat Dec 12, 2015 21:00, edited 1 time in total.
 

Dragonop
Member
 
Posts: 1178
Joined: Tue Oct 23, 2012 12:59
GitHub: Dragonop
IRC: Dragonop
In-game: Dragonop

Re: [Mod] Carts [carts]

by Dragonop » Sat Dec 12, 2015 18:37

The mod has to be ranamed to "carts" as it says on the topic name [carts]. This applies to all other mods as well.
viewtopic.php?f=11&t=10029
 

User avatar
Mainpage
Member
 
Posts: 61
Joined: Fri Nov 13, 2015 01:12
GitHub: mainfolio
IRC: mainpage
In-game: mainpage

Re: [Mod] Carts [carts]

by Mainpage » Mon Dec 14, 2015 18:07

I'm just going to quickly point out that it is impossible to get carts back into my inventory in the android version.
I eat baby seals
 

User avatar
benrob0329
Member
 
Posts: 1192
Joined: Thu Aug 06, 2015 22:39
GitHub: Benrob0329
In-game: benrob03

Re: [Mod] Carts [carts]

by benrob0329 » Mon Dec 14, 2015 21:29

Its not impossible, just hold down the down arrow (as in down a ladder) and punch. I've managed to do a shift jump on Android as well.

Can we please have something in the OP saying that this mod is old, not updated and that everyone should go use boost_carts as it does the same things but with a few added features and runs lighter?
 

amadin
Member
 
Posts: 471
Joined: Tue Jun 16, 2015 16:23
GitHub: Amadin

Add message about using sneak+dig

by amadin » Sun Dec 20, 2015 15:42

Add message (like in default minetest sign) for player about using sneak+dig to get cart to inventory then he in cart.
 

User avatar
benrob0329
Member
 
Posts: 1192
Joined: Thu Aug 06, 2015 22:39
GitHub: Benrob0329
In-game: benrob03

Re: [Mod] Carts [carts]

by benrob0329 » Sun Dec 20, 2015 16:05

This mod is no longer being developed, I think you'd have more luck suggesting it on the boot_carts mod page.
 

wolf_ram
Member
 
Posts: 11
Joined: Thu Jan 14, 2016 20:26

Re: [Mod] Carts [carts]

by wolf_ram » Tue Feb 16, 2016 14:56

Is it possible to destroy cart?
 

amadin
Member
 
Posts: 471
Joined: Tue Jun 16, 2015 16:23
GitHub: Amadin

Re: [Mod] Carts [carts]

by amadin » Tue Feb 16, 2016 16:22

wolf_ram wrote:Is it possible to destroy cart?

sneak and click buttons
 

wolf_ram
Member
 
Posts: 11
Joined: Thu Jan 14, 2016 20:26

Re: [Mod] Carts [carts]

by wolf_ram » Tue Feb 16, 2016 18:24

I'm sorry, but I don't get it. Could you explain it, please?

EDIT

I got it now. SHIFT + left click does the job
 

User avatar
benrob0329
Member
 
Posts: 1192
Joined: Thu Aug 06, 2015 22:39
GitHub: Benrob0329
In-game: benrob03

Re: [Mod] Carts [carts]

by benrob0329 » Thu Mar 03, 2016 15:17

Can we please move this to old mods and off the front page? It doesn't appear to be developed anymore, and there are two good remakes (boost_carts and railnet) which work much better than the original.
 

Previous

Return to Mod Releases

Who is online

Users browsing this forum: No registered users and 16 guests

cron