Skip to content
This repository has been archived by the owner on Aug 6, 2022. It is now read-only.

Commit

Permalink
final commit
Browse files Browse the repository at this point in the history
  • Loading branch information
swrlly committed Nov 22, 2021
1 parent 5826bb8 commit e978d00
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 14,176 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,9 @@ A man-in-the-middle proxy server for the Realm of the Mad God (RotMG) private se

1. Install Python [64-bit](https://www.python.org/downloads/).
2. `git clone --recurse-submodules https://github.com/swrlly/vrelay.git`
3. `py proxy.py` to start the proxy server.
4. In Valor, connect to the proxy server in the server list and you're good to go.
3. `py -m pip install -r requirements.txt`
4. `py proxy.py` to start the proxy server.
5. In Valor, connect to the proxy server in the server list and you're good to go.

## How to write my own plugins?
[A README in the `plugins` folder](https://github.com/swrlly/vrelay/tree/main/Plugins) explains the necessary steps for writing plugins.
Expand Down
2 changes: 1 addition & 1 deletion gui.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ def __init__(self, pm: PluginManager, client: Client, proxy):
"""

x, y = 134, 32
self.version = Label(bd = 0, text = 'v3.3.3', bg = 'black', fg = self.TEXTCOL)
self.version = Label(bd = 0, text = 'v3.3.4', bg = 'black', fg = self.TEXTCOL)
self.version['font'] = self.keyFont
self.subimage(self.version, self.bg, x - 2, y - 2, x + self.version.winfo_reqwidth(), y + self.version.winfo_reqheight())
self.version.place(x = x, y = y)
Expand Down
Binary file modified normal/Valor.swf
Binary file not shown.
Loading

0 comments on commit e978d00

Please sign in to comment.