О проекте S-Platoon
Первостепенным направлением проекта является создание серверов DayZ Standalone и создание серверов DayZ мода. На нашем сайте вы сможете найти множество гайдов по установке различных дополнений и скриптов для DayZ EPOCH, DayZCC, а так же таких модов как DayZ Origins, Overpoch, Overwatch, Epidemic и ARMA3: EPOCH, гайды по ARMA3: Exile, ARMA3: Altis Life, админский софт, античиты и различные программы для упрощения работы с серверами и модами, дополнения для карты Черноруси, Napf и остальных, а так же всегда сможете задать интересующий вас вопрос в разделе помощи по серверам.
Будущее проекта S-Platoon
Наш проект имеет огромные амбиции, а команда портала делает всё что бы помочь пользователям и не дать угаснуть идее. Мы всем сердцем хотим развиваться и не стоять на месте. Именно наш настрой, а так же дружелюбный коллектив пользователей форума является первым шагом и фундаментом к дальнейшей работе и развитию.
Обновлено: 08.02.2023
Почему пропадает карта Chernarus в игре Arma2 после установки мода Epoch? После запуска игры Arma II OA вылетает ошибка — Addon sauerland requires addon Chernarus. Что делать?
макс никифоров Мыслитель (6086) Обе армы установлены?
у мя стоит арма 2 потом я установил арму оа и дейз мод и в папку ОАшника я кинул @Epoch
макс никифоров Мыслитель (6086) В обычном дейзе проблем не было?
гуру хуюру, нет чтобы объяснить как правильно всё сделать, ты бл*ть задаешь тупые вопросы
Привет, решил создать свой сервер (перешел на лицуху) , при запуске сервера пишет addon «sauerland requires addon «Chernarus»
Заранее спасибо!
Войти
Похожие публикации
Это обновленная версия JAEM от OtterNas3 для DayZ Epoch 1.0.7. Обновлена версия до ZSC и развернул все совместимое. ZSC можно использовать в качестве опции для оплаты создания эвакуационного вертолета, а действия Мудзерели по щелчку правой кнопкой мыши можно использовать для вызова эвакуационного вертолета.
Настройка Battleye фильтров:
1. Открыть файл publicvariable.txt
Добавьте это в конец строки 2:
!=PVDZE_EvacChopperFieldsUpdate !=CallEvacChopper 2. Открыть файл createvehicle.txt
Добавьте это в конец строки 2:
!=»HeliHRescue» 3. Открыть файл scripts.txt
Добавьте это в конец строки 17:
!»dayz_codeinitcompiles.sqf»nif (!isDedicated) then !=» (s_player_evacCall < 0) then !=»time = time;n_chopperPos = getPos _evacChopper;n_marker = createMarkerLocal [«EvacChopper»,_chopperPos];n_marker setMarkerColorL» Добавьте это в конец строки 27:
!=»me) > evac_chopperMarkerTimeout) then !=»_this select 4;>;nnif (_flightStatus == «Arrived») exitWithn !=»= createMarkerLocal [«EvacChopper»,_chopperPos];n_marker setMarkerColorLocal «ColorBlack»;n_marker setMarkerTypeLocal «mil_objec» Добавьте это в конец строки 63:
!=»ck»;n_marker setMarkerTypeLocal «mil_objective»;n_marker setMarkerTextLocal «EvacChopper»;nwhile do !=»rPos];n_marker setMarkerColorLocal «ColorBlack»;n_marker setMarkerTypeLocal «mil_objective»;n_marker setMarkerTextLocal «EvacCho» Добавьте это в конец строки 72:
!=»FNC_GetPos;n_canceled = false;nnnfor «_p» from 1 to 5 don <nsystemChat(format [«Evac-Chopper get called in %1s — Move to cancel!»»
Настройка развертывание техники:
1. Если вы хотите использовать действия по щелчку правой кнопкой мыши при развертывании чего-либо для вызова прерывателя эвакуации вместо встроенных самостоятельных действий, найдите эту переменную в кастомном variables.sqf:
Найдите эту переменную
evac_chopperUseClickActions = false; и измените на:
evac_chopperUseClickActions = true; Откройте файл вашей миссии и найдите файл overwritesclick_actionsconfig.sqf.
Добавьте это в нижнюю часть массива DZE_CLICK_ACTIONS:
[«ItemGPS»,»Call Evac Chopper»,»execVM ‘scriptsJAEMcallEvacChopper.sqf’;»,»true»] Примечание: вы можете привязать действие щелчка правой кнопкой мыши к любому элементу ремня для инструментов. Я просто выбрал ItemGPS по умолчанию. Убедитесь, что вы поставили запятую на предпоследней.
Простые сценарии, для того, чтобы склеить обоймы вместе, увеличивая количество патронов для установленных обойм. На основе
Пожалуйста, Войдите или Зарегистрируйтесь, чтобы увидеть это: Вложение.
2. Из архива переместить файлы в папку scripts которая находится в корне вашей миссии
3. Установить скрипт Click Actions, если установлен, пропускаем пункт
4. Переходим в папку scriptsclickActions и открываем файл config.sqf и находим строки:
DZE_CLICK_ACTIONS = [ [«ItemGPS»,localize «STR_CL_CA_SCAN_NEARBY»,»if(isNil ‘CA_GPS_RANGE’) then ;CA_ZOMBIE_COUNT = count ((position player) nearEntities [‘zZombie_Base’,CA_GPS_RANGE]); CA_MAN_COUNT = count ((position player) nearEntities [‘CAManBase’,CA_GPS_RANGE]); format[localize ‘STR_CL_CA_SCAN’,CA_GPS_RANGE,CA_MAN_COUNT — CA_ZOMBIE_COUNT,count ((position player) nearEntities [‘zZombie_Base’,CA_GPS_RANGE]),count ((position player) nearEntities [‘allVehicles’,CA_GPS_RANGE]) — CA_MAN_COUNT] call dayz_rollingMessages;»,»true»], [«ItemGPS»,localize «STR_CL_CA_RANGE_UP»,»if(isNil ‘CA_GPS_RANGE’) then ;CA_GPS_RANGE = (CA_GPS_RANGE + 100) min 2500; format[localize ‘STR_CL_CA_RANGE_GPS’,CA_GPS_RANGE] call dayz_rollingMessages;»,»true»], [«ItemGPS»,localize «STR_CL_CA_RANGE_DOWN»,»if(isNil ‘CA_GPS_RANGE’) then ;CA_GPS_RANGE = (CA_GPS_RANGE — 100) max 1000; format[localize ‘STR_CL_CA_RANGE_GPS’,CA_GPS_RANGE] call dayz_rollingMessages;»,»true»] ]; внутри этого блока ниже вставляем
,[«30Rnd_545x39_AK»,»Tape Mags»,»execVM ‘scriptsAK.sqf’;»,»true»], [«30Rnd_545x39_AKSD»,»Tape Mags»,»execVM ‘scriptsAKSD.sqf’;»,»true»], [«30Rnd_556x45_Stanag»,»Tape Mags»,»execVM ‘scriptsStanag.sqf’;»,»true»], [«30Rnd_556x45_StanagSD»,»Tape Mags»,»execVM ‘scriptsStanagSD.sqf’;»,»true»], [«30Rnd_762x39_AK47″,»Tape Mags»,»execVM ‘scriptsAK47.sqf’;»,»true»] должно получиться примерно так
DZE_CLICK_ACTIONS = [ [«ItemGPS»,localize «STR_CL_CA_SCAN_NEARBY»,»if(isNil ‘CA_GPS_RANGE’) then ;CA_ZOMBIE_COUNT = count ((position player) nearEntities [‘zZombie_Base’,CA_GPS_RANGE]); CA_MAN_COUNT = count ((position player) nearEntities [‘CAManBase’,CA_GPS_RANGE]); format[localize ‘STR_CL_CA_SCAN’,CA_GPS_RANGE,CA_MAN_COUNT — CA_ZOMBIE_COUNT,count ((position player) nearEntities [‘zZombie_Base’,CA_GPS_RANGE]),count ((position player) nearEntities [‘allVehicles’,CA_GPS_RANGE]) — CA_MAN_COUNT] call dayz_rollingMessages;»,»true»], [«ItemGPS»,localize «STR_CL_CA_RANGE_UP»,»if(isNil ‘CA_GPS_RANGE’) then ;CA_GPS_RANGE = (CA_GPS_RANGE + 100) min 2500; format[localize ‘STR_CL_CA_RANGE_GPS’,CA_GPS_RANGE] call dayz_rollingMessages;»,»true»], [«ItemGPS»,localize «STR_CL_CA_RANGE_DOWN»,»if(isNil ‘CA_GPS_RANGE’) then ;CA_GPS_RANGE = (CA_GPS_RANGE — 100) max 1000; format[localize ‘STR_CL_CA_RANGE_GPS’,CA_GPS_RANGE] call dayz_rollingMessages;»,»true»] ,[«30Rnd_545x39_AK»,»Tape Mags»,»execVM ‘scriptsAK.sqf’;»,»true»], [«30Rnd_545x39_AKSD»,»Tape Mags»,»execVM ‘scriptsAKSD.sqf’;»,»true»], [«30Rnd_556x45_Stanag»,»Tape Mags»,»execVM ‘scriptsStanag.sqf’;»,»true»], [«30Rnd_556x45_StanagSD»,»Tape Mags»,»execVM ‘scriptsStanagSD.sqf’;»,»true»], [«30Rnd_762x39_AK47″,»Tape Mags»,»execVM ‘scriptsAK47.sqf’;»,»true»] ]; 5. Сохраняем, закрываем
6. Готово
Простой скрипт, который выводит ник владельца (или первого друга в списке), когда игрок входит в радиус плота. Это может быть полезно для серверов, которым нравится совершать набеги на базы, и в целом позволяет игрокам наносить на карту местоположения баз.
Скрипт дает возможность дистанционно закрывать машину, проверить состояние двигателя или выгнать игроков из машины.
Персональный скин, точка спавна, и сет с лутом при респавне, стартовый лут для всех!
123new опубликовал тему в Версия 1.0 и выше, 8 марта 2019
Скрипт, добавляющий админу сервера возможность указывать для каждого игрока индивидуальный скин спавна, его персональную точку спавна и один из имеющихся на сервере стартовых наборов с лутом, которые можно составить самим.
Создать аккаунт
Зарегистрируйтесь для получения аккаунта. Это просто!
1 ответ на этот вопрос
Создать аккаунт
Зарегистрируйтесь для получения аккаунта. Это просто!
Создайте аккаунт или войдите в него для комментирования
Вы должны быть пользователем, чтобы оставить комментарий
Войти
Похожие публикации
Добрый вечер, знающие подскажите как реализовать продажу через сайт, без очереди и вип!
также как вывести топ игроков на сайт
Есть ли у кого ни будь шаблон или инструкция как создать свой шеврон?
Нашел видео от Фидова, но ссылка на шаблон не действительна
Пожалуйста, Войдите или Зарегистрируйтесь, чтобы увидеть это: Вложение.
Всем привет, я заметил что некоторые люди не до конца понимают что такое регистрация анимаций для предметов в руках, как ее правильно делать и для чего она нужна?
Для чего это нужно? Допустим вы добавляете предмет в игру и не привязываете его ни к какому объекту (создаете полностью с нуля, задаете свойства) и сталкиваетесь с тем что ваш объект без привязки не имеет должной анимации. А имеет стандартную анимацию банки консервы (в том числе и для предметов которые должны держаться в 2 руках), ну или вовсе предмет находиться в ногах у персонажа (примеры прикрепил скриншоты). Именно для этого и нужно привязывать анимацию положения объекта в руках через скрипт.
На момент написания этого поста я знаю 3 вида регистрации анимаций для предметов в руках:
1. PlayerBase
2. JMAnimRegister
3. ModItemRegisterCallbacks
До создания последних 2 способов все использовали PlayerBase :
DayZPlayerTypeRegisterItems(DayZPlayerType Type) вот наше спасение, но тут тоже не все так просто, полумолчание это функция внутри класса, а для поставленной задачи (иметь возможность безопасно и стабильно вносить новую регистрацию предметов) это не подходит. Тогда разработчики мода CF создали кастомный класс с использованием схожих функций для регистрации анимаций положений предметов в руках. Этим классом является JMAnimRegister. Стабильная и оптимизированная функция, которой очень просто пользоваться. Разумеется использовать вы сможете этот класс только при наличии в своей сборке CF . Как им пользоваться?
Пожалуйста, Войдите или Зарегистрируйтесь, чтобы увидеть это: Вложение.
Пожалуйста, Войдите или Зарегистрируйтесь, чтобы увидеть это: Вложение.
Всем привет, в очередной раз прошу вашей помощи.
Решил сделать тестовый
Пожалуйста, Войдите или Зарегистрируйтесь, чтобы увидеть это: Вложение.
Пожалуйста, Войдите или Зарегистрируйтесь, чтобы увидеть это: Вложение.
Здравствуйте, дорогие друзья и посетители сайта. В данной теме я распишу как создать свой «чистый» сервер на основе первых официальных серверных файлов игры, доступных каждому в steam для тех, кто приобрел эту замечательную игру. Для тех, кто не приобретал ее, не расстраивайтесь, добавлю зеркала на файлы.
И так, приступим.
Увеличение карты х2
vitacite опубликовал тему в Картостроение, 6 октября 2020
Доброго времени суток комрады. После успешного портирования карты 2048 на 2048 ProvingGrounds, решил исполнить свою «детскую мечту» и сделать ее большой ;)))) С этой целью для начала я решил увеличить ее в два раза.
О проекте S-Platoon
. На нашем сайте вы сможете найти множество гайдов по установке различных дополнений и скриптов для DayZ EPOCH, DayZCC, а так же таких модов как DayZ Origins, Overpoch, Overwatch, Epidemic и ARMA3: DayZ EPOCH, гайды по ARMA3: Exile, ARMA3: Altis Life, админский софт, античиты и различные программы для упрощения работы с серверами и модами, дополнения для карты Черноруси, Napf и остальных, а так же всегда сможете задать интересующий вас вопрос в разделе помощи по серверам.
Будущее проекта S-Platoon
Наш проект имеет огромные амбиции, а команда портала делает всё что бы помочь пользователям и не дать угаснуть идее. Мы всем сердцем хотим развиваться и не стоять на месте. Именно наш настрой, а так же дружелюбный коллектив пользователей форума является первым шагом и фундаментом к дальнейшей работе и развитию.
—> Первостепенным направлением проекта является создание серверов DayZ Standalone и создание серверов DayZ мода. На нашем сайте вы сможете найти множество гайдов по установке различных дополнений и скриптов для DayZ EPOCH, DayZCC, а так же таких модов как DayZ Origins, Overpoch, Overwatch, Epidemic и ARMA3: EPOCH, гайды по ARMA3: Exile, ARMA3: Altis Life, админский софт, античиты и различные программы для упрощения работы с серверами и модами, дополнения для карты Черноруси, Napf и остальных, а так же всегда сможете задать интересующий вас вопрос в разделе помощи по серверам.
При заходе на сервер абсолютно всех игроков, идет бесконечное «ожидание сервера», а на хосте пишет Mission DayZ Epoch Chernarus read from directory 1000 раз. Подскажите пожалуйста решение проблемы.
Создаем свой серверный мод. [DayZ 1.4 to Discontined]
123new опубликовал тему в Версия 1.0 и выше, 9 июля 2019
В данной теме я распишу возможность создания серверного мода для сервера на собственном примере и объясню как его собрать.
Создать аккаунт
Зарегистрируйтесь для получения аккаунта. Это просто!
Создайте аккаунт или войдите в него для комментирования
Вы должны быть пользователем, чтобы оставить комментарий
Создайте аккаунт или войдите в него для комментирования
Вы должны быть пользователем, чтобы оставить комментарий
Войти
Наш выбор
Читайте также:
- Синоним к слову соответствие требованиям
- Сталкер аномалия вылетает при загрузке сохранения
- Fear 4 системные требования
- Как установить rust на rust
- Fortnite как включить отображение шагов
Recommended Posts
-
- Report
- Share
So ive been trying to get Daz mod to work on my PC for 3 days now I have searched through just about every forum/youtube and every other site I can find for an aswer!
How do I FIX this god damn error…. I have uninstalled Arma 2 + Arma 2 OA 3 times have installed dayz commander 3 times have downloaded Dayz epoch 3 times and still get this error. I have verified all my files in steam I have run both games through steam….
can anybody just give me a simple answer to how I get this «Addon ‘Sauerland’ requires addon ‘Chernarus'» to stop coming and up and let me play the mod? I am getting very annoyed and about to give up on this!
Link to comment
Share on other sites
-
- Report
- Share
Do you run arma 2 and arma 2 OA once each after installing them before trying to run dayz
Link to comment
Share on other sites
- 4 months later…
-
- Report
- Share
bump. Getting the same problem.
I deleted everything, reinstalled arma2, ran it. exit. reinstalled arma2OA, ran it, exit.
3 times now
downloaded all mods again, still getting the error :/
Link to comment
Share on other sites
-
- Report
- Share
So ive been trying to get Daz mod to work on my PC for 3 days now I have searched through just about every forum/youtube and every other site I can find for an aswer!
How do I FIX this god damn error…. I have uninstalled Arma 2 + Arma 2 OA 3 times have installed dayz commander 3 times have downloaded Dayz epoch 3 times and still get this error. I have verified all my files in steam I have run both games through steam….
can anybody just give me a simple answer to how I get this «Addon ‘Sauerland’ requires addon ‘Chernarus'» to stop coming and up and let me play the mod? I am getting very annoyed and about to give up on this!
bump. Getting the same problem.
I deleted everything, reinstalled arma2, ran it. exit. reinstalled arma2OA, ran it, exit.
3 times now
downloaded all mods again, still getting the error :/
Run Arma 2, go to singleplayer, editor, Chernarus. Run Arma 2 OA, singleplayer, editor, Chernarus. Run Arma 2 CO epoch, CTRL + E Chernarus. If you get any errors let me know.
Link to comment
Share on other sites
-
- Report
- Share
That’s usually fixed by copying the addons folder from arma 2 to arma 2oa
-
Bricktop
-
1
Link to comment
Share on other sites
- 6 months later…
-
- Report
- Share
SOMEONE PLEASE HELP ME!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
I bought Arma2 OA about 3 days ago and for the sole reason of playing dayz mods mostly epoch. So i got dayz luancher and all that stuff but when i try to luanch say Epoch i know it works becuase it says DayZ Epoch when it would normally say Arma2 in the loading screen, But when i try to join a server i get and error saying what tjis thread is about or sometimes itll just say Addon Chernarus needed. I only have Arma2 OA not the regular game as well i dont know if thats the problem. ALl i wanted to play is dayz and a friend said that all i needed was OA and not both the regular game and OA i dont have enough money to buy the regular version and most likely wont for a LONG time. But i shouldnt need both if i do thats VERY dumb and if i do i should be able to get the Regular version for free since i bought OA. so if anyone has any ideas of what i should do PLEEEEEEEEEEEEEEEEASSSSSSSSSE help me i am very desperate!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Link to comment
Share on other sites
-
- Report
- Share
SOMEONE PLEASE HELP ME!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
I bought Arma2 OA about 3 days ago and for the sole reason of playing dayz mods mostly epoch. So i got dayz luancher and all that stuff but when i try to luanch say Epoch i know it works becuase it says DayZ Epoch when it would normally say Arma2 in the loading screen, But when i try to join a server i get and error saying what tjis thread is about or sometimes itll just say Addon Chernarus needed. I only have Arma2 OA not the regular game as well i dont know if thats the problem. ALl i wanted to play is dayz and a friend said that all i needed was OA and not both the regular game and OA i dont have enough money to buy the regular version and most likely wont for a LONG time. But i shouldnt need both if i do thats VERY dumb and if i do i should be able to get the Regular version for free since i bought OA. so if anyone has any ideas of what i should do PLEEEEEEEEEEEEEEEEASSSSSSSSSE help me i am very desperate!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
![]()
![]()
![]()
![]()
![]()
![]()
![]()
So you bought DLC to a game you don’t own …. smart move, even Steam tells you it’s DLC and not a standalone game
Put your hand in your pocket again, you need ArmA the game.
Also your keyboard is broke, it types in BOLD and the punctuation is missing
Link to comment
Share on other sites
-
- Report
- Share
So I’m getting this…and I followed the whole load editor bit..
Except I don’t have Chernarus on the list for Epoch when I do control+e.
So I’m pretty perplexed.
Link to comment
Share on other sites
-
- Report
- Share
If you are getting this, the mods aren’t loading propely. Download Dayz Launcher and play with that. It’ll load the proper mods and tell you if you need to download it.
Link to comment
Share on other sites
- 6 months later…
-
- Report
- Share
That’s usually fixed by copying the addons folder from arma 2 to arma 2oa
Worked first time. Thanks Nekuan.
Link to comment
Share on other sites
- 1 year later…
-
- Report
- Share
On 8/4/2014 at 5:04 PM, Nekuan said:
That’s usually fixed by copying the addons folder from arma 2 to arma 2oa
I wish I read this a long time ago. Been struggling for nearly 6 months when I was trying to get a local server running on my computer for testing lol. Now I can finally test again thanks to you!
-
Bricktop
-
1
Link to comment
Share on other sites
-
- Report
- Share
On 8/4/2014 at 6:04 PM, Nekuan said:
That’s usually fixed by copying the addons folder from arma 2 to arma 2oa
Edit: I deleted my comment. I didn’t realize I quoted a three year old post lol sorry
Link to comment
Share on other sites
- 10 months later…
-
- Report
- Share
On 8/4/2014 at 11:46 PM, Kar said:
Run Arma 2, go to singleplayer, editor, Chernarus. Run Arma 2 OA, singleplayer, editor, Chernarus. Run Arma 2 CO epoch, CTRL + E Chernarus. If you get any errors let me know.
I had the same issue just now, even though i was playing just last night. Followed these instructions and everything is back to normal now.
Link to comment
Share on other sites
Create an account or sign in to comment
You need to be a member in order to leave a comment
Sign in
Already have an account? Sign in here.
Sign In Now
О проекте S-Platoon
Первостепенным направлением проекта является создание серверов DayZ Standalone и создание серверов DayZ мода. На нашем сайте вы сможете найти множество гайдов по установке различных дополнений и скриптов для DayZ EPOCH, DayZCC, а так же таких модов как DayZ Origins, Overpoch, Overwatch, Epidemic и ARMA3: EPOCH, гайды по ARMA3: Exile, ARMA3: Altis Life, админский софт, античиты и различные программы для упрощения работы с серверами и модами, дополнения для карты Черноруси, Napf и остальных, а так же всегда сможете задать интересующий вас вопрос в разделе помощи по серверам.
Будущее проекта S-Platoon
Наш проект имеет огромные амбиции, а команда портала делает всё что бы помочь пользователям и не дать угаснуть идее. Мы всем сердцем хотим развиваться и не стоять на месте. Именно наш настрой, а так же дружелюбный коллектив пользователей форума является первым шагом и фундаментом к дальнейшей работе и развитию.
Recommended Posts
-
- Report
- Share
So ive been trying to get Daz mod to work on my PC for 3 days now I have searched through just about every forum/youtube and every other site I can find for an aswer!
How do I FIX this god damn error…. I have uninstalled Arma 2 + Arma 2 OA 3 times have installed dayz commander 3 times have downloaded Dayz epoch 3 times and still get this error. I have verified all my files in steam I have run both games through steam….
can anybody just give me a simple answer to how I get this «Addon ‘Sauerland’ requires addon ‘Chernarus’» to stop coming and up and let me play the mod? I am getting very annoyed and about to give up on this!
Link to comment
Share on other sites
-
- Report
- Share
Do you run arma 2 and arma 2 OA once each after installing them before trying to run dayz
Link to comment
Share on other sites
- 4 months later…
-
- Report
- Share
bump. Getting the same problem.
I deleted everything, reinstalled arma2, ran it. exit. reinstalled arma2OA, ran it, exit.
3 times now
downloaded all mods again, still getting the error :/
Link to comment
Share on other sites
-
- Report
- Share
So ive been trying to get Daz mod to work on my PC for 3 days now I have searched through just about every forum/youtube and every other site I can find for an aswer!
How do I FIX this god damn error…. I have uninstalled Arma 2 + Arma 2 OA 3 times have installed dayz commander 3 times have downloaded Dayz epoch 3 times and still get this error. I have verified all my files in steam I have run both games through steam….
can anybody just give me a simple answer to how I get this «Addon ‘Sauerland’ requires addon ‘Chernarus’» to stop coming and up and let me play the mod? I am getting very annoyed and about to give up on this!
bump. Getting the same problem.
I deleted everything, reinstalled arma2, ran it. exit. reinstalled arma2OA, ran it, exit.
3 times now
downloaded all mods again, still getting the error :/
Run Arma 2, go to singleplayer, editor, Chernarus. Run Arma 2 OA, singleplayer, editor, Chernarus. Run Arma 2 CO epoch, CTRL + E Chernarus. If you get any errors let me know.
Link to comment
Share on other sites
-
- Report
- Share
That’s usually fixed by copying the addons folder from arma 2 to arma 2oa
-
Bricktop
-
1
Link to comment
Share on other sites
- 6 months later…
-
- Report
- Share
Link to comment
Share on other sites
-
- Report
- Share
So you bought DLC to a game you don’t own …. smart move, even Steam tells you it’s DLC and not a standalone game
Put your hand in your pocket again, you need ArmA the game.
Also your keyboard is broke, it types in BOLD and the punctuation is missing
Link to comment
Share on other sites
-
- Report
- Share
So I’m getting this…and I followed the whole load editor bit..
Except I don’t have Chernarus on the list for Epoch when I do control+e.
So I’m pretty perplexed.
Link to comment
Share on other sites
-
- Report
- Share
If you are getting this, the mods aren’t loading propely. Download Dayz Launcher and play with that. It’ll load the proper mods and tell you if you need to download it.
Link to comment
Share on other sites
- 6 months later…
-
- Report
- Share
That’s usually fixed by copying the addons folder from arma 2 to arma 2oa
Worked first time. Thanks Nekuan.
Link to comment
Share on other sites
- 1 year later…
-
- Report
- Share
On 8/4/2014 at 5:04 PM, Nekuan said:
That’s usually fixed by copying the addons folder from arma 2 to arma 2oa
I wish I read this a long time ago. Been struggling for nearly 6 months when I was trying to get a local server running on my computer for testing lol. Now I can finally test again thanks to you!
-
Bricktop
-
1
Link to comment
Share on other sites
-
- Report
- Share
On 8/4/2014 at 6:04 PM, Nekuan said:
That’s usually fixed by copying the addons folder from arma 2 to arma 2oa
Edit: I deleted my comment. I didn’t realize I quoted a three year old post lol sorry
Link to comment
Share on other sites
- 10 months later…
-
- Report
- Share
On 8/4/2014 at 11:46 PM, Kar said:
Run Arma 2, go to singleplayer, editor, Chernarus. Run Arma 2 OA, singleplayer, editor, Chernarus. Run Arma 2 CO epoch, CTRL + E Chernarus. If you get any errors let me know.
I had the same issue just now, even though i was playing just last night. Followed these instructions and everything is back to normal now.
Link to comment
Share on other sites
Create an account or sign in to comment
You need to be a member in order to leave a comment
Sign in
Already have an account? Sign in here.
Sign In Now
Go to DayZmod
r/DayZmod
Welcome to /r/DayZmod, where we focus on all things about Arma2 based DayZ Mod.
Discuss updates, swap stories, post videos and pictures, promote your server or get troubleshooting help.
Please message the mods if you have any comments/concerns.
Online
•
Error Addon ‘sauerland’ requires addon ‘Chernarus
i get a error when i start dayz »Addon ‘sauerland’ requires addon ‘Chernarus» when i search about it on internet i found a solution.and it says copy normal arma 2 game addons to arma 2 oa addons. but i dont have normal arma 2 game. can someone give me a link to normal arma 2 addons where i can download and put them in arma 2 oa , thanks
Hello and welcome to the Forum, please make yourself familiar with the layout of the Forum before posting.
You have posted in the Standalone-section, which is on no way related to this to begin with. But not only that, but we’re also not related to anything other than DayZ Mod or DayZ Standalone as is. Which is why we can’t offer you support.
Maybe try on a Forum that is related to your issue at hand?
In the meantime: Moved.
Edited February 11, 2015 by kichilron
-
Home
-
Forums
-
DayZ Mod / Arma Scripting & Editing
-
Trouble Shooting
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an alternative browser.
Error on start DayZ Epoch 1.0.4
-
Thread starterMr.BorisBritva
-
Start dateJan 29, 2014
-
#1
Hi!! I get error when start my dayz epoch instance 11. Error — » Addon ‘sauerland’ requires addon ‘Chernarus’ «
all files i have. My Arma 2 and Arma 2 OA from steam. Maybev some body know this problem. Please help!
-
#2
-
#3
You need to delete folder ca in mpmissions folder
-
#4
I found a solution, i posted it already on Epoch Forums, i will just paste my solution.
http://epochmod.com/forum/index.php?/topic/6571-104-start-addon-problem/
If you’re having the Requires add-on Chernarus problem, this will be a most certain cause.
Okay, So i too had this issue setting up my 3rd server, I had tried everything, from config file paths, directory installs, all of it.
The problem i had with my host is that I had only had Operation Arrowhead Installed, When DayZ requires all information from both games, Arma 2 and Arma 2 OA.
So make sure that you go into your addon folder and you can see the Arma 2 Files there, If not, you will need to load your Arma 2 contents into the Root Server folder.
Hope this helps.
-
#5
I found a solution, i posted it already on Epoch Forums, i will just paste my solution.
http://epochmod.com/forum/index.php?/topic/6571-104-start-addon-problem/If you’re having the Requires add-on Chernarus problem, this will be a most certain cause.
Okay, So i too had this issue setting up my 3rd server, I had tried everything, from config file paths, directory installs, all of it.
The problem i had with my host is that I had only had Operation Arrowhead Installed, When DayZ requires all information from both games, Arma 2 and Arma 2 OA.
So make sure that you go into your addon folder and you can see the Arma 2 Files there, If not, you will need to load your Arma 2 contents into the Root Server folder.Hope this helps.
I’m sorry, I’m new to this. What do you mean «So make sure that you go into your addon folder and you can see the Arma 2 Files there, If not, you will need to load your Arma 2 contents into the Root Server folder.» I hate asking for you to make it more simple, but can you step by step guide me through it. I used to you Dayz Commander, but after getting back on after a few months is doesn’t work.
Also this is for Epoch 1.0.5.1
Last edited: Jul 22, 2014
-
Home
-
Forums
-
DayZ Mod / Arma Scripting & Editing
-
Trouble Shooting
-
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.
Get the Reddit app
Log In
Log in to Reddit
Open settings menu
-
Log In / Sign Up
-
Advertise on Reddit