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

Resource icon

Other How to: Create a GameMode

Status
Not open for further replies.

Crafter1024

Trainer
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
Oh, ok! :D Thanks!
 

Crafter1024

Trainer
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.
 
J

jianmingyong

Guest
I already do. I meant to say folder, not file.
:p
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"
 

Crafter1024

Trainer
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"
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... :p
 
J

jianmingyong

Guest
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... :p
Change "PokeFilePath|\maps\poke\" to "PokeFilePath|$Mode\maps\poke\"
 
Status
Not open for further replies.
Top