-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Tools: replace 'Command-Line Tools' + misc updates
Replaced 'Command-Line Tools' folder of modding tools for 'Multipurpose Plugin Utilities, and added `#Command-line-tools` tag. Reasons: - Command-line tool describes type of user interface for a tool, e.g., GUI tool vs command-line tool, but it doesn't describe their purpose (which can vary wildly). This is more useful as a Tag instead of a folder. - TESTool, a common modding tool, did not neatly fit into any other category. Multipurpose Plugin Utilities now hosts: - Tes3cmd - TESTool - tes3lint - also includes backlinks to Wrye Mash and DeltaPlugin as related tools. --- Populated stubs: - 'merge_kf' - meshoptimizer_bindings - TESTool Moved: - Tes3conv to Version Control Software - Esp-QuickEditor to Low Level Editors Added: - tes3lint
- Loading branch information
1 parent
5cf389b
commit 7ffda08
Showing
23 changed files
with
152 additions
and
72 deletions.
There are no files selected for viewing
Binary file added
BIN
+117 KB
mmw-content/assets/modding-tools/merge-kf/screenshot-of-merge-kf-web-app.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+76.5 KB
...modding-tools/meshoptimizer-bindings/meshoptimizer-bindings-github-og-image.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+19.2 KB
mmw-content/assets/modding-tools/testool/screenshot-of-testool-from-nexus-mods.webp
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
15 changes: 15 additions & 0 deletions
15
mmw-content/modding-tools/multipurpose-plugin-utilities/index.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
--- | ||
title: Multipurpose Plugin Utilities | ||
aliases: | ||
- Multipurpose Plugin Utilities | ||
tags: | ||
- Tes3cmd | ||
- Cleaning-Mods | ||
- TESTool | ||
description: General purpose utilities for analyzing, cleaning and batch-editing plugins. | ||
--- | ||
## General purpose utilities for analyzing, cleaning and batch-editing plugins. | ||
|
||
**Related Tools**: | ||
- [[deltaplugin|DeltaPlugin]] | ||
- [[wrye-mash|Wrye Mash]] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
47 changes: 47 additions & 0 deletions
47
mmw-content/modding-tools/multipurpose-plugin-utilities/tes3lint.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,47 @@ | ||
--- | ||
title: tes3lint | ||
aliases: | ||
tags: | ||
- Conflicts | ||
- Perl | ||
- Command-line-tool | ||
description: | ||
--- | ||
|
||
![[maintenance-expand-article#^6fc39d|clean]] | ||
|
||
## About | ||
|
||
> [!infobox|n-th] | ||
> | ||
> ## Article Title | ||
> | ||
> > [!caption|center wfull txt-s] | ||
> > | ||
> > %%insert image%% | ||
> > | ||
> | ||
> ### Details | ||
> | ||
> | Type | Name | | ||
> | --- | --- | | ||
> | **Links** | [Github (mlox)](https://github.com/mlox/mlox/tree/master/util/tes3lint)<br>[SourceForge](https://sourceforge.net/projects/mlox/files/tes3lint/) | | ||
> | **Requirements** | [Perl](https://www.perl.org/get.html) | | ||
> | **Author** | [John Moonsugar](https://github.com/john-moonsugar) | | ||
**Tes3lint** is a command-line tool by John Moonsugar for checking plugins for potential problems. | ||
|
||
In addition to detecting common problems which are cleaned automatically by other tools, including Moonsugar's other tool [[tes3cmd|Tes3cmd]], tes3lint's features include: | ||
|
||
- Check for implicit dependency on Tribunal/Bloodmoon functions without having them as a master. | ||
- Display duplicate/modified INFO records. | ||
- Detect whether INFO records have had their IDs changed | ||
- Find scripts that do not utilize `MenuMode`. | ||
- Check whether Author/Description/Version fields are missing from plugin header. | ||
|
||
|
||
|
||
## Usage | ||
|
||
Like Moonsugar's other tool [[tes3cmd|Tes3cmd]], it is also written in Perl. However, unlike the former it requires that Perl itself is installed. Tes3lint is run via the command-line, but can also be run through [[wrye-mash|Wrye Mash Polemos Fork]] which features tes3lint support. | ||
|
Oops, something went wrong.