Difference between revisions of "Template:Lutana NVSE Plugin Status"

From Nexus Mods Wiki
Jump to: navigation, search
(new template)
 
 
(5 intermediate revisions by the same user not shown)
Line 17: Line 17:
 
== Detail ==
 
== Detail ==
 
<onlyinclude>
 
<onlyinclude>
Currently (March 2017), the "Lutana NVSE Plugin" is being merged into the "JIP NVSE Plugin" following it's removal from the Nexis site.  Until that merge is published, the latest version of Lutana (which no longer supports the old method of reporting it has been loaded: "GetLNVersion" function) can be downloaded from [http://www.gribbleshnibit.com/lutana this Lutana "temporary" authorized location].  The NVSE function "GetPluginVersion" will be needed from now on.  You may need to search the web for older versions (any prior to v19.0) that remain compatible with older mods until they are updated.
+
<div name="Simulated code box" class="boilerplate metadata" id="Warning Notice"
 +
style="margin:0px 10px 10px 10px; border:1px dashed #DAA520; color: lightgray; background-color:#424242; padding:3px;"
 +
/* Remove the next four 'white-space' lines to restore default white-space processing. */
 +
white-space: pre-wrap;      /* css-3 */
 +
white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
 +
white-space: -pre-wrap;      /* Opera 4-6 */
 +
white-space: -o-pre-wrap;    /* Opera 7+ */
 +
word-wrap: break-word;      /* Internet Explorer 5.5+ */
 +
">
 +
: As of 21 March 2017, the "Lutana NVSE Plugin" has been merged into the [http://www.nexusmods.com/newvegas/mods/58277/? JIP LN NVSE Plugin] (version 40.0 and later) following Lutana's removal from the Nexis site.  The merge has the following compatibility features:
 +
:* All the functions retain their original names and the same opcode-IDs as they had in Lutana.
 +
:* Calling ''GetPluginVersion "lutana_nvse"'' will now return the loaded JIP LN main version (int).
 +
:* Similarly, calling the old ''GetLNVersion'' function (now aliased ''GetJIPLNVersion'') will now return the loaded JIP LN full version (float).
 +
: Therefore, it is NOT necessary to modify and/or re-compile any scripts/conditions using Lutana functions (with some limited exceptions - mod creators should review the "Notes", in the pinned first post of the "JIP LN NVSE Plugin" download page comments).
 +
</div>
 
</onlyinclude>
 
</onlyinclude>
  
Line 30: Line 44:
 
* [[#Fallout_NV_Mod_Conflict_Troubleshooting|Fallout NV Mod Conflict Troubleshooting]]
 
* [[#Fallout_NV_Mod_Conflict_Troubleshooting|Fallout NV Mod Conflict Troubleshooting]]
  
[[Category:New_Vegas]]
+
[[Category:New_Vegas]] [[Category:New_Vegas_Templates]]

Latest revision as of 06:30, 15 November 2018


Overview

This template is so it may be included in several instances in the article "Fallout NV Mod Conflict Troubleshooting".

Programs and Tools

  • A plain text editor like Windows Notepad.

Detail


References

Nexus wiki articles referred to by this article:

Nexus wiki articles that refer to this article: