Pokémon application logic for Generation IV and V, including servers
Go to file
2022-07-07 00:43:30 -04:00
bvCrawler4 Updated mysql connector dependency to the last 3.5 compatible version. 2022-06-12 01:57:19 -04:00
bvCrawler5 Fixed old bug in battle video crawler. (Not sure how it worked at all) 2022-06-12 02:55:46 -04:00
bvRestorer4 Added Allow User Variables=True to a bunch of web/app.configs. 2021-11-24 23:56:43 -05:00
bvRestorer5 Added Allow User Variables=True to a bunch of web/app.configs. 2021-11-24 23:56:43 -05:00
GamestatsBase@7c627982fe Updated GamestatsBase. 2021-12-13 03:23:52 -05:00
gfx Added apple-touch-icon. 2018-11-03 00:32:27 -04:00
GlobalTerminalService wow 2022-06-15 23:32:54 -04:00
gts Removed some redundant asserts/casts. 2022-06-13 23:14:29 -04:00
library Battle video rankings are now sorted by Hype. 2022-07-07 00:43:30 -04:00
MakeBaseStatTables Style 2022-05-17 00:39:39 -04:00
RenameImages Style 2022-05-17 00:39:39 -04:00
towerRestorer4 Added Allow User Variables=True to a bunch of web/app.configs. 2021-11-24 23:56:43 -05:00
VeekunImport Include unused country raw data for now 2022-05-17 00:44:43 -04:00
web Updated mysql connector dependency to the last 3.5 compatible version. 2022-06-12 01:57:19 -04:00
.gitignore Start tracking pubxml files. (required for web.config transforms) 2018-11-07 01:09:30 -05:00
.gitmodules Include GamestatsBase as submodule. 2014-09-07 21:17:24 -04:00
LICENSE.md Added license. 2021-02-15 00:34:27 -05:00
pkmn-classic-framework.sln Added RenameImages project to deal with file naming convention from pokesprite. 2022-02-15 01:50:40 -05:00
README.md Updated credits 2022-03-21 20:49:34 -04:00
Roadmap.md Fix Roadmap 2017-07-24 20:27:58 -04:00

Poké Classic Framework

https://pkmnclassic.net/

Poké Classic Framework is a replacement server and class library for Pokémon Generations 4 and 5. Poké Classic Network is the name of the server itself.

How to connect

AltWFC is configured to automatically direct you to my servers. Follow the instructions at their wiki to connect.

What works

  • GTS
  • Battle Videos
  • Dressup (PtHGSS)
  • Box uploads (PtHGSS)
  • Musical photos (BW1/2)
  • Wi-Fi Battle Tower and Subway

Direct communications are handled by AltWFC and are outside the scope of this project. They work at the time of writing but haven't been tested that thoroughly.

What doesn't

  • Trainer Rankings (PtHGSS)
  • Wi-Fi Plaza (PtHGSS)
  • Game Sync
  • Rating Battles / Competitions

What's planned

  • A much more awesome website
  • Cheat detection
  • Stat checking in a similar manner as Pokécheck
  • Game Sync (I will need help with this!)

How you can help

If there's something you want to see, the best thing is to discuss it with me and prepare a pull request. You should also check for open issues marked Help Wanted. Not all of them require programming skill.

The most significant way you can help is simply by using it. The GTS is nothing without users. Get on there and start trading!

Credits

  • Project Pokémon for most of the original fake GTS reverse engineering work, file format and data structure descriptions, and many ID number tables, including items and trendy phrases.
  • Pipian for more reverse engineering help, including the Battle Tower and Wi-fi Plaza.
  • Nagato, for help reverse engineering the Game Sync protocol.
  • Billy for help with GameSpy protocols and interfacing with Wiimmfi.
  • Nagato and other contributors to the AltWFC project, which this project depends on for basic Nintendo Wi-Fi fuctionality.
  • Eevee for her Veekun Pokédex and large sprite rips.
  • Bulbapedia for most item sprites and Generation 3 item/text conversion tables.
  • kaphotics for the Pokémon mini sprite rips from ORAS.
  • sosnek for help with held item validation.
  • msikma and monsanto for their sprite databases.
  • GatorShark and Magical for their Spinda spot documentation and Python implementation, respectively.