You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To launch RFD, your command line will look something like this:
66
66
67
67
```
68
-
py Source/_main.py player -rh 172.88.194.43 -rp 2005 -wp 2006
68
+
py Source/_main.py player -h 172.88.194.43 -p 2005
69
69
```
70
70
71
71
## Command Syntax
@@ -112,9 +112,9 @@ It's possible to connect to a webserver and an RCC server from different hosts.
112
112
113
113
RCC is an acronym for 'Rōblox Cloud Compute', which is the `exe` program we use to run the Rōblox servers. The UDP-based protocol it communicated with built under [RakNet](http://www.raknet.com/).
114
114
115
-
Host is specified by the `--rcc_host` or `-rh` option.
115
+
Host is specified by the `-h` option (also by `--rcc_host` or `-rh`).
116
116
117
-
Port is specified by the `--rcc_port` or `-rp` option.
117
+
Port is specified by the `-p` option (also by `--rcc_port` or `-rp`).
0 commit comments