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

Player Profile

  • #1, by redspark 11 years ago Zitieren
    Is it possible to create player profiles in Visionaire to isolate and store each individual player's progress? So before a player begins a new adventure, they create a profile where all of their saved games are stored. It is basically a new folder under the localappdir directory. Thanks.
  • #2, by afrlme 11 years ago Zitieren
    Not exactly. You could have player profiles - say up to 3 or so - & assign specific quick / auto save slots to each profile. One per profile would be the easiest solution. You could write to the config.ini file or another file which the last active user was so that it can automatically log that player in at game launch & know which quicksave slot to load when resume / continue button is pressed.

    By the way it is possible to access & swap between multiple vis (exported builds only) files using Lua script. However I don't know if that would create new save games or not. If you have provided a company &/or game name in the main game tab of the game then probably not as it would store all saves, screenshots & config.ini files in the same folder.
  • #3, by redspark 11 years ago Zitieren
    Ok. I'll give the quick save slots a try. Thanks.