Author Topic: info.conf question/suggestion  (Read 1427 times)

dustind900

  • Full Member
  • ***
  • Posts: 104
  • Karma: +9/-3
    • View Profile
info.conf question/suggestion
« on: May 28, 2020, 04:47:28 AM »
not sure if this is more just a question or possibly a suggestion.

Can specific game data be stored and accessed from the info.conf file? I know we can put whatever extra data for a system, but how about games? If not, is it possible to add support for this? I know the xml data fields are static, so i was hoping the code for info.conf files might be a little more flexible.

example:
Code: [Select]
## System Data
menu name = system name
year = 1999
type = console

## Game Data
game1.plot = yada yada yada
game1.multiplayer = simultaneous

game2.plot = things and stuff
game2.multiplayer = alternating

or

Code: [Select]
## System Data
menu name = system name
year = 1999
type = console

## Game Data
[game1]
plot = yada yada yada
multiplayer = simultaneous

[game2]
plot = things and stuff
multiplayer = alternating