-
Content Count
1111 -
Joined
-
Last visited
-
Medals
-
christmas [WIP] Christmas Pack v2.9
JohnKalo replied to JohnKalo's topic in ARMA 3 - ADDONS & MODS: COMPLETE
Just in case anybody is not following the Christmas Pack on steam, this year the following were added/changed/fixed: The direct download link is always up to date by the way. I just did not have time to update this thread. No more updates are planned for this year. Merry Christmas!- 21 replies
-
- decorations
- clothes
-
(and 1 more)
Tagged with:
-
CatBook-Yi23332 started following JohnKalo
-
Easter Egg Hunting was not supposed to be like this. Why are people battling each other while throwing explosive chicken? Strange world 🤔 Changelog: Added 2 Easter Decorations Added 1 big Easter Egg that can have its texture changed Added 3 wearables for the rabbit masks Added 10 Easter Weapon textures Added 3 Easter textured vehicles Added throwable explosive chicken due to request
-
christmas [WIP] Christmas Pack v2.9
JohnKalo replied to JohnKalo's topic in ARMA 3 - ADDONS & MODS: COMPLETE
There will be no more Christmas Pack updates in 2022. More are however planned for 2023 . Two days before Christmas. We hope you have an amazing time, would like to thank you all for the amazing motivating support and to wish to you and to your families a:- 21 replies
-
- 4
-
- decorations
- clothes
-
(and 1 more)
Tagged with:
-
christmas [WIP] Christmas Pack v2.9
JohnKalo replied to JohnKalo's topic in ARMA 3 - ADDONS & MODS: COMPLETE
Update 2.9 bringing two new features: The Christmas songs can be found by placing a trigger and going to the music tab. They are really nice and you can check them out here as well:- 21 replies
-
- decorations
- clothes
-
(and 1 more)
Tagged with:
-
christmas [WIP] Christmas Pack v2.9
JohnKalo replied to JohnKalo's topic in ARMA 3 - ADDONS & MODS: COMPLETE
Update 2.7 bringing 9 Christmas Snow Castle Compositions in the Christmas Pack itself thanks to help via the forums. Thanks again! If there are any sort of issues with the compositions please provide feedback. Thanks. Enjoy!- 21 replies
-
- 3
-
- decorations
- clothes
-
(and 1 more)
Tagged with:
-
Wiki Composition setup not working :-/
JohnKalo replied to JohnKalo's topic in ARMA 3 - MISSION EDITING & SCRIPTING
@RCA3 THANK YOU VERY MUCH ☃️ I had to try it and it worked. It finally worked! I will use the method for the existing and all the new one.... oups once the update is ready! -
Wiki Composition setup not working :-/
JohnKalo replied to JohnKalo's topic in ARMA 3 - MISSION EDITING & SCRIPTING
@RCA3 Thank you very much for the detailed reply! Once able I will use your advise. Glad you enjoyed! Merry Christmas! -
Wiki Composition setup not working :-/
JohnKalo replied to JohnKalo's topic in ARMA 3 - MISSION EDITING & SCRIPTING
class CfgPatches { class GE_ChristmasPack_Compositions { weapons[] = {}; requiredVersion = 0.1; requiredAddons[] = {"Walls_static"}; units[] = {"Christmas_Small_Box_Static", "Christmas_Small_Box_Short_Static", "Christmas_Medium_Box_Short_Static"}; }; }; Copied the addon name from the header.sqe file from the Documents/Composition folder -
Wiki Composition setup not working :-/
JohnKalo replied to JohnKalo's topic in ARMA 3 - MISSION EDITING & SCRIPTING
Did not work. Added both sections no error no compositions. Has anybody managed to make what the wiki says work is also a question. Maybe it needs a change. -
christmas [WIP] Christmas Pack v2.9
JohnKalo replied to JohnKalo's topic in ARMA 3 - ADDONS & MODS: COMPLETE
Yet another small update following Composition Creators requests!- 21 replies
-
- decorations
- clothes
-
(and 1 more)
Tagged with:
-
Wiki Composition setup not working :-/
JohnKalo replied to JohnKalo's topic in ARMA 3 - MISSION EDITING & SCRIPTING
Thanks for sharing, I will add and check 👍 -
christmas [WIP] Christmas Pack v2.9
JohnKalo replied to JohnKalo's topic in ARMA 3 - ADDONS & MODS: COMPLETE
Than you very much! Gladly the Sleigh Boat was able to be completed in time along with the rest. Some features will not be able to be implemented this year but that is good news in a way. We will have more to work on for next year! Oh and there is a new small update. Version 2.4, enjoy- 21 replies
-
- 1
-
- decorations
- clothes
-
(and 1 more)
Tagged with:
-
Wiki Composition setup not working :-/
JohnKalo replied to JohnKalo's topic in ARMA 3 - MISSION EDITING & SCRIPTING
Thanks for the reply, tried that but nothing happened. It is strange because I changed the path to one that does not exist, I placed Snow_Castles but it did not report an error. The .pbo is there the config is there but nothing happens. BUT if I change this: class CfgPatches { class GE_ChristmasPack_Compositions { units[] = {}; weapons[] = {}; requiredVersion = 0.1; requiredAddons[] = {}; }; }; it reports an error about the requiredAddon line. No other .pbo reports it. So I just erased it and the error stopped. I have it as in the first post. -
JohnKalo started following Wiki Composition setup not working :-/
-
Wiki Composition setup not working :-/
JohnKalo posted a topic in ARMA 3 - MISSION EDITING & SCRIPTING
Hey guys trying to implement a composition into the Christmas Pack addon but all efforts failed. Unless the objects have no pitch or roll [angles in Y,Z axis] I cannot make the Composition be added. https://community.bistudio.com/wiki/Eden_Editor:_Custom_Composition My config code: class CfgPatches { class GE_ChristmasPack_Compositions { units[] = {}; weapons[] = {}; requiredVersion = 0.1; }; }; class CfgEditorCategories { class GE_Christmas_Compositions // CfgGroups NATO { displayName = "Christmas Compositions"; }; }; class CfgEditorSubcategories { class GE_Christmas_SnowCastles // CfgGroups Armored { displayName = "Snow Castles"; }; }; class Cfg3DEN { class Compositions { class GE_Christmas_Composition_Castle_01 // one class per composition { scope=2; path = "\Christmas_Compositions\Snow_Castle"; // pbo path to a folder containing header.sqe/composition.sqe files side = 8; // 0 opfor, 1 blufor, 2 indfor, 3 civ, 8 Empty/Props editorCategory = "GE_Christmas_Compositions"; // link to CfgEditorCategories editorSubcategory = "GE_Christmas_SnowCastles"; // link to CfgEditorSubcategories displayName = "Snow Castle Part 01"; icon = "\A3\ui_f\data\map\markers\nato\b_inf.paa"; // left side icon in groups list useSideColorOnIcon = 0; // 1 == icon is always colored in faction color }; }; }; The Snow_Castle folder is the one having the two copy pasted .sqe needed. The thing is no error or anything. Just no composition present in the editor. What am I doing so wrong ? -
christmas [WIP] Christmas Pack v2.9
JohnKalo replied to JohnKalo's topic in ARMA 3 - ADDONS & MODS: COMPLETE
Under high pressure due to time constraints a new update has been released bringing the Christmas Pack to version 2.3 ! The Snow Composition can be found in the Steam Link in the Christmas Addon Collection. If able all those compositions will be added to the Christmas Pack main addon. So many hours and still no luck because we cannot add the pitch and roll of objects.- 21 replies
-
- 5
-
- decorations
- clothes
-
(and 1 more)
Tagged with: