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
If there is enough demand and the author not willing to fix I can release a fixed mod to the workshop for people to use.
You need to add these to the config.bin file. The Cfgslots is present in the config file but needs to be edited. CfgNonAiVehicles section was not even present in config file so it must be added.
You will also need to change the model = "TACSAT_Radio\data\RADIO\TACSAT_Battery.p3d" line to match your new folder path
class CfgSlots
{
class Slot_TACSATBattery
{
name="TACSATBattery";
displayName="TACSAT Battery";
//selection="TACSATBattery"; <---------- comment this line
ghostIcon="missing";
// stackMax=1; <----------- comment this one too
};
};
class CfgNonAIVehicles
{
class ProxyTACSATBattery: ProxyAttachment
{
scope = 2;
inventorySlot[] = {"TACSATBattery"};
model = "TACSAT_Radio\data\RADIO\TACSAT_Battery.p3d";
};
};
I'll give it another look next week
Most of the contents of these files cannot be read/write by a text editor like notepad, but you can still see/change the folder paths in these files. Use CTRL+F and make sure all the paths are correct as well
Any idea? :)
Do you mean, like this?
class CfgNonAIVehicles
{
class ProxyAttachment;
class ProxyTACSATBattery: ProxyAttachment
{
scope = 2;
inventorySlot[] = {"TACSATBattery"};
model = "TACSAT_Radio\data\RADIO\TACSAT_Battery.p3d";
};
};
class ProxyAttachment;
Did, what you've had recommended but I end up with this in the addon builder:
--------------------------------
Build failed. Result code=1
CfgConvert task failed.
File P:\tacsat\TACSAT_Radio\config.cpp, line 30: /CfgNonAIVehicles.ProxyTACSATBattery: Undefined base class 'ProxyAttachment'
Config : some input after EndOfFile.
Error reading config file 'P:\tacsat\TACSAT_Radio\config.cpp'
Class destroyed with lock count 1
--------------------------------
Build result
--------------------------------
OK
If there is enough demand and the author not willing to fix I can release a fixed mod to the workshop for people to use.
You need to add these to the config.bin file. The Cfgslots is present in the config file but needs to be edited. CfgNonAiVehicles section was not even present in config file so it must be added.
class CfgSlots
{
class Slot_TACSATBattery
{
name="TACSATBattery";
displayName="TACSAT Battery";
//selection="TACSATBattery"; <---------- comment this line
ghostIcon="missing";
// stackMax=1; <----------- comment this one too
};
};
class CfgNonAIVehicles
{
class ProxyTACSATBattery: ProxyAttachment
{
scope = 2;
inventorySlot[] = {"TACSATBattery"};
model = "TACSAT_Radio\data\RADIO\TACSAT_Battery.p3d";
};
};
The original source & the creator tagged in the mod description on workshop & in the script.
I add you to my friends list for tag you as contributor at my mod.
servername:
TSRP-PVP {LINK REMOVED}https://discord.gg/CEr2XmZ (Join our Discord)
PVP-Roleplay-Helicopters-Basebuilding-RaidTools-Much Zombies
Survival based server with over 2 years development.
First release: sept.2020 clean settings in config and well tested!
Active Admins and Logsystem
Mods
Weapons:
@Breachingcharge
@MoreGuns
@WeaponReduxPack
@[Remastered] Arma Weapon Pack
Helicopters:
@HelicopterMod_UH1H_DLC
@HelicopterMod-Bell-v5
@HelicopterMod_mi35-v5
Custom Mechanics:
@TACSAT Radio
@CheckIdentity
@SchanaModGlobalChat
@Radio
@ToxicZone
@CannabisPlus
@Trader
@Ear-Plugs
@Code Lock
Cars:
@[CrSk] BMW 525i E34
@Nehr_Pickup_Lada
@CJ187-Cars
@Dingo_Truck
@MoreDingo
@Kamaz_Truck
@RaG_Hummer_Refresh_600
@[CrSk] GAZ-3309
@VeeDub Lt
@IRP-Land-Rover-Defender-110
@[CrSk] VAZ-2107
@Rusflex_Typhoon
@Gerphelius Zil-130
@Mercedes-Benz W140 byKIRM4N
MANY MORE MECHANICS \ MODS
Anyway, can you make a TACSAT admin radio with infinite durabilty please ?
Thank you