The following warnings occurred:
Warning [2] count(): Parameter must be an array or an object that implements Countable - Line: 795 - File: showthread.php PHP 7.4.33 (Linux)
File Line Function
/showthread.php 795 errorHandler->error





Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Duplicate Texture
12-20-2019, 10:07 AM
Post: #1
Duplicate Texture
Hi, I'm new member here i'm Korean, (sorry for bad english)
I want to ask about duplicate texture, so here we go!

For Example!
I have texture.ini files its look like this:

# This file is optional
# for syntax explanation check:
# - https://github.com/hrydgard/ppsspp/pull/8715
# - https://github.com/hrydgard/ppsspp/pull/8792
[options]
version = 1
hash = quick

[hashes]
00000000ab991bc800000000 = A.bin
08e9c0700fef54d042d22698 = B.bin <== if i ignore this this texture will duplicate so many!!
00000000da51f23400000000 = C.bin

And Look in Lines number 2, that's ID in the middle is "0fef54d0" if change like this

[hashes]
00000000ab991bc800000000 = A.bin
000000000fef54d000000000 = B.bin
00000000da51f23400000000 = C.bin

The texture in the line number 2 not show up in the game, Because every 1 texture is 8 id

How i can fix this???
I'm very confused!!
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
Duplicate Texture - 1NDR4_Constantine - 12-20-2019 10:07 AM

Forum Jump: