UnofficialCrusaderPatch / extension-maploader

Extension for the UCP framework to load .map files and .sav files
0 stars 0 forks source link

Map names are not parsed in full #1

Open Krarilotus opened 3 weeks ago

Krarilotus commented 3 weeks ago

Tested: Map named Brothers's Strife didn't get loaded from map loaders folder Issue: Map would load just fine if inserted normally in maps folder After removing the ' in the name, the game loads the maps just fine -> All other maps in that folder also didn't get loaded as it was top on the list -> No error was thrown in the dev console with Default logging, even tho this is breaking functionality

Ideally, the map loader would load maps that have any names imaginable as the game would.

gynt commented 3 weeks ago

Can you run Crusader with --ucp-verbosity 10 --ucp-console-verbosity 10 --ucp-console and logFileAccess: true set in the config for the files module? You can post the logs here.

gynt commented 2 weeks ago

Cannot reproduce, placed Craggy Cliffs'2.map inside a plugin/resources folder and it loaded fine

image

gynt commented 2 weeks ago

@Krarilotus @CrusaderPilaw

CrusaderPilaw commented 4 days ago

Maybe it's the map description? I added texts to each map. The don't get shown in Extreme anyway, so not sure.