|
Thread: Heroes V Levels[MOD] | This thread is pages long: 1 2 3 4 5 · «PREV / NEXT» |
|
BAD
Promising
Known Hero
|
posted April 23, 2008 12:29 PM |
|
|
|
Warmonger
Promising
Legendary Hero
fallen artist
|
posted April 23, 2008 06:37 PM |
|
|
This mod is compatibile backwards!
When I realized I stil don't have the right version, I downloaded it and launched. When I loaded previously played game and passed the turn, my Nymus instanly gained missing levels up to 40 as he already had enough exp. Now everything works ok I think.
Can't wait for the cap removal so I could mess with this hero even more
|
|
BAD
Promising
Known Hero
|
posted April 24, 2008 12:14 PM |
|
|
Yes, you gained more levels because the experience was reduced like in Heroes III. This is the reason )
____________
|
|
alcibiades
Honorable
Undefeatable Hero
of Gold Dragons
|
posted April 26, 2008 09:14 PM |
|
|
When I extract the .PAK file with WinRAR, I get this message:
Can anyone comment on this?
Choosing to HEAL the file simply deletes it.
____________
What will happen now?
|
|
BAD
Promising
Known Hero
|
posted April 27, 2008 02:20 AM |
|
|
Try with Norton or Avira....I tested with that no threat at all...
If you think are problems, I'll try later to replack using other method to patch a file.
____________
|
|
alcibiades
Honorable
Undefeatable Hero
of Gold Dragons
|
posted April 29, 2008 05:23 PM |
|
|
I don't understand how to get this to work.
First of all, I would like to hear if others have experienced the same malware warning, and if they've found away around it.
Second, how do I apply it? I get the "move file to" part, but the sentence "apply patch" is not very helpful, when Windows is unable to open the file.
____________
What will happen now?
|
|
Warmonger
Promising
Legendary Hero
fallen artist
|
posted April 29, 2008 05:42 PM |
|
|
I don't get what you don't get. Place in in the same folder as H5_Game executable (bin folder) and run mod, then click "apply" which will change the structure of game file.
Or display an error.
If the file doesn't run at all, there must be something *$%$* up with your system. It's just another application and has to at least launch as any other.
|
|
alcibiades
Honorable
Undefeatable Hero
of Gold Dragons
|
posted April 29, 2008 07:40 PM |
|
|
Like I said, I don't get how to "run the mod". If that means double-clicking on the .exe file, something's rotten, because my computer tells me Windows is not able to run this application. If I'm supposed to do something else, I'd like to have it explained.
____________
What will happen now?
|
|
Thane242
Tavern Dweller
|
posted May 04, 2008 04:19 PM |
|
|
Is it possible to make version of this mod for heroes v without hof and tote? 1.5 or 1.6
____________
|
|
cotillion
Hired Hero
|
posted May 04, 2008 05:26 PM |
|
|
If I run this MOD and apply patch (in my TOTE/bin directory) I get this popup-box:
H5_GAME.EXE: missing or already opened!
Don't know why, the file is there and not opened. It's ToTE european version 3.0
|
|
BAD
Promising
Known Hero
|
posted May 07, 2008 12:08 AM |
|
Edited by BAD at 00:10, 07 May 2008.
|
@Thane242
Sadly, I have just Tribes of The East right now, so I can't make any changes for that.
@cotillion
That's very strange...anyway, I been thinking to change the way the exe to be patched in the next releases and hope that will solve the problem.
____________
|
|
Warmonger
Promising
Legendary Hero
fallen artist
|
posted May 12, 2008 09:24 AM |
|
|
How is the progress with this one? When it's likely to be finished?
|
|
BAD
Promising
Known Hero
|
posted May 12, 2008 05:26 PM |
|
Edited by BAD at 16:10, 14 May 2008.
|
I stopped right now the development because of lack of time.
____________
|
|
VokialBG
Honorable
Legendary Hero
First in line
|
posted May 14, 2008 06:40 PM |
|
|
Quote: That's very strange...anyway, I been thinking to change the way the exe to be patched in the next releases and hope that will solve the problem.
Strange, but I have the same problem
____________
|
|
mirthless_one
Tavern Dweller
|
posted May 16, 2008 07:21 PM |
|
|
Can somebody upload already patched exe?, cause i can't patch my version
(it also says that file is missing or already opened)
____________
|
|
Warmonger
Promising
Legendary Hero
fallen artist
|
posted May 17, 2008 08:34 AM |
|
|
Very well, here it is:
H5_Game_11.exe
Name was changed so you don't have to do the backup, just run one or another executable.
|
|
mirthless_one
Tavern Dweller
|
posted May 18, 2008 12:21 AM |
|
|
Quote: Very well, here it is:
[url=http://www.4shared.com/file/47908756/63f78cd3/H5_Game_11.html?dirPwdVerified=e79895e9]H5_Game_11.exe[/url]
Name was changed so you don't have to do the backup, just run one or another executable.
Thanks a lot!
It worked just fine even though i have Russian version!
|
|
BAD
Promising
Known Hero
|
posted June 03, 2008 01:55 AM |
|
Edited by BAD at 08:32, 13 Jun 2008.
|
I hope to have time soon to work on a new version, but I can't promise anything right now
____________
|
|
Warmonger
Promising
Legendary Hero
fallen artist
|
posted June 13, 2008 08:38 AM |
|
|
Very good, here's a quotation from NCF project thread for you:
Quote: Now, time for some technical details!
The framework .exe (H5_Game.NCF.exe) is based on the european edition 3.0 (ToE) executable. The creatures list length has been updated from 180 (B4 00 00 00) to 300 (2C 01 00 00) at two offsets:
1. offset 6C0A50
2. offset 6A91F1
These are the only two changes.
As you can see, the creatures list length is stored in a 4 bytes integer, in little endian (reversed order):
180 is B4 in hexadecimal, which gives "B4 00 00 00"
300 is 012C in hexadecimal, which gives "2C 01 00 00"
500 is 01F4 in hexadecimal, which gives "F4 01 00 00"
10000 is 2710 in hexadecimal, which gives "10 27 00 00"
The current limit is (should be) set at 500. That's all you have to worry about. Let's make the mods compatibile!
BTW, is exp integer? In this case the level would be capped at around 72
|
|
BAD
Promising
Known Hero
|
posted June 13, 2008 04:29 PM |
|
Edited by BAD at 16:30, 13 Jun 2008.
|
So, you want me to create a patch for NCF project too?
____________
|
|
|