Merge remote-tracking branch 'origin/master'

This commit is contained in:
Kyle Coburn 2015-04-09 20:50:03 -07:00
commit 84ae8ba9da
3 changed files with 14 additions and 3 deletions

View File

@ -39,7 +39,7 @@ Click the open folder button, and navigate to the PokéBot folder you downloaded
Seeds
=====
PokéBot comes with a built-in run recording feature that takes advantage of random number seeding to reproduce runs in their entirety. Any time the bot resets or beats the game, it will log a number to the Lua console that is the seed for the run. If you set 'CUSTOM_SEED' in main.lua to that number, the bot will reproduce your run, allowing you to share your times with others. Note that making any other modifications will prevent this from working. So if you want to make changes to the bot and share your time, be sure to fork the repo and push your changes.
PokéBot comes with a built-in run recording feature that takes advantage of random number seeding to reproduce runs in their entirety. Any time the bot resets or beats the game, it will log a number to the Lua console that is the seed for the run. If you set `CUSTOM_SEED` in `main.lua` to that number, the bot will reproduce your run, allowing you to [share your times with others](Seeds.md). Note that making any other modifications will prevent this from working. So if you want to make changes to the bot and share your time, be sure to fork the repo and push your changes.
Credits
=======
@ -51,4 +51,4 @@ Michael Jondahl: Combat algorithm, Java bridge for connecting the bot to Twitch
### Special thanks
To Livesplit for providing custom component for integrating in-game time splits.
To the Pokémon speedrunning community members who inspired the idea, and shared ways to improve the bot.
To the Pokémon speedrunning community members who inspired the idea, and shared ways to improve the bot.

11
Seeds.md Normal file
View File

@ -0,0 +1,11 @@
# Seeds for epic runs
PokéBot comes with a built-in run recording feature that takes advantage of random number seeding to reproduce runs in their entirety. Any time the bot resets or beats the game, it logs a number to the Lua console that is the seed for the run. This seed allows you to easily share the run with others.
Have you found a seed that results in a run of `1:53:00` or better? [Let us know](https://github.com/kylecoburn/PokeBot/issues/4), and well add it to the list!
| Time | Frames | Seed | Bot version | Found by |
|---------|--------|--------------|-------------|----------|
| 1:50:37 | 398226 | `1428414915` | v1.3.0 | Gofigga |
To reproduce any of these runs, set [`CUSTOM_SEED` in `main.lua`](https://github.com/kylecoburn/PokeBot/blob/0ec69a6a958d15b3a9dccb492fa83e4a1dcae2e0/main.lua#L5) to the seed number and run the bot.

View File

@ -578,7 +578,7 @@ strategyFunctions.fightBrock = function()
elseif statDiff == 2 then
superlative = " good"
else
superlative = " okay"
superlative = "n okay"
end
elseif statDiff == 1 then
superlative = " good"