GithubHelp home page GithubHelp logo

heroes3editor's Introduction

This repository is fork from cysun/Heroes3Editor.

Heroes of Might and Magic 3 (HoMM3) Savegame Editor

Well, I want to learn Windows Presentation Foundation (WPF) by doing a project, and I recently got back into playing HoMM3 after discovering the wonderful HoMM3 HD Mod. With all the real-life responsibilities these days, I can no longer bear the tedious part of the game, thus this savegame editor to make it a little easier.

Usage and Features

Download the latest binary release zip file (e.g. Heroes3Editor-v1.0.zip) from the Releases section. Unzip it to anywhere on your hard drive then run Heroes3Editor.exe (no installation necessary).

Open a savegame file (.CGM for Campaign game save or .GM1 for Single Scenario game save), search for a hero by name. You may search the same hero multiple times to locate multiple instances of the hero in the same savegame file. Once a hero is found, you can edit the following:

  • Primary skills (i.e. Attack, Defense, Spell Power, and Knowledge)
  • Secondary skills and skill levels
  • Spells
  • Creature stack type and amount
  • War machines (i.e. Ballista, Ammo Cart, First Aid Tent, and Cannon in HotA)
  • Equipped artifacts

Support Horn of the Abyss (HotA) savegames as of Version 1.0.

Known Issues

Combination Artifacts (e.g. Cloak of the Undead King) and spell scrolls are not supported. The program may crash if you try to edit a hero equipped with a combo artifact or a spell scroll.

About Savegame File Format

HoMM3 Savegame is supposed to be a GZip file, but all the tools/libraries either fail to unzip it or complain about CRC error:

In particular, SharpZipLib can unzip it but will raise a CRC exception, which in some cases will stop halfway through uncompression. This is the reason why I included part of SharpZipLib 1.2.0 source code in this project -- it's the part that deals with GZip but with the line raising CRC exception commented out.

Acknowlegement

Screenshot

Screenshot

heroes3editor's People

Contributors

cysun avatar freakysevenup avatar shuvava avatar qa-jderochie avatar minyiediaz avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.