Jump to content

Hermi81

Members
  • Posts

    6
  • Joined

  • Last visited

Everything posted by Hermi81

  1. I learned the basics with this tut: http://www.fallout3nexus.com/downloads/file.php?id=4941 Just download the video. He creates an simple object with blender and uses gimp for the texture. In most cases I use a lower alpha... just test it. As said above I don´t use the .nif, generated from blender. Instead I copy the shapes to existing ones and change the texture-path. By the way: You have to bind a texture to your object in blender (if you use it), also if you just want to use the shape. He neither uses an english nor a german gimp version, so you might have to find out which particular function he uses by the screen. I also saw that he made an anim-tut that I download right now: http://www.fallout3nexus.com/downloads/file.php?id=9700#content
  2. The .nif format is really complicated and I never build new files, just replace parts of old ones. I know there is a variable in this files called glossiness. You find it in the related NiMaterialProperty. But like said I don´t know how to define that value. Once I took a look in a file from a modder to see how he got that appearance... he just didn´t use a normalmap :) That causes a warning, if I remember right, but it works. To be honest, my only knowledge about creating armors is changing existing textures to make it a bit darker for example. But I created a lot other items. I will attach some pictures and you can take a look how things appear in geck and ingame. You can compare your texture-maps with mine. Where it is possible I use existing textures and combine parts/materials to a new .dds. That includes regenerating the normalmap. Damn... does not work here... I have an account on github and uploaded it there: https://github.com/Hermi/NifCreation ... should work, but I don´t know if you have to create an account yourself. I will delete the repository in a few days because git wasn´t created for those purposes. You will see that the fish for example has a much higher alpha as the other objects and is more glossy. I also used different filters when creating the normal-map. For the fish I remeber using 3x3. These filters should affect the smoothness of the surface but it seems not that important as the alpha. I make these maps like: Ok, this could look nice. (With the fish I just have to solve the missing alpha in the model, but thats another topic.) In Geck the fish looks not that nice because it is zoomed very closely and the surface seems as if there where deep scratches or something, but ingame it looks nice I think. Nobody will ever get that close ingame... So, hope that helps :) cu
  3. Hi, I agree... The Fallout scrip-language is a bit strange. I am used to code in java, c++ or lua and it seems easier to me. Perhaps this helps to fix your navmesh prob: When I create a navmesh I check it like described in the tut but then I just delete all the triangles that cause warnings. Then search for the incomplete spaces in the mesh, drag the border-vertices (that caused the trouble) a bit and fill it again. Since now it worked fine for me. Because navmesh creation is done cell by cell it is easy to find holes in the mesh when you check after every edited cell. That costs just a few seconds. Here is the link to the tut: http://geck.bethsoft.com/index.php/Bethsoft_Tutorial_Navmesh#Step_4:_Fix_Navmesh_Errors To make objects being less shiny you could lower lower the alpha-value of the normalmap for example. Make some experiments with it... I also don´t have the right value for every item i create and have to look ingame how it shows. Hope that helps and everybody understands what I wanted to say (english writing is much harder than just understanding what somebody wrote). Greeting
  4. Hi, tried to reinstall FOMM? I know every mod in your datafolder should be visible in FOMM, not only those you installed with the tool. If reinstalled, and everything works like it should, you can see the mods again. It is quiet simple but the only thing that comes in my mind when I read your thread.
  5. Hi, i´m making a new worldspace and everything works fine except the object-lod. As said in the description the buildings etc. are flickering and it is obvious that wrong textures are mapped. This happens when I go to the object, go away and then go there a second time. In the generatated buildings.dds are also to few textures inherited.Thats visible with just one look on it. So are no textures from the rubbleblockades on it for example. I already searched the I-net for hours and read many tuts but wasn´t able to solve this problem. Thanks for help! Hermi
  6. Hi, I saw you solved the prob. I also had it and were able to solve it with wire bash... creating a bashed patch. Nothing else worked... Hope that helps anybody
×
×
  • Create New...