QWEEDDYZ: Compatibility mods\wrappers
Bell-206L: Such as?
And what are the compatibility issues (I'm not aware of any that would require a mod)?
QWEEDDYZ: not standard Notepad
Bell-206L: When tinkering with .lua files, I used Notepad no problem.
QWEEDDYZ: Also, GOG failed it to fix tents issue mentioned above ... in current GOG version change from max-on to max-off instead of making middle possible ... Now in GOG it is SP only.
Bell-206L: I don't understand what you think the problem is. In GOG's FarCry, the AI doesn't see you through non-transparent obstacles, which is good. What does it have to do with multiplayer where AI-related things don't matter?
Ai dont see through tents cause with the fix tent walls are non-transparent entirely for them and cannot be shoot hrough.
That can be changed to "half-transpatent". Ai wont start shoot first but can return fire. And player can shoot enemy through tents (at random or using nightvision with bodies detection). Make noise - shoot or stone "grenade" - make sometimes that AI start to shoot through tent at you before you shoot them.
Half-transparent feature was implemented with multiplayer-only latest update to make it work in both way but for no reason argument set to entireltly transparent (no-wall) for AI in SP. Dvs even put explanation how that work but by default set it for MP only.
Current state is OK. Fix and mod based on revert it to very original form. But broke transparency (posssibily to shoot trough) for multiplayer mode. Thats what is patch made for and its reverted. Current fix made for singleplayer mode only. Ignore MP gameplay. Still change it how readme of lua file suggest better for realism and to make such mechanics work for both SP and MP.
DirectX 10 + WinVista+ and nowadays videondrivers broke few things. Mirrors in water (mountans and trees looks flying in water cause hills/ground not appear in the water).
Latest patfhes decrease VOD (detalisation distance). And game have support for 16:10 widescreen only. As mentioned in first answers here there fix-mods for that. Widescreen mod by ThirteenAG, SilentPatch. Not all og them fix everything, some include each others. Whichone most uptodate/allin - look at PCGW article (you can get there from your account GOG games library - FarCy - MORE - Support - additional resources at PCGW link).
PCGW as a wiki - not a perfect source. But still good to check. And good for subj game. List really needed fixes and properly describe what they do (and what not).
Well, except tent issue. Article just suggest ModDB linked mod as is. And GOG eid used it as is. Result - broken feature in multiplayer mode (possibility to shoot through some walls/tents). Although game already bundled with txt explanation how it can be changed/reverted - PCGW still dont have such information amd dont list all possible values/ways. Often issue on PCGW - suggest mods as is and incomplete info. But this time that affect only such tent-fix mod and good for SilentPatch/etc. Also SilentPatch really needed this time, for this game (look for more updated mod based on SilentPatch if there is such one - check their feature lists)
NotePad shouldnt be used for anything in non .txt and never for games files. What is shown in NotePad are not what is in the file (or what be saved to file after edits). Also NotePad put excessive info make it twice larger files. Some games can have filesizes validation and wont work with modified files where size differ or excessive symbols or if NotePad entirely change string order (for cfg and ini usually games dont care at arguments order there - you can add remove or edit them in any order, sometimes games will re-sort them by alphabetical next launch, sometimes they care for the order).
Universal solution is use HEX-editors to edit any text files as hex. That make it guaranteed exact symbols as you put there will be saved to file in exact section (addresses) of the file. Even changed 0<->1 in NotePad can change half of the non-txt text file or increase size in double. Free HEX editor is HxD. Often NotePad++ suggested as games text files editor.
WordPad although usually on forums not suggested (same as for NotePad people suggest NotePad++ or HxD instead) for mine experience it is entirely differ editor as NotePad and chanflges made by it dont increase filesizes while NotePad same edit do. But i did test it only for simplest edits (like 0->1 only in one string, for many edits still advanced text-editors are better)