Search found 51 matches

by Vinevi
16 Nov 2024, 19:23
Forum: Might and Magic
Topic: [M&M7 Mod] Real Portraits v0.7 - Looksmaxxing Edition
Replies: 2
Views: 413

Re: Portrait project - Might & Magic VII

Anubis wrote: 10 Nov 2024, 23:26 This is amazing work! Great job!

I never liked the default MM7 NPC portraits -- they looked so goofy. These are way better. Good job!
Thank you!

Version 0.6 is out

Edit: v0.7 is out, more elves!
by Vinevi
13 Nov 2024, 12:32
Forum: Might and Magic
Topic: GrayFace MM7 Patch v2.5.7 [Mar 4, 2022]
Replies: 553
Views: 13080110

Re: GrayFace MM7 Patch v2.5.7 [Mar 4, 2022]

Hello! New in version 2.5: [+] Now you can climb steep mountains, like you used to when the game came out, unless ClimbBetter=0. I have tested the game with real hardware, according to the recommended CPU (Intel Pentium 200 MHz) climbing is not possible. It only works on faster CPUs and since they w...
by Vinevi
09 Nov 2024, 12:17
Forum: Might and Magic
Topic: [M&M7 Mod] Real Portraits v0.7 - Looksmaxxing Edition
Replies: 2
Views: 413

[M&M7 Mod] Real Portraits v0.7 - Looksmaxxing Edition

Might & Magic VII portraits repainted. https://raw.githubusercontent.com/alpacanox1/mm7-portraits/refs/heads/main/example.jpg During development of Might & Magic VII the team switched to rendering portraits with CGI instead of using stock images, unlike in the previous installment. That chan...
by Vinevi
24 Apr 2021, 15:37
Forum: Might and Magic
Topic: [MM6] Toggle UI Script
Replies: 17
Views: 7009

Re: [MM6] Toggle UI

Added a new script which allows to zoom the camera while in-game
by Vinevi
18 Apr 2021, 20:41
Forum: Might and Magic
Topic: [MM6] Toggle UI Script
Replies: 17
Views: 7009

Re: [MM6] Script to remove UI

Change this line in the script:
function Keys.F12(t)
To something like:
function Keys.F5(t)
or
function Keys.O(t)

Regarding the Hello World example it can be found here:
https://grayface.github.io/mm/ext/ref/#Hello-world!

Debug menu was just to verify that MMExtension is running
by Vinevi
18 Apr 2021, 18:35
Forum: Might and Magic
Topic: [MM6] Toggle UI Script
Replies: 17
Views: 7009

Re: [MM6] Script to remove UI

MMExtension might be outdated if it was installed prior. Or some other program is bound to F12 so the game is unable to use it. So you can try altering F12 to F1-F11.
Try running other scripts from Script/General directory, like Hello World example to confirm that everything is set up correctly.
by Vinevi
18 Apr 2021, 15:48
Forum: Might and Magic
Topic: [MM6] Toggle UI Script
Replies: 17
Views: 7009

Re: [MM6] Script to remove UI

Does console appear if pressing ctrl+f1?
Filename should be something like uitoggle.lua
by Vinevi
18 Apr 2021, 14:48
Forum: Might and Magic
Topic: [MM6] Toggle UI Script
Replies: 17
Views: 7009

Re: [MM6] Script to remove UI

Update: the script now shows UI when not rendering 3D view (in houses, inventory and such)
by Vinevi
18 Apr 2021, 11:33
Forum: Might and Magic
Topic: [MM6] Toggle UI Script
Replies: 17
Views: 7009

Re: [MM6] Script to remove UI

Yes, the directory should be in M&M 6 folder once MMExtension is installed
by Vinevi
11 Apr 2021, 19:40
Forum: Might and Magic
Topic: [MM6] Toggle UI Script
Replies: 17
Views: 7009

Re: [MM6] Script to remove UI

Update: The script now allows to toggle UI on the fly in-game
https://www.youtube.com/watch?v=DgH5LyHebWI
by Vinevi
11 Apr 2021, 15:24
Forum: Might and Magic
Topic: [MM6] Toggle UI Script
Replies: 17
Views: 7009

[MM6] Toggle UI Script

preview https://i.imgur.com/s5sdjyj.png Description The script helps with video capture and taking screenshots in Might and Magic VI. It removes parts of the UI present on the game screen allowing the 3D view to take up the entire screen. Instructions Install MMExtension Go to the Scripts/General d...
by Vinevi
11 Apr 2021, 15:09
Forum: Might and Magic
Topic: [MM6] Chaos Mod - Random events during gameplay
Replies: 2
Views: 3227

[MM6] Chaos Mod - Random events during gameplay

preview: https://www.youtube.com/watch?v=b1At7PMXbWc Description The idea of the mod is to run various random events during gameplay, based on a timer, turning the game into a chaotic experience. Goals Saving compatibility Branching code depending on the version of the game More events For now this ...
by Vinevi
06 Oct 2020, 15:06
Forum: Might and Magic
Topic: MMExtension v2.2 + MMEditor v2.1 Level Editor [June 4, 2019]
Replies: 938
Views: 532651

Re: MMExtension v2.2 + MMEditor v2.1 Level Editor [June 4, 2019]

Objects are imported relatively to the scene so the best way to deal with it will be to export the entire map into a 3D editor and then position objects based on it. Or to move the object manually in MMEditor after it is imported.
by Vinevi
03 Oct 2020, 11:30
Forum: Might and Magic
Topic: GrayFace MM7 Patch v2.5.7 [Mar 4, 2022]
Replies: 553
Views: 13080110

Re: GrayFace MM7 Patch v2.4 [Sep 17, 2019]

(Not related to the patch, just a bug in the game). Learning spells while in the spellbook crashes the game. The crash itself only seems to happen if the spell image wasn't seen previously.
https://www.youtube.com/watch?v=rdahV3yigKM
by Vinevi
16 Aug 2020, 17:56
Forum: Might and Magic
Topic: MMExtension v2.2 + MMEditor v2.1 Level Editor [June 4, 2019]
Replies: 938
Views: 532651

Re: MMExtension v2.2 + MMEditor v2.1 Level Editor [June 4, 2019]

That will be a really nice addition. In theory it can be done by just appending all extra tables to the main one while the game is loading in a similar way as the bin files are generated, but I know nothing about how the patch works so can't be sure. I remember that the 2D locations are accessed by ...
by Vinevi
16 Aug 2020, 13:01
Forum: Might and Magic
Topic: MMExtension v2.2 + MMEditor v2.1 Level Editor [June 4, 2019]
Replies: 938
Views: 532651

Re: MMExtension v2.2 + MMEditor v2.1 Level Editor [June 4, 2019]

Is there any way to extend data tables using similar approach as with patch LODs? For example if I were to add a single custom monster I will need to replace the entire tables, which could've been modified prior as well, breaking compatibility with the other mods. By extending I mean creating a sepa...
by Vinevi
28 Jun 2020, 14:25
Forum: Might and Magic
Topic: MMExtension v2.2 + MMEditor v2.1 Level Editor [June 4, 2019]
Replies: 938
Views: 532651

Re: MMExtension v2.2 + MMEditor v2.1 Level Editor [June 4, 2019]

For me it turned out that portals are too big of a deal for almost nothing. I mean the performance doesn't seem to drop too badly, probably unless going for a really huge map and automap being revealed right away is alright. So the object mode seems fine as for now. I have made a small sample map us...
by Vinevi
22 Jun 2020, 19:03
Forum: Might and Magic
Topic: MMExtension v2.2 + MMEditor v2.1 Level Editor [June 4, 2019]
Replies: 938
Views: 532651

Re: MMExtension v2.2 + MMEditor v2.1 Level Editor [June 4, 2019]

As it stands for now, rooms generation is a problematic step in any workflow, you also need to create portals at the same time. Quake does use portals and rooms, so I wonder if output from its BSP generation step could be used. Will it be sufficient to just mark all room entrances with box shapes t...
by Vinevi
15 Jun 2020, 19:16
Forum: Might and Magic
Topic: MMExtension v2.2 + MMEditor v2.1 Level Editor [June 4, 2019]
Replies: 938
Views: 532651

Re: MMExtension v2.2 + MMEditor v2.1 Level Editor [June 4, 2019]

What does it mean for MMEditor? Trenchbroom exports objects as a set of segments / brushes. That means that room import will not work since every wall will be considered a separate room. It also makes it difficult to move complex objects after import. Merging things together using some software as ...
by Vinevi
13 Jun 2020, 16:41
Forum: Might and Magic
Topic: MMExtension v2.2 + MMEditor v2.1 Level Editor [June 4, 2019]
Replies: 938
Views: 532651

Re: MMExtension v2.2 + MMEditor v2.1 Level Editor [June 4, 2019]

The new .mtl feature works great! Vertical offsets I was exploring on how the game interprets vertical texture offsets and I am trying to figure out this behavior: https://i.imgur.com/g0eCs8Y.png Can it be limitation of the engine or it's just 2 engines interpreting offsets in a different way? Befor...

Go to advanced search