- 1,402
- Posts
- 11
- Years
- Seen Aug 19, 2024
This has been sitting on my computer for idk, like 6 months or something. It does trades and battles via a server that you'll need to host. The title says [Abandonware], and that's accurate. I haven't touched Essentials for a long time, and I don't intend to use it again.
[April 22, 2021] Vendily added v18 support and eggs are now tradeable.
Credits to Khaikaa for commissioning it, and Vendily for porting to v18.
There's two parts:
Connections are established via Trainer IDs, which can be found on the trainer card screen. Think of them as a bit like friend codes.
For hosting the server you could try free-tier on Google Cloud. It shouldn't use much processing power (but I'd recommend setting up some sensible limits, because there's nothing in the protocol to stop somebody DDOSing it).
https://www.mediafire.com/file/sj658t5py06o98r/cable_club.zip/file
[April 22, 2021] Vendily added v18 support and eggs are now tradeable.
Credits to Khaikaa for commissioning it, and Vendily for porting to v18.
There's two parts:
- a plug and play script for Essentials in
cable_club.rb
. I call mine CableClub and put it directly above Main. You need to edit theHOST
andPORT
constants at the top to be the address and port of your server. - a Python3 server in
cable_club.py
. It needs your PBS files to run, by default it looks in the directory you run it from, but you can pass--pbs_dir
to change that. You can also pass--host
and--port
or alter theHOST
andPORT
constants at the top.
Connections are established via Trainer IDs, which can be found on the trainer card screen. Think of them as a bit like friend codes.
For hosting the server you could try free-tier on Google Cloud. It shouldn't use much processing power (but I'd recommend setting up some sensible limits, because there's nothing in the protocol to stop somebody DDOSing it).
https://www.mediafire.com/file/sj658t5py06o98r/cable_club.zip/file
Last edited: