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 get crashes and the same error message, i really want to get this mod working, would greatly appritiate your help!
"]" missing ...
here you said :
edn_fortification_array = [
["Walls",
["Land_BagFence_Long_F",[["edn_sandbag",3]]],
["Land_BagFence_Short_F",[["edn_sandbag",2]]],
...
],
["Camping",
...
];
Could you help me ? i fell like a porc with a spoon when it's time to code :)
[] :'bin|config.bin/CfgPatches/edn_fortification/' not an array
I would like to either suppress or resolve this error message. <3
And thank you for posting the classnames of my WIP objects ;)
Could you maybe try t with an vanilla item? and do you have the items you need in your inventory? (I think yes but just because it looks like the script didn't find them)
edn_fortification_array = [
["Walls",
["Land_BagFence_Long_F",[["edn_sandbag",3]]],
["Land_BagFence_Short_F",[["edn_sandbag",2]]],
...
],
["Camping",
...
];
Here you could edit what kind of objects there are to build and what you need to build this objects.
it is defined as followed: category followed by all the objects in this category, and every object followed by its needed construction materials.
For example:
If you want to change the long Sandbags to need 1 instead of 3 snadbags, the code looks like this:
...
["Land_BagFence_Long_F",[["edn_sandbag",1]]],
...
Credits are appreciated ^^
The original upload was on the Armaholics forum/mod hoster you could link this as well if you want to: https://www.armaholic.com/page.php?id=26964
You are also welcome to link your new mod/modpack here.
It is good to see that after so many years this mod is still in use :D
I've did some changes that require to repack the .pbo -s .
To remedy this situation you will need to navigate to your @EDN Fortification folder, normally found here:
64-Bit - C:\Program Files (x86)\Steam/steamapps\common\Arma 3\!Workshop\@EDN Fortification
Once within this folder, copy the entire userconfig folder, and paste it back into the root Arma 3 folder:
64-Bit - C:\Program Files (x86)\Steam/steamapps\common\Arma 3
This has worked for me!
Can't speak for 32 bit Windows or other operating systems
The error is: "[] :bin/config.bin/CfgPatches/edn_fortification/ not an array". Yes I spell checked multiple times, the slashes are exactly like the error says.
Is it possible for the uploader to post a dumb-proof step-by-step guide to add blueprints? If possible affecting the mod as a whole, not only the map. Or simply post a new version of it with a list of many blueprints, like empty crates and bunkers, to solve my, and probably others', problems.
Thank you in advance.
if u want a fixed mod for the userconfig issue, send me a message. I have fix the script issue.
1. Locate your Arma 3 Folder defualt is
32-Bit - C:\Program Files\Steam/Steamapps\Common\ArmA 3\
64-Bit - C:\Program Files (x86)\Steam/Steamapps\Common\ArmA 3\
2. Go into this folder Steam\Steamapps\Common\ArmA 3\@edn_fortification\addons\
3. Copy/Cut the Folder "Not File The Folder"
4. Go back to
32-Bit - C:\Program Files\Steam/Steamapps\Common\ArmA 3\
64-Bit - C:\Program Files (x86)\Steam/Steamapps\Common\ArmA 3\
5. Paste the Folder with files in folder to that location the root Arma 3 Directory.
Go to the addon folder it contains the required config file and move it to the userconfig folder inside the main Arma 3 directory.
Move the userconfig file from the addon folder to your userconfig folder.
For example you could also use first aid kits or magazines ^^
And wood is used for the campfire:
["Land_Campfire_F",[["edn_Woodplank",2]]],
For example:
edn_fortification_array = [
["Walls",
["Land_BagFence_Long_F",[["edn_sandbag",3]]],
["Land_BagFence_Short_F",[["edn_sandbag",2]]],
["Land_BagFence_End_F",[["edn_sandbag",1]]],
["Land_BagFence_Round_F",[["edn_sandbag",3]]],
["Land_BagFence_Corner_F",[["edn_sandbag",2]]]
],
["Camping",
["Land_Campfire_F",[["edn_Woodplank",2]]],
["Land_CampingChair_V2_F",[["edn_Metalpipe",2]]],
["Land_CampingTable_F",[["edn_Metalpipe",4],["edn_Steelplate",2]]],
["Land_CampingTable_small_F",[["edn_Metalpipe",4],["edn_Steelplate",1]]]
]
];
I have postet one that I often use at the forum at armaholic forum [www.armaholic.com].
The mod is not maintained for quite a long time and it's not fully functional.
You need to add the userconfig file.
your mod is broken, everytime i tried to use it it gave me this error report
and arma 3 crashed.
thank you for uploading my mod. I didn't expect that anyone still uses it, because there are some bugs and no integretion into ace or something like that.
But seems like I'm not right about this ^^
Thank you all for still using it.
i've allways wanted a mod that allows infantry to build fortifications :P