Difference between revisions of "How To Back-Rev Your Plugin"
Jump to navigation
Jump to search
m
TESSource to TESDB
imported>ElPolloAzul m (spelling misnomer) |
imported>Lhammonds m (TESSource to TESDB) |
||
Line 16: | Line 16: | ||
Here are five ways to back-rev the internal number of your plugin. | Here are five ways to back-rev the internal number of your plugin. | ||
# Use [http://www. | # Use [http://www.tesdb.com/files/file.php?id=11680 ESPcracker] (RECOMMENDED) - Double-click ESPcracker.exe and select the ESP file. You can easily determine which version it is currently set to and easily set it to either version. | ||
# Use [http://wrye.ufrealms.net/ Wrye Bash] by right-clicking the ESP file and choosing Make 0.8. | # Use [http://wrye.ufrealms.net/ Wrye Bash] by right-clicking the ESP file and choosing Make 0.8. | ||
# Use [http://www. | # Use [http://www.tesdb.com/files/file.php?id=8665 TES4Gecko] - Open the ESP plugin with the edit description tool, then update to save the plugin which reverts the internal version automatically to 0.8. | ||
# Use [http://www. | # Use [http://www.tesdb.com/files/file.php?id=11343 Tes4plusplus] to revert the plugin version. | ||
# Use a hex editor. Open the ESP plugin with a hex editor and on the second line (offsets 18H to 1DH).<br>Change '''0C 00 00 00 80 3F''' to '''0C 00 CD CC 4C 3F'''. | # Use a hex editor. Open the ESP plugin with a hex editor and on the second line (offsets 18H to 1DH).<br>Change '''0C 00 00 00 80 3F''' to '''0C 00 CD CC 4C 3F'''. | ||
==References== | ==References== | ||
[http://www. | [http://www.tesdb.com/tutorials/tutorial.php?id=68 TESSource Tutorial]<br> | ||
[http://www.bethsoft.com/bgsforums/index.php?showtopic=705629 The Elder Scrolls Forum] | [http://www.bethsoft.com/bgsforums/index.php?showtopic=705629 The Elder Scrolls Forum] | ||