Smaller Blocks possible?

fgr
Member
 
Posts: 85
Joined: Mon Sep 17, 2012 08:22

Smaller Blocks possible?

by fgr » Mon Sep 17, 2012 08:25

Hi, just one short quesion to the addicted game minetest ... Is there a way to implement smaller blocks? Or would this cause to high cpu usage? Just wondering, because it would be great to bould near round corners or bows.

Thanks.
 

cornernote
Member
 
Posts: 844
Joined: Wed Jul 11, 2012 15:02

by cornernote » Mon Sep 17, 2012 09:53

an object can have a visual_size

a node can have a nodebox
 

fgr
Member
 
Posts: 85
Joined: Mon Sep 17, 2012 08:22

by fgr » Mon Sep 17, 2012 10:03

whats the message behind? i am refering to normal blocks ... if you have one lets guess 8x8x8 it should be handled as 4x4x4 x 2 to fill a 8 slot with 2 of them ...?
 

User avatar
Calinou
Member
 
Posts: 3124
Joined: Mon Aug 01, 2011 14:26
GitHub: Calinou
IRC: Calinou
In-game: Calinou

by Calinou » Mon Sep 17, 2012 10:07

You can't directly make smaller blocks, though "nodeboxes" permit creating stairs and such. Also see my Stairs+ mod. ;)
 

fgr
Member
 
Posts: 85
Joined: Mon Sep 17, 2012 08:22

by fgr » Mon Sep 17, 2012 10:21

i have used stairs+ mod. thanks for the mod by the way :-) but refering to my thinking ... if you build houses, bridges, basements or whatever ... i am missing a block which acutally can placed to look them "rounder" ... but this referes me to a additional reuqets here in the forum .... which is basically the same idea but another aproach: http://minetest.net/forum/viewtopic.php?id=38
 

wokste
Member
 
Posts: 78
Joined: Sat Feb 11, 2012 09:06

by wokste » Mon Sep 17, 2012 13:48

I think you can make "smaller blocks" by creating a larger player character. (e.g. 4 by 2 blocks) I am not sure what problems will arise but I think of these.
Compatibility issues between minetest and your fork.
The map-generator needs to be scaled as well.
I don't know how collision is implemented. You could get some problems here as well.
Game balance: smaller blocks means slower mining / building speed
CPU: Halving the block size requires 4 times the normal amount of surfaces on your screen.

So I wouldn't start it without a good knowledge about the engine and c++ in general.
We must be careful not to clone Notches mistakes.
 


Return to Minetest Features

Who is online

Users browsing this forum: No registered users and 4 guests

cron