engener
Member-
Content Count
21 -
Joined
-
Last visited
-
Medals
Community Reputation
10 GoodAbout engener
-
Rank
Private First Class
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
unfortunately does not work. i know about but anims still have stop time, seems this is only way to do wot i want
-
Hi, this qestion: how i make create a looped rotation anim with source=user? this not for wheel or turret animation, so do not say me about source=wheel/End this anims mast start and ends with user action, end not rotation all time, so do not say about source=time.;)
-
Cold War Rearmed² Discussion
engener replied to W0lle's topic in ARMA 2 & OA - ADDONS & MODS: DISCUSSION
Play over 2 hours to this mods today.....old good time is back, senks for work!!!- 1308 replies
-
- cold war rearmed
- cwr2
-
(and 1 more)
Tagged with:
-
RTM anims end USER_ACTION
engener replied to engener's topic in ARMA 2 & OA : ADDONS - Configs & Scripting
any sugest? -
Hi all, Am tru create some RTM animation on buildings addons, so trouble is how to attach rtm anim to useraction, exacly on building class, i know how do it to destruction anim, but i need attach rtm exacly on useraction.
-
How create flag (not flagcarier) exactly panel
engener replied to engener's topic in ARMA 2 & OA : ADDONS - Configs & Scripting
OK, i make it :) Plz close topic. -
How create flag (not flagcarier) exactly panel
engener replied to engener's topic in ARMA 2 & OA : ADDONS - Configs & Scripting
goddamit!! anyone? -
How create flag (not flagcarier) exactly panel
engener replied to engener's topic in ARMA 2 & OA : ADDONS - Configs & Scripting
any answer? -
How create flag (not flagcarier) exactly panel
engener replied to engener's topic in ARMA 2 & OA : ADDONS - Configs & Scripting
Yep well be cool, if someone from BIS help us :rolleyes: BIS where you? ;) maybe we mast send message to BIS? -
How create flag (not flagcarier) exactly panel
engener replied to engener's topic in ARMA 2 & OA : ADDONS - Configs & Scripting
a can upload model if you wish -
How create flag (not flagcarier) exactly panel
engener replied to engener's topic in ARMA 2 & OA : ADDONS - Configs & Scripting
no this make me crazy -
How create flag (not flagcarier) exactly panel
engener replied to engener's topic in ARMA 2 & OA : ADDONS - Configs & Scripting
no, becose i need new vertical model for this -
How create flag (not flagcarier) exactly panel
engener replied to engener's topic in ARMA 2 & OA : ADDONS - Configs & Scripting
How fix this? -
How create flag (not flagcarier) exactly panel
engener replied to engener's topic in ARMA 2 & OA : ADDONS - Configs & Scripting
any idea? -
How create flag (not flagcarier) exactly panel
engener posted a topic in ARMA 2 & OA : ADDONS - Configs & Scripting
Hi, a tru to create my flag, a model "panel" is corect: 1."xsize", "ysize" Property name chenget to my flag size. 2."ycount", "xcount" Property name same as BIS: 5/6 (not chenge becose not know about this parametr). 3.All model have nemed selection: "latka", "pevne", "volne". My Config.cpp: #define protected 1 #define public 2 #define true 1 #define false 0 class CfgPatches { class NPMisc { units[] = {PORTOTIP}; weapons[] = {}; requiredVersion = 0.1; requiredAddons[] = {}; }; }; class cfgVehicleClasses { class NEW_PROJECT { displayName = "NEW_PROJECT"; }; }; class cfgVehicles { class FlagCarrier; class Bazef_vlajkstozar : FlagCarrier { scope = public; accuracy = 1000; model = "\PROJECT_MATERIA\Bazef_vlajkstozar.p3d"; displayName = "PORTOTIP"; vehicleClass = NEW_PROJECT; }; class cfgNonAiVehicles { class ProxyFlag { autocenter = 0; scope = 2; reversed = 0; model = ""; simulation = "flag"; selectionFabric = "latka"; }; class flag_Bstozar : ProxyFlag { model = "\PROJECT_MATERIA\flag_Bstozar"; }; }; }; My Models.cfg: class CfgSkeletons { class Default { isDiscrete = 1; skeletonInherit = ""; skeletonBones[] = {}; }; class Flag: Default {}; class FlagCarrier: Default { skeletonInherit = "Default"; skeletonBones[] = { "stozar","", "vlajka","" }; }; class Bazef_vlajkstozar: FlagCarrier { skeletonInherit = "Default"; skeletonBones[] = { "stozar","", "vlajka","" }; }; }; class CfgModels { class Default { sectionsInherit=""; sections[] = {}; skeletonName = ""; }; class Flag: Default { sections[] = {"latka"}; }; class flag_Bstozar: Flag { sections[] = {"latka"}; }; }; }; Problem: Flag after attaching witch FlagCarrier stay static (does not develop on a wind)