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
Sorry it´s been removed. But you can just download it here and extract the files yourself.
The cameralimit is located inside Game/Interface/fn_init.sqf
Are the player inside the area?
The only thing that control the camera is the alk_fnc_freeCam_cameraLimit array and alk_fnc_freeCam_disableInput boolean (should be false by default).
Try set the cameralimit to this:
alk_fnc_freeCam_cameraLimit = [Gamearea_Center, 5000, 5000, 0, false,8000];
There is a hidden marker, in eden editor you should find it in the left menu. Can´t remeber it´s name but it specify the center of the game area.