Crafter1024
Trainer
I meant I was really confused.I don't exactly know what you mean by "slapped in the face with confusion", care to elaborate?
XD lol
IDK Where I got that!
✨ 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
I meant I was really confused.I don't exactly know what you mean by "slapped in the face with confusion", care to elaborate?
Oh, ok!This is how .Poke files are formatted :
Code:{A|B|C|D1,D2,D3|E1,E2} A: Encounter Method 0:Grass 1:Headbutt 2:Surf 3:Old Rod 31:Good Rod 32:Super Rod B: Pokemon Number C: Encounter Rate D: Time of Day -1:All Day 0: Night 1: Morning 2: Day 3: Evening E: Level Range E1: Min level E2: Max Level
Ok, now how do I change them in a Gamemode that has no Maps folder? I'm trying to make one.This is how .Poke files are formatted :
Code:{A|B|C|D1,D2,D3|E1,E2} A: Encounter Method 0:Grass 1:Headbutt 2:Surf 3:Old Rod 31:Good Rod 32:Super Rod B: Pokemon Number C: Encounter Rate D: Time of Day -1:All Day 0: Night 1: Morning 2: Day 3: Evening E: Level Range E1: Min level E2: Max Level
In the same place of GameMode.dat, create the folder.Ok, now how do I change them in a Gamemode that has no Maps folder? I'm trying to make one.
I did that. And to test if it worked, I made Bulbasaurs appear on route 29 99% of the time and I found none.In the same place of GameMode.dat, create the folder.
Can you show a screenshot of how your GameMode folder looks?I did that. And to test if it worked, I made Bulbasaurs appear on route 29 99% of the time and I found none.
![]()
Can you show a screenshot of how your GameMode folder looks?
And you have poke under that?
I have the poke file in the maps file.And you have poke under that?
You need to make a poke folder in the maps folder, and put your poke file in the poke folder...I have the poke file in the maps file.
Why?
I already do. I meant to say folder, not file.You need to make a poke folder in the maps folder, and put your poke file in the poke folder...
I guess you copied my gamemode file example isn't it? In that case, look at the gamemode.dat it is in different location. Kolben uses "$mode/maps/poke" while mine is "$mode/encounters"I already do. I meant to say folder, not file.
![]()
This is my GameMode.dat.I guess you copied my gamemode file example isn't it? In that case, look at the gamemode.dat it is in different location. Kolben uses "$mode/maps/poke" while mine is "$mode/encounters"
Change "PokeFilePath|\maps\poke\" to "PokeFilePath|$Mode\maps\poke\"This is my GameMode.dat.
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Name|Mo' Starters
Description|Find wild starters(except for the Johto starters)!
Version|1.0
Author|Crafter1024
MapPath|\maps\
ScriptPath|\Scripts\
PokeFilePath|\maps\poke\
PokemonDataPath|\Content\Pokemon\Data\
ContentPath|\Content\
LocalizationsPath|\Content\Localization\
Gamerules|(MaxLevel|100)(OnlyCaptureFirst|0)(ForceRename|0)(DeathInsteadOfFaint|0)(CanUseHealItems|1)(Difficulty|0)(LockDifficulty|0)(GameOverAt0Pokemon|0)(CanGetAchievements|1)(ShowFollowPokemon|0)
StartMap|yourroom.dat
StartPosition|1,0.1,3
StartRotation|1.570796
StartLocationName|Your Room
StartDialogue|Hello! My name is Samuel Oak,~ but you can just call me~Prof. Oak.*Welcome to the world of~Pokemon, where creatures~called Pokemon live!~For example:|This one here- Riolu!|~Your journey is about to unfold!~Well, I'll be seeing you later!
StartColor|1,232,136
PokemonAppear|447
IntroMusic|welcome
SkinColors|0;23;239,239;0;136,0;23;239,239;0;136,0;23;239,239;0;136,0;23;239,239;0;136
SkinFiles|Ethan,Lyra,Nate,Rosa,Hilbert,Hilda,nilllzz,Mary
SkinNames|Ethan,Lyra,Nate,Rosa,Hilbert,Hilda,Red in blue,Mary
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
I'm honestly confused...![]()
All of the others that had $Mode made it crash, so I got rid of them.Change "PokeFilePath|\maps\poke\" to "PokeFilePath|$Mode\maps\poke\"