Converts a range of cells to a single Nif. Requires Niflib. Textures are not generated
License
Yacoby/CellToNif
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
master
Could not load branches
Nothing to show
Could not load tags
Nothing to show
{{ refName }}
default
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code
-
Clone
Use Git or checkout with SVN using the web URL.
Work fast with our official CLI. Learn more about the CLI.
- Open with GitHub Desktop
- Download ZIP
Sign In Required
Please sign in to use Codespaces.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching Xcode
If nothing happens, download Xcode and try again.
Launching Visual Studio Code
Your codespace will open once ready.
There was a problem preparing your codespace, please try again.
==================================================================== CellToNif ==================================================================== Name: CellToNif Author(s): Jacob Essex (aka Yacoby) Version: 0.1 Last Updated: July 08 ==================================================================== LICENSE AND COPYRIGHT ==================================================================== See licence.txt ==================================================================== INTRODUCTION ==================================================================== These programs allow you to convert a cell to a nif ==================================================================== INSTALLATION INSTRUCTIONS ==================================================================== Extract the files to your data files directory. ==================================================================== USING THE SOFTWARE ==================================================================== This is a comand line program, and you need to use the terminal to use the program. However, if you right click on the file called ctn.bat (or just c2n). It should be a window with a cog on it, After rightclicking, click edit. Delete the lines, and add in: CellToNif "fileName" x y Where filename is the file you want to load cx is the x position of the cell cy is the y position of the cell So it would look something like this: CellToNif "mod.esp" 3 -6 If you want to export multiple cells, you need to add in another couple of arguments, and that is the CellToNif "mod.esp" x1 y1 x2 y2 So x1 and y1 are the lowest grid positions And x2 and y2 are the highest grid positions The program will then export a box, from x1,y1 to x2, y2 So another example of what we could put in c2d is CellToNif "mod.esp" 5 -5 8 2 Which exports all the landscape from (5, -5) to (8, 2) For those that know how to use a CLI: CellToNif "data file" lowerx lowery [upperx] [uppery] ==================================================================== TEXTURES ==================================================================== If you are stuck as to what textures to use, you can use the output from MGE ==================================================================== CONTRIBUTORS ==================================================================== PirateLord
About
Converts a range of cells to a single Nif. Requires Niflib. Textures are not generated
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published