Author Topic: TO's Reskins / Overrides / Addons  (Read 2963 times)

Legacy_Sachie

  • Newbie
  • *
  • Posts: 49
  • Karma: +0/-0
TO's Reskins / Overrides / Addons
« Reply #30 on: June 26, 2016, 12:48:10 am »


               

I like the road in post #30 with the darker colored ground. It looks more like people have been passing through trampling it to death, killing whatever vegetation that dares go onto the roadway.



               
               

               
            

Legacy_Tonden_Ockay

  • Hero Member
  • *****
  • Posts: 891
  • Karma: +0/-0
TO's Reskins / Overrides / Addons
« Reply #31 on: June 26, 2016, 12:57:40 am »


               

Thanks Sachie I made the grass darker on the road just for that reason. 


 


 


Here is the ground using it with TV_Forest_Addon.hak


 


 


2586yh1.jpg


 


 


 


 


 


However here is the problem with the ground  


 


 


 


 


 


iyeh68.jpg


 


 


 


 


Does anyone know how to fix this? If you all think this ground looks like the right mix of colors for a forest floor, then this will need to be fixed. However I don't know how to do it myself or I would. 


 


 


If I remember right this texture blends OK if you don't turn it. The problem is with the roads you have to turn it.



               
               

               
            

Legacy_Tonden_Ockay

  • Hero Member
  • *****
  • Posts: 891
  • Karma: +0/-0
TO's Reskins / Overrides / Addons
« Reply #32 on: June 26, 2016, 01:10:54 am »


               

I'm able to fix the problem if I don't combine the grass/ground texture with the road texture. Then the road texture just lays on top of the ground, but when I do that then the road texture is outlined in white inside the game. 


 


 


 


 


k3rtz5.jpg



               
               

               
            

Legacy_MerricksDad

  • Hero Member
  • *****
  • Posts: 2105
  • Karma: +0/-0
TO's Reskins / Overrides / Addons
« Reply #33 on: June 26, 2016, 02:08:33 am »


               

To fix the white outline on some images, you may want to inspect your texture image. If your mask has been merged with the original texture, you'll get a white outline, or whatever color was your background when the mask was applied. Below is what happens if it is merged or not merged.


 


9sk1Yl5.png


 


The first column shows the original, or the original with mask merged. The second shows the alpha layer, presumably similar to the mask. The total shows that the double applied mask grabs the wrong color from around the edges.



               
               

               
            

Legacy_Tonden_Ockay

  • Hero Member
  • *****
  • Posts: 891
  • Karma: +0/-0
TO's Reskins / Overrides / Addons
« Reply #34 on: June 26, 2016, 02:35:13 am »


               

Hmmmm I don't have time now but I'm guessing I need to just remake the road/path textures from scratch. I could start with a colored background and cut the road out of it. 


 


Long story short I will try it tomorrow if I get time.


 


 


Thanks for the insight " MerricksDad "



               
               

               
            

Legacy_Tonden_Ockay

  • Hero Member
  • *****
  • Posts: 891
  • Karma: +0/-0
TO's Reskins / Overrides / Addons
« Reply #35 on: June 26, 2016, 03:37:41 am »


               

Well I had a few minute so I gave one tile a shot, but it didn't work. I really don't know what I'm doing when it comes to cutting our textures that lay over top of other textures without merging them.



               
               

               
            

Legacy_Tonden_Ockay

  • Hero Member
  • *****
  • Posts: 891
  • Karma: +0/-0
TO's Reskins / Overrides / Addons
« Reply #36 on: June 26, 2016, 06:48:03 am »


               

Here is the texture if anyone knows how to make it seamless.


 


 


14juxb7.jpg



               
               

               
            

Legacy_Sachie

  • Newbie
  • *
  • Posts: 49
  • Karma: +0/-0
TO's Reskins / Overrides / Addons
« Reply #37 on: June 26, 2016, 07:35:55 am »


               

There's a lot of tutorials on the internet on how to turn a texture graphic you already have into one that is seamless that can explain how to do it better than I'd be able to in a single post. For example, here's a couple of tutorials using PhotoShop:


http://www.obsidiand...toshop-tutorial


http://design.tutspl...round--psd-1565


               
               

               
            

Legacy_s e n

  • Hero Member
  • *****
  • Posts: 654
  • Karma: +0/-0
TO's Reskins / Overrides / Addons
« Reply #38 on: June 26, 2016, 10:31:43 am »


               


I'm able to fix the problem if I don't combine the grass/ground texture with the road texture. Then the road texture just lays on top of the ground, but when I do that then the road texture is outlined in white inside the game. 


 


 


 


 


k3rtz5.jpg




try to put the road texture as child under a_node and if it soesnt work try play with hierarchy still under a_node, unlinking both road and ground texture first then re linking road then ground, ground then road... all childen of a_node or one child of a_node and the other child of the other texture


 


another try you can give is look for some foliage txi under some standard tileset or some custom made that does not show this issue and use it for the road texture.


               
               

               
            

Legacy_Zwerkules

  • Hero Member
  • *****
  • Posts: 1997
  • Karma: +0/-0
TO's Reskins / Overrides / Addons
« Reply #39 on: June 26, 2016, 11:49:36 am »


               To get rid of the white edges, make sure the parts of the texture that should be transparent aren't white, but have a colour that closely resembles that of the road edges (what MerricksDad said and showed in his pictures). Then make sure you got the render order right and the roads are rendered AFTER the ground is rendered and they have set their transparency hint to 1. If you unlink the roads and then link them to the aurora-base again they will get rendered after the ground. If you have more than one transparent mesh, work from the ground up, i. e. first render the stuff on the ground, like the roads, then bushes and then tree foliage.
All this won't help you if there's something animated behind a transparent texture, like a door's SAM (the part that is glowing blue) or fog emitters. In that case you have to live with the gray/white/light blue edges.

Edit: Damn, I missed what Sen said. He already told you to change render order. But you don't really need an animation node to link transparent meshes to. If the tile already has one, because for example it has puddles, water or animated parts, it is okay to use the animation node. If it doesn't have one, don't add one. In that case changing the render order and the transparency hints will do.
This "link everything transparent to the a-node" hint comes up again and again, but it really isn't neccessary to add an animation node to a tile if it doesn't have one.

For your ground texture try to find some balance between dead leaves and grass. Very good examples are the textures Baba Yaga uses in his forest tileset.
               
               

               
            

Legacy_Tonden_Ockay

  • Hero Member
  • *****
  • Posts: 891
  • Karma: +0/-0
TO's Reskins / Overrides / Addons
« Reply #40 on: June 26, 2016, 03:28:54 pm »


               

I love that your trying to help me Zwerkules but I don't really understand what your telling me. Most of what I have learned is by trial and error, so I don't really know the names and terms for everything.


 


That said I do know what an Alpha texture is, but after that I'm lost.


 


I have been using paint.net for working with my textures.



               
               

               
            

Legacy_Tonden_Ockay

  • Hero Member
  • *****
  • Posts: 891
  • Karma: +0/-0
TO's Reskins / Overrides / Addons
« Reply #41 on: June 26, 2016, 06:47:45 pm »


               

Question


 


 


try to put the road texture as child under a_node and if it soesnt work try play with hierarchy still under a_node, unlinking both road and ground texture first then re linking road then ground, ground then road... all childen of a_node or one child of a_node and the other child of the other texture" 


 


Is this settings in the tileset or the .set file settings?


 


 


" Then make sure you got the render order right and the roads are rendered AFTER the ground is rendered and they have set their transparency hint to "


 


How do I check or even change the rendering order?


               
               

               
            

Legacy_MerricksDad

  • Hero Member
  • *****
  • Posts: 2105
  • Karma: +0/-0
TO's Reskins / Overrides / Addons
« Reply #42 on: June 26, 2016, 10:22:01 pm »


               

Think of the mesh nodes in a tree form. In NwnExplorer you can view the tree form of the nodes. If the path graphical node is above the ground graphical node, it may not render properly. You can fix this by changing its "parent" name in the mdl file to that of the ground node. For instance, if the ground is box002 and the path is box001, then find where the path mesh has "parent" set to something like the name of the tile, and change it to "box002". However, if you do this, make absolutely sure it is moved BELOW box002 or it will try to link itself to an object which does not yet exist, which is another can of worms.


 


So:


1) Using either text editor or nwnexplorer, check the order of the branches in the tree structure


2) Make sure it is rendered after the ground, either by moving it below the ground mesh entry, or both that and parenting with the ground mesh (doing both is best I find). Do this with the text editor by selecting everything that goes with that mesh node, and moving it (or cut/paste simplicity) to below the ground mesh entry.


3) As mentioned, set the transparencyHint to 1 on that path graphic node in the mdl file



               
               

               
            

Legacy_Tonden_Ockay

  • Hero Member
  • *****
  • Posts: 891
  • Karma: +0/-0
TO's Reskins / Overrides / Addons
« Reply #43 on: June 27, 2016, 12:48:50 pm »


               

Thanks for trying to help explain all this to me " MerricksDad "


 


 


1. " Ok the mesh nodes in a  tree form. "


 


I really have no idea where or what mesh nodes or a tree form is. Sorry


 


2. " NwnExplorer to view tree form of the nodes. "


 


I don't know how to do this, but I have and do use NWN Explorer to add or remove textures. 


 


3.  " If the path graphical node is above the ground graphical node, it may not render properly "


 


I don't know what a graphical node, or the ground graphical node is.


 


4.You can fix this by changing its "parent" name in the mdl file to that of the ground node.  "


 


Ok I know about mdl files and where to find them.


 


5. For instance, if the ground is box002 and the path is box001, then find where the path mesh has "parent" set to something like the name of the tile, and change it to "box002".  "


 


I don't know what a path mesh is or where to find it. I'm guessing the " parent " is just the name it is tagged.


 


6.However, if you do this, make absolutely sure it is moved BELOW box002 or it will try to link itself to an object which does not yet exist, which is another can of worms. "


 


Sense I don't know/understand what all this stuff is or where or how to find it, then I have no idea how to moved them or what it takes to do that.


 


 


 


Sorry guys I'm a guy how never toyed with computers as a kid. I did't even learn how to type with more then one finger till I was like 23. I grew up playing with sticks, matchbox cars, lego's, and using my imagination. So scripting, texturing, and model making is all new to me. I don't even work on computers at work, I remodel homes. I do all the hands on work, roofing, siding, windows, doors, and so on.


 


There for all this stuff is just something I'm trying to learn from complete scratch. So thanks for trying to help me understand all this when I don't have a clue of what I'm doing '<img'>. I just push or click something and see what happens, if I like what took place I remember how I did it so I can do it again. However I'm not learning any terms or names for anything that I'm doing.



               
               

               
            

Legacy_T0r0

  • Sr. Member
  • ****
  • Posts: 380
  • Karma: +0/-0
TO's Reskins / Overrides / Addons
« Reply #44 on: June 28, 2016, 01:35:48 am »


               

You'll figure it out. The biggest hurdle (IMHO) is learning to uvw unwrap/ texturing an object. This skill will let you fix most anything you're unhappy with.  Keep at it !!!