xymos
Member-
Content Count
28 -
Joined
-
Last visited
-
Medals
Community Reputation
0 NeutralAbout xymos
-
Rank
Private First Class
-
I think I'll just put my custom units on the resistence side so I can change hostility between Blufor and Opfor. Thanks for the info though.
-
Thanks for all the information!
-
I just wanted to know if there is a way to write a script that would let me make a vehicle start out moving at a very high speed. For example, would I be able to make a sedan spawn moving at 1000 mph?
-
I was just wondering if there is a way to create a whole new side besides Blufor, Opfor, and Resistence to put custom made soldiers and vehicles in. Any help would be appreciated
-
Thanks for the replies. I didn't know that command still worked. I think I just typed my path wrong.
-
Does anybody know the p3d file for the flags in ArmA? I'm creating a custom flag right now.
-
Canadian, that's a really good idea. I don't know why I didn't think about that. Thanks for the idea though.
-
I'm making a pack of soldiers and vehicles called Shadow Faction. The vehicles are all programmed already, but I can't seem to get the soldiers to appear in the mission editor. I just wanted to know if somebody could maybe post a template for me to use for a soldier's config. Any help would be greatly appreciated.
-
I was just wondering if someone could tell me how one would go about creating a new vehicle class. I have made several addons now. I would just like to be able to group them into one section on the map editor instead of having to get two of them from armored some from air some from cars. I would just like to be able to place them in one folder so I could just grab all of them out easier. Any help would be appreciated.
-
How do I make a Custom Config?
xymos replied to xymos's topic in ARMA : CONFIGS AND SCRIPTING (addons)
I figured everything out. It works perfectly now! -
Thanks alot!!!
-
I found the problem. I had the BIS classes wrong. I've figured it out for every vehicle except the AH1. Does anybody out there know it's BIS Class. I would be very thankful if you could tell me.
-
I'm actually getting that error with all helicopters and the AV8
-
I was just wondering if there is a difference for writing configs for Jet Reskins and Helicopter Reskins. I have successfully written configs for SU34 and A10, but for the AH1Z I get an error that says, No entry 'bin\config.bin/CfgVehicles/AH1Z.scope'. Below is my config. I made it to appear in the air section in the map editor, but when I start ArmA I get that error in the main menu. <table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">class CfgPatches { class bka { units[] = {"AH1Z_Black_Ops"}; weapons[] = {}; requiredVersion = 0.1; requiredAddons[] = {}; }; }; class CfgVehicles { /*extern*/ class AH1Z; class AH1_Black_Ops: AH1Z { model="\bka\AH1Z.p3d"; displayName="AH1 Black Ops"; }; };
-
I figured some other stuff out. I got it working so I'm all alright now