Search found 6 matches
- 15 Aug 2023, 15:03
- Forum: Might and Magic
- Topic: M&M Modding Wiki
- Replies: 4
- Views: 537
M&M Modding Wiki
Me and eksekk started on a M&M modding wiki some time ago, url: https://mmmodding.miraheze.org/wiki/Main_Page Anyone should be able to add new stuff to it. I am personally limited on what I can contribute but I have added as much as I can to try to help the modding community. Please anyone with ...
- 07 May 2023, 14:55
- Forum: Might and Magic
- Topic: MMExtension v2.2 + MMEditor v2.1 Level Editor [June 4, 2019]
- Replies: 909
- Views: 411168
Re: MMExtension v2.2 + MMEditor v2.1 Level Editor [June 4, 2019]
I have been looking around for quite a bit for this but not found anything. Is it possible to add a new tileset (a 4th tileset)? If I just copy-paste the Tile3.txt and name it Tile4.txt in the Data/Tables folder, it is not recognized in the MMEditor. I looked alittle in the lua code and it seems lik...
- 26 Jan 2023, 16:53
- Forum: Might and Magic
- Topic: [WIP] Outdoor map
- Replies: 6
- Views: 1645
Re: [WIP] Outdoor map
https://i.postimg.cc/XqLR7pVy/Akana08.png https://i.postimg.cc/4dTq6zy9/Akana06.png https://i.postimg.cc/ryj34RkD/Akana09.png Some more progress. Also I have a question. The plant I have added in the last image. Can I fix the billboard to a specific direction and not always face the player. Or is t...
- 23 Jan 2023, 20:41
- Forum: Might and Magic
- Topic: [WIP] Outdoor map
- Replies: 6
- Views: 1645
Re: [WIP] Outdoor map
Continued on the town part:

You can see the tavern to the right and the great lighthouse in the middle

You can see the tavern to the right and the great lighthouse in the middle
- 22 Jan 2023, 16:59
- Forum: Might and Magic
- Topic: [WIP] Outdoor map
- Replies: 6
- Views: 1645
[WIP] Outdoor map
Insipired by neutonm and his Custom Dungeon Mod & outdoor mapping.
I started messing round with a outdoor map. Thought I would share my progress.



I started messing round with a outdoor map. Thought I would share my progress.



- 17 Oct 2022, 16:37
- Forum: Might and Magic
- Topic: MMExtension v2.2 + MMEditor v2.1 Level Editor [June 4, 2019]
- Replies: 909
- Views: 411168
Re: MMExtension v2.2 + MMEditor v2.1 Level Editor [June 4, 2019]
I have recently been trying to add a new Skill in the game. But without luck. I added my skill in: - ConstAndBits.lua - evt.lua - Class Skills.txt - Class Starting Skills.txt - Skilldes.txt (in EnglishT.lod) Not sure what I am missing. But when I try to set it in-game with `Party[0].Skills[39] = 1`,...