Login / Registrieren
DE EN FR ES IT CZ
Zurück Nach oben

Maximum number of scenes?

  • #1, by Barney 12 years ago Zitieren
    Hi! I've been working on a new prototype lately, and a weird question has arisen: Is there a limit to the number of scenes in a game? The reason I'm asking is, this game has a somewhat unusual structure: I'm using a lot of small scenes with fast transitions between them. It's more convenient to do it this way, but we're talking about potentially hundreds of scenes. Is it even possible?
  • #2, by afrlme 12 years ago Zitieren
    Don't see why not. All the scenes & data isn't loaded at the same time. In regards to development, I guess it will depend on your machine & the amount of RAM you have - maybe (not sure about this).
  • #3, by SimonS 12 years ago Zitieren
    Scenes are small, what get's big are the actions and texts. So use 1000, no problem, use 10000, still no problem, considering that a Daedalic game has around 500 000 action parts and 100 000 texts (that's all at runtime in RAM, takes around 70MB for Deponia).
  • #4, by Barney 12 years ago Zitieren
    Hey, cool! I'm still not sure I'm gonna go this route, 'cause managing a project with a 1000+ scenes seems mighty cumbersome, but it's good to know this can be done in theory.