Where are gamelog.txt and save.dat created in windows? src/?
As there is no makefile there I should put init.txt in the same folder, right? It feels weird, as it's not source code
Edit: I've commited the code but still I'm not sure how to do the file thing. Here is a init.txt for those wanting to test:
#Leave this to use [ and ]
pagekeys=brackets
#Uncomment to use . and /
#pagekeys=AZERTY
#Uncomment to use PGUP and PGDOWN
#pagekeys=page
init.txt is not created by the game in Windows. It comes in the game's zip file and lives in the top directory (same as the .exe). I'm a bit surprised, but it doesn't look like it's in the SVN repository.
Here's the init.txt packed with the game's Windows download:
#####################################################################
#####################################################################
## ##
## Configuration File for Liberal Crime Squad ##
## ##
#####################################################################
#####################################################################
#####################################################################
## Interface Options ##
#####################################################################
Change "brackets" to "page" to use pgup/pgdn to scroll in menus.
You might have to try both or fiddle with numloc and the pgup/pgdn
on your number pad to find a combination that works.
Alternatively, replace the word after pagekeys with "AZERTY" to use
the ; and : keys to scroll in menus, specifically designed for the
AZERTY keyboard layout. Note that setting AZERTY here causes the
game to do a number of additional conversions to make the keyboard
input easier, ignoring the effect of capslock on the number keys
(allowing & é " etc to be used in place of their corresponding
numbers) and making '.' and '/' interchangable with ';' and ':'.
pagekeys = brackets
This is a really peripheral file that is irrelevant to most players, which is probably why nobody's ever noticed or mentioned the fact that it doesn't come with the Linux version until now. The file was originally created to let you toggle to the brackets setting if the pageup/pagedown options don't work, but they don't work for
so many people that I changed the default and never looked back. The newer AZERTY setting is probably the only really useful feature these days -- its handful of features should make the interface a notably less hostile for anyone playing on a French keyboard.