byvar / raymap

Map viewer/editor for OpenSpace games (e.g. Rayman 2, 3, Arena, Tonic Trouble)
81 stars 11 forks source link

Trying to export any map causes unity to close. #10

Closed unbelievableflavour closed 3 years ago

unbelievableflavour commented 3 years ago

Hi! So I was trying to export some maps from Raymap. (I'm creating a Rayman 2 VR game. If you guys want to help that's awesome too.)

I can view the maps in unity just fine but the program closes whenever I'm trying to run export. I really need a map export so please help me! It occurs during a rayman 2 (PC) export from installed files from GOG.

Just noted disabling some lines in the exporter makes it run.

ExportTextures(exportDirectoryTextures);
//ExportMaterials(exportDirectoryMaterials, exportDirectoryLevels);
//ExportFamilies(exportDirectoryFamilies);
//ExportAIModels(exportDirectoryAIModels);
//ExportEntryActions(exportDirectoryGeneral);
ExportTextTable(exportDirectoryGeneral);
//ExportScene(exportDirectoryLevels);

Memory maybe? Any idea what else could be wrong?

unbelievableflavour commented 3 years ago

I checked with the devs. Apparently this feature isn't doing what I thought it was doing. Closing this.