Jump to content
ℹ️ Intermittent Download History issues ×

heavywaters

Members
  • Posts

    196
  • Joined

  • Last visited

Posts posted by heavywaters

  1. The first thing that came to mind on the ruined city (part 2)...

     

    You need some premise as to why the shadow creatures are here.

     

    Is it by choice or would they be trapped there?

     

    Did they live there in life or were they brought there by some necromancer or the like?

     

    If this is their home, maybe you need their blessing to pass, do some task that they cant.

     

    If they are bound there, what would a necromancer want them to stop you from finding?

     

    As for the castle...

    What happened to the "King and Queen"?

     

    Maybe that will give you some ideas, if not will return with whatever comes to mind...

  2. Sounds like your trying to paste branches from some other game into a nif for oblivion or you wouldnt get version mismatch errors.

    Nif versions are specific to what ever game they are designed for, they dont get "updated".

    "Paste over" wont work because the versions dont match.

     

    You will have to run the nif thru a 3D modeling program to get the version you need.

     

    -heavywaters

  3. You don't need to know Python to make mods.

     

    You do need Python to run Blender as it relies on it to function.

     

    Neither the CS nor Oblivion require it, but if you want to make custom meshes and export the files from Blender as Nifs so Oblivion can use them, you will need it.

     

    You will also need to download Blender Nif Scripts (which are written in Python) in order to import/export those Nifs.

     

    -heavywaters

  4. The Internet is a wonderful tool as long as you have the common sense to know how to use it, which most people don't.

     

    I often wonder why its called "common" sense...

     

    It's anything but common, and far too many people have no sense at all.

  5. I have given this some thought...

     

    It could be as simple as flipping the DDS image over in your favorite imaging program so its "base up".

    Then putting that inverted image back on the billboard within the nif, save and test.

     

    No reason why that shouldn't work.

     

    -heavywaters

  6. thats good to know but i cant find my textures for my vanella weapons. There still ingame i just cant seem to find the glass weapons and such in my folder.

     

    They are compressed in a BSA file, they must be extracted before they can be accessed.

     

    Do a little research before you make a new post, I assure you - you would have found the answer.

  7. I agree with hitman.

     

    If you had looked at the Mod Troubleshooting thread you would have seen that someone has been asking for help on the third mod hitman provided a link to:

    http://www.thenexusforums.com/index.php?/topic/243219-predator-mod/

     

    And Predator armor has also been made already.

    IIRC it is included in the Apachii Heroes Store mod:

    http://www.tesnexus.com/downloads/file.php?id=22962

     

    Searching seems to be a lost art, or just too much work.

  8. Finally, someone else that has used MaPZone.

     

    Just downloaded it a couple days ago and been playin' around with it.

    I am amazed by the quality of textures that this program is capable of producing, but my main interest is in creating higher quality normal maps than I have in the past.

    I appears that their forums are all but dead and there are a VERY limited number of tutorials for it.

     

    I'm in the same boat as Uber, I cant model very well at all so making proper true normal maps is out of the question for me.

    My main problem so far is trying to import a regular texture to work from, though it has a lot of presets, they just aren't suitable for ALL situations.

     

    But enough of my problems and opinions, here are a couple of contributions:

     

    This site has a nice tutorial that covers the very basics for those who (like me) have never used a program like MaPZone.

    http://www.truancyfactory.com/tutorials/mapzone.html

     

    Here is a link to Bela's Tutorial Channel on YouTube, it has a few for MaPZone and Photoshop.

    http://www.youtube.com/user/BelYo

     

    -heavywaters

  9. You could simply make a leveled list with 100 % chance and a full set of armor, and do that for every armor, and add those lists to the actual leveled list.
    TodaY: To my knowledge, a leveled list can at most produce one type of item, not multiple items of various kinds. That is, I don't think it's possible to have a single list produce a full set of armor, only an individual armor piece.

    In my current WIP I have done just what TodaY suggested, most of the time it generates 3 or 4 pieces of the full set that match.

    I have also tried to make 6 (with shield) different leveled lists, each with a single piece of the full set, then nest those within one List.

    The results were exactly the same either way...

     

    It WILL actually give a full matching set, but less than a 5% chance at that.

     

    -heavywaters

  10. One solution could be (if you want to display the entire set of armor) :

     

    Dont use the display stand at all, just remove the havoc from the items and arrange them so they look like they would be on a display stand.

    This method would make shape/strip conflicts a non-issue.

     

    Besides, the "head" of the display stand is WAY too big, it will clip thru any helmet you try to put on it.

     

    Also, is it not possible to have NiTriStrips and Shapes in the same NIF file? Or do I have to convert one of them?

    Never tried to use both in the same nif, would like to know the answer to this myself.

  11. From what I gather, you want to combine 3 different nifs into one.

     

    In order to do that you would need to copy and paste all the NiTriShape blocks into one nif.

     

    Thats the simple explanation, for the actual details for making it work may require a little research.

  12. There isn't a readme or something?

     

    http://niftools.sourceforge.net/doc/niflib/

     

    I've never heard of this program in a year of playing and modding this game.

    Niflib is a C++ library for loading, modifying, and exporting NIF files. It stores a full representation of the NIF file in memory, allowing for arbitrary re-arrangement of blocks. It also automates several types of data dependencies that exist between various blocks within the file format.

     

    Yes there is documentation on the net, but none of it explains where the file should be placed.

    The only info I found said "it goes in the python folder". This is a little to vague for my liking, but I extracted it to that folder anyway.

    Whether I like this method or not it does seem to have worked.

     

    So, problem solved!

  13. I've had a recent computer melt-down and had to do a complete reinstall.

    I have all of the necessary Oblivion modding utilities reinstalled and working, with one small hurdle...

     

    ...I, for the life of me, cannot remember where to place the whopping 3 files that make up Niflib. :unsure:

     

    I have done quite a bit of searching but have come up empty-handed.

    Any assistance would be most helpful.

     

    -heavywaters

×
×
  • Create New...