Ok, I can get the PKRS message (and have had it in game, so that works).
As for the message:
c515020829 エンテイ(Entei):34 ラティ(Lat): 4 強制消費seed数:3
What does the last bit of text next to "seed" say?
Also, any idea what the three is at the end?
Also, in the program, there are checkboxes next to the dogs and lati with entry boxes to the right. Do you know what is to be typed there and/or what it does?
And what is the number at the end of the output?
Haha I knew this questions were coming:D
All right:
強制消費 -> forced used
数 -> means number
which makes no sense I know but this is the way it is translated:(
Forced Used Seed Number: 3
But I can tell you what the number means.xD
Actually the 3 shows you the number of roamers out.
I let it to be Entei Raikou and a Lat but if I let the Lat out,
c515021f:ライコウ:30 エンテイ:30 強制消費seed数:2
see the number is a two, because only raikou and entei are out.
But an odd way to call it like that. Maybe I miss something there.
Oh about the checkboxes,
I think this is rather for convenience, because
you know you get the combination
c515021f:菌 カ 菌 カ 菌 カ し 菌 し カ 消費seed数:2
for example.
If I change し to an A
c515021f:菌 カ 菌 カ 菌 カ A 菌 A カ 消費seed数:2
see the shi became an A.
Actually it makes sense and, no it's not the number of runners out :)
It's the number of seed advances that will happen with that seed + those runners out.
To see an example do "99" as the seed and then look at 9d.
it will have four!
And not sure about the checkboxes -- they are strange and things disappear that are typed in. We probably need to play with that some more.
I plugged c515021a in as a seed:
Which game me a list of this:
0:c515021a 乱数 (Random Number):50453 百分率 (Percentage):76 余り(Rest):3 個体値 (Individual Costs):21 8 17
1:8ab23185 乱数:35506 百分率:54 余り:6 個体値:18 21 2
2:6ad3fc14 乱数:27347 百分率:41 余り:22 個体値:19 22 26
3:1e88ccf7 乱数:7816 百分率:11 余り:16 個体値: 8 20 7
4:ecbce79e 乱数:60604 百分率:92 余り:4 個体値:28 5 27
Makes absolutely no sense to me but I just translated the columns, don't know if you can use them at all.
Actually it makes sense and, no it's not the number of runners out :)
It's the number of seed advances that will happen with that seed + those runners out.
To see an example do "99" as the seed and then look at 9d.
it will have four!
And not sure about the checkboxes -- they are strange and things disappear that are typed in. We probably need to play with that some more.
[Number generated by RNG] [Decimal Equivalent (of only the first four bytes, which are what matter)] [Percentage value when converted to a value between 0 and 100] [IVs generated for that number]
I typed in 9d and it still tells me the number of advances is 3. Yes, I'm sure it's showing me the routes for Raikou\Entei\Latixs and I've played with all the checkboxes.
yeeah I know, the only problem is my IDE (BlueJ) don't accept Shiftjis and so far I can't recompile it. that sucks.xdIt is, a .jar is a Java executable that (not necessarily) contains the .java code and the compiled code (.class). In this case the .java was included so you can edit it and recompile everything. You can open the .jar with WinRAR to see the contents.
yeeah I know, the only problem is my IDE (BlueJ) don't accept Shiftjis and so far I can't recompile it. that sucks.xd
I could not get eclipse to read it in either, so I want and fixed every "\" in that code. It was about 50 or 60 places. It does compile now, but of course names and encounter location strings (about 50 or 60 of them) are probably broken.
Either way, though, it has not been super helpful because I don't know *what* exactly the program is doing. Since I don't know *what* I can't get to *how*. :) The one positive is that I did understand what the HGSS breeding output was doing and fully added that to RNG Reporter yesterday (to be released soon) so at least there has been some progress.
Here are the three messages:
"I expect there are some Pokémon in the Kanto region that I don't know. There are probably methods of evolution that I'm not familiar with yet. I should use that perspective and discover what I can."
"There are so many different ways that Pokémon evolve, aren't there?! Some Pokémon don't even evolve until they meet certain conditions first!"
"It seems that Pokémon that have been infected with Pokérus level up better. We're not quite sure why..."
As for the Kanto message -- I am in Jhoto (outside of mr. mortor) and I just got it.
I *have* introduced PKRS to this game.
I have all 16 badges.
EDIT: We may just want to name the messages PKRS, Evolution, and Kanto
AHA -- it is these symbols that you can replace by typing into those entryfields down at the bottom! This really seems like a pointless feature heh. __________________
Ok, today I'm trying to abuse for an Adamant Sandshrew. This is the most boring thing I've ever done in my life. The reason is that I don't know the encounter slot. After landing on different seeds and different frames in the same seed with the same spread, I got 5 Adamant Zubat and 1 Adamant Geodude with perfect IV's. There seems to be no way of the Sandshrew showing up and that's frustrating. However, I have some things to say about this:
1. If I didn't misunderstand, OmegaDonut stated that the Pokémon Music Show advances 1 frame on Sundays. I noticed that this isn't happening in my game.
2. When I was aiming for a frame of 11, I tuned and detuned the radio in the "Trainer Profiles" show 3 times (3*3=9; 9+2=11). It got me into a frame of 11. Later on, I hit the same seed and tried for a frame of 17 so I did the same I had before but 5 times. This got me a frame of 21 and I don't get how that's possible...
3. I'll keep trying for my Sandshrew but I won't do the same again until the process of generating the encounter slots is fully understood.
Frame number ... it's arbitrary and doesn't matter. He might be zero based and discarding the first number and the directions people follow in Japan take this into account.
Delay does matter, though. Give me an example of how they don't match.
Actually, I have a feeling I know whats up. When you DON'T have the date checkbox that program likely assumes the year is 2000. While I will generally be generating for the current year. 2010. Try checking the date box and seeing if that fixes it.
Also, any luck on getting the initial seed verify to show us examples of inconsistent advancement for the runners?