Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Spookynakki: clean-up game.apk #712

Merged
merged 1 commit into from
Oct 1, 2024
Merged

Conversation

cdeletre
Copy link
Collaborator

Just some clean-up...

@JeodC
Copy link
Collaborator

JeodC commented Sep 30, 2024

This is a good example of concerns brought up in #699. We have no method for reviewing the changed contents of this file, other than it is 88% smaller. I can go to the fork and manually download and inspect it, but it would be nice if there were a better way to do so.

Regarding the file itself--it still has an assets folder with things inside. I don't think we can include these.

@cdeletre
Copy link
Collaborator Author

cdeletre commented Sep 30, 2024

This is a good example of concerns brought up in #699. We have no method for reviewing the changed contents of this file, other than it is 88% smaller. I can go to the fork and manually download and inspect it, but it would be nice if there were a better way to do so.

Regarding the file itself--it still has an assets folder with things inside. I don't think we can include these.

You are right, it's not very practical to check the changes and I have to admit my PR was a bit short in details.

This port is rtr which is why you have detected this assets folder :) It contains just contains the files from the game :)

unzip -l game.apk
Archive:  game.apk
  Length      Date    Time    Name
---------  ---------- -----   ----
    76591  09-09-2024 19:32   assets/splash.png
   600840  01-01-1981 01:01   lib/armeabi-v7a/libc++_shared.so
   181928  01-01-1981 01:01   lib/armeabi-v7a/liboboe.so
  7419460  01-01-1981 01:01   lib/armeabi-v7a/libyoyo.so
        0  09-09-2024 19:07   lib/
        0  09-09-2024 19:08   lib/arm64-v8a/
   991920  09-09-2024 19:08   lib/arm64-v8a/libc++_shared.so
   247880  09-09-2024 19:08   lib/arm64-v8a/liboboe.so
  8568648  09-09-2024 19:08   lib/arm64-v8a/libyoyo.so
        0  09-09-2024 19:33   assets/
        0  09-09-2024 18:29   assets/stage/
        0  09-09-2024 18:29   assets/stage/w1/
   179716  09-09-2024 18:29   assets/stage/w1/boardWalk.json
    29824  09-09-2024 18:29   assets/stage/w1/breakAndWake.json
   175296  09-09-2024 18:29   assets/stage/w1/coffinFodder.json
   177114  09-09-2024 18:29   assets/stage/w1/darkplace.json
   180982  09-09-2024 18:29   assets/stage/w1/ghost2.json
    33032  09-09-2024 18:29   assets/stage/w1/level2.json
      227  09-09-2024 18:29   assets/stage/w1/levels.txt
    21613  09-09-2024 18:29   assets/stage/w1/rookIntro.json
   184206  09-09-2024 18:29   assets/stage/w1/scaryAAAH.json
        0  09-09-2024 18:29   assets/stage/w2/
    11471  09-09-2024 18:29   assets/stage/w2/Inertial Coil.json
    68820  09-09-2024 18:29   assets/stage/w2/bridgeburner.json
    19815  09-09-2024 18:29   assets/stage/w2/funShip.json
    21941  09-09-2024 18:29   assets/stage/w2/invertWorld.json
    26620  09-09-2024 18:29   assets/stage/w2/islandLife.json
      246  09-09-2024 18:29   assets/stage/w2/levels.txt
    21761  09-09-2024 18:29   assets/stage/w2/semataryGraveWorld.json
    21513  09-09-2024 18:29   assets/stage/w2/tearDown.json
    51609  09-09-2024 18:29   assets/stage/w2/theVortex.json
        0  09-09-2024 18:29   assets/stage/w3/
    18719  09-09-2024 18:29   assets/stage/w3/UFO.json
    58218  09-09-2024 18:29   assets/stage/w3/boss.json
    50866  09-09-2024 18:29   assets/stage/w3/burnout.json
    33740  09-09-2024 18:29   assets/stage/w3/collateralDamage.json
    18885  09-09-2024 18:29   assets/stage/w3/grabbernacky.json
    31363  09-09-2024 18:29   assets/stage/w3/hengry.json
    25600  09-09-2024 18:29   assets/stage/w3/lastlevel1.json
    25572  09-09-2024 18:29   assets/stage/w3/lastlevel2.json
      219  09-09-2024 18:29   assets/stage/w3/levels.txt
   681590  09-09-2024 18:30   assets/musBoss.ogg
  1851120  09-09-2024 18:30   assets/musStage1.ogg
  1044726  09-09-2024 18:30   assets/musStage2.ogg
  2411050  09-09-2024 18:30   assets/musStage3.ogg
   249430  09-09-2024 18:30   assets/musTitle.ogg
    21884  09-09-2024 18:30   assets/sndTeamBugulon.ogg
---------                     -------
 25836055                     47 files

@JeodC
Copy link
Collaborator

JeodC commented Sep 30, 2024

Yeah I wasn't asking you to do anything, just pointing it out. I didn't know this was rtr. Good deal.

@JanTrueno JanTrueno merged commit c5fac6a into PortsMaster:main Oct 1, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants