Sign in to follow this  
Hazard

Anyone help?? installing TRYK custom clothing!

21 posts in this topic

I have this error in my RPT

14:04:28 Conflicting addon TRYK_Uniform in 'zabb\', previous definition in 'tryk_unit\'
14:04:28 Conflicting addon TRYK_Uniform in 'zabb2\', previous definition in 'tryk_unit\'
14:04:28 Conflicting addon TRYK_Uniform in 'Zara\', previous definition in 'tryk_unit\'
14:04:33 Warning Message: Addon 'exile_server_config' requires addon 'TRYK'

I have added the @TRYK to my servers root directory, and put the key in the keys folder. 

my mission.sqm

addOns[]=
    {
        "exile_client",
        "esseker",
        "ryanzombies",
        "TRYK"

    addOnsAuto[]=
    {
        "exile_client",
        "A3_Modules_F",
        "esseker",
        "ryanzombies",
        "TRYK"

and as you can see i added my requires addon to my exile_server_config

requiredAddons[] = {"ryanzombies","TRYK"};

I also added the @TRYK to my start_server.bat

@ExileServer;@AllInArmaTerrainPack;@Esseker;@Ryanzombies;@a3_dms;@TRYK;

What have I done wrong?

 

 

 

Edited by Hazard

Share this post


Link to post
Share on other sites
Advertisement

add this to your addOns and addOnsAuto. its not tested but it should work

ESSGoggles
hrp
Kio_Balaclava
Shemagh
TRYK_BackPack
TRYK_Uniforms
tryk_unit

or just take a look into your @TRYK/addons folder

Edited by Dew

Share this post


Link to post
Share on other sites

ahh okay, so I will try that. Basically it's adding the pbo names from the tryk file in, is that the same with mods like CUP ect?

Thanks very much for your reply.

Edited by Hazard

Share this post


Link to post
Share on other sites

add this to your addOns and addOnsAuto. its not tested but it should work

ESSGoggles
hrp
Kio_Balaclava
Shemagh
TRYK_BackPack
TRYK_Uniforms
tryk_unit
zabb
zabb2
Zara

or just take a look into your @TRYK/addons folder

unfortunately that didn't work :(  

Share this post


Link to post
Share on other sites
19:47:01 Missing addons detected:
19:47:01   TRYK
19:47:01   ESSGoggles
19:47:01   hrp
19:47:01   Shemagh
19:47:01   TRYK_Uniforms
19:47:01   tryk_unit
19:47:01   zabb
19:47:01   zabb2
19:47:01   Zara

If i remove the required addons from my exile_server_config i get this error in my rpt but all the files are there.

EDIT:

Removed all the TRYK pbo names from the addons and server starts up with no problem, I don't think TRYK is the name you have to use in the addons section, going to try teriyaki later and will post what happens then.

Edited by Hazard

Share this post


Link to post
Share on other sites

Is your server linux based? If so, go into ftp and make sure that there are no capital letters in the @ folder for tryk. Everything needs to be lowercase. If you also have shell access, there is a bash script to automate de-capitalizing folders and files.

 

Also, from your first post those errors look like the same errors I got when Zabb.pbo was capitalized.

Share this post


Link to post
Share on other sites

Getting the same -mod=@Exile;@Ryanzombies;@mas;@TRYK -servermod=@ExileServer;@infiSTAR_Exile

Warning Message: You cannot play/edit this mission; it is dependent on downloadable content that has been deleted.essgoggles, hrp, shemagh, tryk_uniforms, tryk_unit, zabb, zabb2, zara, mas_eli, mas_nw_rifle, mas_ru_rifle, mas_tank, mas_us_rifle, mas_us_rifle_c, mas_vehicle, mas_vehicle_c
 8:03:32 Missing addons detected:
 8:03:32   essgoggles
 8:03:32   hrp
 8:03:32   shemagh
 8:03:32   tryk_uniforms
 8:03:32   tryk_unit
 8:03:32   zabb
 8:03:32   zabb2
 8:03:32   zara
 8:03:32   mas_eli
 8:03:32   mas_nw_rifle
 8:03:32   mas_ru_rifle
 8:03:32   mas_tank
 8:03:32   mas_us_rifle
 8:03:32   mas_us_rifle_c
 8:03:32   mas_vehicle
 8:03:32   mas_vehicle_c

mission.sqm

class Mission
{
    addOns[] = {"exile_client","a3_map_altis","ryanzombies","essgoggles","hrp","shemagh","kio_balaclava","tryk_backpack","tryk_uniforms","tryk_unit","zabb","zabb2","zara","mas_apc","mas_cars","mas_eli","mas_nw_rifle","mas_ru_rifle","mas_tank","mas_us_rifle","mas_us_rifle_c","mas_vehicle","mas_vehicle_c"};
    addOnsAuto[] = {"exile_client","a3_map_altis","essgoggles","hrp","shemagh","kio_balaclava","tryk_backpack","tryk_uniforms","tryk_unit","zabb","zabb2","zara","mas_apc","mas_cars","mas_eli","mas_nw_rifle","mas_ru_rifle","mas_tank","mas_us_rifle","mas_us_rifle_c","mas_vehicle","mas_vehicle_c"};
    randomSeed = 8080942;

8:29:52 Unsupported language english in stringtable
 8:29:52 Conflicting addon TRYK_Uniform in 'zabb\', previous definition in 'tryk_unit\'
 8:29:52 Conflicting addon TRYK_Uniform in 'zabb2\', previous definition in 'tryk_unit\'
 8:29:52 Conflicting addon TRYK_Uniform in 'Zara\', previous definition in 'tryk_unit\'

 8:30:00 C:\TCAFiles\Users\DelbertG\2099\@TRYK\addons\essgoggles.pbo - unknown
 8:30:00 C:\TCAFiles\Users\DelbertG\2099\@TRYK\addons\hrp.pbo - unknown
 8:30:00 C:\TCAFiles\Users\DelbertG\2099\@TRYK\addons\kio_balaclava.pbo - unknown
 8:30:00 C:\TCAFiles\Users\DelbertG\2099\@TRYK\addons\shemagh.pbo - unknown
 8:30:00 C:\TCAFiles\Users\DelbertG\2099\@TRYK\addons\tryk_backpack.pbo - unknown
 8:30:00 C:\TCAFiles\Users\DelbertG\2099\@TRYK\addons\tryk_uniforms.pbo - unknown
 8:30:00 C:\TCAFiles\Users\DelbertG\2099\@TRYK\addons\tryk_unit.pbo - unknown
 8:30:00 C:\TCAFiles\Users\DelbertG\2099\@TRYK\addons\zabb.pbo - unknown
 8:30:00 C:\TCAFiles\Users\DelbertG\2099\@TRYK\addons\zabb2.pbo - unknown
 8:30:00 C:\TCAFiles\Users\DelbertG\2099\@TRYK\addons\zara.pbo - unknown
 8:30:00 C:\TCAFiles\Users\DelbertG\2099\@mas\addons\mas_apc.pbo - unknown
 8:30:00 C:\TCAFiles\Users\DelbertG\2099\@mas\addons\mas_cars.pbo - unknown
 8:30:00 C:\TCAFiles\Users\DelbertG\2099\@mas\addons\mas_eli.pbo - unknown
 8:30:00 C:\TCAFiles\Users\DelbertG\2099\@mas\addons\mas_nw_rifle.pbo - unknown
 8:30:00 C:\TCAFiles\Users\DelbertG\2099\@mas\addons\mas_ru_rifle.pbo - unknown
 8:30:00 C:\TCAFiles\Users\DelbertG\2099\@mas\addons\mas_tank.pbo - unknown
 8:30:00 C:\TCAFiles\Users\DelbertG\2099\@mas\addons\mas_us_rifle.pbo - unknown
 8:30:00 C:\TCAFiles\Users\DelbertG\2099\@mas\addons\mas_us_rifle_c.pbo - unknown
 8:30:00 C:\TCAFiles\Users\DelbertG\2099\@mas\addons\mas_vehicle.pbo - unknown
 8:30:00 C:\TCAFiles\Users\DelbertG\2099\@mas\addons\mas_vehicle_c.pbo - unknown
 8:30:00 C:\TCAFiles\Users\DelbertG\2099\@Ryanzombies\addons\ryanzombies.pbo - unknown
 8:30:00 C:\TCAFiles\Users\DelbertG\2099\@Exile\addons\dbo_old_bike.pbo - unknown
 8:30:00 C:\TCAFiles\Users\DelbertG\2099\@Exile\addons\exile_client.pbo - unknown
 8:30:00 C:\TCAFiles\Users\DelbertG\2099\@Exile\addons\gnt_c185.pbo - unknown

on vert running windows even tried changing the mission.sqm addons to match the upper case parts

Untitled.thumb.png.3557ae711faca0d8f802a

 

 

Edited by Redcloud78

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.