Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
Globally:
info frequency = 5000
And then for every cell (cellID starts at 1):
registration frequency = 5000 + cellID * 3
downlink frequency = 5001 + cellID * 3
uplink frequency = 5002 + cellID * 3
Example with one cell:
5000, 5003 - 5005
Example with two cells
5000, 5003 - 5008
If you want to chat with the computer of a different net, enter the net ip of that computer (e.g. if the other computer has the up 13.0.1, then you have to insert 13.0.0)
CrazyFluffyPony#0587
It takes the text, splits it up in characters and then sends 26 (or 25 or so?) characters per packet.
The same lua script (but running on other pcs) will receive those packets, and build the original string again.