Jump to content

CrazyAce

Member
  • Content Count

    360
  • Joined

  • Last visited

  • Medals

Posts posted by CrazyAce


  1. Gotta love the instructions that came with the mod hu rofl.gif

    It took me a while to figure that out and I even asked and got no reply. What ya have to do is make sure you have 2 people manning the gun (preferably AI’s) select target, adjust fire width and call for support. Now the AI can call Artillery with just one AI... icon_rolleyes.gif


  2. Quote[/b] ]copy paste the converted code into a new .sqf file.

    Perhaps you missed this part.

    Ohhh... ok so... convert to script, then copy that code from the "white box underneath the Activate Monitoring button" then just paste that code in my mission.sqm file.

    Sorry I'm a visual learner. Pretty pictures explains things better for me some times. wink_o.gif


  3. Even if the converted scrip is in *.xml format? I figured it would kinda be easy that way, except the converted code doesn't match the format code of the original ArmA code. I mean there are no <> symbols in the mission.sqs file.

    Maybe I'm going about this a wrong way.

    Placed object in scene using RTE, launched ArmARTECapture.exe and started monitoring, back in ArmA pressed export button with object selected, back to the ArmARTECapture pressed convert to script, pressed file save, opened *.xml in notepad... Code is not the same... sad_o.gif


  4. i want to use "CMCD_USA_1ID_Infantry_Replacements" and want not see the "standard" uniforms, so can i change that ?

    You can and it’s fairly easy once you get the hang of Warfare editing. First get the class names of the 1st ID soldiers and replace those with the class of the marines in the Warfare… Config_Barracks.sqs. For startup soldiers open the mission in the editor and replace the marines with ones from the 1st ID mod.

    If you want more help you can PM me or start a new post for this.


  5. I'm trying to put a sniper on a roof and used this editor to do so. Now when the unit is in place I execute the capture program and press export in ArmA.

    So what do I do with the *.xml file? I opened it in Notepad and see code that is kinda familiar, except I don't see how I can implement that code to my Mission.sqs file as both code formats are different and I can use a lil help.gif here.


  6. Well I believe the original warfare developers left out the soldier icons for some odd reason as they are the same with other mods:

    westBarracksImages = _i,

    Every soldier has an icon defined in the Config_Barracks.sqs file:

    <table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">

    _i = _i + ["\Ca\characters\data\Ico\i_null_CA.paa"]

    Which obviously indicates that each soldier has an icon, except the icon is blank. So would this mean that i_null_ca.paa needs to be replaced with [“\warfare\Images\barracks.paaâ€]?

    I'm still trying to figure out how they determine the path structure as when I add the correct path to an icon (like say the datsun_mg) the icon shows on the hummer option of the depot, while the hummer icon shows on the "repair" option... doesn't make sense when I know I put the correct path on the datsun and not on the hummer when they both say they have their indicated icon paths correct...

    crazy_o.gif

×