Jump to content

Schilly

Member
  • Content Count

    109
  • Joined

  • Last visited

  • Medals

Everything posted by Schilly

  1. Hello All, I just had a couple questions I couldn't seem to find the answer to. I was wondering if anyone thus far has explored the ability to keep a running tally score of the targets being hit. For example same as they do with the bootcamp, is this something that is possible in a multiplayer gameset? If so, does anyone have any suggestions as to how I would go about acomplishing this? As you may have guessed, I am making a rifle range for my Arma unit training map and this would be a great addition seeing how right now we are counting them manually lol.
  2. Curious to know if anyone has been able to check the scores from afar?
  3. Amazing work thus far Mandoble.... Keep it up man. Looking forward to the open beta!
  4. Yea for sure, for the original poster maybe... But personally, nukes make this game really crappy and boring. However a JDAM could be useful. GBU's are all well and good, but nothing puts the fear in people more than a 2000lb bomb :P Does anyone know of any information as to how to do this?
  5. I think the hardest thing I have found when trying to accomplish this is making the visual effects different... For example, taking a GBU 12 which is a 500lb bomb if im not mistaken, and turning it into a 2000lb JDAM... The visual effect needs to have a bigger "boom" to it... But that is the only thing I have not yet found how to change.
  6. Schilly

    Hurtgenwald (WIP)

    Names on the map are spelt wrong... You should use the proper german spelling including accents to add to the realism... Seeing that it's just a picture, you shouldn't have a problem with character map. Just a suggestion ;) Otherwise, looks amazing thus far.
  7. Schilly

    B-52 Buff - Bomber

    If I am not mistaken, the RKSL Flares and Chaff do not blanket all aircraft... Their addon, has specific setup configs for each aircraft... The way the addon works from my understanding is each config sets where the chaff and such comes from... So no, this one have it as it is not a standard BIS aircraft nor a RSKL production.
  8. Been waiting for an update on this... Well done mate!
  9. Schilly

    AC130 Scripting

    The guns do not show up in the original addon either, this is for aesthetic purposes... So that there are not ugly guns just chillin under the plane. Hence why the AI is there, to show you where the gun positions are, or in MP purposes, playable spots to place yourself in.
  10. Schilly

    AC130 Scripting

    It is likely that the guns are there, but not manned. createVehicle does not put AI in them, but simply the vehicle. You may have to place the vehicles manually on the map, and name them ... Then do something like this for the init: _spooky = _this select 0; _gau12 = _this select 1; _bofors = _this select 2; _howitzer = _this select 3; _gau12 attachto [_spooky,[0,-3,-7]]; _bofors attachto [_spooky,[0,1.5,-7]]; _howitzer attachto [_spooky,[0,6,-7]]; Then for the init line of the plane do: nul=[this, gau12, bofors, howitzer] execVM "\ac130\init.sqs"; I have not tested this do to my being at work, but this seemingly makes sense...
  11. Looking sweet Fortran... Keep it up man.
  12. The question was simply if there is probability in it already... As I am curious if there is or not... As I do not quite understand the written code, there doesn't seem to be probability in it, however it also doesn't seem to be spoofing every missile.
  13. The spoofing posted above... Doesnt seem to work very frequantly... Is there a probability built into it that can be increased?
  14. Schilly

    Desert Island

    The only thing you cant place in the editor is flat, paved runways... Atleast not that I know of.... I think that's what he was meaning as a airfield, not really the buildings, but the paved runways.
  15. So there is zero way to convert it so that it does work in script / mission form?
  16. This works quite well and im quite impressed by it actually... One question though... Is there any way to use this in script form, so that mission makers can utilize this in their missions without the requirement of addons by the end user.
  17. To correct someone above, Windows 7 RC is free, Windows 7 RTM is not. RTM is the pre-release provided to OEM manufactures, as well as Tech Net subscribers... Not free. But I find ArmA II runs quite well on Win 7 RC, and will tell about the RTM shortly as I recently got mine from Technet.
  18. processInitCommands; Is needed if you have anything in the init lines of the objects you place in the 3dE
  19. rjtwins any possibility of a demo mission of what you have going on here? Or is it some sort of crazy secret mission lol
  20. The first image was likely just a render... This is a WIP remember so there are bound to be some images and concepts and such... But... anyways... Great job so far... Looking forward to this for sure!
  21. That is the ridiculously long way of doing that... Use the search func on the forums, there is a ongoing post of which I do not have a link for atm, that explains an easier way to import things from the 3d Editor to the regular one... Although like someone else said, its for compositions only at this stage.
  22. Schilly

    Ied

    Whats the exact error, and did you place something named IED1_1?
  23. Schilly

    Ied

    its because of the extra Quotes, remove the second quotes around the Sh_105_HE and it should work.
×