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
I am glad you appreciate Arma Terminal! If you do end up modifying it to be MP compatible, or add networking or any other cool features, feel free to create a pull request and when I get time, I will check it out.
TLDR: Probably no to both, however feel free to modify the code yourself to support it.
1. I didnt do anything to explicitly prevent it from being usable in an MP enviornment, however, I have zero experience coding for an MP enviornment and no way to test it in an MP enviornment for myself. It stores the data in a local variable on the computer object the 'Use Computer' action is attached to (https://community.bistudio.com/wiki/setVariable) . Keep in mind the version in this demo is no longer the most up to date version of ArmaTerminal, I posted an update to it about a year back.
1. Does your mod has compability with MP enviroment? If it has, than where is it store the data (user's info, passwords, etc).
2. Is it real to convert some text into cyrillic text (russian)?
Your Arma Terminal is amazing thing! Thank you.
Unfortunately this is a side project right now and I probably won't be able to really start getting to this for at least two months or so.
http://www.quirksmode.org/js/keys.html
Essentially, keyCode would return the actualy keyboard key ID, which could be translated into an ascii character, while the charCode returns the actual ascii character code.
Mind you, I have no idea if this is how Arma handles this, but could perhaps give a clue of how to solve it at least.
To access folders or documents with a space, you need a backslash '\' before the space.