Making blocks smaller - possible ?

User avatar
Silwncer
Member
 
Posts: 89
Joined: Tue Jun 23, 2015 14:45

Making blocks smaller - possible ?

by Silwncer » Fri Sep 04, 2015 09:37

Is it possible to make a smaller size of blocks ? I like how Minecraft looks like, but how about Minetest ? Is it possible to make it smaller ? Thanks !
 

User avatar
firefox
Member
 
Posts: 1185
Joined: Wed Jan 14, 2015 07:34
In-game: Red_Fox

Re: Making blocks smaller - possible ?

by firefox » Fri Sep 04, 2015 09:40

do you mean small blocks? or making the entire game smaller, so that more fits on the screen?

for small blocks, it's possible.
the moreblocks mod has a tool to make blocks with the nodebox drawtype. it can make microblocks, which have 1/4 the size of a normal block.

for the graphic size, i don't know.
 

User avatar
Silwncer
Member
 
Posts: 89
Joined: Tue Jun 23, 2015 14:45

Re: Making blocks smaller - possible ?

by Silwncer » Fri Sep 04, 2015 10:06

Something similar to Minecraft. I'm thinking to a size of Minecraft blocks :)
 

User avatar
rubenwardy
Member
 
Posts: 4500
Joined: Tue Jun 12, 2012 18:11
GitHub: rubenwardy
IRC: rubenwardy
In-game: rubenwardy

Re: Making blocks smaller - possible ?

by rubenwardy » Fri Sep 04, 2015 10:14

Minecraft blocks are a different size?
 

User avatar
Silwncer
Member
 
Posts: 89
Joined: Tue Jun 23, 2015 14:45

Re: Making blocks smaller - possible ?

by Silwncer » Fri Sep 04, 2015 10:26

Quite smaller with more smoother textures. Tbh original ones from MT are terrible.
 

User avatar
Ferk
Member
 
Posts: 330
Joined: Tue Aug 18, 2015 17:18
GitHub: Ferk

Re: Making blocks smaller - possible ?

by Ferk » Fri Sep 04, 2015 11:01

Really?

I think this is mostly a matter of perspective. I mean, you could make the character bigger and thus everything else would look smaller (the camera would be slightly higher).

If you wanted to make both the character and the world smaller, proportionally, and moved the camera accordingly to fit the character head it would look exactly the same and you would't see a difference in the size of the blocks...

It makes no sense to me that in Minecraft the blocks are smaller because the characters are also almost 2 blocks tall and 1 block thick.. which is basically the same size as in Minetest.


Silwncer wrote:with more smoother textures.

Maybe this is what you actually mean, and not really the size.
Just look for a texture pack that you like.
{ ☠ Dungeontest ☠ , ᗧ••myarcade•• }
 

User avatar
Silwncer
Member
 
Posts: 89
Joined: Tue Jun 23, 2015 14:45

Re: Making blocks smaller - possible ?

by Silwncer » Fri Sep 04, 2015 11:29

Will do.
 

User avatar
Clouds
Member
 
Posts: 102
Joined: Sat Aug 01, 2015 01:58
In-game: Cloud

Re: Making blocks smaller - possible ?

by Clouds » Fri Sep 04, 2015 20:20

I think what your thinking is the FOV.... the camera is zoomed out by default in minecraft.... so the blocks seem a quite smaller.... Minetest is seeing the blocks as their true size.
 

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

Re: Making blocks smaller - possible ?

by Dragonop » Fri Sep 04, 2015 23:20

Both Minecraft and Minetest are meant to have 1x1x1 meters blocks, so...
I think changing your FOV will help. Does anybody knows how to change fov?
 

User avatar
SegFault22
Member
 
Posts: 870
Joined: Mon May 21, 2012 03:17

Re: Making blocks smaller - possible ?

by SegFault22 » Sat Sep 05, 2015 00:17

It would actually be quite interesting of nodes were half as tall/wide/long as one meter,... but it would only be good if the terrain scale remains the same relative to the player scale, so the world limits would have to somehow end up being ~62,000 in all directions from origin instead of ~31000 in all directions from origin - or the terrain generation scale would have to be doubled.
However, if nodes were to be made larger, such that the player is one node tall, we would need jetpacks or rocketboots in order to go up ledges (either that or some form of ledge climbing system like in Plazma Burst 2)

Dragonop wrote:Does anybody knows how to change fov?

Field of View can be configured via the minetest.conf file. Setting is "fov = <some integer value>", which is 72 by default. Set it to something like 100, 120, or 150 for larger Field of View.
This setting is a good candidate for the next to be added to the main menu settings tab.
 

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

Re: Making blocks smaller - possible ?

by Dragonop » Sat Sep 05, 2015 01:43

Agree, and thanks, did somebody already made a request on Github about this needed setting?
 

User avatar
Silwncer
Member
 
Posts: 89
Joined: Tue Jun 23, 2015 14:45

Re: Making blocks smaller - possible ?

by Silwncer » Sat Sep 05, 2015 08:34

This definitely needs to be smaller. How to edit conf file ?
 

User avatar
Ferk
Member
 
Posts: 330
Joined: Tue Aug 18, 2015 17:18
GitHub: Ferk

Re: Making blocks smaller - possible ?

by Ferk » Sat Sep 05, 2015 11:58

Just open the minetest.conf with notepad, it's in your minetest installation directory.
Then add tjhe line: fov=100

I just did it and it's a nice compromise between too much of a distortion (120 is too much already for me, imho) and having a wider field of view to see more of the world.

Perhaps the default of 72 is too narrow.


Off-topic: Do any of you, minetest.conf ninjas know how to make the "F5" information stats show always by default when you start a new world?
{ ☠ Dungeontest ☠ , ᗧ••myarcade•• }
 

User avatar
Silwncer
Member
 
Posts: 89
Joined: Tue Jun 23, 2015 14:45

Re: Making blocks smaller - possible ?

by Silwncer » Sat Sep 05, 2015 12:24

Where to add ?
 

User avatar
Ferk
Member
 
Posts: 330
Joined: Tue Aug 18, 2015 17:18
GitHub: Ferk

Re: Making blocks smaller - possible ?

by Ferk » Sat Sep 05, 2015 12:28

what do you mean? just add a new line anywhere inside that file
{ ☠ Dungeontest ☠ , ᗧ••myarcade•• }
 

User avatar
Silwncer
Member
 
Posts: 89
Joined: Tue Jun 23, 2015 14:45

Re: Making blocks smaller - possible ?

by Silwncer » Sat Sep 05, 2015 12:42

Ok i got it .
 

Ivà
Member
 
Posts: 115
Joined: Sun Feb 22, 2015 07:11
GitHub: melzua
IRC: melzua
In-game: melzua

Re: Making blocks smaller - possible ?

by Ivà » Sun Sep 06, 2015 04:31

Ferk wrote:Off-topic: Do any of you, minetest.conf ninjas know how to make the "F5" information stats show always by default when you start a new world?


Sure :)

Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
Code: Select all
#    Whether to show the client debug info (has the same effect as hitting F5)
show_debug = true
 

User avatar
Silwncer
Member
 
Posts: 89
Joined: Tue Jun 23, 2015 14:45

Re: Making blocks smaller - possible ?

by Silwncer » Mon Sep 07, 2015 10:48

I've tried this and it doesn't work, it just makes view smaller, i need blocks to be smaller . I have Minecraft texture pack .
 

4aiman
Member
 
Posts: 1208
Joined: Mon Jul 30, 2012 05:47

Re: Making blocks smaller - possible ?

by 4aiman » Mon Sep 07, 2015 10:57

A screenshot of what you want would be useful as MT already has everything MC have in terms of the size of blocks: there are microblocks, stairs, slabs, chiseled blocks and much more.
 

User avatar
Ferk
Member
 
Posts: 330
Joined: Tue Aug 18, 2015 17:18
GitHub: Ferk

Re: Making blocks smaller - possible ?

by Ferk » Mon Sep 07, 2015 11:01

The only way to make a virtual world smaller is to either alter the view (fov, resolution, etc), or make your character big to change the perception (but this last thing would make it different from minecraft, which I don't think it's what you want).

Why do you exactly need them to be smaller, and how do you even know whether they are actually bigger?

It would help if you took screenshots or something.
{ ☠ Dungeontest ☠ , ᗧ••myarcade•• }
 

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

Re: Making blocks smaller - possible ?

by benrob0329 » Mon Sep 07, 2015 14:16

Are you talking about making the blocks smaller to fit a texture pack?
 

User avatar
Silwncer
Member
 
Posts: 89
Joined: Tue Jun 23, 2015 14:45

Re: Making blocks smaller - possible ?

by Silwncer » Mon Sep 07, 2015 19:22

They're huge, Minecraft have so much beautiful .
 

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

Re: Making blocks smaller - possible ?

by benrob0329 » Mon Sep 07, 2015 20:10

I think that maybe we could help you more if you would explain exactly what you mean, because both Minetest and Minecraft blocks are the same size.
 

User avatar
Ferk
Member
 
Posts: 330
Joined: Tue Aug 18, 2015 17:18
GitHub: Ferk

Re: Making blocks smaller - possible ?

by Ferk » Mon Sep 07, 2015 21:08

Maybe what you mean is the size of the pixels in the texture of the blocks?

Were you able to actually use the texture pack?
{ ☠ Dungeontest ☠ , ᗧ••myarcade•• }
 

User avatar
rubenwardy
Member
 
Posts: 4500
Joined: Tue Jun 12, 2012 18:11
GitHub: rubenwardy
IRC: rubenwardy
In-game: rubenwardy

Re: Making blocks smaller - possible ?

by rubenwardy » Tue Sep 08, 2015 08:35

Both MC and MT's blocks are 1 metre, however MC are rendered on the screen smaller than MT's, it appears.
 

User avatar
Silwncer
Member
 
Posts: 89
Joined: Tue Jun 23, 2015 14:45

Re: Making blocks smaller - possible ?

by Silwncer » Wed Sep 09, 2015 17:18

I will make a screenshot what i mean.
 

User avatar
Clouds
Member
 
Posts: 102
Joined: Sat Aug 01, 2015 01:58
In-game: Cloud

Re: Making blocks smaller - possible ?

by Clouds » Wed Sep 09, 2015 23:23

All minecraft textures are auto scaled to fit the block size with the pixels size scaled same as MineTest. So what you are exactly wanting is not obtainable. Minecraft texture packs can be concervted via. viewtopic.php?f=4&t=7946 if that is what you wanted.
 

User avatar
Silwncer
Member
 
Posts: 89
Joined: Tue Jun 23, 2015 14:45

Re: Making blocks smaller - possible ?

by Silwncer » Thu Sep 10, 2015 14:38

No. Game needs faster rendering,more better textures (still looks awful even though i have texture pack installed),also it's unpleaseant to record or even stream. :( Performance needs to be improved as well and also i meant on smaller view on blocks (look at MC's blocks so you'll know what i mean ) .
 

User avatar
Ferk
Member
 
Posts: 330
Joined: Tue Aug 18, 2015 17:18
GitHub: Ferk

Re: Making blocks smaller - possible ?

by Ferk » Thu Sep 10, 2015 15:07

Silwncer wrote:i meant on smaller view on blocks (look at MC's blocks so you'll know what i mean ) .


No matter how much I look at MC blocks, I don't know what you mean.

Minecraft:
Image

Minetest (screenshot from 2012 but I didn't find a closer one right now)

Image
{ ☠ Dungeontest ☠ , ᗧ••myarcade•• }
 

User avatar
Silwncer
Member
 
Posts: 89
Joined: Tue Jun 23, 2015 14:45

Re: Making blocks smaller - possible ?

by Silwncer » Thu Sep 10, 2015 15:33

Image

This is in 2015. Also signs are too difficult to read and also we need weather, it's boring without weather.
 

Next

Return to Minetest General

Who is online

Users browsing this forum: Bing [Bot] and 7 guests