Vice City: Multiplayer

Server Development => Community Plugins => Topic started by: 2b2ttianxiu on Jul 22, 2024, 07:36 AM

Title: A new remote control plugin is out today!
Post by: 2b2ttianxiu on Jul 22, 2024, 07:36 AM
There is a new remote control plugin

Source Code:
https://github.com/tianxiu2b2t/VCMPAPISocket

Descripton:
  Using curl and easywsclient to handle the communication between the server and the client can provide developers with more development space, such as connecting to a Python-controlled server, transmitting player content, and so on.
This is a sample script(attachment): https://github.com/tianxiu2b2t/VCMPAPISocket/releases/v1.0.0

server.cfg:

vcmp_url https://xxxxxx.com:8192
vcmp_id (vcmp_id, you can generate a string for it)
vcmp_secret (vcmp_secret, you can generate a string for it)
vcmp_debug (vcmp_id, you can generate a string for it)

tip: WebSocket must not tls/ssl connection
Because easywsclient not support tls/ssl.

Title: Re: A new remote control plugin is out today!
Post by: 2b2ttianxiu on Jul 22, 2024, 10:41 AM
log: Fix gbk and utf-8 string encoding.
log: Version up to v1.0.1