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
Thanks for the info.
Im a little pressed for time as of late.
Have you any logs from testing for me to peruse before making the suggested changes?
if you want easier to chat solution, join up on my discord for DonkeyPunch:
https://discord.com/invite/zVjeBRY
In `eXpochSearchNDestroy.sqf` at the top there's a check for a var which is attempts to stop the replace process if that var is defined and set as true, currently it uses a nested if which causes the exitWith to simply exit from the isNil and continue the replace process anyway.
Original:
if(!isNil {OCP_sNr_OFF})then{if(OCP_sNr_OFF)exitWith{};};
Fixed:
if (!isNil 'OCP_sNr_OFF' && {OCP_sNr_OFF}) exitWith {};
It has been a while since I've done any tests or used this.
It was the first release of its type and evolved a great much over its time.
You can try it out on any of these:
**You can use CUP / A2OP / A3MP / AiA and these should work fine.**
Have not been on Arma in quite some time, mostly IRL and some DayZ
Discord link in case we discuss more about your tests
https://discord.com/invite/zVjeBRY
In case you didn't realize this is an old mod and is very likely outdated because of this.
Next time, do some research.