-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
[Android] can't replace textures #9107
Comments
That:
placed in textures.ini does absolutely nothing, when you run ppsspp on a desktop platform and create the ini file from ui it should have two links which explains proper syntax of that file:
That being said, while I'm not really using android, tested it just now to be sure and it worked fine, at least with properly made textures.ini file. In your case that would look like:
where Filename.png would be your png "093c5080ade3a490e4bf08a5.png", but I would recommend naming it properly. |
it worked. |
in windows,after the emulator dumps the textures in:
.../game-ID/new
and in ppsspp.ini:
savenewtextures=True
Replacetextures=False
,then I copy a texture from .../game-ID/new
to: .../game-ID.
and in textures.ini , for example texture:
[hashes]
093c5080ade3a490e4bf08a5.png
[hashranges]
093c5080ade3a490e4bf08a5.png
then, again in ppsspp.ini:
Savenewtextures:True
Replacetextures:True
or:
Savenewtextures:False
Replacetextures:True
.then they will replaced in game.
but this way didn't work on android.i have tested several ways,but never worked at all.
means no way to replace any texture on android.
The text was updated successfully, but these errors were encountered: