Difference between revisions of "How To Back-Rev Your Plugin"

New domain name for the web site
imported>Qazaaq
m (tesdb -> tesnexus)
imported>Lhammonds
(New domain name for the web site)
 
(4 intermediate revisions by 3 users not shown)
Line 1: Line 1:
==Overview==
==Overview==
With the release of the Construction Set 1.2, all .esp plugin files now require at least Oblivion 1.1.511 or higher. This is due to the internal version number of the plugin now being set to 1.0. The original version of the CS created plugins with an internal number of which 0.8 and did not require Oblivion to be patched for it to work.
With the release of the Construction Set 1.2, all .esp plugin files now require at least Oblivion 1.1.511 or higher. This is due to the internal version number of the plugin now being set to 1.0. The original version of the CS created plugins with an internal number of 0.8 and did not require Oblivion to be patched for it to work.


If the mod that you created does not use the new functions offered in the official patch 1.1 or 1.2, then you can remove the requirement from your plugin before you release it to the general public.
If the mod that you created does not use the new functions offered in the official patch 1.1 or 1.2, then you can remove the requirement from your plugin before you release it to the general public.
Line 8: Line 8:
* If your script uses the function called '''ClearOwnership'''
* If your script uses the function called '''ClearOwnership'''
* If your script uses the function called '''GetPlayerInSEWorld'''
* If your script uses the function called '''GetPlayerInSEWorld'''
* If your script uses the function called '''PurgeCellBuffers'''
* If your script uses the function called '''PushActorAway'''
* If your script uses the function called '''PushActorAway'''
* If your script uses the function called '''SetActorsAI'''
* If your script uses the function called '''SetActorsAI'''
Line 23: Line 24:


==References==
==References==
[http://www.tesdb.com/tutorials/tutorial.php?id=68 TESDB Tutorial]<br>
[http://wiki.tesnexus.com/index.php/How_to_back-rev_your_plugin Nexus Wiki Tutorial]<br>
[http://www.bethsoft.com/bgsforums/index.php?showtopic=705629 The Elder Scrolls Forum]
[http://hammondslegacy.com/obmm/tutorial_tes4files.asp LHammonds OBMM How-To Site]


[[Category:Tutorials]]
[[Category:Tutorials]]
[[Category:Tools_Tutorials]]
[[Category:Tools_Tutorials]]
[[Category:Miscellaneous_Tutorials]]
[[Category:Miscellaneous_Tutorials]]
Anonymous user