NeptuneStarPrime Posted April 5, 2025 Posted April 5, 2025 Can you try to make barefoot versions of the nude sprites?
ClosetOfDoom Posted April 6, 2025 Posted April 6, 2025 40 minutes ago, NeptuneStarPrime said: Can you try to make barefoot versions of the nude sprites? I believe there's a mod on Nexus that has that for April.
dlaw74 Posted April 6, 2025 Posted April 6, 2025 14 minutes ago, ClosetOfDoom said: I believe there's a mod on Nexus that has that for April. Sadly it doesn't work with the newest version of the game. I wonder if anyone might be able to update the barefoot mod to work with the newest version?
CasablancaQAZ Posted May 9, 2025 Posted May 9, 2025 Does anyone by any chance have a mod from "Vampire Arcades", because he even deleted the demo from the nexus? Â
Aagie Posted July 27, 2025 Posted July 27, 2025  Since I just can't seem to leave this game alone!  Shredder collected some special trophies after his victory! Spoiler  And the animation slowed down without all the top layers.  Spoiler  This is a separate file since it isn't an edit of the game.   10
jumper110 Posted August 4, 2025 Posted August 4, 2025 I'm having one issue, which is that the outro image for stage 3 isn't working. I just get a black screen with audio. Is this still working for other people, or has something been changed? Â Everything else works perfectly, and looks great!
x hunter Posted August 30, 2025 Posted August 30, 2025 would it be possible to see mona lisa's nude sprite sheet? its hard to check it ingame while she move
Aagie Posted September 9, 2025 Posted September 9, 2025 On 8/4/2025 at 12:26 AM, jumper110 said: I'm having one issue, which is that the outro image for stage 3 isn't working. I just get a black screen with audio. Is this still working for other people, or has something been changed?  Everything else works perfectly, and looks great!  Anyone else having this issue? If it isn't working right, I'll fix it and updated the mod.  Here's the stage 3 file, see if this fixes your problem.  Stage03Texture.zip  On 8/30/2025 at 5:21 PM, x hunter said: would it be possible to see mona lisa's nude sprite sheet? its hard to check it ingame while she move  Sure, but with the way the game uses palettes, it is probably not that interesting as it is.  Spoiler Â
x hunter Posted September 21, 2025 Posted September 21, 2025 On 9/8/2025 at 10:51 PM, Aagie said:  Anyone else having this issue? If it isn't working right, I'll fix it and updated the mod.    Reveal hidden contents  i also had this issue so thank you both for it and for the sprite sheet even with the color overlay, its a good sight, thanks. by the way, in your complete mod, one of the folders got a small typo the "wreckage" folder is written without the "c", "wrekage"
x hunter Posted September 21, 2025 Posted September 21, 2025 (edited) i just tried it didn't work still a black screen in the stage 3 ending cutscene  i changed it back to the default game screen in case there was anything and that one works Edited September 22, 2025 by x hunter
Aagie Posted September 25, 2025 Posted September 25, 2025 On 9/21/2025 at 1:28 PM, x hunter said: by the way, in your complete mod, one of the folders got a small typo the "wreckage" folder is written without the "c", "wrekage" Thanks for pointing that out. I'll get that fixed when I make the new update after we get this stage 3 issue fixed.  Stage03Texture.zip  Give this one a try. It worked when I finished Stage 3 this evening. Please let me know if it does, or does not, work.
x hunter Posted September 29, 2025 Posted September 29, 2025 it works! thank you very much  if i may suggest, could you add the sprite sheets for april, karai and mona lisa to the pile of images screenshots coming with your complete mod folder? i feel like others would like to see the details of the naked girls too
BattyMare419 Posted October 13, 2025 Posted October 13, 2025 Okay so this is a stupid question but is there a way to make it work for the mobile version too? I know it's way out of left field but is it possible?
zhdarkstar Posted October 13, 2025 Posted October 13, 2025 9 hours ago, BattyMare419 said: Okay so this is a stupid question but is there a way to make it work for the mobile version too? I know it's way out of left field but is it possible? Can you find the folder where the files are installed on your phone? If the mobile version's folder structure is the same as the mod, then you should be able to copy the mod files into the game's folder on your phone. No guarantee that it'll work, but no harm in testing it to see if it does. Worst case scenario, you have to reinstall the game on your phone.
BattyMare419 Posted October 14, 2025 Posted October 14, 2025 12 hours ago, zhdarkstar said: Can you find the folder where the files are installed on your phone? If the mobile version's folder structure is the same as the mod, then you should be able to copy the mod files into the game's folder on your phone. No guarantee that it'll work, but no harm in testing it to see if it does. Worst case scenario, you have to reinstall the game on your phone. Thing is, the entire game is packed in an apk meaning there's no data nor obb files to work with and that's what got me trying to find ways to pack and unpack apk files.
zhdarkstar Posted October 14, 2025 Posted October 14, 2025 (edited) 10 hours ago, BattyMare419 said: Thing is, the entire game is packed in an apk meaning there's no data nor obb files to work with and that's what got me trying to find ways to pack and unpack apk files. If you have a Windows PC, try using APK Toolkit https://xdaforums.com/t/tool-apk-toolkit-v1-6-windows.4572881/  I just found the assets apk used by the Android version, and it looks like it uses the uncompressed XNB files instead of the compressed ZXNB files used by the PC and Switch versions. You'll need to use Offzip to convert the mod's ZXNB files to XNB before repacking those back into the APK. I included a zip file that contains Offzip and simple batch scripts that convert whatever is in the input folder and put it in the output folder. Since there are multiple textures that use the same name for different things, I recommend taking your time doing the conversions by processing the lowest level folders individually. For example, go all the way to Content\2d\Animations\Players\ and run each folder through separately instead of just running the whole mod folder through the script at once.   offzip.zip Edited October 14, 2025 by zhdarkstar Included offzip
BattyMare419 Posted October 16, 2025 Posted October 16, 2025 On 10/14/2025 at 9:18 PM, zhdarkstar said: If you have a Windows PC, try using APK Toolkit https://xdaforums.com/t/tool-apk-toolkit-v1-6-windows.4572881/  I just found the assets apk used by the Android version, and it looks like it uses the uncompressed XNB files instead of the compressed ZXNB files used by the PC and Switch versions. You'll need to use Offzip to convert the mod's ZXNB files to XNB before repacking those back into the APK. I included a zip file that contains Offzip and simple batch scripts that convert whatever is in the input folder and put it in the output folder. Since there are multiple textures that use the same name for different things, I recommend taking your time doing the conversions by processing the lowest level folders individually. For example, go all the way to Content\2d\Animations\Players\ and run each folder through separately instead of just running the whole mod folder through the script at once.   offzip.zip 760.93 kB · 2 downloads I'm happy to admit I tried my best and still couldn't make it work.
zhdarkstar Posted October 17, 2025 Posted October 17, 2025 (edited) At least you tried. First step towards learning to be a better modder is to try, fail, and not feel disheartened. I tried myself to get it to work, but I got the same result. I'm more knowledgeable with the Switch when it comes to non-PC modding, as romfs mods is mostly making sure that you have the right file types in the right folder structure. Â Unless any Android game modders wander into this thread, I think your best course of action from here is to find places where Android game mods are more common and ask the modmakers there for advice on how to properly repack and apply the mod. Edited October 17, 2025 by zhdarkstar
BattyMare419 Posted October 18, 2025 Posted October 18, 2025 To anyone attempting to mod the Android version, here's where I got Shredder's Revenge: https://pdalife.com/tmnt-shredders-revenge-android-a50719.html Not sure why it requires double storage unlike PC and Switch version, but it works well.
KueztionX Posted November 24, 2025 Posted November 24, 2025 Some Hope of Bikini Mod??? There is OLd, with no butt attack and crashes
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now