Skip to content
Snippets Groups Projects
Commit f2541b42 authored by Tazpn's avatar Tazpn
Browse files

0.2.12

      -----
    o Installer
      - Add nifgmax shortcut on desktop option
    o Exporter
      - Controller parentage change in Animation export
      - Fix bug where child node has parent set twice resulting in error.
parent d55beec2
No related branches found
No related tags found
No related merge requests found
MaxPlugins 0.2.11
MaxPlugins 0.2.12
================
......@@ -33,6 +33,14 @@
Change log
----------
0.2.12
-----
o Installer
- Add nifgmax shortcut on desktop option
o Exporter
- Controller parentage change in Animation export
- Fix bug where child node has parent set twice resulting in error.
0.2.11 (Experimental Release)
-----
o All
......@@ -42,7 +50,7 @@
- Introduce build for max 4.2
o Exporter
- Introduce bhkRigidBody export for Box
- Fix bhkRigidBody export for Box
0.2.10
-----
......@@ -268,6 +276,13 @@
Please remove the following when upgrading to 0.2.6 or later release:
MaxNifImport.dli, NifExport.dle, NifProps.dlu, NifFurniture.dlu
gmax notes:
NifPlugins.dlu goes in gmax\plugin folder
MaxNifTools.ini goes in gmax\plugCFG folder
nifgmax.exe goes in gmax folder where gmax.exe is located.
You must start gmax with the nifgmax.exe, NOT the gmax.exe.
Usage
-----
......
......@@ -81,6 +81,13 @@ Source: "Staging\x64\Release - Max 9\MaxNifTools.ini"; DestDir: "{localappdata}{
;Source: "src\*"; DestDir: "{reg:HKLM\SOFTWARE\Bethesda Softworks\Oblivion,Path|{pf}{\}Bethesda Softworks\Oblivion}\Data\niftools"; Components: "src"; Flags: ignoreversion recursesubdirs;
[Icons]
Name: "{commondesktop}\nif-gmax"; Filename: "{code:InstallPath|gmax12}\nifgmax.exe"; Components: "gmax12"; Tasks: desktopicon; WorkingDir: "{code:InstallPath|gmax12}"; Flags: createonlyiffileexists;
[Tasks]
Name: desktopicon; Description: "Create shortcut for nifgmax on Desktop"; Components: "gmax12";
[Code]
var sVersion: String;
i: Integer;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment