[release] X-PROXY with WEB UI & PACKETS FROM WEB
X-PROXY
Emulation/proxy, protection layer, game events service / data api.
PROXY REPO: https://gitlab.com/sroparadise/x-proxy
PROXY WEBADMIN REPO: https://gitlab.com/sroparadise/x-proxy-webui
A good engineer may have some "basic" tools, a great one will have sophisticated ones.
Features:
- Packet based Event System base (has one event Trivia as example)
- Web to client packet sending (from web admin to game - goes both server/client directions)
- Manager for connections on web interface
- NodeJS as core (uses modern Javascript / Typescript)
- General game protection on all game versions (whitelists, rate limiting, etc)
- Fixes for various game versions (refer to controllers folder for more info)
- Advanced logging system for packets debugging etc
- Unlimited scaling wont slow down as long as your host PC has enough resources
- This is a very solid base for you to build your own game tools
- Copy the packet opcode / data from logs - paste in web ui and re-run it again on whoever you want in game
Some insight of what's this:
https://cdn.discordapp.com/attachmen...2_15-13-21.gif
Re: [release] X-PROXY with WEB UI & PACKETS FROM WEB
Great job!
It's able to send item to char from web? I mean without relogin or teleport.
- - - Updated - - -
What's diffrents between chernobly's X-Proxy and this?
Re: [release] X-PROXY with WEB UI & PACKETS FROM WEB
That would be possible if you have gs addon on your files.
Did he make a x-proxy? didnt know that.
Re: [release] X-PROXY with WEB UI & PACKETS FROM WEB
Quote:
Originally Posted by
asuradoll
Great job!
It's able to send item to char from web? I mean without relogin or teleport.
You can only emulate visually such things for client, but player will have a "gift" if pickup another item before teleporting ;)
Filters act as a proxy, can't interact at such level with GameServer, as Artur said, you need GS addon for that.
But you always can send items to Storage (checking if not full, to avoid client crash on opening storage).
As I know, storage doesn't have any teleport/relog need.
Re: [release] X-PROXY with WEB UI & PACKETS FROM WEB
that on me, cherno's named XFilter. I left sro years, where I can find the GS addon for that?
- - - Updated - - -
Quote:
Originally Posted by
MarcoTozzi
You can only emulate visually such things for client, but player will have a "gift" if pickup another item before teleporting ;)
Filters act as a proxy, can't interact at such level with GameServer, as Artur said, you need GS addon for that.
But you always can send items to Storage (checking if not full, to avoid client crash on opening storage).
As I know, storage doesn't have any teleport/relog need.
thx. I'll take it, for a backup option.