sheilan102 / C2M

Tool to export maps from COD Games
GNU General Public License v3.0
46 stars 9 forks source link

MW3 bug #1

Closed max100n1 closed 5 years ago

max100n1 commented 5 years ago

Load a supported CoD Game, then click the paper plane to export loaded BSP data.

Found supported game: Call of Duty: Modern Warfare 3 Loaded Gfx Map - maps/mp/mp_hardhat.d3dbsp Loaded Map - mp_hardhat Vertex Count - 359911 Indices Count - 713205 Surface Count - 11265 Model Count - 3574 Parsing vertex data.... Parsed vertex data in 1,23 seconds. Parsing surface indices.... Parsed indices in 0,01 seconds. Parsing surfaces.... Parsed surfaces in 0,08 seconds. Converting to OBJ.... An unhandled exception has occured: System.ArgumentException: Путь содержит недопустимые знаки. в System.IO.Path.CheckInvalidPathChars(String path, Boolean checkAdditional) в System.IO.Path.GetFileName(String path) в System.IO.Path.GetFileNameWithoutExtension(String path) в Husky.ModernWarfare3.ExportBSPData(ProcessReader reader, Int64 assetPoolsAddress, Int64 assetSizesAddress, String gameType, Action1 printCallback) в F:\cod4 WORK\Softwares\Husky-master\Husky-master\src\Husky\Husky\Games\ModernWarfare3.cs:строка 326 в Husky.HuskyUtil.LoadGame(Action1 printCallback) в F:\cod4 WORK\Softwares\Husky-master\Husky-master\src\Husky\Husky\HuskyUtil.cs:строка 96

sheilan102 commented 5 years ago

I'll look into it.

Edit: Should would with latest release.

max100n1 commented 5 years ago

Everything works fine on the latest release! thank you very much!

TurdSnack commented 5 years ago

Im having this similar issue on MW2 where the tool is referencing some file on the F: drive C2MIssue

sheilan102 commented 5 years ago

I'll look into it.

sheilan102 commented 5 years ago

Im having this similar issue on MW2 where the tool is referencing some file on the F: drive C2MIssue

Fixed & added map entities support for MW2. MW3 support to come later.