#1 2016-07-29 13:11:33

ifran
Member

Minecraft textures for Tesseract

Are there available texture packs like style  Minecraft for Tesseract engine ?

Offline

#2 2016-07-29 15:14:26

chasester
Member

Re: Minecraft textures for Tesseract

You can just use the ones from mine craft. You will only have to minimal amount of work to get them to work, because they are so basic. Tho tesseracts texture resolution size is so much larger (meaning that 1 px = less physical space in the game), so you may have to scale them to compensate.

chasester

Offline

#3 2016-07-29 16:51:29

chasester
Member

Re: Minecraft textures for Tesseract

http://imgur.com/a/gvy6w

so i just downloaded some random package of textures then set it in a folder called mincraft.
added a new file called packages.cfg.

setshader stdworld;
loopfiles i media/texture/minecraft/textures/blocks png [ texture 0 (concatword "minecraft/textures/blocks/" $i ".png" ) 0 0 0 8.0 ] ;

texture 0 minecraft/textures/blocks/hardened_clay_stained_green.png  0 0 0 8.0 
texgrass minecraft/textures/blocks/flower_rose.png

texture 0 minecraft/textures/blocks/hardened_clay_stained_green.png  0 0 0 8.0 
texgrass minecraft/textures/blocks/flower_tulip_orange.png

texture 0 minecraft/textures/blocks/hardened_clay_stained_green.png  0 0 0 8.0 
texgrass minecraft/textures/blocks/flower_tulip_pink.png

texture 0 minecraft/textures/blocks/hardened_clay_stained_green.png  0 0 0 8.0 
texgrass minecraft/textures/blocks/flower_tulip_red.png

texture 0 minecraft/textures/blocks/hardened_clay_stained_green.png  0 0 0 8.0 
texgrass minecraft/textures/blocks/flower_tulip_white.png

NOTE the 8.0 this is how much I scaled these textures. This seemed to fit best with the scaling comparatively.

Then I went into a new map:

/texture 0 game/sky.png
/exec media/texture/minecraft/textures/blocks/packages.cfg

then i simply applied the texture to the map.

This is the fast kinda hacky way to add textures. The best thing to do is eliminate all things that arent useable texture (like say flowers and grass and other things that are meant to be billboards. and put them in a separate folder. You could even put all the ground types in a folder and do an tex grass for all "grass" textures and there billboard counter parts. But at the end of the day you probably should try to minimize the amount of textures loaded to only the ones you need :)

chasester

PS: this is the texture pack I used

Last edited by chasester (2016-07-29 16:53:32)

Offline

#4 2016-07-30 10:43:53

RaZgRiZ
Moderator

Re: Minecraft textures for Tesseract

There's a much more kickass texture pack you could port since you're feeling adventurous :P

http://www.planetminecraft.com/texture_ … est-32x32/

Offline

#5 2016-07-31 19:46:30

chasester
Member

Re: Minecraft textures for Tesseract

personally from what I saw in game, every thing looks very blured (because of the amount of stretching) you may want to try to find a higher res texture pack say 64x64 (if that even exist), or just reset the shaders with some form of toon shader, say one that uses a capping and an outline ink this may look interesting :)

Offline

Board footer