c47edit icon indicating copy to clipboard operation
c47edit copied to clipboard

Weapon orientation change after importing different mesh

Open ArchDome opened this issue 1 year ago • 2 comments

Hello! I'm trying to replace the in game weapons with the high res weapons from the laptop briefing screens!

However I'm running into a little issue, when I replace the old mesh with the new one the orientation is different, which has all the guards holding it the wrong way.

I tried using blender to scale up and rotate the model to match the original. However when I import it in, I don't see any difference.

Any ideas on how to fix it? Thanks!

image image

Also, just as a two for one, is it possible to change the mission briefing texts from the laptop.zip? I can find a reference to some kind of string table, but where can I edit this?

Thanks!

image

ArchDome avatar Oct 24 '24 01:10 ArchDome

Hello!

I tried using blender to scale up and rotate the model to match the original. However when I import it in, I don't see any difference.

In Blender, be sure that when rotating/scaling the model, you are in Edit mode (tab key to switch). If you do it in Object mode, then it will only transform the model's origin, not the actual mesh vertices. But you can press Ctrl+A to apply the rotation/scaling to the mesh.

Also, just as a two for one, is it possible to change the mission briefing texts from the laptop.zip? I can find a reference to some kind of string table, but where can I edit this?

I guess it should be in the language files. In <game folder>/Setup/locale.zip there is an XML file with the actual text used in the game.

AdrienTD avatar Oct 24 '24 21:10 AdrienTD

Thanks for the tips! For anyone who is curious: when you make your changes to the XML file and use the default windows .Zip compressor your game might revert back to placeholder strings and ingame audio might be missing. To fix this I compressed the files into .Zip using WinRAR and the changes I made actually showed up this time.

ArchDome avatar Nov 11 '24 19:11 ArchDome