Bug #1191
Case sensitivity of Flags folder
100%
Description
I have added some Flags to my own folder in GameData (KSP_Install/GameData/myflags/flags) but they don't show up in the flag selection. After a few minutes of confusion i figured out that the folder must have a uppercase F (KSP_Install/GameData/myflags/Flags).
Just a rename later the flags show up in the flag selection.
To reproduce:
1. just rename the flags folder in GameData/Squad/Flags to GameData/Squad/flags.
2. start the KSP, and start a new Game.
3. look at the flag selection ... no more vanilla flags.
I think you will have the same problem with the other folder like Parts, Sounds, ...
My guess is that there is just a simple string compare for the path checks.
This could be resolved just by adding a ToLower() to both sides (strings) of the string compare.
History
#1 Updated by Ted over 11 years ago
- Category set to Parts
- Severity changed from Low to Very Low
#2 Updated by Squelch over 9 years ago
- Platform Win32 added
- Platform deleted (
Windows)
#3 Updated by TriggerAu over 8 years ago
- Status changed from New to Needs Clarification
#4 Updated by Claw over 8 years ago
- Status changed from Needs Clarification to Confirmed
- % Done changed from 0 to 10
- Platform Windows added
- Platform deleted (
Win32)
Confirmed, 1.1.3
#6 Updated by sal_vager about 8 years ago
- Status changed from Confirmed to Resolved
- % Done changed from 10 to 100
This is fixed in 1.2
#7 Updated by JPLRepo about 8 years ago
- Status changed from Resolved to Closed