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

Shader difficulties

Status
Not open for further replies.

Shou Liengod

Active Member
Trusted Support
you find it at pokemon\maps\poke
click whatever route you want and you can edit it however you like.
for example.
a Ratata in Route 29 at Night is this code below.
{0|19|35|0|6,7}

Red: Unknown to me so dont ask.
Orange: the Pokemon Nation Number. which 19 is Ratata
Yellow: the Chance you encounter it from a scale of 1%~100%
Green: what time of day. -1 Cave, 0 Night, 1 Day, 2 Rain, 3 Snow
Blue: What Level it would appear in.

i hope this would help.
 

Darkfire

Administrator
Administrator
P3D Developer
red is the type of encounter
0 is grass
1 is surf(?)
2 is fishing(?)

the percentage thing isnt actually percents(its wierd but the numbers do not have to add up to 100
 

Prince Vade

Champion
Trusted Support
Retired Mod
red is the type of encounter
0 is grass
1 is surf(?)
2 is fishing(?)

the percentage thing isnt actually percents(its wierd but the numbers do not have to add up to 100
I think it is the encounter or catch rate. I think one is stored in the actually data files and that one in there.
 

Darkfire

Administrator
Administrator
P3D Developer
the % works like this:
when the game decides you have a wild encounter it:
1)chooses a pokemon at random from the list
2) chooses a number 1-100
3) compares that number to the yellow number
4) if higher it goes back to 1)
until yellow is higher than the random number which it then chooses as the wild encounter
 
Status
Not open for further replies.
Top