Sign in to follow this  
KeonDisaster

[solved] TaskForceRadio Items input - Cant join server?

1 post in this topic

Hey Guys,

i tried to get TaskForceRadio Items running as buyable and sellable on the Trader for Special Operations.

I entered the following to the config.cpp

I also added the TFAR Main Module and Side Radio over Arma 3 Editor

Client rpt Log: https://pastebin.com/VJ9YjDTm

Server rpt Log: https://pastebin.com/V4L2HdLf

i also included task_force_radio_items to the mission.sqm - running without errors - only after inputting the config.cpp changes:

addons[]=
{
	"exile_client",
	"A3_Ui_F",
	"task_force_radio_items"
};
class AddonsMetaData
{
	class List
	{
		items=3;
		class Item0
		{
			className="exile_client";
			name="exile_client";
		};
		class Item1
		{
			className="A3_Ui_F";
			name="Arma 3 - User Interface";
			author="Bohemia Interactive";
			url="https://www.arma3.com";
		};
		class Item2
		{
			className="task_force_radio_items";
			name="task_force_radio_items";
			author="[TF]Nkey";
			url="https://github.com/michail-nikolaev/task-force-arma-3-radio";
		};
	};
};

 

config.cpp

class CfgExileArsenal
{
	
	///////////////////////////////////////////////////////////////////////////////
	// TaskForceRadio
	///////////////////////////////////////////////////////////////////////////////
	class tf_rt1523g 								{ quality = 1; price = 20; };
	class tf_anprc155 								{ quality = 1; price = 20; };
	class tf_mr3000 								{ quality = 1; price = 20; };
	class tf_anarc164 								{ quality = 1; price = 20; };
	class tf_mr6000l 								{ quality = 1; price = 20; };
	class tf_anarc210 								{ quality = 1; price = 20; };
	class tf_mr3000_multicam 						{ quality = 1; price = 20; };
	class tf_anprc155_coyote 						{ quality = 1; price = 20; };
	class Item_tf_anprc152 							{ quality = 1; price = 20; };
	class Item_tf_pnr1000a 							{ quality = 1; price = 20; };
	class Item_tf_anprc148jem 						{ quality = 1; price = 20; };
	class Item_tf_fadak 							{ quality = 1; price = 20; };
	class Item_tf_anprc154 							{ quality = 1; price = 20; };
	class Item_tf_rf7800str 						{ quality = 1; price = 20; };
	class Item_tf_microdagr 						{ quality = 1; price = 20; };
	class tf_rt1523g_sage 							{ quality = 1; price = 20; };
	class tf_rt1523g_green 							{ quality = 1; price = 20; };
	class tf_rt1523g_fabric 						{ quality = 1; price = 20; };
	class tf_rt1523g_big 							{ quality = 1; price = 20; };
	class tf_rt1523g_black 							{ quality = 1; price = 20; };
	class tf_microdagr 								{ quality = 1; price = 20; };
	class tf_bussole 								{ quality = 1; price = 20; };
	class tf_anprc152 								{ quality = 1; price = 20; };
	class tf_anprc148jem 							{ quality = 1; price = 20; };
	class tf_fadak 									{ quality = 1; price = 20; };
	class tf_anprc154 								{ quality = 1; price = 20; };
	class tf_rf7800str 								{ quality = 1; price = 20; };
	class tf_pnr1000a 								{ quality = 1; price = 20; };

[...]
class Community
	{
		name = "TaskForceRadio";
		icon = "a3\ui_f\data\gui\Rsc\RscDisplayArsenal\uniform_ca.paa";
		items[] =
		{
			"tf_rt1523g",
			"tf_anprc155",
			"tf_mr3000",
			"tf_anarc164",
			"tf_mr6000l",
			"tf_anarc210",
			"tf_mr3000_multicam",
			"tf_anprc155_coyote",
			"Item_tf_anprc152",
			"Item_tf_pnr1000a",
			"Item_tf_anprc148jem",
			"Item_tf_fadak",
			"Item_tf_anprc154",
			"Item_tf_rf7800str",
			"Item_tf_microdagr",
			"tf_rt1523g_sage",
			"tf_rt1523g_green",
			"tf_rt1523g_fabric",
			"tf_rt1523g_big",
			"tf_rt1523g_black",
			"tf_microdagr",
			"tf_bussole",
			"tf_anprc152",
			"tf_anprc148jem",
			"tf_fadak",
			"tf_anprc154",
			"tf_rf7800str",
			"tf_pnr1000a"
		};
	};
    class Exile_Trader_SpecialOperations
    {
        name = "SPECIAL OPERATIONS";
        showWeaponFilter = 1; // for noob tubes
        categories[] =
        {
            "Flares",
            "Smokes",
            "UAVs",
            "StaticMGs",
            "Explosives",
            "Navigation"
            "Community"
        };
    };

Anybody know what i'm doing wrong?

 

//Update

Just forgot the "," after "Navigation" in "class exile_Trader_SpecialOperations"

Edited by KeonDisaster

Share this post


Link to post
Share on other sites
Advertisement

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  

  • Recently Browsing   0 members

    No registered users viewing this page.