generated from emilk/eframe_template
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
66 additions
and
12 deletions.
There are no files selected for viewing
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 |
---|---|---|
@@ -1,17 +1,43 @@ | ||
# Tes3edit-rs | ||
|
||
A small egui-rust ui to quickly edit plugins for The Elder Scrolls III: Morrowind. | ||
A small egui-rust ui to quickly edit plugins for The Elder Scrolls III: Morrowind. | ||
|
||
PRs welcome! Feature requests welcome: <https://github.com/rfuzzo/tes3edit/issues> | ||
|
||
## Features | ||
|
||
- Drag and drop any esp into the editor to open it | ||
- Open multiple esps at the same time | ||
- In-place editing | ||
- Save as patch feature: only save edited records to a new plugin | ||
- Search records by ID | ||
|
||
## TODOs | ||
|
||
- [Critical] New record creation | ||
- [Critical] New plugin creation | ||
- [Critical] Omwaddon support | ||
- [Enhancement] Better search function | ||
- [Enhancement] Dump esp to json/yaml | ||
- [Enhancement] Load json/yaml | ||
- [Epic] Compare plugins | ||
|
||
## Getting started | ||
|
||
### App | ||
|
||
... | ||
|
||
- download the latest release from github: <https://github.com/rfuzzo/tes3edit> | ||
- open `tes3edit.exe` | ||
|
||
### Web | ||
|
||
... | ||
> Unstable! Not feature complete! | ||
- open <https://rfuzzo.github.io/tes3edit/> | ||
- edit esps there | ||
|
||
## Screenshots | ||
|
||
... | ||
![Editor View](/assets/Screenshot%202023-04-14%20154959.png) | ||
|
||
![Drag and drop](/assets/Screenshot%202023-04-14%20155030.png) |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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