Banner
 
::: Home
::: News
::: Suchfunktion
:::
 
::: Übersicht
::: Charakter
::: Ausrüstung
::: Dwemerkunde
::: Karten
::: Addons
::: Patches
::: Offizielle Websites
::: Fansite-Links
 
::: Tutorials
::: Tool Links
::: Resourcenlinks
::: PMM Mod-Resourcen
::: NIBLE Tool
 
::: deutsche Plugins
::: englische Plugins
::: Plugins installieren
::: Plugins einreichen
::: Plugin Links
:::
Top Downloads DV
:::
Top Downloads EV
:::
Neueste Plugins
 
::: f. e. handvoll Erz (dv)
::: Hunter Mod (dv&ev)
::: HomeSweetHome(dv)
::: X-mas 2002 (dv)
::: Stargate (dv)
::: Ghostpub
::: Lösungen
Donnerstag, 18. April 2024

::: Welcome To The Home Of The PlanetMorrowind Modders :::

NIBLE V0.4 English Description
Geschrieben von Garak   
24.05.2005

The NetImmerse Block Editor (short: NIBLE) is a tool to edit *.nif 3d-meshfiles as used by the CRPG TES3: Morrowind by Bethesda Softworks.Image The NIBLE analyses the block structure of the files (hence the name Block Editor) and allows to edit some properties of identified data blocks.

See some of the features at work on the Tutorial Page.

Please also visit the Dokumentation Wiki!

Caution: This tool is still in a very early state of developement and is provided as is, with no warrenty of any kind. Always use copies of your data when using NIBLE.

Download Release Build V04: 205 KB. This is no longer recommended! have a look at the Daily Builds instead!!
The newest working editions of the upcoming release Version - the V05 DBs - are the first editions which offer basic Oblivion functionality as well as lots of new stuff for Morrowind. Find them here: Daily Builds

Suggestions and bug reports may be sent to garak@code-garak.de . Please note that the tool is primaly intended to aid the team of the PlanetMorrowindModders in their effort to create the total conversion Tales of Naour - Rebirth of the Shadow God, so while feature requests are welcome, i can't promise to find the time.

Homepage of this tool is www.pmm-projects.de. Feel free to offer it on other sites, but keep this readme file included.This is freeware with no commercial intention at all.

Installation

No Installation required. The program may ask for the installation of an updated Java Virtual Machine.

Usage

The structure of loaded NIF-files is displayed in a hierarchical tree view. Select blocks in the tree to view and, if fitting for that particular kind of block, edit details. Additional functions concerning the whole file can be accessed in the Tools Menu.

Please note: there are no standard warnings included yet, so be carefull what button you might press.

Editable block properties:
  • Scale of nodes and trishapes. You can't edit the scale of the topmost node, since Morrowind will overwrite that value. Use the "! wrap for scaling"-tool instead.
  • None-uniform scaling and mirroring of mesh data
  • X, Y and Z positions of nodes and trishapes. Same restriction to topmost node as above. Caution: all coordinates are in the local system of that node!
  • Rotation of NiNodes and Trishapes - guess what? - no editing of the topmost Node. Surprise!
  • Creatures Bounding Box- dimensions can be altered
  • Nodes can be hidden. This is an easy way to remove parts that are not needed from a mesh. Because the hidden parts are only disabeled, but still in memory, it's not yet cleared how much impact on performance is caused by hidden mesh parts.
  • Nodes can be converted to RootColisionNodes, which allows to have partly colliding models
  • Nodes can be converted to Billboard Nodes which automatically face the camera
  • Filenames of textures linked in NiSourceTexture-blocks
  • Coloring, shinyness and opacity of material blocks. Note that opacity only takes effect if the material in question has a NiAlphaProperty which is set to an 8 bit Alpha type. Shinyness and hence specular color seems to be not implemented by Bethesda, it's only displayed in the SceneImmerse viewer.
  • Vertex colors can be removed or tinted
  • Transparency can be added and the calculation method of it can be changed.
  • You can add glow textures
  • If some trishapes in the mesh share the same texture reference, a separate new reference can be inserted.
  • Particle lifetime, emission rate and speed, grow/fade and Gravity behaviour can be changed
Included tools:

Attention: ! marks tools that have a good chance of destroying the file structure if unidentified blocks are around.

  • ! Merge any Nif File to any NiNode or NiBsAnimationNode
  • Strip texture paths: Remove path information and trailing zeros from mesh files generated by the Milkshape exporter done by the NIFLA ( http://games.groups.yahoo.com/group/NIFLA/ )
  • ! wrap for scaling: Creates a base NiNode embracing the current file. Allows to scale the whole model since Morrowind will overwrite the Scaling of the new base node and leaves the scaling of the old base effective.
  • Texture Manager - well, the first bit of a simpler Interface - lists all textures in the file and allows to edit the filelinks and browse for others.
Known Issues:
  • wrapping a file will nullify the collision information (defaults to colision active) - fix will be implemented in one of the next editions
  • Nible might display an empty window if the graphic card drivers are set to force antialiasing
Version History

V0.4

Added features:

  • merging of files to any NiNode or NiBSAnimationNode
  • Mirroring of Trishapes
  • Reversion of vertex order (flips normals)
  • Non-Uniform scaling of NiTrishapes.
  • complete removal of vertex colors; change of vertex colors to equivalent grey, Tinting of vertex colors
  • Edit some more particle Parameters, including NiGravity - carefull: don't allways work as expected
  • Convert Nodes to Billboard Nodes which automatically face the camera

Block definition changes:

  • Improved Definition of NiParticleController, decodes most of the tables and some of the parameters now, makes particles work with !-Functions
  • added NiTrishapeData - editing features see above
  • Added NiRotatingParticlesData - no editing up to now
  • Added NiBSAnimationNode, allows to handle more creatures
  • Added NiBillboardNode
  • Improved Definition of NiGravity

Internal Changes:

  • filled unused datafields with null, should decrease memory usage

Fixes:

  • Data Cut error corrected. Only known occurrence: light_dwrv_neon00.nif, but might have affected other, too. Thanks to Lurlock for reporting

Known bugs:

  • Display of rotation values incorrect. Please note: input of a SINGLE ROTATION VALUE gives correct result when original values were 0,0,0 - no matter what's displayed!

V0.3

Added features:

  • Edit grow and fade parameters at beginning and end of particle lifetime.
  • Add Glowmaps
  • Add aditional texture references
  • edit Rotation data in nodes and Trishapes
  • edit creature's bounding boxes

Block definition changes:

  • Added NiStringExtraData - only linking to next block included for compatability reasons, block function still unclear
  • Added Particle chaining methods, but still do not work correctly with !-funktions
  • Added NiGrowFade particle property
  • Fixed BoundingBox-specific part of NiNode
  • Added NiKeyframeController, allows to !-Edit animated files

Interface Improovements:

  • added simple texture managing dialogue for whole file
  • Tree grouping algorithm redone. It now works alot better with Nifs whichs blocks are not sorted hierarhically and displays seemingly unlinked blocks seperately

Fixes

  • various issues with saving dialog and Drag&drop corrected
  • Works now with most creatures

V0.2

Added features:

  • * Insert transparency to any Trishape
  • Change mode of transparency (1/8Bit, Z-Buffer quality, additive/blending)
  • Set translation values

Block definition changes:

  • Added NiSpecularProperty w/o editing (seems to be not implemented in Morrowind)
  • Added NiSkinInstance and NiSkinData - should allow physiqued meshes to be handled with ! functions.
  • Added basic recognition of particle systems (incomplete)
  • Added Trishape-flag display for NiNode

Interface Improovements:

  • added Quicksave Button
  • added file dialog browsing and Drag&drop for texture files
  • added (very basic) F.A.Q.
  • added Drag&Drop of NIFfiles from windows explorer to the tree window

V0.1 First public release

Added features:

  • * Wrapper for scaling * Block description text * Hide Node option
  • * Material color editing
  • * Collision Node conversion

Block definition changes:

  • * added NiMaterialProperties incl. editing features.
  • * added NiAlphaProperties without editing features.
  • * added RootColisionNode

Fixes:

  • * removed usage of borland-specific subclasses
  • * specified higher requirements for installed JVM
  • * added check for RootCollosionNode (would have crashed on importing e.g. flora_bush.nif)

V0.05 First internal proof of concept release

Special thanks go out to...
  • ... the people of NIFLA, who provided lots of empirically gained information on the NIF-Format without which this wouldn't have been possible.
  • ...the Planet Morrowind Modders, especially MadMaxx and Naturzauberer who provided me with example files
  • ...Borland for the free JBuilder Foundation.
  • ...Rodrigo Reyes for the JSmooth executable wrapper for Jar files.
  • ...Bethesda Softworks for my most favourite waste of time, the TES CS.
 
 
::: Impressum
::: Kontakt
 
::: PMM-Projects Network
::: Morrowind&Oblivion Forum
::: Planet Oblivion
::: PMM IRC Chat
::: NIBLE Doku-Wiki
:::
Besucher: 1507889
 
..: Zufallsscreen :..
 
::: Preview Artikel
::: Preview Screenshots
:::
 
::: PMM-Team
::: Jobs
:::
 
:::Arbeiten Ruhen derzeit...
 
Derzeitiger Zustand der TES-Moddingszene:
 
Bottom
::: Home | ::: News | ::: Suchfunktion |
"The Elder Scrolls", "Morrowind" und weitere verwandte Begriffe sind eingetragene Markenzeichen von Bethesda Softworks.
Alle Rechte an Grafiken etc. bei Bethesda.
Generated in 0.15815 Seconds