Tools: Difference between revisions

From Heroes 3 wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
(25 intermediate revisions by 2 users not shown)
Line 1: Line 1:
*[https://github.com/algorithminflux/homamiii-db github.com/algorithminflux/homamiii-db]
==algorithminflux/homamiii-db==
*[https://github.com/andryunin/h3m github.com/andryunin/h3m]
Heroes of Might and Magic 3 Database Using MySQL
*[https://github.com/brandshub/Heroes3ResourceManager github.com/brandshub/Heroes3ResourceManager]
*[https://github.com/algorithminflux/homamiii-db algorithminflux/homamiii-db]
*[https://github.com/cysun/Heroes3Editor github.com/cysun/Heroes3Editor]
*[https://github.com/Dergash/h3m-sorter github.com/Dergash/h3m-sorter]
*[https://github.com/drevoborod/homm3map_locator github.com/drevoborod/homm3map_locator]
*[https://github.com/josch/lodextract github.com/josch/lodextract]
*[https://github.com/minexew/h3explorer github.com/minexew/h3explorer]
*[https://github.com/potmdehex/homm3tools github.com/potmdehex/homm3tools]
*[https://github.com/RoseKavalier?tab=repositories github.com/RoseKavalier?tab=repositories]
*[https://github.com/Verokster/HeroesGL github.com/Verokster/HeroesGL]
*[https://github.com/Verokster/SimpleAsiPatcher github.com/Verokster/SimpleAsiPatcher]
*[https://grayface.github.io grayface.github.io]
*[https://www.heroes3assist.com/index.php/changelog heroes3assist.com]<noinclude>


==andryunin/h3m==
Simple parser for Heroes of Might and Magic III map format. Currently can extract info about map name, description, difficulty, size, subterranean presence and minimal required game version (to be continued, see TODO).
*[https://github.com/andryunin/h3m andryunin/h3m]
==AutoWikiBrowser==
AutoWikiBrowser (AWB) is a semi-automated MediaWiki editor designed to make tedious or repetitive editing tasks quicker and easier. It is a .NET desktop application which includes a browser that follows a user-generated list of pages to modify, presenting changes to implement within each of those pages, then progressing to the next page in the list once the changes are confirmed or skipped by the user. When set to do so, it suggests some changes (typically formatting) that are generally meant to be incidental to the main change.
*[https://en.wikipedia.org/wiki/Wikipedia:AutoWikiBrowser AutoWikiBrowser]
==brandshub/Heroes3ResourceManager==
Heroes Of Might And Magic III Resource Viewer/Editor
*[https://github.com/brandshub/Heroes3ResourceManager brandshub/Heroes3ResourceManager]
==chyvonomys/h3m==
Experimental just-for-fun parser for Heroes of Might and Magic III map files (*.h3m) written in rust with nom parser combinators. Supports RoE/AB/SoD formats. Partial save support, very basic ASCII map layout preview.
*[https://github.com/chyvonomys/h3m chyvonomys/h3m]
==cysun/Heroes3Editor==
Heroes of Might and Magic 3 (HoMM3) Savegame Editor
*[https://github.com/cysun/Heroes3Editor cysun/Heroes3Editor]
==Dergash/h3m-sharp==
C# implementation of .h3m parser
*[https://github.com/Dergash/h3m-sharp Dergash/h3m-sharp]
==Dergash/h3m-sorter==
Instrument for managing large archives of Heroes of Might and Magic 3 maps
*[https://github.com/Dergash/h3m-sorter Dergash/h3m-sorter]
==drevoborod/homm3map_locator==
Utility for locating and moving Heroes of might and Magic 3 map files basing on map's size.
*[https://github.com/drevoborod/homm3map_locator drevoborod/homm3map_locator]
==dusanmilosavljevic1624/homm3-calc==
HoMM3 Damage Calculator
*[https://github.com/dusanmilosavljevic1624/homm3-calc dusanmilosavljevic1624/homm3-calc]
==fizmig==
There are many separate resources dedicated to describing the Physics of the World of Heroes, but no matter how hard you want, it is extremely difficult to find an information source that can definitely be classified as a reference manual. This work does not claim to be original and is the result of a compilation of various official (Player's Manual) and unofficial (forums and websites) sources dedicated to describing the inner world of the game.
*[https://vk.com/fizmig fizmig]
==FreeHeroes==
FreeHeroes is a free engine for Heroes of Might and Magic 3, similar to VCMI project.
*[https://github.com/mapron/FreeHeroes mapron/FreeHeroes]
==grayface tools==
[https://grayface.github.io grayface tools]
===mmarchive===
Fully-featured M&M and Heroes 3 archives editor. Supports all archive types except ".hwl".
===lod tool===
Script-based command-line tool for working with Might and Magic and Heroes 3 archives.
===def preview===
Shows .def files, lets you extract frames and make a def-list for Def Tool.
===def tool===
Lets you create .def files. It can also help with editing interface pictures.
===txt edit===
Txt tables editor for Heroes 3 and M&M.
===fnt editor===
An old program for editing Heroes 3 and M&M fonts.
==heroes3assist==
Application to assist players.
*[https://www.heroes3assist.com/index.php/changelog heroes3assist]
==HeroesProjects/h3mapper==
Tool to manipulate map and campaign files from Heroes of Might and Magic 3
*[https://github.com/HeroesProjects/h3mapper HeroesProjects/h3mapper]
==HoMM3 Template Vault==
A Vault of H3 RMG templates mantained by Makiki.
*[https://makiki99.github.io/h3templates HoMM3 Template Vault]
==josch/lodextract==
extract files from heroes of might and magic 3 lod archives
*[https://github.com/josch/lodextract josch/lodextract]
==lehazyo/homm3-messages==
Tool to imitate Heroes of Might and Magic III message popup
*[https://github.com/lehazyo/homm3-messages lehazyo/homm3-messages]
==lekzd/h3m-map-convertor==
Converts h3m map files to json
*[https://github.com/lekzd/h3m-map-convertor lekzd/h3m-map-convertor]
==minexew/h3explorer==
Content browser for Heroes of Might and Magic III
*[https://github.com/minexew/h3explorer minexew/h3explorer]
==neunato/homm3-unpacker==
Parse file formats used by Heroes of Might and Magic III in node.js or modern browsers.
*[https://github.com/neunato/homm3-unpacker neunato/homm3-unpacker]
*[https://neunato.github.io/homm3-unpacker online demo]
==potmdehex/homm3tools==
Tools and libraries for Heroes of Might and Magic III
*[https://github.com/potmdehex/homm3tools potmdehex/homm3tools]
==radekmie/h3mapgen==
An attempt to build a comprehensive map generator for Heroes of Might and Magic III
*[https://github.com/radekmie/h3mapgen radekmie/h3mapgen]
==Radomiej/homm3map-to-json==
.h3m to json converter
*[https://github.com/Radomiej/homm3map-to-json Radomiej/homm3map-to-json]
==RoseKavalier plugins/tools==
Various plugins and tools for Heroes 3.
*[https://github.com/RoseKavalier?tab=repositories RoseKavalier plugins/tools]
== sake12/HotA-editor ==
An app to edit the HotA.dat file.
*[https://github.com/sake12/HotA-editor sake12/HotA-editor]
==tomchen/mmarch==
Command line tool to handle (extract, replace, compare resources and more) Heroes of Might and Magic 3 and Might and Magic 6, 7, 8 resource archive files (e.g. lod files)
*[https://github.com/might-and-magic/mmarch tomchen/mmarch]
==vcmi/vcmi==
Open-source engine for Heroes of Might and Magic III
*[https://github.com/vcmi/vcmi vcmi/vcmi]
*[[VCMI Project]]
==Verokster tools==
Various tools and patches.
*[https://archive.org/details/verokster Verokster tools]
==w4kfu/read_lod==
Read .lod file from heroes3
*[https://github.com/w4kfu/read_lod w4kfu/read_lod]
<noinclude>
== See also ==
== See also ==
*[[Creature portraits]]
*[[Creature portraits]]
Line 20: Line 138:
*[[Unused content]]
*[[Unused content]]


[[Category:Contributor Resources]]
[[Category:Contributor resources]]
</noinclude>
</noinclude>__NOTOC__

Latest revision as of 20:00, 31 January 2024

algorithminflux/homamiii-db[edit]

Heroes of Might and Magic 3 Database Using MySQL

andryunin/h3m[edit]

Simple parser for Heroes of Might and Magic III map format. Currently can extract info about map name, description, difficulty, size, subterranean presence and minimal required game version (to be continued, see TODO).

AutoWikiBrowser[edit]

AutoWikiBrowser (AWB) is a semi-automated MediaWiki editor designed to make tedious or repetitive editing tasks quicker and easier. It is a .NET desktop application which includes a browser that follows a user-generated list of pages to modify, presenting changes to implement within each of those pages, then progressing to the next page in the list once the changes are confirmed or skipped by the user. When set to do so, it suggests some changes (typically formatting) that are generally meant to be incidental to the main change.

brandshub/Heroes3ResourceManager[edit]

Heroes Of Might And Magic III Resource Viewer/Editor

chyvonomys/h3m[edit]

Experimental just-for-fun parser for Heroes of Might and Magic III map files (*.h3m) written in rust with nom parser combinators. Supports RoE/AB/SoD formats. Partial save support, very basic ASCII map layout preview.

cysun/Heroes3Editor[edit]

Heroes of Might and Magic 3 (HoMM3) Savegame Editor

Dergash/h3m-sharp[edit]

C# implementation of .h3m parser

Dergash/h3m-sorter[edit]

Instrument for managing large archives of Heroes of Might and Magic 3 maps

drevoborod/homm3map_locator[edit]

Utility for locating and moving Heroes of might and Magic 3 map files basing on map's size.

dusanmilosavljevic1624/homm3-calc[edit]

HoMM3 Damage Calculator

fizmig[edit]

There are many separate resources dedicated to describing the Physics of the World of Heroes, but no matter how hard you want, it is extremely difficult to find an information source that can definitely be classified as a reference manual. This work does not claim to be original and is the result of a compilation of various official (Player's Manual) and unofficial (forums and websites) sources dedicated to describing the inner world of the game.

FreeHeroes[edit]

FreeHeroes is a free engine for Heroes of Might and Magic 3, similar to VCMI project.

grayface tools[edit]

grayface tools

mmarchive[edit]

Fully-featured M&M and Heroes 3 archives editor. Supports all archive types except ".hwl".

lod tool[edit]

Script-based command-line tool for working with Might and Magic and Heroes 3 archives.

def preview[edit]

Shows .def files, lets you extract frames and make a def-list for Def Tool.

def tool[edit]

Lets you create .def files. It can also help with editing interface pictures.

txt edit[edit]

Txt tables editor for Heroes 3 and M&M.

fnt editor[edit]

An old program for editing Heroes 3 and M&M fonts.

heroes3assist[edit]

Application to assist players.

HeroesProjects/h3mapper[edit]

Tool to manipulate map and campaign files from Heroes of Might and Magic 3

HoMM3 Template Vault[edit]

A Vault of H3 RMG templates mantained by Makiki.

josch/lodextract[edit]

extract files from heroes of might and magic 3 lod archives

lehazyo/homm3-messages[edit]

Tool to imitate Heroes of Might and Magic III message popup

lekzd/h3m-map-convertor[edit]

Converts h3m map files to json

minexew/h3explorer[edit]

Content browser for Heroes of Might and Magic III

neunato/homm3-unpacker[edit]

Parse file formats used by Heroes of Might and Magic III in node.js or modern browsers.

potmdehex/homm3tools[edit]

Tools and libraries for Heroes of Might and Magic III

radekmie/h3mapgen[edit]

An attempt to build a comprehensive map generator for Heroes of Might and Magic III

Radomiej/homm3map-to-json[edit]

.h3m to json converter

RoseKavalier plugins/tools[edit]

Various plugins and tools for Heroes 3.

sake12/HotA-editor[edit]

An app to edit the HotA.dat file.

tomchen/mmarch[edit]

Command line tool to handle (extract, replace, compare resources and more) Heroes of Might and Magic 3 and Might and Magic 6, 7, 8 resource archive files (e.g. lod files)

vcmi/vcmi[edit]

Open-source engine for Heroes of Might and Magic III

Verokster tools[edit]

Various tools and patches.

w4kfu/read_lod[edit]

Read .lod file from heroes3

See also[edit]