MM7 new modding
-
- Peasant
- Posts: 68
- Joined: 16 Aug 2022
Re: MM7 new modding
I thought I'd post some pictures to whet your appetite, and because I haven't posted in a while. The work is going pretty well, the V2 map will be also ready soon.
-
- Peasant
- Posts: 68
- Joined: 16 Aug 2022
Re: MM7 new modding
An unfriendly inhabitant of the snowy landscape. The ice demons made of crystal golems will be familiar, but since I've dealt with them, I've also enhanced their images a bit.
-
- Peasant
- Posts: 68
- Joined: 16 Aug 2022
Re: MM7 new modding
I've had a bit of a rest, but now I'm back on track with the developments. I'm done with the 2nd area of Vori, it will be called 'The Dead Fjords'. I've got the scripting part to do, filling the area with inhabitants, monsters, and a few other things to development. It will be a slow process, but it will happen.
I think the minimap is better than the previous one.. I will slowly grow up to the task.
And then the dilemma now is how much of the new areas to show. I don't want to reveal everything to the public, so that it can be explored in complete obscurity, but I have to show some of it. I'll think about it, but in the meantime here's a preview of an AI visualisation from the game's view. It's pretty accurate compared to the original, and similar in most respects.
I think the minimap is better than the previous one.. I will slowly grow up to the task.
And then the dilemma now is how much of the new areas to show. I don't want to reveal everything to the public, so that it can be explored in complete obscurity, but I have to show some of it. I'll think about it, but in the meantime here's a preview of an AI visualisation from the game's view. It's pretty accurate compared to the original, and similar in most respects.
-
- Peasant
- Posts: 68
- Joined: 16 Aug 2022
Re: MM7 new modding
The final version of 4 maps has been completed, Bracada and Evenmorn have also received a few tweaks and updates.
-
- Peasant
- Posts: 68
- Joined: 16 Aug 2022
Re: MM7 new modding
A few more ideas: snow wolf and elf city guard.
Re: MM7 new modding
This mod looks ridiculously interesting, would be an awesome expansion to the merge. Will this be compatible with it?
-
- Peasant
- Posts: 68
- Joined: 16 Aug 2022
Re: MM7 new modding
For the moment, I don't think so. I'm not doing the merge, but when my mod is done, someone might be able to put it in.
Re: MM7 new modding
I see, other than that your work is simply mindblowing. I'll definitely play it, when you release it. If you need help with models, I would gladly help you. Im a blender guy too (and also an indie gamedev).
-
- Peasant
- Posts: 68
- Joined: 16 Aug 2022
Re: MM7 new modding
Thank you! Well, it would be nice to get on with the release, but that's still a little way off. There are technical problems for now, and I'd much rather be modelling! But thanks for offering your help, I always keep such useful information in mind!
Re: MM7 new modding
What kind of technical problems are there? Crashes?
Also, how do you know what polycount this engine can handle? First thing that came to my mind when I saw your meshes.
Sure thing mate, lemme know if you ever need some help.
Also, how do you know what polycount this engine can handle? First thing that came to my mind when I saw your meshes.
Sure thing mate, lemme know if you ever need some help.
-
- Peasant
- Posts: 68
- Joined: 16 Aug 2022
Re: MM7 new modding
In fact, yes, it is very easy to crash the game. The problem at the moment is that I did it all with ExtMaster (https://github.com/GrayFace/MMExtension) because it was more convenient. Then I downloaded a completely oroginal MM7 as a trial, and used ext2.2 and ext master in the same way (I mean, on another origi MM7).
With both, the game freezes after a minute even though I'm not doing anything but walking around. This is the error message: https://drive.google.com/file/d/1qfBUNi ... sp=sharing
I would be happy if someone could solve this.
Well, there are always problems like that. I'm lucky to get a lot of help with them on this site. And if I'm stuck on something, I'll do something else until it's solved.
With both, the game freezes after a minute even though I'm not doing anything but walking around. This is the error message: https://drive.google.com/file/d/1qfBUNi ... sp=sharing
I would be happy if someone could solve this.
Thanks to the RemoveLimits, the game can handle a lot of polynoms quite well. But I still testing the limits.Strobe wrote: Also, how do you know what polycount this engine can handle? First thing that came to my mind when I saw your meshes.
Well, there are always problems like that. I'm lucky to get a lot of help with them on this site. And if I'm stuck on something, I'll do something else until it's solved.
Re: MM7 new modding
Szóval magyar vagy... nahát, nahát. What a surprise!
I couldn't tell you by this what can cause the problem, since there's multiple error codes, but I guess its something like a memory allocation/leak.
Since most of the dll's are from System32, I think it indicates an overflow of memory allocations.
Exception EAccessViolation in module MMExtension.dll at 00006E08.
Access violation at address 03946E08 in module 'MMExtension.dll'. Read of address FFFFFFF1.
Access Violation: An "Access Violation" error occurs when a program attempts to access a memory location that it's not allowed to access. This can happen for various reasons, such as:
Trying to read or write to a memory address that is reserved for the operating system.
Attempting to access a null or uninitialized pointer.
Accessing memory that has been freed or deallocated.
Accessing memory outside the bounds of an array.
Chatgpt wrote me this.
I couldn't tell you by this what can cause the problem, since there's multiple error codes, but I guess its something like a memory allocation/leak.
Since most of the dll's are from System32, I think it indicates an overflow of memory allocations.
Exception EAccessViolation in module MMExtension.dll at 00006E08.
Access violation at address 03946E08 in module 'MMExtension.dll'. Read of address FFFFFFF1.
Access Violation: An "Access Violation" error occurs when a program attempts to access a memory location that it's not allowed to access. This can happen for various reasons, such as:
Trying to read or write to a memory address that is reserved for the operating system.
Attempting to access a null or uninitialized pointer.
Accessing memory that has been freed or deallocated.
Accessing memory outside the bounds of an array.
Chatgpt wrote me this.
-
- Peasant
- Posts: 68
- Joined: 16 Aug 2022
Re: MM7 new modding
Are you familiar with the dungeon?
Re: MM7 new modding
Are we supposed to recognize it? The general cavern style is a bit like MM6 Abandoned Temple, although it's obviously different (no temple part, for one).
-
- Peasant
- Posts: 68
- Joined: 16 Aug 2022
Re: MM7 new modding
Yeah, yeah, this is Wromthrax's lair. I just renovated / expanded it a "bit".
-
- Peasant
- Posts: 68
- Joined: 16 Aug 2022
Re: MM7 new modding
The problem seems to be solved. I'll post more about the improvements later.
-
- Peasant
- Posts: 68
- Joined: 16 Aug 2022
Re: MM7 new modding
It's been a while since I posted something. There were some major problems, some of them were solved (many thanks to Tomsod!), but there are still some that need to be dealt with.
But this is not meant as a complaining post, quite the opposite! Despite the bugs, I have been able to make very good progress with the improvements. Vori is starting come to life, I'm very close to the end, and I have some new achievements. I've added a new location to the pyramid, so it now rivals the great pyramid of MM6, and I've textured the whole thing up. Still have to divide it into rooms, which is a lot of work, then scripting and placing sprites/monsters. I have my cave complete, which connects Vori to Tatalia. Add 7 new quests for the time being (all with some twist, not just the easiest ones), and halfway done with the modeling of the interior of Vori buildings. I've done completely new textures. Seriously, can't think of how much stuffs I have now, I'll have to count it, but there are a lot of small new content in addition to these.
I've collected 40 pictures to show you how the progress is going, so enjoy the view.
1-4: Little village of Snowhelm, and a small mountain hike with a cave. I will make similar schedules for all the stables and boats, so that they can be better adjusted (and of course because I have also changed them quite a bit).
5-6: Some people in the village are mouthing off.
7-10: Small camp in a valley. The monsters have yet to be imagined there. And new snowy chest texture, I think it's pretty well done.
11-14: The gates are locked at night, there is no going in and out. There's a sound effect when it closes and opens, but I'm too lazy to make a video. There's a magic item shop at the bottom and a snow-topped Golem Factory with some towers. The snowy stone textures are also brand new.
15-16: Some fitting into lore and directions on where not to go the curious traveler (will go there anyway).
17-18: It's all obvious and clear, isn't it?
19-20: Snow-covered Castle and Altar of Wishes also in this mod (never enough puzzles!).
21-24: Now that's a pyramid scheme. The top left picture is one of the exits leading to the Mortuary Temple, but I won't show that (nor many other locations, which looks very impressive, but sorry, I'll only show those once I release the mod).
25-28: Everything you need for an ordinary pyramid: sarcophagi, tombs, secret passages and the SCARAB BEETLE!
29-32: The obelisk was dragged here from the desert by somebody for some reason. Swatopluks look ugly in the Water Temple (do not search, it means nothing). There are still some black holes in some arches and door openings, they are only there because of 'roomification'.
33-36: Well, the Connecting Tunnel (small tribute to MM9). Much-much more detailed than any cave in the MMs, it's full of stalactites and their standing kind. The band of gold ore running along the walls, or white crystals, add light to an otherwise dark cave. The lighting is so well done that I'm thinking of banning the 'Torch Light' spell from the dungeon. These pictures turned out pretty crappy and don't fully capture the original atmosphere, but it would be a shame to spoil it. I'm thinking about it.
37-40: This is the passage leading out of the cave. Or in, from where we're looking. Let's just say I put them in reverse order. We're heading towards now Tatalia, and to the left of the arched tunnel (last picture) is where Wromthrax peeping.
Anyway, merry Christmas folks!
But this is not meant as a complaining post, quite the opposite! Despite the bugs, I have been able to make very good progress with the improvements. Vori is starting come to life, I'm very close to the end, and I have some new achievements. I've added a new location to the pyramid, so it now rivals the great pyramid of MM6, and I've textured the whole thing up. Still have to divide it into rooms, which is a lot of work, then scripting and placing sprites/monsters. I have my cave complete, which connects Vori to Tatalia. Add 7 new quests for the time being (all with some twist, not just the easiest ones), and halfway done with the modeling of the interior of Vori buildings. I've done completely new textures. Seriously, can't think of how much stuffs I have now, I'll have to count it, but there are a lot of small new content in addition to these.
I've collected 40 pictures to show you how the progress is going, so enjoy the view.
1-4: Little village of Snowhelm, and a small mountain hike with a cave. I will make similar schedules for all the stables and boats, so that they can be better adjusted (and of course because I have also changed them quite a bit).
5-6: Some people in the village are mouthing off.
7-10: Small camp in a valley. The monsters have yet to be imagined there. And new snowy chest texture, I think it's pretty well done.
11-14: The gates are locked at night, there is no going in and out. There's a sound effect when it closes and opens, but I'm too lazy to make a video. There's a magic item shop at the bottom and a snow-topped Golem Factory with some towers. The snowy stone textures are also brand new.
15-16: Some fitting into lore and directions on where not to go the curious traveler (will go there anyway).
17-18: It's all obvious and clear, isn't it?
19-20: Snow-covered Castle and Altar of Wishes also in this mod (never enough puzzles!).
21-24: Now that's a pyramid scheme. The top left picture is one of the exits leading to the Mortuary Temple, but I won't show that (nor many other locations, which looks very impressive, but sorry, I'll only show those once I release the mod).
25-28: Everything you need for an ordinary pyramid: sarcophagi, tombs, secret passages and the SCARAB BEETLE!
29-32: The obelisk was dragged here from the desert by somebody for some reason. Swatopluks look ugly in the Water Temple (do not search, it means nothing). There are still some black holes in some arches and door openings, they are only there because of 'roomification'.
33-36: Well, the Connecting Tunnel (small tribute to MM9). Much-much more detailed than any cave in the MMs, it's full of stalactites and their standing kind. The band of gold ore running along the walls, or white crystals, add light to an otherwise dark cave. The lighting is so well done that I'm thinking of banning the 'Torch Light' spell from the dungeon. These pictures turned out pretty crappy and don't fully capture the original atmosphere, but it would be a shame to spoil it. I'm thinking about it.
37-40: This is the passage leading out of the cave. Or in, from where we're looking. Let's just say I put them in reverse order. We're heading towards now Tatalia, and to the left of the arched tunnel (last picture) is where Wromthrax peeping.
Anyway, merry Christmas folks!
Re: MM7 new modding
Looks great, amazing dedication. Merry Christmas
Who is online
Users browsing this forum: Ahrefs [Bot] and 6 guests