Skip to content

Commit

Permalink
Update the valid form ID range for light plugins in Skyrim SE and Fal…
Browse files Browse the repository at this point in the history
…lout 4
  • Loading branch information
JonathanFeenstra committed Dec 7, 2023
1 parent d5c5170 commit 89013e4
Show file tree
Hide file tree
Showing 13 changed files with 29 additions and 17 deletions.
2 changes: 1 addition & 1 deletion LOOT-Warning-Checker/CheckerPlugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def description(self) -> str:
return self.__tr("Checks for LOOT warnings.")

def version(self) -> mobase.VersionInfo:
return mobase.VersionInfo(1, 3, 0, 1, release_type=mobase.ReleaseType.CANDIDATE)
return mobase.VersionInfo(1, 3, 0, 2, release_type=mobase.ReleaseType.CANDIDATE)

def requirements(self) -> List[mobase.IPluginRequirement]:
return [mobase.PluginRequirementFactory.gameDependency(games=list(SUPPORTED_GAMES.keys()))]
Expand Down
Binary file not shown.
11 changes: 0 additions & 11 deletions LOOT-Warning-Checker/lib/py_esplugin-0.3.0.dist-info/RECORD

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Metadata-Version: 2.1
Name: py-esplugin
Version: 0.3.0
Version: 0.3.1
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Expand All @@ -19,4 +19,4 @@ Project-URL: repository, https://github.com/JonathanFeenstra/py-esplugin
# py-esplugin
FFI providing [PyO3](https://pyo3.rs) bindings for parts of [esplugin](https://github.com/Ortham/esplugin) for Python.

This package is developed to provide an esplugin FFI for the [LOOT Warning Checker MO2 plugin](https://github.com/JonathanFeenstra/modorganizer-loot-warning-checker). Build instructions can be found in the [PyO3 user guide](https://pyo3.rs/v0.19.2/building_and_distribution.html).
This package is developed to provide an esplugin FFI for the [LOOT Warning Checker MO2 plugin](https://github.com/JonathanFeenstra/modorganizer-loot-warning-checker). Build instructions can be found in the [PyO3 user guide](https://pyo3.rs/v0.20.0/building_and_distribution.html).
11 changes: 11 additions & 0 deletions LOOT-Warning-Checker/lib/py_esplugin-0.3.1.dist-info/RECORD
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
esplugin/__init__.py,sha256=u4TM8FuzcjbB3d9SXn3CBK9PfQ-qPFHw279-0aY0dpM,115
esplugin/__pycache__/__init__.cpython-311.pyc,,
esplugin/esplugin.cp311-win_amd64.pyd,sha256=yFL8VHFNKqPWbCIIZBG3AokU9QEf-c_hPnqdUffbujc,510464
py_esplugin-0.3.1.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4
py_esplugin-0.3.1.dist-info/METADATA,sha256=aAuLS6tzyVOgeomH_PH0NYSzuX7JblI5DPEtb98n9MM,1214
py_esplugin-0.3.1.dist-info/RECORD,,
py_esplugin-0.3.1.dist-info/REQUESTED,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
py_esplugin-0.3.1.dist-info/WHEEL,sha256=8UgI5KAmXf-BQ9MXMR0oS8W2awO8vZwNahUMKQueP5A,95
py_esplugin-0.3.1.dist-info/direct_url.json,sha256=n02SYtI7km0ECLEacziS7oTSRSuugM5vCfszCbqIbpA,349
py_esplugin-0.3.1.dist-info/license_files/LICENSE,sha256=jOtLnuWt7d5Hsx6XXB2QxzrSe2sWWh3NgMfFRetluQM,35147
py_esplugin-0.3.1.dist-info/license_files/LICENSE,sha256=jOtLnuWt7d5Hsx6XXB2QxzrSe2sWWh3NgMfFRetluQM,35147
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"archive_info": {"hash": "sha256=eefbd67bea690fea438efda46de72e15d22ed8f8b872bf10b8ca91598fadc52d", "hashes": {"sha256": "eefbd67bea690fea438efda46de72e15d22ed8f8b872bf10b8ca91598fadc52d"}}, "url": "file:///C:/Development/Projects/MO2%20Plugins/modorganizer-loot-warning-checker/LOOT-Warning-Checker/lib/py_esplugin-0.3.1-cp311-none-win_amd64.whl"}
3 changes: 1 addition & 2 deletions LOOT-Warning-Checker/tools/LOOT/Warnings.py
Original file line number Diff line number Diff line change
Expand Up @@ -178,8 +178,7 @@ def __init__(self, pluginName: str) -> None:
"Using this plugin will cause irreversible damage to your game saves."
)
self.fullDescription = (
f"{self.shortDescription}<br><br>The valid FormID range for ESL plugins is <b>FExxx800-FExxxFFF</b> "
"in Skyrim Special Edition and <b>FExxx001-FExxxFFF</b> in Fallout 4. If this plugin was uploaded in this "
f"{self.shortDescription}<br><br>If this plugin was uploaded in this "
"state, the error should be reported to the author."
)

Expand Down
13 changes: 13 additions & 0 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,19 @@
"DataPath": [
"data/LOOT Warning Checker"
]
},
{
"Version": "1.3.0-rc2",
"Released": "2023-12-07",
"MinSupport": "2.5.0",
"MaxSupport": "2.5.0",
"DownloadUrl": "https://github.com/JonathanFeenstra/modorganizer-loot-warning-checker/releases/download/v1.3.0-rc2/LOOT-Warning-Checker-v1.3.0-rc2.zip",
"PluginPath": [
"LOOT-Warning-Checker"
],
"ReleaseNotes": [
"Update the valid form ID range for light plugins in Skyrim SE and Fallout 4 via esplugin"
]
}
]
}

0 comments on commit 89013e4

Please sign in to comment.