• ✨ 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

gamemode fishing will only let me get magikarp

Scruffy3Janitor

Pokémon Ranger
I don't quite understand what you want to tell me here.
Code:
If System.IO.File.Exists(GameController.GamePath & "\maps\poke\" & Screen.Level.LevelFile.Remove(Screen.Level.LevelFile.Length - 4, 4) & ".poke") = True Then
is the line of code preventing a GameMode from loading a .poke file at fishing when that .poke file doesn't exist in the original maps\poke folder.
i mean that when i made a gamemode to see what i could do, i could properly set up fishing in its poke folder
 

Scruffy3Janitor

Pokémon Ranger
And when that worked, why did you create a thread to say it doesnt work?
i did because i have my new fresh game ive been making with custom everything that wouldnt work the same way.....
when i said test gamemode i meant to see what i could do before making an actual one
 

nilllzz

Original Developer
Administrator
P3D Developer
i did because i have my new fresh game ive been making with custom everything that wouldnt work the same way.....
when i said test gamemode i meant to see what i could do before making an actual one
Yeah, and I was telling you why it doesn't work - it's a bug in the code.
 

nilllzz

Original Developer
Administrator
P3D Developer
i can clearly see that, but what i dont get is how when you said it will only work with the vanilla gamemode it could work with my test gamemode
I didnt say that.
Look, the problem here is that when you are fishing in the game in another GameMode, it will only recognize the .poke file when a file with the same name exists in the \maps\poke\ folder.
That's why I told you to copy your .poke file from your GameMode into that maps\poke\ folder to test if it works. I will fix this issue.
 

Scruffy3Janitor

Pokémon Ranger
I didnt say that.
Look, the problem here is that when you are fishing in the game in another GameMode, it will only recognize the .poke file when a file with the same name exists in the \maps\poke\ folder.
That's why I told you to copy your .poke file from your GameMode into that maps\poke\ folder to test if it works. I will fix this issue.
oh ok. sorry. didnt realize what you meant. ill try it out
 
Top