I decided to create a new post in the plugin section after this post
Here it is : a new version of XReceive.
The connection is now configurable. You can specifie the port and the ip adress.
The configuration of XReiceve is write in a file called conf.ini in the directory plugins/XReceive/
By default the port will be : 8000
ant the ip Adresse : 127.0.01
the ip adresse is the current ip of the XLobby's machine
but you can specfied your own parameters in the file :
first line : the ip adress
second line : the port
for example :
- Code: Select all
192.168.2.100
7756
The parameters taken by XReceive are showned in the Xlobby's setup in the plugin's status.
Xsend.exe has to be used like that :
one argument : the command to send to Xlobby, XSsend will use the default port ( 8000 ) and the default ip adresse (127.0.0.1)
two arguments : the command to send and the port
three arguments : the command to send, the port and the ip adress
for example :
- Code: Select all
XSend.exe "command:xlobby:goto screen:menu"
XSend.exe "command:xlobby:goto screen:menu" "7756"
XSend.exe "command:xlobby:goto screen:menu " "7756" "192.168.2.100"
The Xlobby command must respect this format :
Xlobby Commands
- Code: Select all
<group name>:<command name>
<group name>:<command name>:<parameter1>
<group name>:<command name>:<parameter1>:<parameter2>
<group name>:<command name>:<parameter1>:<parameter2>:<parameter3>
<group name>:<command name>:<parameter1>:<parameter2>:<parameter3>:<parameter4>
Plugin Commands
- Code: Select all
plugin:command:<parameter1>
plugin:command:<parameter1>:<parameter2>
plugin:command:<parameter1>:<parameter2>:<parameter3>
plugin:command:<parameter1>:<parameter2>:<parameter3>:<parameter4>
The command receive by the plugin is available in the Xlobby's variable :
- Code: Select all
plugin>XReceive>received
You can download the new version of the plugin here
the archive rar : XReceive.rar
the exe installateur version XReceive.v3.1a.exe
Your comments are welcome
Pack