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
Is there a way to have only my custom objects available for construction instead of the default ones?
"Error Mission ]
File r3fAdvLog\functions\general\fn_deleteFactoryObj.sqf..., line 5
Any chance of getting a fix?
I mean, have been thinking on whether we could change some lines to move the cargo ABOVE the trucks/tow vehicles instead. Something like the old IgiLoad script.
Cheers!
r3fAdvLog\functions\general\fn_deleteFactoryObj.sqf
you have an extra { that needs to be deleted.
/* Start */
_array =
[
["Sandbags", "Vehicles"],
[[["Land_BagFence_Long_F", 5]],
[["rhsusf_m1151_usmc_d", 100]]]
];
this setVariable ["R3F_CF_local_factory", _array, true];
[this, 1000] call AdvLog_fnc_factoryInit;
/* End */
Would be nice if we could get some resolution on the keys though!
Thank you and keep up the great work!
Getting error: Addons\r3fenchancedlogistics.pbo" are not signed by a key accepted by this server
I have verified and even reinstalled the addon onto the server and removed and re added the keys onto the server. Same result
@NGaming
I believe the error is residing on the last comma within "["land_bagbunker_tower_f", 60],"
The comma is only necessary when another classname is being added next, otherwise it's not needed. A tutorial on using these global variables is definitely needed though! I don't care about the ALiVE persis if I can't make a custom factory.
Should look like this
[
["land_bagbunker_tower_f", 60],
];
["land_bagbunker_tower_f", 60],
];
As provided. Anyone got a fix. I need to be able to add a bunch of SOG stuff to the factory.
- Once placed down, an object can not be returned to the creation factory.
- There is no way to exclude items from logistics. Didn't know if this was a bug or a missed feature from the OG R3F Logistics.
Now that I have it working to an extent, the work done is actually pretty well done! Def. more than I could do lol
Any solution to this besides scavenging through the original R3F Logistics files?
Extract the folder from the pbo and install it according to the R3F manual not working too. I missed something please?
We're still struggling to get this to work on a signed server
Keep letting me know of any issues, they really help me.
Script r3fAdvlog\functions\ace\fn_aceAddExtra.sqf not found