Need help to publish a realistic 1024px texture pack

User avatar
Horka
Member
Posts: 166
Joined: Sat Aug 13, 2022 17:38
GitHub: Clemstriangular
In-game: Horka
Location: France

Re: Need help to publish a realistic 1024px texture pack

by Horka » Post

Ok thank you very much this is exactly what I need.
Well I may be going for an idiot but I don't know anything about it and I haven't understood everything.
Can you give me a recap (if it's not asking too much) with an example and tell me in which file (of my mod to put what.
For the block I created (which is not cubic).
replaces the basic one and it appears with its textures that I made on blender.
(for example the block of stone).
Sorry, again but I don't understand everything then...
And thank you very much for your help again.
And also the before image is just an example I won't use bump mapping.

User avatar
Blockhead
Member
Posts: 1622
Joined: Wed Jul 17, 2019 10:14
GitHub: Montandalar
IRC: Blockhead256
In-game: Blockhead Blockhead256
Location: Land Down Under
Contact:

Re: Need help to publish a realistic 1024px texture pack

by Blockhead » Post

Horka wrote:
Sun Feb 19, 2023 15:35
Ok thank you very much this is exactly what I need.
Well I may be going for an idiot but I don't know anything about it and I haven't understood everything.
Can you give me a recap (if it's not asking too much) with an example and tell me in which file (of my mod to put what.
For the block I created (which is not cubic).
replaces the basic one and it appears with its textures that I made on blender.
(for example the block of stone).
Sorry, again but I don't understand everything then...
And thank you very much for your help again.
And also the before image is just an example I won't use bump mapping.
I've created a CC0 example mod over on my GitHub, called 'Mesh Bricks [meshbrick]'. That should suffice as an example. You will probably also benefit by reading Using Blender on the Minetest Wiki. Good luck!
/˳˳_˳˳]_[˳˳_˳˳]_[˳˳_˳˳\ Advtrains enthusiast | My map: Noah's Railyard | My Content on ContentDB ✝️♂

User avatar
Horka
Member
Posts: 166
Joined: Sat Aug 13, 2022 17:38
GitHub: Clemstriangular
In-game: Horka
Location: France

Re: Need help to publish a realistic 1024px texture pack

by Horka » Post

Ok good.
Just I tried with the grass but it shows me that the item does not exist. Same with any other block, what did I miss?

User avatar
Blockhead
Member
Posts: 1622
Joined: Wed Jul 17, 2019 10:14
GitHub: Montandalar
IRC: Blockhead256
In-game: Blockhead Blockhead256
Location: Land Down Under
Contact:

Re: Need help to publish a realistic 1024px texture pack

by Blockhead » Post

Horka wrote:
Sun Feb 19, 2023 19:04
Ok good.
Just I tried with the grass but it shows me that the item does not exist. Same with any other block, what did I miss?
Please send an in-game screenshot and the text of any warning/error chat messages that appear. The error & warning messages should go to your debug.txt, which lives in your minetest or .minetest directory (you never told me what operating system you use if I recall correctly).
/˳˳_˳˳]_[˳˳_˳˳]_[˳˳_˳˳\ Advtrains enthusiast | My map: Noah's Railyard | My Content on ContentDB ✝️♂

User avatar
Horka
Member
Posts: 166
Joined: Sat Aug 13, 2022 17:38
GitHub: Clemstriangular
In-game: Horka
Location: France

Re: Need help to publish a realistic 1024px texture pack

by Horka » Post

Blockhead wrote:
Mon Feb 20, 2023 01:33
Horka wrote:
Sun Feb 19, 2023 19:04
Ok good.
Just I tried with the grass but it shows me that the item does not exist. Same with any other block, what did I miss?
Please send an in-game screenshot and the text of any warning/error chat messages that appear. The error & warning messages should go to your debug.txt, which lives in your minetest or .minetest directory (you never told me what operating system you use if I recall correctly).
Sorry if the mistake is completely stupid, but I don't know anything about it.

ModError: Failed to load and run script from C:\Minetest\minetest-5.6.1-win64\bin\..\mods\00000\init.lua:
C:\Minetest\minetest-5.6.1-win64\bin\..\mods\00000\init.lua:1: Attempt to override non-existent item default:stonebrick
stack traceback:
[C]: in function 'error'
...st\minetest-5.6.1-win64\bin\..\builtin\game\register.lua:400: in function 'override_item'
C:\Minetest\minetest-5.6.1-win64\bin\..\mods\00000\init.lua:1: in main chunk
Voir « debug.txt » pour plus d'informations.

And also, minetest doesn't support hairs (with the formats it supports) ?

User avatar
Horka
Member
Posts: 166
Joined: Sat Aug 13, 2022 17:38
GitHub: Clemstriangular
In-game: Horka
Location: France

Re: Need help to publish a realistic 1024px texture pack

by Horka » Post

Unrelated question: Door textures don't take transparency into account ?

User avatar
Blockhead
Member
Posts: 1622
Joined: Wed Jul 17, 2019 10:14
GitHub: Montandalar
IRC: Blockhead256
In-game: Blockhead Blockhead256
Location: Land Down Under
Contact:

Re: Need help to publish a realistic 1024px texture pack

by Blockhead » Post

Horka wrote:
Mon Feb 20, 2023 10:52
Sorry if the mistake is completely stupid, but I don't know anything about it.

ModError: Failed to load and run script from C:\Minetest\minetest-5.6.1-win64\bin\..\mods\00000\init.lua:
C:\Minetest\minetest-5.6.1-win64\bin\..\mods\00000\init.lua:1: Attempt to override non-existent item default:stonebrick
stack traceback:
[C]: in function 'error'
...st\minetest-5.6.1-win64\bin\..\builtin\game\register.lua:400: in function 'override_item'
C:\Minetest\minetest-5.6.1-win64\bin\..\mods\00000\init.lua:1: in main chunk
Voir « debug.txt » pour plus d'informations.
Oops, didn't use my own advice from earlier. I have updated meshbrick to run after the mods have loaded, so it doesn't miss content and cause this error.
Horka wrote:
Mon Feb 20, 2023 10:52
And also, minetest doesn't support hairs (with the formats it supports) ?
Like hair on a player texture, in a different layer above the face? SharpNet Photo Realism does that on its player texture. The image has a special layout, not quite sure where it's documented.
Horka wrote:
Mon Feb 20, 2023 13:16
Unrelated question: Door textures don't take transparency into account ?
  1. Make sure the format is PNG not JPEG.
  2. If that still does not work, the node is probably not made to have transparency. Add an override to the field use_texture_alpha (this goes next to the other fields in the meshnode example mod).
/˳˳_˳˳]_[˳˳_˳˳]_[˳˳_˳˳\ Advtrains enthusiast | My map: Noah's Railyard | My Content on ContentDB ✝️♂

User avatar
RobotZombieWizGirl
Member
Posts: 14
Joined: Wed Jan 18, 2023 22:42
GitHub: RobotZombieWizardGirl
In-game: RobotZombieWizardGirl

Re: Need help to publish a realistic 1024px texture pack

by RobotZombieWizGirl » Post

Blockhead wrote:Bump mapping is not available in Minetest - there used to be a poor implementation some time ago but it was removed because it was not really using a separate bump map texture but an algorithm to generate fake bump maps based on an edge detection algorithm.
iirc it didn't even use edge detection, it was just raising light areas and lowering dark ones so bricks would have inset bricks with mortar sticking out

User avatar
Horka
Member
Posts: 166
Joined: Sat Aug 13, 2022 17:38
GitHub: Clemstriangular
In-game: Horka
Location: France

Re: Need help to publish a realistic 1024px texture pack

by Horka » Post

Oops, didn't use my own advice from earlier. I have updated meshbrick to run after the mods have loaded, so it doesn't miss content and cause this error.


YES it works, thank you !

And I would rather have hairs on a block like this:
Capture d'écran_20230220_115546.png
Capture d'écran_20230220_115546.png (423.11 KiB) Viewed 679 times

User avatar
Horka
Member
Posts: 166
Joined: Sat Aug 13, 2022 17:38
GitHub: Clemstriangular
In-game: Horka
Location: France

Re: Need help to publish a realistic 1024px texture pack

by Horka » Post

Question: Can we change the texture of stars and clouds?

User avatar
Horka
Member
Posts: 166
Joined: Sat Aug 13, 2022 17:38
GitHub: Clemstriangular
In-game: Horka
Location: France

Re: Need help to publish a realistic 1024px texture pack

by Horka » Post

Hello,
I am having some problems with some textures.
Do you know how I could make water and lava as well as fire with beautiful animation?
Thank you :)
Or do you prefer that I leave the originals ?

User avatar
SuperStarSonic
Member
Posts: 160
Joined: Fri Oct 14, 2022 20:30
GitHub: Python-Sargent
In-game: SuperStarSonic
Location: Earth (may be out of date)

Re: Need help to publish a realistic 1024px texture pack

by SuperStarSonic » Post

That is a problem I've run across, of course you cannot just take an image of water and scale it down :wink. You might try to use AI and generate something. Like in GIMP.

User avatar
Wilderness
Member
Posts: 38
Joined: Sat Mar 18, 2023 02:12
GitHub: Wilderness7272
In-game: Wilderness7272+Last_Laugh

Re: Need help to publish a realistic 1024px texture pack

by Wilderness » Post

Remember that AI generated images may cause you licensing problems.
From what I know, how it should be licensed is still being considered.
Thanks, just keep that in mind!

By the way, From what I have seen of this texture pack, it is really looking good. Good job!

User avatar
Horka
Member
Posts: 166
Joined: Sat Aug 13, 2022 17:38
GitHub: Clemstriangular
In-game: Horka
Location: France

Re: Need help to publish a realistic 1024px texture pack

by Horka » Post

Wilderness wrote:
Fri Apr 07, 2023 17:21
Remember that AI generated images may cause you licensing problems.
From what I know, how it should be licensed is still being considered.
Thanks, just keep that in mind!

By the way, From what I have seen of this texture pack, it is really looking good. Good job!
Thanks for your advice. I've been trying for a while to do l3 but it's proving a little complicated for me. And using an AI is not in my ideas. So I'm going to leave it as is for now. (Also I came across a youtube video from jp which shows an example of realistic water. So maybe some mods could soon offer this possibility.) In short, I will therefore refocus on the other textures and try to move forward on the texture pack.

User avatar
Horka
Member
Posts: 166
Joined: Sat Aug 13, 2022 17:38
GitHub: Clemstriangular
In-game: Horka
Location: France

Re: Need help to publish a realistic 1024px texture pack

by Horka » Post

Hi. while doing the textexture of the glass I encounter a problem. The textures of the glass should not be the same when it is unified than when it is alone.
The problem is that you can only put one texture
screenshot_20230413_194055.png
screenshot_20230413_194055.png (942.73 KiB) Viewed 514 times
what should i do ?
Last edited by Horka on Thu Apr 13, 2023 18:14, edited 1 time in total.

User avatar
Horka
Member
Posts: 166
Joined: Sat Aug 13, 2022 17:38
GitHub: Clemstriangular
In-game: Horka
Location: France

Re: Need help to publish a realistic 1024px texture pack

by Horka » Post

And also, the textures of glass details, do not take into account the transparency of the colors.
(I would like to make a tinted block for obsidian)
And the same for the doors because it does not work either.

Post Reply

Who is online

Users browsing this forum: No registered users and 4 guests