![]() |
Config format - Printable Version +- Forums (https://www.vdrift.net/Forum) +-- Forum: Project (https://www.vdrift.net/Forum/forumdisplay.php?fid=4) +--- Forum: Development (https://www.vdrift.net/Forum/forumdisplay.php?fid=9) +--- Thread: Config format (/showthread.php?tid=1448) |
Config format - NaN - 02-28-2011 To make car configs a bit more readable I've implemented some alternatives to the current ini derived format. All three are available, can be read and written interchangeably. The parsers are minimal, won't check input for correctness. Code: # ini (current) Any opinions, suggestions? - zimluura - 02-28-2011 i've never been fond of viewing/editing xml in a text editor. nesting could be useful, but i'm not really sure how we'd use it yet. favorite comment style has always been the c++ // are there general purpose xml gui editors that are cross platform and make clean-ish code? if so, what about ini or inf style editors? in a gui inf editor the nesting could be obscured on startup and expandable by clicking the little +. this would do allot for making data entry slicker, but again, i don't really know if such a program exists. - NaN - 02-28-2011 Quote:nesting could be usefulThis has been one of the motivating points. Code: [wheel.fl.coilover] Code: wheel |