Universal Land Sliders (by Prettygreat) [TouchArcade Game of the Year 2015]

Discussion in 'iPhone and iPad Games' started by killercow, Sep 23, 2015.

  1. flenser

    flenser Member

    Feb 27, 2013
    16
    0
    1
    I think that m_leftAppCount is a persistent counter counting how many times in total you've opened/left the game.

    The line 580: m_leftAppCount++; is outside of the if statement showing the pause screen so the counter will be increased by 1 every time.

    583-586 just saves the game state when the game is quit.

    What happens in the routine starting at 588 is the big question...
    oldLeftAppCount is set to the value of m_leftAppCount in line 590
    Line 592-593 calls another routine which opens a URL (internally?), this routine must do something to the value of oldLeftAppCount because after that in line 595 there is a test if m_leftAppCount is less or equal than oldLeftAppCount. This test would be unnecessary if OpenURL had done nothing because we made the two value equal in line 590.

    So the big question is what causes oldLeftAppCount to get increased or not?
     
  2. funwithstuff

    funwithstuff New Member

    Oct 13, 2015
    2
    0
    0
    #682 funwithstuff, Oct 13, 2015
    Last edited: Oct 13, 2015
    The code basically says:

    1. Increment a counter every time the game is paused (EDIT: i.e. the Home button is pressed and the game is suspended).
    2. When you access the Special URL (surely, the code behind the restricted keypad?), record the current value of the counter.
    3. Wait one second.
    4. Compare the two values, and if they haven't changed, do something (it's off screen).

    Implied, though, is that if they have changed, do something else. So how to make sure that happens?

    My best guess:

    1. Access the special URL through the restricted keypad.
    2. Immediately quit the app.
    3. Wait a few seconds to be sure, then return to the app.

    There may be other requirements as hinted at by the other screenshots — e.g. playing as the Cat Enthusiast, using a specific language. Not sure how northern NSW ties into it, but I live in Brisbane (and I've met the devs at local gaming events) so if a road trip is needed, I'll help out if I can.

    Note, I haven't asked the devs directly for any help regarding this. I did politely annoy Hugh about a few game stopping bugs at the 48 Hour Game Making Challenge recently and he wouldn't give much away when asked. :)
     
  3. Shaneus

    Shaneus Member

    Sep 28, 2015
    24
    0
    0
    The pictures were posted in PNG format, and after a bit of research I found that they don't support metadata like EXIF or whatever.
     
  4. SoyLocoMoco

    SoyLocoMoco Well-Known Member

    Jun 17, 2015
    64
    0
    6
    Thanks for the explanations of the code. I'm not a programmer and wouldn't have had a clue. I have a question. Is it normal to keep a count of how many times an app got paused? What would be the purpose of that?
     
  5. maa

    maa New Member

    Oct 13, 2015
    1
    0
    0
    Sydney USB Found

    Hi guys,

    I found the USB in Redfern in Sydney, Australia. The clue was "Pipe = -33.893108, 151.204286"

    I noticed that my picture has two symbols in it, not just one (bottom right-ish & upper left-ish)

    I also noticed that on the USB, it was titled "iiiii" (5 i's). Maybe this has some significance in terms of ordering for something but I've really got no idea.

    The picture's attached.

    Mark
     

    Attached Files:

  6. Evansper

    Evansper Member

    Oct 12, 2015
    12
    0
    0
    Could the special url that it refers to just the pop up image when you enter the code over the restricted section?
     
  7. SoyLocoMoco

    SoyLocoMoco Well-Known Member

    Jun 17, 2015
    64
    0
    6
    As I recall, entering the right code on the keypad presented an image with a cypher that led to a URL. It didn't open a browser window. So maybe this code is referring to something that does indeed open a page in a browser. There are some buttons that open browser pages in the game, by the way. Such as the developer buttons that open their twitter pages.

    Good work on finding the USB in Sydney. Has anyone checked it to see if it confirms the solution that was already reached?
     
  8. chrisoshea

    chrisoshea Active Member

    on iOS you can open other apps using openUrl. You can call canOpenUrl to see if that url exists. Apps have their own custom urls, so twitter:// for example, however since iOS 9 you have to declare which apps you want to query in your plist file.

    If you have the official twitter app installed, and you click on the developers names in the settings screen, it will open their profile on the twitter app. However if you don't have it installed, it will open their profile page in he browser.

    So this function is saying:

    open twitter app
    wait for a second
    (this app still running as twitter failed (not installed), hence comparing to the number of times app put in background)
    open twitter url in browser

    What this has to do with spending an hour finding a usb stick I don't know :)
     
  9. chrisoshea

    chrisoshea Active Member

  10. shelagh

    shelagh Well-Known Member

    Oct 5, 2015
    93
    0
    0
    New Image

    Here's the latest.

    Edit: Right now I can't make it into anything but ocean surface with topographical features and some land.
     

    Attached Files:

  11. shelagh

    shelagh Well-Known Member

    Oct 5, 2015
    93
    0
    0
    I think, maybe, most of the land has been blacked out.
     
  12. Evansper

    Evansper Member

    Oct 12, 2015
    12
    0
    0
    Looks like a slide?... or a wave?....
     
  13. aspotofblue

    aspotofblue Member

    Oct 10, 2015
    11
    0
    0
  14. shelagh

    shelagh Well-Known Member

    Oct 5, 2015
    93
    0
    0
    This is the type of image it reminds me of, but it's not this location. But, the brain makes things fit what it knows, so it definitely could be something else.
     

    Attached Files:

  15. gsergio

    gsergio Member

    Sep 29, 2015
    21
    0
    0
    #695 gsergio, Oct 14, 2015
    Last edited: Oct 14, 2015
  16. shelagh

    shelagh Well-Known Member

    Oct 5, 2015
    93
    0
    0
  17. shelagh

    shelagh Well-Known Member

    Oct 5, 2015
    93
    0
    0

    Attached Files:

  18. DMarie

    DMarie Member

    Oct 6, 2015
    9
    0
    0
    Maybe they are releasing a similar game... Water Sliders?

    So many clues and so few connections...
     
  19. I really like the art style! Happy and colorful vibe :)
     
  20. Evansper

    Evansper Member

    Oct 12, 2015
    12
    0
    0
    So I suppose so far we have from the pictures, lines of code alluding to some special URL, pictures of Asia, a picture of cat enthusiast, a picture of a blue waterslide from Portugal, and a picture of east coast of Australia near Yamba with the mouse pointing at the Pacific ocean..... What does this mean
     

Share This Page