View Single Post
Old 03-04-2005, 11:28 PM   #8 (permalink)
Ninquenor
Junior Member
 
Join Date: Jan 2005
Posts: 27
Send a message via ICQ to Ninquenor
Default

Ini's aren't anything except data that is utilized by the executable. In this case it appears that the programmers used a case sensitive function to get the BSE's filename. If it were me, and they probably just forgot (you how that goes), I would've converted the ini's BSE string to lowercase before doing the lookup, and I would've done the lookup on lowercase strings (i.e., catalog all my Gondor_CastleNE, Gondor_CastleSE, etc., as lowercase listings to match against).

But that's neither here nor there. The point is this apparently works, so let's take it and run with it.

Take care.
Ninquenor is offline   Reply With Quote