[mod] Vehicles [vehicles]

User avatar
Andrey01
Member
Posts: 2574
Joined: Wed Oct 19, 2016 15:18
GitHub: Andrey2470T
In-game: Andrey01
Location: Russia, Moscow

Re: [mod] Vehicles [vehicles]

by Andrey01 » Post

DOOMed, here will an update with new cars and also trucks be anywhere? The mod has not been updated so long yet...

User avatar
Christian9
Member
Posts: 338
Joined: Fri Sep 19, 2014 20:29
In-game: Christian9
Location: Hell Creek

Re: [mod] Vehicles [vehicles]

by Christian9 » Post

From what I understand, He's been really busy and hasn't had the time to update the mod.

User avatar
Andrey01
Member
Posts: 2574
Joined: Wed Oct 19, 2016 15:18
GitHub: Andrey2470T
In-game: Andrey01
Location: Russia, Moscow

Re: [mod] Vehicles [vehicles]

by Andrey01 » Post

Christian9 wrote:From what I understand, He's been really busy and hasn't had the time to update the mod.
But he said in July he already had a time to proceed to make it. It means now he has a time, too?

User avatar
D00Med
Member
Posts: 949
Joined: Sat Feb 07, 2015 22:49
GitHub: D00Med
Location: Australia...somewhere

Re: [mod] Vehicles [vehicles]

by D00Med » Post

Yeah I'm sorry guys, I know I promised a lot, but I really don't have time or enthusiasm for this anymore. Working on mods is fun but it doesn't really do anything for my future.
The big problem with the mod is that the functions really need to be re-written because having boats, planes, and cars all use the same function makes the code less efficient. With all the features I tacked onto it, it's not very fast anymore.
Look! I have a signature :]
My subgame: viewtopic.php?f=15&t=14051#p207242

piet
Member
Posts: 40
Joined: Mon May 06, 2019 10:16
In-game: piet

Re: [mod] Vehicles [vehicles]

by piet » Post

the police sirenes are working not. I have try all please can somebuddy fix it

User avatar
IFRFSX
Member
Posts: 71
Joined: Fri Mar 09, 2018 09:50
GitHub: IceCatX
In-game: IFRFSX

Re: [mod] Vehicles [vehicles]

by IFRFSX » Post

this mod is very good.

User avatar
TEXHO-XYUHR
New member
Posts: 3
Joined: Mon Aug 31, 2020 16:00
Location: Russia

Re: [mod] Vehicles [vehicles]

by TEXHO-XYUHR » Post

I found a bug when using vehicles with advtrains. If you get in the car from the vehicles mod, get on the train (without getting out of the car) and get off the train, you will get remote control of car(s) from vehicles.

Robsoie
Member
Posts: 104
Joined: Fri Apr 29, 2016 16:22

Re: [mod] Vehicles [vehicles]

by Robsoie » Post

Hello,

I noticed (i'm using minetest 5.4.0 and i'm using the latest version of this Vehicles mod from github) that when walking on the road blocks (that are part of this mod) , there is no walking sound at all.

If i punch those road blocks there is a sound, but there's never any when i walk on them (all other blocks in my minetest worlds have a sound when walking on them)
The logs does not throw any error so i have no idea what's going on.

Any help to solve this annoyance (it's very odd to have those extremely silent roads) ?

EDIT : i found the source of the problem by comparing other mods that have new blocks.
In the init.lua of the vehicles mod, there's a mistake.
There's this function

Code: Select all

function vehicles.register_simplenode(name, desc, texture, light)
	minetest.register_node("vehicles:"..name, {
		description = desc,
		tiles = {texture},
		groups = {cracky=1},
		paramtype2 = "facedir",
		light_source = light,
		sound = default.node_sound_stone_defaults(),
	})
end--function vehicles.register_simplenode(name, desc, texture, light)
The problem is the

Code: Select all

sound = default.node_sound_stone_defaults(),
the "sound" should be "sounds" , so the correct one to have walking sounds being played is

Code: Select all

sounds = default.node_sound_stone_defaults(),

Bag0Cheese
Member
Posts: 48
Joined: Fri Mar 26, 2021 02:08
In-game: BagoCheese
Location: why do you care?
Contact:

Re: [mod] Vehicles [vehicles]

by Bag0Cheese » Post

Please, make more mechs even if they are just the Assault suit with a different model and texture, I CRAVE FOR MORE MECHS!
You know the rules and so do I, SAY GOODBYE

User avatar
TenPlus2
Member
Posts: 22
Joined: Sun May 09, 2021 20:54

Re: [mod] Vehicles [vehicles]

by TenPlus2 » Post

I think this is the best vehicles mod so I've updated it to fix the current issues it had.

Check this thread for the redo;
viewtopic.php?f=9&t=26711&p=394801#p394801

If anyone thinks there is a better vehicles pack out there please do let me know.

User avatar
apercy
Member
Posts: 639
Joined: Wed Mar 25, 2020 16:31
GitHub: APercy
In-game: APercy
Location: Pinheiral - RJ - Brazil

Re: [mod] Vehicles [vehicles]

by apercy » Post

I believe that some things could be improved, like more accurate physics, or the rotation center of the road vehicles be moved to the center of the rear wheel axis (and the rotation controlled by the speed, like I made here: https://github.com/APercy/superminekart )
And put some physics on the planes too =)

User avatar
TenPlus2
Member
Posts: 22
Joined: Sun May 09, 2021 20:54

Re: [mod] Vehicles [vehicles]

by TenPlus2 » Post

apercy wrote:
Mon May 10, 2021 00:26
I believe that some things could be improved, like more accurate physics, or the rotation center of the road vehicles be moved to the center of the rear wheel axis (and the rotation controlled by the speed, like I made here: https://github.com/APercy/superminekart )
And put some physics on the planes too =)
I saw your mods they are very good, I am a big fan. I am not too interested in much more than just patching up this mod but I agree that a whole new revamp on a vehicle mod would be brilliant. How feasible having vehicles in online games is however a matter of debate as they all seem to feel jittery.

qawsedrftgzh
Member
Posts: 32
Joined: Sat Jul 25, 2020 08:36
GitHub: qawsedrftgzh
Location: Germany

Re: [mod] Vehicles [vehicles]

by qawsedrftgzh » Post

Is there a way of disabling the missile?
My English is not so good, because I am german

User avatar
VFT
New member
Posts: 5
Joined: Wed May 12, 2021 09:26

Re: [mod] Vehicles [vehicles]

by VFT » Post

qawsedrftgzh wrote:
Wed Aug 11, 2021 14:13
Is there a way of disabling the missile?
Yes you should be using the Redo version as this version has missiles disabled and fixed many bugs.

viewtopic.php?p=394801

We have this running on my server if you wish to play with others online, Antonio built a cart track not far from spawn and IVAN has a mountain road track. Both for racing! Server is VF-TECHNIC: viewtopic.php?t=26717
Join server VF-TECHNIC for the most comprehensive and bug-free selection of Technic mods.

Shivam
New member
Posts: 3
Joined: Fri Aug 26, 2022 14:17

Re: [mod] Vehicles [vehicles]

by Shivam » Post

What is the latest version of Redo mod now.?

papai11
New member
Posts: 1
Joined: Mon Dec 12, 2022 16:57

Re: [mod] Vehicles [vehicles]

by papai11 » Post

Shivam wrote:
Thu Sep 15, 2022 13:32
What is the latest version of Redo mod now.?
the latest version is v1.1 in 2022 Dec. Thank you.

leyo01
New member
Posts: 1
Joined: Sat May 06, 2023 05:18
GitHub: Leyo01
IRC: leyo
In-game: PUBG

Re: [mod] Vehicles [vehicles]

by leyo01 » Post

Thanks for this information. I did not know that we can use modded vehicles also in our game. anonymous instagram viewer

User avatar
mmmsued
Member
Posts: 13
Joined: Mon Jan 18, 2021 13:14
GitHub: mmmsued
Location: Germany
Contact:

Re: [mod] Vehicles [vehicles]

by mmmsued » Post

Thanks for the mod. If I use the latest version from 2022-12-31 (with minetest 5.7.0 and Windows OS) and hit a placed vehicle with a left click, the game crashes with the following error message:
AsyncErr: Lua: Runtime error from mod 'vehicles' in callback luaentity_Punch(): ...\minetest-5.7.0-win64\bin\..\mods\vehicles/api.lua:742: attempt to perform arithmetic on local 'damage' (a nil value)
If I change line 742 in the api.lua file (vehicles.on_punch) from

Code: Select all

if (hp - damage) < 1 then
to

Code: Select all

if hp == 0 then
everything works without any problems...
Some educational material (german): multimediamobile.de and minetest-modding.weebly.com

Post Reply

Who is online

Users browsing this forum: SFENCE and 17 guests