[Mod] ds_sailboat [ds_sailboat]

Post Reply
User avatar
deasanta
Member
Posts: 20
Joined: Tue May 28, 2013 03:15
GitHub: deasanta
IRC: deasanta
In-game: deasanta
Location: New Zealand
Contact:

[Mod] ds_sailboat [ds_sailboat]

by deasanta » Post

[TestMod] ds_sailboat [140928] [ds_sailboat]

Mod to add a Sail Boat to MineTest

Picture - https://sites.google.com/site/dsminetes ... s_sailboat

Image

GitHub: https://github.com/deasanta/minetest-deasanta
Download: https://github.com/deasanta/minetest-de ... master.zip

License: see README.txt or below
Models: WTFPL
Textures: WTFPL

Features:
- Sail Boat de-spawn after 7 seconds if not used
- Boat on_step executes every 10 steps instead of eve
- Other players can disengage a player

Compatibility:
This mod should work with on MineTest 0.4.10

Installation: extract ds_sailboat folder to mods folder

Recipes
Sail Boat = {
{"", "", ""},
{"", "", ""},
{"boats:boat", "boats:boat", "boats:boat"},
},

Image

Notes:
- bug as of 30/6/13 with player position not updating on other player screens in certain situations.
- can be used on land - no plan to fix at the moment as it would require more code on the on_step function
- download speed of 50kb model can be improved by converting it to other irrlicht compatible format ie obj, 3ds, etc

Please report any bugs in github or forum

-------
License
-------
This work by PilzAdam, NeXt, deasanta is free of known copyright restrictions.

See also:
http://minetest.net/
See README.txt in each mod directory for information about other authors.
Last edited by deasanta on Mon Sep 29, 2014 00:28, edited 1 time in total.

User avatar
Krock
Developer
Posts: 4652
Joined: Thu Oct 03, 2013 07:48
GitHub: SmallJoker
Location: Switzerland
Contact:

Re: [Mod] ds_sailboat [ds_sailboat]

by Krock » Post

It's not possible to download single folders from github, so please change the title to [Modpack].

I tested the boat and noticed, it's a big glitchy. It goes faster and stops on the sea borders,
Last edited by Krock on Sun Sep 28, 2014 12:47, edited 1 time in total.
Look, I programmed a bug for you. >> Mod Search Engine << - Mods by Krock - DuckDuckGo mod search bang: !mtmod <keyword here>

Minetestforfun
Member
Posts: 940
Joined: Tue Aug 05, 2014 14:09
GitHub: MinetestForFun
IRC: MinetestForFun
In-game: MinetestForFun
Location: On earth
Contact:

Re: [Mod] ds_sailboat [ds_sailboat]

by Minetestforfun » Post

Good texture :)

User avatar
fireuser
Member
Posts: 21
Joined: Wed Jul 02, 2014 21:05

Re: [Mod] ds_sailboat [ds_sailboat]

by fireuser » Post

i think It would be awesome if you made the boat bigger. it would be more of a sail boat

Sokomine
Member
Posts: 4290
Joined: Sun Sep 09, 2012 17:31
GitHub: Sokomine
IRC: Sokomine
In-game: Sokomine

Re: [Mod] ds_sailboat [ds_sailboat]

by Sokomine » Post

Very nice model!
fireuser wrote: i think It would be awesome if you made the boat bigger. it would be more of a sail boat
That might not work as expected. Larger things tend to take more time to turn around/change direction than smaller things - at least in real life. In Minetest, direction changes would be instantaneous. Which looks very odd if done by a huge object. Cows have a problem with that already. Larger boats would be even more problematic.
A list of my mods can be found here.

User avatar
deasanta
Member
Posts: 20
Joined: Tue May 28, 2013 03:15
GitHub: deasanta
IRC: deasanta
In-game: deasanta
Location: New Zealand
Contact:

Re: [Mod] ds_sailboat [ds_sailboat]

by deasanta » Post

Krock wrote:It's not possible to download single folders from github, so please change the title to [Modpack]
thanks for the info - mod was posted in general and not quite released yet. i'm working on a modpack so it coming soon. keeping an eye on irc as some ppl are talking about making a universal vehicle api so in the mean time i'm focusing on creating a few models and playing with the code.
Krock wrote:I tested the boat and noticed, it's a big glitchy. It goes faster and stops on the sea borders,
please explain sea borders - you mean land or areas that have not been loaded into the client from the server or areas that have not been generated by the server?
Last edited by deasanta on Mon Sep 29, 2014 00:22, edited 1 time in total.

User avatar
deasanta
Member
Posts: 20
Joined: Tue May 28, 2013 03:15
GitHub: deasanta
IRC: deasanta
In-game: deasanta
Location: New Zealand
Contact:

Re: [Mod] ds_sailboat [ds_sailboat]

by deasanta » Post

fireuser wrote:i think It would be awesome if you made the boat bigger. it would be more of a sail boat
thanks - i'll have a play with size - have a look in the code https://github.com/deasanta/minetest-de ... t/init.lua around line 25 you will see
collisionbox = {-1,-0.5,-1, 1,2,1},
play around with those numbers to see how the collision box is affected. you will notice that Sokomine is correct but then again feel free to do as you like :) the next one will be a caravel ship so that may be what you are looking for and I have found that one hard to steer. You can resize the model using any 3d editing program that can import X (directX) models then save it back as X, 3ds, or obj file and update the line below around line 28

Code: Select all

mesh = "sailboat.x",

amadin
Member
Posts: 549
Joined: Tue Jun 16, 2015 16:23

Re: [Mod] ds_sailboat [ds_sailboat]

by amadin » Post

I create more clearer image for inventory, you can replace it with this picture.

User avatar
deasanta
Member
Posts: 20
Joined: Tue May 28, 2013 03:15
GitHub: deasanta
IRC: deasanta
In-game: deasanta
Location: New Zealand
Contact:

Re: [Mod] ds_sailboat [ds_sailboat]

by deasanta » Post

amadin wrote:I create more clearer image for inventory, you can replace it with this picture.
Thanks Amadin,

im about to remove the repo from github, will leave it there for a month or so. Feel free to take it and make it your own. It's cc0 thus free to all no attribution required. Have fun!

amadin
Member
Posts: 549
Joined: Tue Jun 16, 2015 16:23

Re: [Mod] ds_sailboat [ds_sailboat]

by amadin » Post

deasanta wrote:
amadin wrote:I create more clearer image for inventory, you can replace it with this picture.
Thanks Amadin,

im about to remove the repo from github, will leave it there for a month or so. Feel free to take it and make it your own. It's cc0 thus free to all no attribution required. Have fun!
Why you want to delete repository?

Post Reply

Who is online

Users browsing this forum: No registered users and 24 guests