Register for your free account! | Forgot your password?

Go Back   elitepvpers > Other Online Games > Heroes of Newerth
You last visited: Today at 08:58

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



[Release] HoN Modification Manager *New Patch*

Discussion on [Release] HoN Modification Manager *New Patch* within the Heroes of Newerth forum part of the Other Online Games category.

Reply
 
Old   #1
 
elite*gold: 20
Join Date: Mar 2007
Posts: 1,655
Received Thanks: 2,105
Arrow [Release] HoN Modification Manager *New Patch*

HoN Modification Manager 1.3.3

__________________________________________________

Table Of Contents:

1. About
2. Download
3. Installation & Usage
4. Troubleshooting
5. The .honmod File Format
6. Changelog
7. Special Thanks

__________________________________________________

1. About

What is this?

This is a program designed to remove mod incompatibilities and the need to update mods every new patch. It is also capable of maintaining a list of installed mods which can be enabled/disabled individually and offers an automatic update feature for mods.

What is the downside?


Compatible mods need to come in a format different from the simple resources*.s2z scheme, which is usually a little more work for modders to create. (There are however facilities implemented allowing simple conversion from .honmod to .s2z)
Incompatibilities with ".s2z mods" will persist as well (unless they are converted to the new format).

What does it look like?


Like this: (shown are three example mods)

(click to view full size)

How does it work?


When choosing "Apply Mods" from the program menu the enabled mods are applied to the original files from resources0.s2z and compiled into a single s2z mod named "resources999.s2z".



__________________________________________________

2. Download



__________________________________________________

3. Installation & Usage

To install the program download the zip file linked above containing the program. You can place it anywhere you wish. Linux and MacOS users need to run it.
The program will try to detect the location of your Heroes of Newerth install automatically; if it can't it'll ask you for the folder (usually something like "C:\Program Files\Heroes of Newerth").

To install mods (*.honmod files) put them into the game\mods sub-directory of your HoN install (see below for exact location) or drag them onto the program window (Windows only). Any mod files in that directory that are compatible will automatically show up in the program.
To use installed mods you need to enable them first (e.g. by double-clicking on them), then select "Apply Mods" from the "File" menu. You'll need "Apply Mods" each and every time the game was patched or you have installed/uninstalled/updated any mods. The program will remind you of this.

The default locations for the mods directory are:
Windows: C:\Program Files\Heroes of Newerth\game\mods
Linux: /home/<username>/HoN/game/mods
MacOS: /Applications/Heroes of Newerth.app/game/mods
This directory will be automatically created when you launch the mod manager the first time and can be easily be accessed from the "Open Mod Folder" option in the "File" menu.


Where do I get mods in the correct format?
In the you will find a pretty complete list of all mods that are currently available in the mod manager's format.

__________________________________________________

4. Troubleshooting


__________________________________________________

5. The .honmod File Format


__________________________________________________


__________________________________________________

6. Changelog

Code:
v1.3.3 [25.03.10]: Fixed a cosmetic bug.
v1.3.2 [25.03.10]: Fixed a bug where version requirement strings were found not to be matching when they really were.


v1.3.1 [22.03.10]:

Fixes
=====
- Fixed a crash when a honmod file could not be copied into the mods folder, and replaced it with an error message.
- Fixed a minor internal bug.


v1.3.0 [21.03.10]:

File Format
===========
  <no changes>

User Interface
==============
- Added an option to display version numbers behind the mod names (as was default pre-1.1).
- Displayed mod names can now be edited, and mods are now always sorted by name.
- Fixed "missing required mod" error messages to properly display the mod name and suggest to visit the mod's website for a link to the required mod.
- Multiple mod selection is now possible.
- Cleaner, less cluttered update reports.

Features
========
- .honmod files can now be "opened with" the mod manager, installing them. Added a prompt on first run to register the file type and options to un/register the file type. [file type association is Windows only]
- Added a feature to export selected enabled mods as s2z file. This can be accessed from the context menu ("right-click menu").
- Hopefully added support for the upcoming FE2 user interface overhaul. This only concerns the automatic reminder to re-apply mods after patching.


v1.2.2 [08.02.10]:

Fixes
=====
- Fixed a bug with dependency cycle detection causing it to be over-cautious.


v1.2.1 [26.01.10]:

Fixes
=====
- Fixes two bugs and a spelling mistake introduced in 1.2. The bugs were concerning ignoring of modification compatibility/ordering instructions if they were placed after a non-empty editfile tag and skipping ahead too far when skipping editfile blocks with unfulfilled conditions.


v1.2.0 [18.01.10]:

File Format
===========
- Added <findup/> operation (synonyms seekup and searchup) which searches backwards.
- Added <applyafter name="modasdf" version="3.0"/> directive setting mod application order in case that other mod is enabled as well (and "applybefore", similary).
- Added an optional "condition" attribute to editfile and copyfile which allows the tags to only have effect if a given condition is true. A condition can consist of another mod being enabled or disabled or a boolean expression combining multiple such conditions. See documentation for examples.
- When the source for an operation is given in place (not via the source attribute) and all the content is in a CDATA node, then surrounding whitespace-only text nodes are ignored; this should allow for nicer mod formatting.

User Interface
==============
- When being automatically prompted to apply mods after a patch successful patching will prompt to start HoN.
- Pressing the Return key will toggle the selected mod's enabledness.
- When choosing "Update Mods" without any updatable mods present it'll say so and not just open a blank window; renamed "Update Mods" to "Download Mod Updates".
- All the letters of "Visit Website" should now be part of the link under Linux/MacOS
- Removed "Large Icons" view, renamed "List" to "Vertical List" and "Small Icons" to "Horizontal List"; added a checkmark next to the active view.

Features
========
- Added option to set command line arguments to use when launching HoN.
- When displaying the "String not found" error the first non-empty line of the string is now displayed in the message.
- Any error during mod application now comes with the number of the guilty line in mod.xml.

Fixes
=====
- Fixed a bug with the mod updater where the downloaded new version would become corrupted if its file was smaller than the original version's.
- Fixed several cases of hardcoded backslashes to use normal slashes on unix-based systems which should fix a lot of problems on Linux and Mac OS.
- If a mod's icon cannot be rendered due to missing implementation of that specific format in Mono, it'll no longer crash, but instead ignore the icon.
- "Unapply all mods" now also disables all mods.
- Improved path guessing a bit more.
- Other small fixes and changes.


v1.1.0 [27.11.09]:

File Format
===========
- Added the <findall/> operation tag: applies the following insert, add, replace or delete to all occurrences of the sought string in the file.
- Added attributes updatecheckurl and updatedownloadurl to the modification tag, which specify URLs returning the current mod version in plain text and the current mod file itself, respectively. (only supports HTTP and HTTPS)
- Note that it is strongly recommended to set the mmversion attribute to "1.1" when using either of the format additions above.

User Interface
==============
- Fell back to the default visual style for menus.
- Added the refresh (F5) option as menu entry.
- Added menu entries to change the view mode of the mod list (some may look the same or similar; possibly a few of the options will be removed later).
- Added menu option to open mods folder (also releases all file handles on the mod files).
- Added a context menu to the list view, containing "Enable/Disable", "Check for Updates" and "Delete" (all of which have keyboard shortcuts)
- Added a a command to delete mods directly from the mod manager window (shortcut key: Del)
- Added "unapply all mods" option for people trying to remove their only mod while considering "applying mods" an illogical option.
- Mod versions are no longer cluttering the main list view but are now displayed in the status bar when selecting a mod
- Made some error messages more explanatory; troubleshooting section will be shortened soon!
- Can no longer open multiple instances of the mod manager under Windows.

Features
========
- The long anticipated mod updating features are here! See file format changelog for specifics.
- When a new patch is released users will be reminded to re-apply their mods in HoN's main menu until they do so.
- When launching the mod manager after a new patch has been applied it will suggest to apply mods right away (in case you only started it to do this mandatory reapplying after patches).
- Mod enabled-ness is no longer independent from mod applied-ness! When you open the mod manager only applied mods will be enabled (this information is read from resources999.s2z) and if you don't apply mods after enabling/disabling mods it will prompt you to do so when closing the application.
- Now guesses most common HoN paths on Windows, Linux and Mac; also uses simple heuristics to strip "\game" and "\game\mods" from wrong user-specified paths.
- Now supports retrieving the game version and launching the game on Mac.
- Will now automatically request admin privileges when run on an UAC enabled system!

Fixes
=====
- Incorrect HoN paths are now always properly detected and will cause most functions to disable and the path prompt to appear every time you start the mod manager.
- If multiple mod files with the same mod name are found it will now load the one with the highest version number (previously it loaded the one with the lexicographically smaller file name).
- Incompatibilities are now properly enforced no matter in what order you enabled two incompatible mods when only one of them specifies the incompatibility (only affects visuals, processing was correct before as well).
- Other miscellaneous fixes I forgot about.
- Started commenting the code.

v1.0.3 [30.09.09]: Fixed "Visit Website" linking to wrong websites
                   Fixed some mods not working on Linux due to line break business
                   "game" folder is not created anymore, if it doesn't exist; "mods" folder creation still as before
v1.0.2 [28.09.09]: Fixed ampersands not showing up in the description.
                   Fixed "11/11 mods enabled" field width
                   Added possibility of dropping mod files onto the window to install them (copying them to the game/mods dir)
                   Added option to enter HoN path manually for hidden folder fans.
v1.0.1 [27.09.09]: Features under linux should now match those under Windows. (finding the game path automatically, the "apply mods & run hon" option)
                   Fixed "requirement" and "incompatibility" tags preventing compiling.
                   Window position is now remembered.
v1.0.0 [27.09.09]: Initial release.
__________________________________________________

7. Special Thanks

To theli for miscellaneous .net and vital linux advice.
To MaxGhost for offering a lot of support to people and especially for having converted many many mods to the new format in the big rush in the first hours and days after initial release.
To ss4_link for taking the time to get it working under Mac OS and providing a simple first tutorial for mac users.
To metjm who helped a lot in testing the Mac version, thanks to whom it should not stand back from the Windows and Linux versions.
To Cbrad24 for cleaning up this post.

And to everyone else helping me making this a viable alternative to the s2z mod jungle!
__________________________________________________

Any feedback is welcome!
Attached Files
File Type: rar HoNModMan.rar (103.3 KB, 391 views)
DoubleDTheGreat is offline  
Thanks
7 Users
Old 11/10/2009, 17:03   #2
 
Shiima's Avatar
 
elite*gold: 0
Join Date: Mar 2009
Posts: 2,738
Received Thanks: 570
Sry no Thanks from me. It's Copy past from the Forum.
Shiima is offline  
Thanks
1 User
Old 11/10/2009, 17:52   #3
 
elite*gold: 20
Join Date: Mar 2007
Posts: 1,655
Received Thanks: 2,105
Quote:
Originally Posted by eeeek View Post
Sry no Thanks from me. It's Copy past from the Forum.
Edited, I would never leave a pure copy/paste from another credits without adding my own explanation on each paragraph of the thread, and ofcourse adding credits to the maker is the most necessary thing to do.
Re-Read the thread again, if there is something you mind, let me know.
DoubleDTheGreat is offline  
Thanks
1 User
Old 01/17/2010, 16:26   #4
 
elite*gold: 360
Join Date: Jan 2008
Posts: 1,127
Received Thanks: 522
lol, thanks, its useful to have it here!
D00MR4ZR is offline  
Old 03/11/2010, 10:21   #5
 
elite*gold: 0
Join Date: Mar 2010
Posts: 27
Received Thanks: 2
hehe xD
habba46 is offline  
Old 03/19/2010, 07:25   #6
 
elite*gold: 0
Join Date: Apr 2008
Posts: 124
Received Thanks: 201
Thanks dude
kenzo90 is offline  
Thanks
1 User
Old 03/19/2010, 18:35   #7
 
elite*gold: 0
Join Date: Mar 2010
Posts: 7
Received Thanks: 4
This looks sexy
johnq736 is offline  
Old 03/27/2010, 17:37   #8
 
elite*gold: 360
Join Date: Jan 2008
Posts: 1,127
Received Thanks: 522
Updated thread for new HoN 1.3 and above!
D00MR4ZR is offline  
Thanks
1 User
Old 03/27/2010, 18:23   #9
 
elite*gold: 20
Join Date: Mar 2007
Posts: 1,655
Received Thanks: 2,105
Quote:
Originally Posted by D00MR4ZR View Post
Updated thread for new HoN 1.3 and above!
Thank you.
DoubleDTheGreat is offline  
Old 03/31/2010, 00:01   #10
 
elite*gold: 0
Join Date: Apr 2009
Posts: 1
Received Thanks: 2
Codesoft Password stealer...

dont download it.. its a crypted trojan.. care
frontstorm is offline  
Thanks
2 Users
Old 04/16/2010, 20:24   #11
 
elite*gold: 0
Join Date: Apr 2010
Posts: 9
Received Thanks: 0
does not work with windows 7 for me, tried to set compatibility to windows xp and run as admin and still same problem

i get a box saing HoN_Modman.exe has stopped working
Winbdows can check online for a solution to the problem
-> Check online for a solution and close the program
-> Close the program
View problem details ( when i clik on it)
Problem signature:
Problem Event Name: APPCRASH
Application Name: HoN_ModMan.exe
Application Version: 0.0.0.0
Application Timestamp: 4bae273d
Fault Module Name: ntdll.dll
Fault Module Version: 6.1.7600.16385
Fault Module Timestamp: 4a5bdb3b
Exception Code: c0000005
Exception Offset: 00022272
OS Version: 6.1.7600.2.0.0.256.1
Locale ID: 1033
Additional Information 1: c8ea
Additional Information 2: c8ea160de408bda65c852ddaaabd634f
Additional Information 3: c058
Additional Information 4: c0582d8004a25e79e6c8e6a4411d5adc

Read our privacy statement online:


If the online privacy statement is not available, please read our privacy statement offline:
C:\Windows\system32\en-US\erofflps.txt
msoliman_85 is offline  
Old 10/06/2010, 04:09   #12
 
elite*gold: 0
Join Date: Oct 2010
Posts: 1
Received Thanks: 0
Quote:
Originally Posted by frontstorm View Post
Codesoft Password stealer...

dont download it.. its a crypted trojan.. care
it has a trojan inside it.

just detected.

DONT DOWNLOAD IT !!

CARE
zenci37 is offline  
Old 01/14/2011, 12:43   #13
 
Chibinaruto_xD's Avatar
 
elite*gold: 0
Join Date: Oct 2009
Posts: 744
Received Thanks: 87
Quote:
Originally Posted by opqr193 View Post
we Replica Brand Coachin china. we offer good Brand Catprice for bulk order.Save Big on Designer . 110% Lowest Price Guarantee. High quality & Great price Get More.Top quality and committed service prove our strive for excellence.
#Reported.

Spamm.
Chibinaruto_xD is offline  
Old 02/12/2011, 13:33   #14
 
elite*gold: 0
Join Date: Sep 2010
Posts: 5
Received Thanks: 0
and this is for wut ? wer imma suppose to download other mods ?
levin_klein22 is offline  
Old 02/14/2011, 14:49   #15
 
elite*gold: 0
The Black Market: 103/0/0
Join Date: Feb 2011
Posts: 4,226
Received Thanks: 676
Quote:
Originally Posted by levin_klein22 View Post
and this is for wut ? wer imma suppose to download other mods ?
maybe use google Hon modifications? u will find a lot
☻Smile☻ is offline  
Reply


Similar Threads Similar Threads
Invisible (mit Nyamochkas Item manager) Patch #19
07/02/2010 - S4 League Hacks, Bots, Cheats & Exploits - 19 Replies
Benötigte Programme : http://www.elitepvpers.com/forum/s4-league-hacks-b ots-cheats-exploits/626673-item-manager-thread-rel oaded.html Item Manage von Nyamochka Also, um trotz der Tatsache das die Funktion im Hack nichtmehr integriert ist, Invisible zu sein, müsst ihr wie folgt vorgehen :



All times are GMT +1. The time now is 08:58.


Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2024 elitepvpers All Rights Reserved.