Page 1 of 1

car mod

PostPosted: Wed Nov 19, 2014 01:04
by chrisjose1913
Hello i am currently working on a fork from the 0.2.2 car mod made by Esteban, I would like some models and basic skins to work with as i have noticed the lack in models, has anyone got any car models or could build a new one ?

Re: car mod

PostPosted: Wed Nov 19, 2014 04:07
by Nathan.S
I can probably throw a Blender model together tomorrow at some point. Any type of car in specific?

Re: car mod

PostPosted: Wed Nov 19, 2014 12:25
by Esteban
Did you update the code for the mod? Here's Paramat quote about it:

paramat in Esteban's car mod wrote:
hunterdelyx1 wrote:Great mod! But it doesn't work good in multiplayer.

1.http://itmages.ru/image/view/1818037/d064dfc4
Player model faces the wrong direction.

2. if i punch car with player, it will drop and player will become invisible.

These were recently fixed in 'boats' mod, which is now in default minetest game. Dan's car mod is very similar to boats mod https://github.com/minetest/minetest_game/blob/master/mods/boats/init.lua see 'on rightclick' and 'on punch' functions and update your code, i recently had to do this for my own car mod.

EDIT
See this for bug 2 https://github.com/minetest/minetest_game/issues/276#comments


I'm looking forward to see how the police car looks like! :D

Re: car mod

PostPosted: Wed Nov 19, 2014 14:02
by chrisjose1913
Esteban wrote:Did you update the code for the mod? Here's Paramat quote about it:

paramat in Esteban's car mod wrote:
hunterdelyx1 wrote:Great mod! But it doesn't work good in multiplayer.

1.http://itmages.ru/image/view/1818037/d064dfc4
Player model faces the wrong direction.

2. if i punch car with player, it will drop and player will become invisible.

These were recently fixed in 'boats' mod, which is now in default minetest game. Dan's car mod is very similar to boats mod https://github.com/minetest/minetest_game/blob/master/mods/boats/init.lua see 'on rightclick' and 'on punch' functions and update your code, i recently had to do this for my own car mod.

EDIT
See this for bug 2 https://github.com/minetest/minetest_game/issues/276#comments


I'm looking forward to see how the police car looks like! :D


You can see the police car on my server, it's very basic but enables role play :)

Nathan.S any model with a roof ideally a van would be good :)

Re: car mod

PostPosted: Thu Nov 20, 2014 00:25
by Nathan.S
This is really basic and low poly, not 100% sure if you were looking for more detail or textures on it.

https://dl.dropboxusercontent.com/u/29046539/Van.blend

Re: car mod

PostPosted: Thu Nov 20, 2014 02:42
by chrisjose1913
Nathan.S wrote:This is really basic and low poly, not 100% sure if you were looking for more detail or textures on it.

https://dl.dropboxusercontent.com/u/29046539/Van.blend

Perfect do you have a unwrapped skin ready for me to texture ? this will make a great ambulance if lights are added :)

Re: car mod

PostPosted: Thu Nov 20, 2014 03:12
by Nathan.S
I can unwrap the model in a few minutes, and then I'll update the .blend model and include a png file for the texture. I can add a light bar on the top, if you don't want it you can just delete that part of the mesh.

Re: car mod

PostPosted: Thu Nov 20, 2014 03:43
by Nathan.S
Updated the model, the same link.
UV layout and sample layout, explaining what parts go where.
https://dl.dropboxusercontent.com/u/29046539/UV.png
https://dl.dropboxusercontent.com/u/29046539/UVExample.png

Re: car mod

PostPosted: Thu Nov 20, 2014 18:48
by chrisjose1913
Nathan.S wrote:Updated the model, the same link.
UV layout and sample layout, explaining what parts go where.
https://dl.dropboxusercontent.com/u/29046539/UV.png
https://dl.dropboxusercontent.com/u/29046539/UVExample.png

outstanding I will get onto the texturing.