Also the already mentioned server blocks are.. well I'm not quite sure. Not really too busy, but the fact that it's the only decorative computer/screen thingy without a full frame, just the two lines at each side make it stand out quite a bit
....
Edit: Oh man. It only works on singleplayer! Though it will work on multiplayer ONLY if the player has their custom textures and icons updated manually AND the server is configured to use those textures. Darn! It seems to download the custom textures but does not use them.
Yep, this is one of our main frustrations with custom textures, but it's pretty easy to make a download pack for players to install. The packs are usually pretty small in size. Installation is as easy as a drag & drop into your starmade folder. Worst case if players don't install the tex pack, then they just see default blocks instead of the custom blocks.
[doublepost=1484940713,1484940367][/doublepost]BUG: Enabling normal maps lightens all blocks and takes away regular lighting effects / shadows when block faces are away from a light source. It's like the normal map causes 100% specular/ambient/emissive on every face of a block.
EDIT: important to note that this happens in the default texture pack, and on all blocks, original and custom ones.
Normal maps off:
Normal maps on:
kupu : what later or image does the game pull emissive data from? Does the game engine actually / only uses the .png files, right? If so, why all the .zip and .tga files in the texture directories?
Enabling normal maps lightens all blocks and takes away regular lighting effects / shadows when block faces are away from a light source. It's like the normal map causes 100% specular/ambient/emissive on every face of a block.
That isn't the case for me. I'd say it's most likely due to the texture pack or custom textures you're using. If the alpha channel is not being used in the normal maps for the textures (i.e. it is entirely opaque), that would effectively make affected textures completely emissive when normal maps are enabled.
The new different textures have more or less all grown on me. My only complaint off the top of my head is the power blocks animation doesn't repeat smoothly, there is a clear jump from the end of the animation to the start as the moving light doesn't bleed through the fourth and first frames.
Glad to hear it, you may be right here, iirc there is no bleed of light between the "start" and "end" stages. I'll check and look into ways of making this smoother.
Both were tried, both were removed. I'm not adverse to trying again at some point though.
I didn't really like the shield drain / supply designs being lit up, seemed "off" when walking around player built creations. Although i only lit up the entire center section so i could perhaps go back and try pick out smaller details instead.
I tired the effect modules too, but it didn't work out that great. The reason here was a little different.
Specular and emissive share a channel as you know, we can't define both it's emissive and specular completely independently. This is mostly fine because things we want to light up rarely need to reflect another light source back. Great for screens or lights, a little less for a smooth, bubble like shape that needs quite a strong normal map to help the shape (which is helped defined by the specular).
Not a dealbreaker on it's own, we sacrifice a little 3d effect for some life in low lighting areas... but another side effect of sharing a channel is the edges of a emissive value when next to specular value sort of blur (especially with liner filtering) and hover around the 55-60% range, meaning bright reflections. So on this block we would get a super bright shiny border around the emissive part when it should be recessed and dark. You can spot this happening on other blocks to a lesser extent.
Again, on it's own? No big deal, we could get used to it. Add all this together along with the fact it just looked "off" in anything in larger numbers tiled together and i decided against it.
kupu : what later or image does the game pull emissive data from? Does the game engine actually / only uses the .png files, right? If so, why all the .zip and .tga files in the texture directories?
The normal map bug you describe is them not loading correctly when first applying whilst in a game world. Restarting the client fixes this, still needs to be fully resolved.
The game uses the png files for diffuse, and tga files for normals, emissives and specular. emissive and specular share the alpha channel in the tga files. The game will only load png normal maps when no tga files are present. Currently these are outdated as the "fallback" should never actually occur without users actively deleting files.
The zip archives are to save space when downloading the game and extracted upon first use.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.