h3sed


Nameh3sed JSON
Version 2.1 PyPI version JSON
download
home_pagehttps://github.com/suurjaak/h3sed
SummaryHeroes3 Savegame Editor
upload_time2024-05-24 15:31:12
maintainerNone
docs_urlNone
authorErki Suurjaak
requires_pythonNone
licenseMIT
keywords homm homm3 heroes3 savegame
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            h3sed
=====

h3sed is a Heroes3 Savegame Editor, written in Python.

It opens savegame files from Heroes of Might and Magic III,
allowing to see an overview of all heroes, and edit any and all hero attributes:

- primary skills, like Attack
- other primary attributes, like level, experience points, spell points etc
- war machines, like Ballista
- secondary skills, like Logistics (more than 8 skills can be added)
- artifacts, like Boots of Speed, both worn and inventory items
- spells, like Slow
- army creatures, like Golden Dragons

Attributes can be copied from one hero and pasted to another.

Hero data can be exported as HTML or spreadsheet.

Supports savegames from: Restoration of Erathia, Armageddon's Blade, Shadow of Death, and Horn of the Abyss.

Downloads at https://suurjaak.github.io/h3sed.


Usage
-----

Navigate the file view to Heroes3 games-folder and open a savegame file to edit,
or drag and drop a savegame file onto the program window.

Choose a hero to modify, change attributes to your liking, and save the file.
Changes will be available in Heroes3 after loading the changed savegame.

Attributes from one hero can be copied to clipboard as text,
and pasted onto another hero, overwriting their data.

A timestamped daily backup copy is automatically created of the savegame file, one per day.

![Screenshot](https://raw.githubusercontent.com/suurjaak/h3sed/gh-pages/img/screen.png)

**Warning:** as Heroes3 savefile format is not publicly known,
loaded data and saved results may be invalid and cause problems in game.
This program is based on unofficial information
gathered from observation and online forums.


Installation
------------

Windows: download and launch the latest setup from
https://suurjaak.github.io/h3sed/downloads.html.

Mac/Linux/other: install Python and pip, run `pip install h3sed`.

The pip installation will add the `h3sed` command to path.

Windows installers have been provided for convenience. The program itself
is stand-alone, can work from any directory, and does not need additional
installation. The installed program can be copied to a USB stick and used
elsewhere, same goes for the source code.

If running from pip installation, run `h3sed` from the command-line.
If running straight from source code, open a terminal to `h3sed/src`
and run `python -m h3sed`.


Source Dependencies
-------------------

If running from source code, h3sed needs Python 2.7 or Python 3.6 or higher,
and the following 3rd-party Python packages:
* pyyaml (https://pyyaml.org)
* wxPython 4.0+ (https://wxpython.org)


Attribution
-----------

Knowledge on Heroes3 savegames gathered mostly from Heroes Community forum,
http://heroescommunity.com/viewthread.php3?TID=18817.

Includes a modified version of step, Simple Template Engine for Python,
(c) 2012, Daniele Mazzocchio, https://github.com/dotpy/step.

Contains several icons from Heroes of Might and Magic III, (c) 1999 3DO.

Binaries compiled with PyInstaller, https://www.pyinstaller.org.

Installers created with Nullsoft Scriptable Install System,
https://nsis.sourceforge.net/.


License
-------

Copyright (c) 2020 by Erki Suurjaak.
Released as free open source software under the MIT License,
see LICENSE.md for full license text.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/suurjaak/h3sed",
    "name": "h3sed",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "homm homm3 heroes3 savegame",
    "author": "Erki Suurjaak",
    "author_email": "erki@lap.ee",
    "download_url": null,
    "platform": "any",
    "description": "h3sed\r\n=====\r\n\r\nh3sed is a Heroes3 Savegame Editor, written in Python.\r\n\r\nIt opens savegame files from Heroes of Might and Magic III,\r\nallowing to see an overview of all heroes, and edit any and all hero attributes:\r\n\r\n- primary skills, like Attack\r\n- other primary attributes, like level, experience points, spell points etc\r\n- war machines, like Ballista\r\n- secondary skills, like Logistics (more than 8 skills can be added)\r\n- artifacts, like Boots of Speed, both worn and inventory items\r\n- spells, like Slow\r\n- army creatures, like Golden Dragons\r\n\r\nAttributes can be copied from one hero and pasted to another.\r\n\r\nHero data can be exported as HTML or spreadsheet.\r\n\r\nSupports savegames from: Restoration of Erathia, Armageddon's Blade, Shadow of Death, and Horn of the Abyss.\r\n\r\nDownloads at https://suurjaak.github.io/h3sed.\r\n\r\n\r\nUsage\r\n-----\r\n\r\nNavigate the file view to Heroes3 games-folder and open a savegame file to edit,\r\nor drag and drop a savegame file onto the program window.\r\n\r\nChoose a hero to modify, change attributes to your liking, and save the file.\r\nChanges will be available in Heroes3 after loading the changed savegame.\r\n\r\nAttributes from one hero can be copied to clipboard as text,\r\nand pasted onto another hero, overwriting their data.\r\n\r\nA timestamped daily backup copy is automatically created of the savegame file, one per day.\r\n\r\n![Screenshot](https://raw.githubusercontent.com/suurjaak/h3sed/gh-pages/img/screen.png)\r\n\r\n**Warning:** as Heroes3 savefile format is not publicly known,\r\nloaded data and saved results may be invalid and cause problems in game.\r\nThis program is based on unofficial information\r\ngathered from observation and online forums.\r\n\r\n\r\nInstallation\r\n------------\r\n\r\nWindows: download and launch the latest setup from\r\nhttps://suurjaak.github.io/h3sed/downloads.html.\r\n\r\nMac/Linux/other: install Python and pip, run `pip install h3sed`.\r\n\r\nThe pip installation will add the `h3sed` command to path.\r\n\r\nWindows installers have been provided for convenience. The program itself\r\nis stand-alone, can work from any directory, and does not need additional\r\ninstallation. The installed program can be copied to a USB stick and used\r\nelsewhere, same goes for the source code.\r\n\r\nIf running from pip installation, run `h3sed` from the command-line.\r\nIf running straight from source code, open a terminal to `h3sed/src`\r\nand run `python -m h3sed`.\r\n\r\n\r\nSource Dependencies\r\n-------------------\r\n\r\nIf running from source code, h3sed needs Python 2.7 or Python 3.6 or higher,\r\nand the following 3rd-party Python packages:\r\n* pyyaml (https://pyyaml.org)\r\n* wxPython 4.0+ (https://wxpython.org)\r\n\r\n\r\nAttribution\r\n-----------\r\n\r\nKnowledge on Heroes3 savegames gathered mostly from Heroes Community forum,\r\nhttp://heroescommunity.com/viewthread.php3?TID=18817.\r\n\r\nIncludes a modified version of step, Simple Template Engine for Python,\r\n(c) 2012, Daniele Mazzocchio, https://github.com/dotpy/step.\r\n\r\nContains several icons from Heroes of Might and Magic III, (c) 1999 3DO.\r\n\r\nBinaries compiled with PyInstaller, https://www.pyinstaller.org.\r\n\r\nInstallers created with Nullsoft Scriptable Install System,\r\nhttps://nsis.sourceforge.net/.\r\n\r\n\r\nLicense\r\n-------\r\n\r\nCopyright (c) 2020 by Erki Suurjaak.\r\nReleased as free open source software under the MIT License,\r\nsee LICENSE.md for full license text.\r\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Heroes3 Savegame Editor",
    "version": "2.1",
    "project_urls": {
        "Homepage": "https://github.com/suurjaak/h3sed"
    },
    "split_keywords": [
        "homm",
        "homm3",
        "heroes3",
        "savegame"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "99db8c4e761a8c5a7208da9b76ec57a004cf77549b7918a0a746325d409dcbbd",
                "md5": "a2d03238ea15a38b5bd51de3a02df095",
                "sha256": "eea8df2f20a65b8b5c83e4b5dc696541eeafa159346a3a2c86323dcf785f3275"
            },
            "downloads": -1,
            "filename": "h3sed-2.1-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "a2d03238ea15a38b5bd51de3a02df095",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": null,
            "size": 142431,
            "upload_time": "2024-05-24T15:31:12",
            "upload_time_iso_8601": "2024-05-24T15:31:12.315681Z",
            "url": "https://files.pythonhosted.org/packages/99/db/8c4e761a8c5a7208da9b76ec57a004cf77549b7918a0a746325d409dcbbd/h3sed-2.1-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-05-24 15:31:12",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "suurjaak",
    "github_project": "h3sed",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [],
    "lcname": "h3sed"
}
        
Elapsed time: 0.31684s