CFG Studio Updated (6th June 2006)
After nearly three months, CFG Studio has received lots of small improvements. Changes include:
- Refined Edit > Go To Cell to use comboboxes which allow cell selection from list or direct entry by number.
- Can now switch between available data sections using Ctrl+Tab and Ctrl+Shift+Tab.
- File > Create Backup starts in current folder with timestamped current filename. Operates more like File > Save As so you can choose the name and location of the backup file.
- File > Open starts with most recent file when no files are currently open.
- File > Save As starts with active file.
- Debugged problem with File > Open failing (
scrrun.dll
dependancy). - Remove leading zeros produced by dropdown checklists for flags.
- File > Import Handling and File > Export Handling items removed.
- Removed multicell editing due to cell selection problems in
grdMain_GotFocus()
. - Fixed ticking of View > Arrange ... Data submenu items.
- Tidied multiselect list code.
I’m thinking about making it support more files, including:
default.ide
vehicles.ide
carcols.dat
carmods.dat
There won’t be any special features like a colour picker or a mods catalogue. The grid interface of CFG Studio should make editing these files easier than using Notepad due to the column and row headings, as well as having Bookmarks, Backups and Recent Files functionality.
CFG Studio already has a sort of ‘Content Sniffing’ algorithm for determining which edition of handling.cfg
is being opened. It also detects when a file is too different from handling.cfg
to be recovered and goes into a Format: Unknown mode which is a bit like the ‘Quirks Mode’ some browsers have. Extending this to detect other file formats seems possible in theory.
I hope to have a stab at it somewhen next week, after I get back from Fliss’. I might make a topic about developing a Content Sniffing algorithm for GTA text data in the Editing Discussion > Misc area of GTA Forums.