Server-to-Client Instructions
Here is a list of all the known instructions/commands sent by the Furcadia
server to the client. The elements of the instruction are hilited with a
specific color to represent their type:
Glossary
- static data - Data that must always be specified as is (single spaces indicated by sp).
- bin - Data in a raw binary format.
- str - Regular text data (which does not represent an integer).
- int - An integer, represented by a string (i.e.: 1337 as in \x31\x33\x33\x37).
- b95 - An integer in the Furcadian base95 representation/format.
- b220 - An integer in the Furcadian base220 representation/format.
- b220str - "Base220 String" - a string prefixed by a base220 digit that tells its size.
- colorstr-part - Furcadian color string in its limited (colors only) form.
- colorstr - Furcadian color string in its full form (including species, gender, special).
The shades may degrade to indicate a repeating pattern.
To get more information about each parameter or the instruction itself,
hover your mouse pointer over each element or click the row to expand it
into its verbose form.
Instruction Syntax |
Instruction Name |
Loading... |