Comrades in Arms Discussion Board
CUP Weapons, Vehicles and Units updated - Printable Version

+- Comrades in Arms Discussion Board (http://forum.ciahome.net)
+-- Forum: Comrades in Arms Life (http://forum.ciahome.net/forumdisplay.php?fid=3)
+--- Forum: CiA Addon Requirements & Dedicated Servers (http://forum.ciahome.net/forumdisplay.php?fid=7)
+--- Thread: CUP Weapons, Vehicles and Units updated (/showthread.php?tid=3287)



CUP Weapons, Vehicles and Units updated - Alwarren - 02-05-2016

Comrades and guests,

please add/update for the coming Sunday the following addons:
Keep an eye out for Arma 3 Sync and Play WithSix profiles being updated.



Re: CUP Weapons, Vehicles and Units updated - Horus - 02-07-2016

To correct this error:
Quote:20:27:48 Warning Message: Picture logo_cup_small_ca.paa not found

you need to edit mod.cpp file in @CUP_Units folder like this  Wink
Code:
name = "CUP Units 1.2.1";
picture = "\CUP\Creatures\People\CUP_Creatures_People_Core\ui\logo_cup_ca.paa";
actionName = "Website";
action = "http://cup-arma3.org";
logo = "\CUP\Creatures\People\CUP_Creatures_People_Core\ui\logo_cup_ca_small.paa";
logoOver = "\CUP\Creatures\People\CUP_Creatures_People_Core\ui\logo_cup_ca_small.paa";
tooltip = "Community Upgrade Project Units 1.2.1";
tooltipOwned = "Community Upgrade Project Units 1.2.1";
overview = "The Community Upgrade Project aims at importing all released assets from previous Arma games into Arma 3, upgraded to fit closely with the quality and standards of the ARma 3 assets. They're not a straight port, but individual items taken and upgraded to a new level. At the same time, CUP provides these assets as a resource for modders.";
author = "The CUP Team";
overviewPicture = "\CUP\Creatures\People\CUP_Creatures_People_Core\ui\logo_cup_ca.paa";
overviewText = "Community Upgrade Project Units 1.2.1";
overviewFootnote = "";



Re: CUP Weapons, Vehicles and Units updated - Alwarren - 02-08-2016

The logo was not included, believe me I know how this works Smile


Re: CUP Weapons, Vehicles and Units updated - Horus - 02-08-2016

I know that you know Alwarren but when I edited my mod.cpp file I have logo for @CUP_Units in Expansion settings in game and fix the start-up error message when game starts  ???