Download Software Heroes 3 Wog Patch 3.59

Heroes

Heroes 3 Wog Hd

Download

19 Feb 2016: Heroes 5.5 RC6, Heroes VII patch 1.7 are out! - read more 13 Jan 2016: Horn of the Abyss 1.4 Available for Download! - read more 17 Dec 2015: Heroes 5.5 update, 1.6 out for H7 - read more.

  1. An install-and-play version of HoMM3: WoG 3.58f, released in October, 2004. This version has become legendary amongst all HoMM3 players, reviving the game and bringing a new stream of modding. Currently, 99% of mods for Heroes of Might and Magic III.
  2. Dec 22, 2013  WoG 3.59 is targeted at new mods. Mods porting is good and may be easy depending on the mod, but if some mods stay in Era it's fine, you can simply play them in Era. New towns support should be a big deal when it's finished in 3.59. WoG 3.59, like Era, is made to host different mods with 'WoG' being one of them.


Zorro
Source
All
27-Mar-2015 11:29
432
exe, zip
74
7 days


(313 Votes )

About Heroes 3 3 52 3 58 te

Inspired by the urban and stylized character designs of today's designer toys; Depicts Superman in DC Comics' New 52 costume; Figure stands 3 3/4 high. Heroes 3 HD Edition Released - read more. Heroes Community Heroes 3.5 - WoG and Beyond. 58 » atmos55: WoG and Beyond. Heroes 3 Maps. The Biggest collection Maps for Heroes of Might and Magic 4(IV), Heroes 5(V) and Heroes 3(III). Latest news, cheat codes, screenshots, walkthroughs. Te Runanganui o Ngati Hikairo ki. 3:52. by GoPro 2,780,860 views. 3:52 Play next; Play now; GoPro Hero 3 Black Edition Slow Motion 240fps Test NO. Viewing Tweets won't unblock @heroes. Favorite 58 Favorited 58. More. Vodafone, Orange, 3, O2: Brazil: 40404: Nextel, TIM: Haiti: 40404: I'm a Hero!! (Sims 3) Ep.52. Don't like this video? Sign in to make your opinion count. Sign in. 37. 58:43 Play next;. discussion forum for Heroes of Might and Magic 2, 3, 4, 5, 6. WoG 3.58 full. Era 1.8 English version. + all TE new triggers (DL, TL, SP). 3 Theme songs; 4 Production;. Nearly a decade after the end of The Legend of the Condor Heroes. starting from episode 27 to 52. Legion of Super-Heroes Vol 3. Legion of Super. (Volume 3) 52; Legion of Super-Heroes. 58; Legion of Super-Heroes (Volume 3) 59; Legion of Super. Heroes 3: In the Wake of Gods. I tried to use earth view and map editor and still can´t find it.. In the Wake of Gods unofficial patch FOR 3.58.


About

This is Alpha, so anything may change in the future.
Team interaction would happen via Skype: sergroj_(my GitHub nickname). Everyone's welcome!WoG 3.59 is going to be a platform hosting different mods, somewhat like Era II in that sense, but different.
Alpha version executable is called WogT1.exe for historic reasons. Executable of final version will be called h3wog.exe as usual.WogDialogs.dll source code can be found in MMExtension source code archive: https://www.dropbox.com/s/91xvgzbchx3h1bc/MMExtensionSrc.rar?dl=1

Installing a release

Extract contents to WoG home folder. Using a folder with clean WoG 3.58 install is preferable. Make sure Data folder doesn't contain these files:
ARTEVENT.TXT
ARTRAITS.TXT
CRANIM.txt
CRTRAITS.TXT
SpTraits.txt
ZCRTRAIT.TXT
ZELP.TXT

Note: If you're building WoG from sources, the only things you'll need from a release is Datap folder and dbghelp.dll file, plus you must get rid of text files mentioned above.

Testing

'info' folder contains descriptions of new 3.59 stuff (and t1.map file for my own debugging convenience). Mods folder contains all scripts, Datas isn't used anymore.
An intermediate version of ERM help is available at https://www.dropbox.com/s/uxoqylpuyh96iei/erm_help_1_Mar_2006.zip?dl=1
Currently no-one is taking care of it.

Saved games from 3.58 are incompatible. From one version of 3.59a to another saves compatibility may break as well.

If WoG happens to hang, don't kill the process. Instead, use this program: https://www.dropbox.com/s/zhf5sdq2e0e7m9t/WindowMan.rar?dl=1
Run it, then switch to WoG window and switch back to the program. It should pick up the window name of WoG. When you see it's correct, press the 'Crash' button. This will make WoG create WOGCRASHDUMP.DMP, WOGCRASHLOG.TXT and WOGERMLOG.TXT files. The program itself will create CrashEIP.txt file in its own folder. Send me all 4 files.

In addition to sending WOGCRASHDUMP.DMP, WOGCRASHLOG.TXT and WOGERMLOG.TXT don't forget to describe what exactly you did that lead to the issue and send the saved game and map if they're relevant.

At some point you may find UnclosedStackLevels.txt file in your WoG folder. Send it to me if you do.

Also, setting No32Bit=0 in [Common] of WoG.ini will let you run WoG windowed in 32-bit screen mode. However, 10-60 minutes into the game it will hang. That's ok, 32 bit mode code is temporary. Baratorch's HD Mod does it much better, so it should be the base of future proper 32 bit mode support.

Building

  • The project is for Visual Studio 2005, Express edition should work fine as well. I haven't tried Express edition, but here are some links:
    http://go.microsoft.com/fwlink/?linkid=57034 (Visual C++ Express)
    http://cplus.about.com/od/learnc/ss/vcpppins.htm (About installation)
    http://www.microsoft.com/en-us/download/details.aspx?id=804 (Service Pack 1, I don't know if the first link includes it or not)

  • Add %HOMMWOGDIR% to environment variables, set it to the path where WoG is installed. Restart VS if it's running.

  • In WoG.ini add these lines:

Done! Now you can build and run the project. Use 'Dll' configugation for debugging. 'Release' configuratin is used for deployment. The t1.map file found in Build folder can help you debug it.

About Code

Heroes 3 Wog Maps

To find code of a receiver (let's say, 'UX'), search in erm.cpp for its name like this: 'UX'.

Internal numbers of triggers are listed after ERM_Triggers table in erm.cpp. To find code that calls a trigger you need to search for its number (use 'Find in Files' in VS).

All new code hooks are in global_hooks.h and global.cpp files as well as Lua files. Old hooks are in _B1.cpp. Don't do hooks the old way!

Heroes 3 Wog Cheat Codes

Note the WogNew project. The reason it's there is because t1b project must be built with optimization turned off, due to functions intermixing C code with Asm. This is also one of the reasons the solution is for VS 2005.

One thing absolutely necessary in coding style is use of tabs, not spaces (set up in Tools -> Options -> Text Editor -> C/C++ -> Tabs -> Keep Tabs).

Heroes 3 Wog Dragonheart Locations

IDA Database

My database of executable can be found at https://www.dropbox.com/s/wl84icfyxz92ns0/Heroes3f.rar?dl=1
I update it very rarely.

Heroes 3 Wog Download

About Git

Wog Heroes 3 Addons

You may want to hide a local folder from Git. E.g. I have a mod with my test scripts. To do so, create .gitignore file in it containing just this: