Hi there!
I want to make an adventure game (such like Monkey Island or Myst) and I wonder how data can be stored... In my first game (which is action / arcade kind) there is just a few strings and integers to be stored so I used text files, but in this new game there will be lots of descriptions and strings that must be stored and shown when player goes to somewhere or looks at somewhere (however there's no need to modify this data)... Is SQLite the best way to do this? And, if the answer is yes, is there any tutorial to easy integrate a SQL database in a non-view-based application (OpenGL instead)?
Thanks!