Εγκατάσταση Steam
Σύνδεση
|
Γλώσσα
简体中文 (Απλοποιημένα κινεζικά)
繁體中文 (Παραδοσιακά κινεζικά)
日本語 (Ιαπωνικά)
한국어 (Κορεατικά)
ไทย (Ταϊλανδικά)
Български (Βουλγαρικά)
Čeština (Τσεχικά)
Dansk (Δανικά)
Deutsch (Γερμανικά)
English (Αγγλικά)
Español – España (Ισπανικά – Ισπανία)
Español – Latinoamérica (Ισπανικά – Λατινική Αμερική)
Français (Γαλλικά)
Italiano (Ιταλικά)
Bahasa Indonesia (Ινδονησιακά)
Magyar (Ουγγρικά)
Nederlands (Ολλανδικά)
Norsk (Νορβηγικά)
Polski (Πολωνικά)
Português (Πορτογαλικά – Πορτογαλία)
Português – Brasil (Πορτογαλικά – Βραζιλία)
Română (Ρουμανικά)
Русский (Ρωσικά)
Suomi (Φινλανδικά)
Svenska (Σουηδικά)
Türkçe (Τουρκικά)
Tiếng Việt (Βιετναμικά)
Українська (Ουκρανικά)
Αναφορά προβλήματος μετάφρασης






You can use the Rework as replacement for the current CDAH. Objects and item class names are exactly the same, also the configs are almost the same. Please only take a look into the config file as we changed some vars there.
Like, i cant figure out how to craft Cartridges - they're not in the Cookbook.
Maybe with ARMA 4 but I will not promise
da ich keinen Hinweis auf Support im Mod gefunden habe, schreibe ich Dir hier einfach...
Folgendes Problem habe ich auf meinem Server :
ich kann keine Workbench oder anderes bauen. Der Craft button ist schwarz aber es passiert nichts.
Auf demServer laufen folgende MODS:
-Exile 1.0.4
-CBA_A3
-Extended Movement
-Extended Base Mod
-BWMod
-Infistar_Exile
-Infistar Territory Manager
-Infistar XM8
Als ich den Mod installiert habe, hatte ich in der Altis.pbo keine init.sqf Datei sondern nur initPlayer.sqf und initServer.sqf. Ich habe dann eine init.sqf erstellt und den Satz wie in der Anleitung eingefügt.
Battleye läuft auch normal.
Könntest Du mir bitte helfen ? Ich wäre Dir sehr dankbar. Vielen Dank im Vorraus !
class Exile_AbstractCraftingRecipe
{
name = "";
pictureItem = "";
returnedItems[] = {};
components[] = {}; // Required components
tools[] = {}; // Required tools (matches, gas cooker etc.)
requiredInteractionModelGroup = ""; // See CfgInteractionModels
requiresOcean = 0; // isSurfaceWater test
requiresFire = 0; // inflamed object nearby
requiresConcreteMixer = 0; // Check if concrete mixer is nearby
};
#include "CDAH_crafting\vehicleRecipes\CDAH_Vehicle_recipies_config.hpp"
class CfgCraftingRecipes
{
#include "EBM\recipes.hpp"
#include "CDAH_crafting\deviceRecipes\CDAH_Device_recipies.hpp"
#include "CDAH_crafting\expandedCraftingRecipes\CDAH_ExpandedCrafting_config.hpp"
class BreachingChargeBigMomma: Exile_AbstractCraftingRecipe
{
name = "Breaching Charge (Big Momma)";
cdah_workshop is the error im getting
Jay therefore activate the script ExileClient_gui_crafting_show = "CDAH_crafting \ logic \ CDAH_ExileClient_gui_crafting_show.sqf";
And the craft button is still disabled I looked at the script of your pbo it is not diferent so I am blocking
cheers!