User Tag List

Results 1 to 2 of 2

Thread: How would I...

  1. #1
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleSWF Export ModuleXNA Export Module

    Join Date
    Jul 2006
    Posts
    140
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    How would I...

    Scenario: I release Game 1 (a basic shooter game). About 2 months later I release Game 2 (another shooter game using the same game engine as Game 1). In Game 2 a new gun is introduced that is not available in Game 1. I want to fix it so the player saves his character and can replay Game 1 with the saved character (which he played Game 2 with) and be able to use the new gun introduced in Game 2 while replaying Game 1.

    Any ideas on how this could be done?

    Jason

  2. #2
    Clicker Multimedia Fusion 2 DeveloperSWF Export Module
    RickyRombo's Avatar
    Join Date
    Mar 2008
    Location
    Somewhere between here and there
    Posts
    3,167
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: How would I...

    The "gun" would have to be added to the old game, and not called upon. You'd need to search for the file containing the saved data and look to see if the gone was unlocked or not, and from that determine whether to activate the "gun"

    Essentially what you'll have to do is find a way to find the old INI or whatever file you are using to save your game, although if it has a specific name (not renamable) you could probably use Nifflas's List searching example thing...

    It's on his page here http://nifflas.ni2.se/?page=Multimedia+Fusion+2

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •