• ✨ ARCHIVE MODE ✨
    The forum has now been set to read-only mode, no new posts, resources, replies etc will not be possible.
    We recommend you join our Discord server to get real-time response: Discord Invite Link

Fixed [Indev 0.47.1] Missing Sprites in Hidden Grottos

fighter199

Starting Trainer
I've run into this two times so far in two different hidden grottos, first was on route 47 in the north-east grotto, and it was a Mankey or a Primeape. The second was on route 34 in the south-west grotto and it was Shuckle. I haven't run into this outside of a grotto even when walking with that pokemon, and in battle with that pokemon the sprite is normal.

 

Attachments

Fanta

Content Developer
P3D Developer
Global Moderator
could you send your log.dat file?
i can confirm this, but my encounter was a grunbull
Code:
Warning (09:58:59): Script.vb: (@npc.remove) The object targeted by the argument "NPCID":(0) does not exist.
Warning (09:59:12): Script.vb: (@npc.remove) The object targeted by the argument "NPCID":(0) does not exist.
Warning (09:59:22): Script.vb: (@npc.remove) The object targeted by the argument "NPCID":(0) does not exist.
Warning (09:59:34): Script.vb: (@npc.remove) The object targeted by the argument "NPCID":(0) does not exist.
ErrorMessage (09:59:46): Texures.vb: Texture "E:\Games\Pokemon 3D\Pokemon\Content\Textures\NPC\[Pokémon|N]210" was not found!
ErrorMessage (10:00:03): Texures.vb: Texture "E:\Games\Pokemon 3D\Pokemon\Content\Textures\NPC\[Pokémon|N]210" was not found!
Warning (10:03:05): Script.vb: (@npc.remove) The object targeted by the argument "NPCID":(0) does not exist.
Warning (10:03:15): Script.vb: (@npc.remove) The object targeted by the argument "NPCID":(0) does not exist.
Warning (10:03:27): Script.vb: (@npc.remove) The object targeted by the argument "NPCID":(0) does not exist.
Message (10:05:06): Retrieved ban list data.
 

Darkfire

Administrator
Administrator
P3D Developer
i can confirm this, but my encounter was a grunbull
Code:
Warning (09:58:59): Script.vb: (@npc.remove) The object targeted by the argument "NPCID":(0) does not exist.
Warning (09:59:12): Script.vb: (@npc.remove) The object targeted by the argument "NPCID":(0) does not exist.
Warning (09:59:22): Script.vb: (@npc.remove) The object targeted by the argument "NPCID":(0) does not exist.
Warning (09:59:34): Script.vb: (@npc.remove) The object targeted by the argument "NPCID":(0) does not exist.
ErrorMessage (09:59:46): Texures.vb: Texture "E:\Games\Pokemon 3D\Pokemon\Content\Textures\NPC\[Pokémon|N]210" was not found!
ErrorMessage (10:00:03): Texures.vb: Texture "E:\Games\Pokemon 3D\Pokemon\Content\Textures\NPC\[Pokémon|N]210" was not found!
Warning (10:03:05): Script.vb: (@npc.remove) The object targeted by the argument "NPCID":(0) does not exist.
Warning (10:03:15): Script.vb: (@npc.remove) The object targeted by the argument "NPCID":(0) does not exist.
Warning (10:03:27): Script.vb: (@npc.remove) The object targeted by the argument "NPCID":(0) does not exist.
Message (10:05:06): Retrieved ban list data.
Ah....that could be a more pervasive issue that we thought
We recently did some batch conversion from all caps words to normal spelling words in dialogues
this change also ended up converting "POKEMON" to "Pokémon" which does not trigger the sprite properly
We will probably need to check the entire Game to make sure no others need replacing
 

fighter199

Starting Trainer
Just in case you still wanted to see mine too.

Code:
Message (20:16:57): Retrieved ban list data.
Message (21:04:12): Retrieved ban list data.
Warning (21:04:13): SessionManager.vb: Tried to log in with an already logged in account!
Message (21:14:31): Retrieved ban list data.
ErrorMessage (21:24:44): Texures.vb: Texture "D:\pokemon3d\Pokemon\Content\Textures\NPC\[Pokémon|N]56" was not found!
Message (22:03:10): Retrieved ban list data.
Message (22:03:37): Retrieved ban list data.
Debug (22:18:54): Unregister barbershop_monday
Debug (22:18:54): Unregister barbershop_friday
Debug (22:18:54): Unregister bargainshop_sunday
Message (22:19:09): Retrieved ban list data.
Message (22:43:17): Retrieved ban list data.
Debug (22:43:22): Unregister barbershop_monday
Debug (22:43:22): Unregister barbershop_friday
Debug (22:43:22): Unregister bargainshop_sunday
Message (22:56:58): Retrieved ban list data.
Message (23:20:25): Retrieved ban list data.
ErrorMessage (23:56:54): Texures.vb: Texture "D:\pokemon3d\Pokemon\Content\Textures\NPC\[Pokémon|N]213" was not found!
ErrorMessage (00:00:12): Texures.vb: Texture "D:\pokemon3d\Pokemon\Content\Textures\NPC\[Pokémon|N]213" was not found!
ErrorMessage (00:00:36): Texures.vb: Texture "D:\pokemon3d\Pokemon\Content\Textures\NPC\[Pokémon|N]213" was not found!
 
Top