Pokémon application logic for Generation IV and V, including servers
Go to file
2021-11-08 00:10:12 -05:00
bvCrawler4 Removed some old ip addresses used by an old dev environment. 2018-10-31 23:28:24 -04:00
bvCrawler5 Removed some old ip addresses used by an old dev environment. 2018-10-31 23:28:24 -04:00
bvRestorer4 Removed some old ip addresses used by an old dev environment. 2018-10-31 23:28:24 -04:00
bvRestorer5 Removed some old ip addresses used by an old dev environment. 2018-10-31 23:28:24 -04:00
GamestatsBase@c6d41b6923 Added email notifications fields to trainer profile classes, extracted shared functionality to base class. 2021-01-31 22:22:22 -05:00
gfx Added apple-touch-icon. 2018-11-03 00:32:27 -04:00
GlobalTerminalService Fixes 2021-09-21 19:48:11 -04:00
gts Added base class for Battle Tower Pokémon, derived from our abstract base Pokémon class, and plumbed the change through. 2021-10-29 01:11:46 -04:00
library Moved GTS record Pokémon validation over to Pokemon classes. 2021-11-08 00:10:12 -05:00
MakeBaseStatTables Lower .NET framework dependencies to 3.5 for most (non-web) projects. 2015-02-14 20:48:16 -05:00
towerRestorer4 Added base class for Battle Tower Pokémon, derived from our abstract base Pokémon class, and plumbed the change through. 2021-10-29 01:11:46 -04:00
VeekunImport Added ORAS megas to form_stats6.txt. 2018-11-01 01:14:35 -04:00
web Added base class for Battle Tower Pokémon, derived from our abstract base Pokémon class, and plumbed the change through. 2021-10-29 01:11:46 -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 Renamed solution 2018-11-03 00:30:20 -04:00
README.md Updated readme. 2021-04-15 00:20:26 -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.