Jump to content

Resident Evil Mercenaries VS (iOS) - Extracting 3D Models (*.mcms)


Recommended Posts

Posted (edited)

Hello everyone, I would like to ask for help in extracting the 3D models (*.mcms) into any other format. The game was created using the Mascot Capsule EruptionST Engine. I’ve included a *.mcts file, which is the texture file, in case anyone wants to take a look. I would be very grateful if you could help me.

sample files.zip

Edited by Codwai
  • Engineer
Posted (edited)

your *.mcms file is written in blocks. I made a test plugin that opens models as a point cloud. fmt_mcms.py

*(faces are not simple, need to look into them in more detail)

bandicam-2025-01-09-13-13-43-712.gif

Edited by Durik256
  • Thanks 1
Posted
1 hour ago, Durik256 said:

by keyword POSX you can find all meshes, step back 8 bytes and you will get the number of vertices. stride 8 bytes, vertices as signed short

there are also many textures

example of some meshes (point cloud):

bandicam-2025-01-08-20-26-32-568.gif

Hello, thank you for the response. As I don’t have much knowledge in reverse engineering and coding, I’m having trouble understanding how to search for the keyword ‘POSX’ and work with the vertices. If you could guide me more on how to start or suggest any tools, I would greatly appreciate it!

  • Engineer
Posted (edited)

I used the hex viewer HxD, and noesis (python) for quick viewing. You can go to the tutorial topic of this forum to learn more about reverse. Use for example my meshFinder (still in testing), or hex2obj from Shakotay, or ModelResearcher.exe etc.)

Edited by Durik256
Posted
14 hours ago, Durik256 said:

by keyword POSX you can find all meshes, step back 8 bytes and you will get the number of vertices. stride 8 bytes, vertices as signed short

The files from the attached "sample files.zip" do not contain the "POSX" characters.

Did you use other files from the game?

(I did not downloaded the game.)

  • Engineer
Posted (edited)
2 hours ago, Karpati said:

do not contain the "POSX"

You're right. My mistake. I wrote in the wrong topic.

On 1/8/2025 at 12:49 AM, Codwai said:

the 3D models (*.mcms)

there was a mistake, I wrote in the wrong topic. I corrected the first message, but my subsequent answers remained relevant

Edited by Durik256
Posted
9 hours ago, Durik256 said:

there was a mistake, I wrote in the wrong topic. I corrected the first message, but my subsequent answers remained relevant

I understand, thank you for your help, man

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...