Wargus / stargus

Importer and scripts for Starcraft
GNU General Public License v2.0
126 stars 24 forks source link

Is MPQ case-sensitive? There are conflicting cases #23

Closed ElectricPrism closed 1 year ago

ElectricPrism commented 7 years ago

I noticed on the mpqlist.txt https://github.com/Wargus/stargus/blob/master/mpqlist.txt

That some assets are listed lowercase and uppercase, eg:

Glue\ReadyT\ButTerr.pcx Glue\ReadyT\ObjTerr.pcx Glue\ReadyT\P1Terr.pcx Glue\ReadyT\P2Terr.pcx Glue\ReadyT\P3Terr.pcx Glue\ReadyT\P4Terr.pcx Glue\ReadyT\Proj.smk Glue\ReadyT\ProLoop.smk Glue\ReadyT\Start.smk Glue\ReadyT\Starton.smk glue\readyt\TerrFrame.pcx glue\readyt\TerrFrameh.pcx glue\ReadyT\TFrame1.pcx glue\ReadyT\TFrame2.pcx glue\ReadyT\TFrame3.pcx glue\ReadyT\TFrame4.pcx glue\ReadyT\TFrameH1.pcx

Is this formatting "Good"? Or is it not case-sensative, it just seems like a prelude to weird bugs and errors.