Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - 2b2ttianxiu

#1
Scripting and Server Management / Decode JSON
Oct 01, 2024, 03:06 AM
How i decode json?
I make a encode json code, but decode it again may different. How can i do?
#2
I tryed take a resource into other test server, its worked all. But I copyied it to my main server, some picture display empty, but has collisions in it.
I think it's resource memory error or display error.
thx!
#3
u can contact me, and I can help u(
Tencent QQ: 794609509
#4
Quote from: vitovc on Aug 14, 2024, 07:28 AMbut internet tab is for global servers, favorite tab is for locals.
isolated countries like china, russia or north korea can use their own masterlist (hosted in their country)
But I did it, and I only wait Chinese player to change master url
#5
Developer, can u support utf-8 and chinese char?
#6
Use a newer raknet?
(I mean client protocol base network raknet is update?)
(I can help u)
#8
log: Fix gbk and utf-8 string encoding.
log: Version up to v1.0.1
#9
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.

#10
Do u have discord? give me ur discord.
#11
I want to make a websocket to connect my master server

But I build has some error
about LNK2001 curl
#12
I tried download client version, but server responsed me:
If you found this url on the VC:MP forum as an alternative if the update server is down you should enter this URL in your VC:MP browser.<br/><br/>If you're here because you want to download the latest update when your browser fails to download it. See below!<br/>Version <a href="/files/build62A35348.7z">04rel006</a>: Latest version is 62A35348 compiled on 2022-06-10 04:06:20<br/>Version <a href="/files/build5B2FAF0E.7z">04rel005</a>: Latest version is 5B2FAF0E compiled on 2018-06-24 04:06:47<br/>Version <a href="/files/build5B2D7C82.7z">04rel004</a>: Latest version is 5B2D7C82 compiled on 2018-06-23 12:06:47<br/>Version <a href="/files/build571C093D.7z">04rel003</a>: Latest version is 571C093D compiled on 2016-04-24 01:04:46<br/>Version <a href="/files/build55986E38.7z">04rel002</a>: Latest version is 55986E38 compiled on 2015-07-05 01:07:37<br/>Version <a href="/files/build55986E30.7z">04rel001</a>: Latest version is 55986E30 compiled on 2015-07-05 01:07:37<br/>Version <a href="/files/build5432F2AD.7z">04rel000</a>: Latest version is 5432F2AD compiled on 2014-10-06 09:10:51<br/>Version <a href="/files/build5400CA70.7z">04pb402</a>: Latest version is 5400CA70 compiled on 2014-08-29 08:08:46<br/>Version <a href="/files/build53D23BCE.7z">04pb400</a>: Latest version is 53D23BCE compiled on 2014-07-25 01:07:13<br/>
What the hell this content?
#13
maybe launcher question. You can redownload and resetup it
#14
file
#15
I check the (Socket).SetConnFunc("xxx")

But it first call and second or more didn't call this function.

So I fixed it

(PS: The ping is magic. It somethings lower 200ms, somethings higher than 200ms or more! example: 673ms)
(I use python to test and my website can feel it lag(somethings).)
(I don't know why, maybe first author write code for bugs.)
(It only works on 32bits application)