hyperPad hyperPad Forum
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Search
    • Login

    Suggest: Common Save Data

    Scheduled Pinned Locked Moved
    Comments & Feedback
    2
    4
    480
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • T
      Thecheater887
      last edited by

      Would it be possible to add for closed-source projects, that the author of the project, when saving, can choose to allow it to be loaded into another on of their projects?

      This allows for transfer of premium currency, names, avatars, etc across games.

      This feature would load the default value if the data it was looking for did not exist.

      For instance, if my game "Look at this rock" recorded the user looked at the rock for 00:23:56:31.09, when they load my second game, "Look at this rock, too", they will be awarded a new rock to look at because they looked at the last rock for 23 hours.

      MurtazaM 1 Reply Last reply Reply Quote 1
      • MurtazaM
        Murtaza Admin @Thecheater887
        last edited by

        @Thecheater887 I don't think save files would be the best way for this.

        You can make something like this with http requests once its up. This would probably be the better way of doing it.

        1 Reply Last reply Reply Quote 0
        • T
          Thecheater887
          last edited by

          Offline access is what I was aiming for, but Apple might restrict that, I guess.

          1 Reply Last reply Reply Quote 0
          • MurtazaM
            Murtaza Admin
            last edited by

            Well, if you want it in the App Store, then yes apple restricts it.
            iOS apps are like sandboxed. No other app is allowed to talk to another (other than a few APIs that apple provides, like sharing).

            Inside of hyperPad we could allow it, but it would open up other issues and not consistent to how things should be done for the App Store. Ie. It works in hyperPad, but not in the App Store.

            You don't always have to be connected with http requests. It can sync up each time it goes online

            In Game 1:
            Looked at rock.
            Tell server TheCheater looked at rock in Game 1.

            Game 2:
            Check the server for any new database entries.
            Game logic Sees Thecheater looked at the rock.
            Awards you the rock.

            In the example above you just need internet once in a while to sync up. It won't be realtime with out internet though. But that doesn't really matter too much.

            1 Reply Last reply Reply Quote 0
            • First post
              Last post