Jump to content

scorch_052

Member
  • Content Count

    463
  • Joined

  • Last visited

  • Medals

Everything posted by scorch_052

  1. Hey, not sure if this is the right subforum for this, but I'm trying to figure out how I can update a mod on the Steam Workshop. The mod in question is http://steamcommunity.com/sharedfiles/filedetails/comments/470585513 I'm listed as a contributor, but I don't see an update button or anything like that. Any help is much appreciated.
  2. scorch_052

    War Chronicles WW2 Modification

    Nice, I would recommend investigating the possibility of allowing additional mouse buttons as well, such as Mouse Buttons 4 and 5. Also, is there a reason it makes the MX bolt action?
  3. What do you mean it doesn't show up? Like the Expansions menu is empty? OPTRE doesn't come with any missions built-in, you'll have to whip up your own stuff in the editor.
  4. Don't worry about that. The intro is just broken, mod should still work fine.
  5. So the recent changes to the BIForums made it difficult for us to post, but we recently announced and released the First Contact expansion for Operation: TREBUCHET http://www.mediafire.com/download/62q9sx46s9xq1dn/OPTRE_FC_v0.1.rar Sorry about the disconnect, we'll try to avoid it in the future. To make sure you stay up to date, subscribe to our subreddit, r/operationtrebuchet.
  6. Map objects of varying degrees are planned for the near future.
  7. Greta map and buildings. I hope that you make all the structures enterable one day.
  8. scorch_052

    AppleGate Community Project WIP

    I hate to necropost, but are we allowed to use the assets in custom maps?
  9. http://www.reddit.com/r/OperationTrebuchet/comments/3bdqso/uplink_a0009_jun282513/ UPLINK posted
  10. While that may be true, it does not change the fact that they are, in fact, two different mods. We have said we will look at it and consider possible solutions, but we have no obligation to address it.
  11. Im trying to create a projectile with zero drop. I know just increasing the speed would accomplish this, but I need the projectile to be visible and still moving relatively slow, just not dropping. I've already set airFriction to 0. For those still searching for an answer, here is what works for me in CfgAmmo: effectFly = "AmmoUnderwater"; coefGravity = 0.0; deflecting = 0; airFriction = 0; sideairFriction = 0; waterFriction = -0.01;
  12. So is there no way to disable the medical system for individual units? If so, that's very unfortunate.
  13. scorch_052

    [WIP] Halo Covenant

    Operation: TREBUCHET's focus is on the Human Insurrectionist War before the Covenant War.
  14. I44 did this in A2. Don't see why it wouldn't be possible.
  15. http://www.reddit.com/r/OperationTrebuchet/comments/38ymsq/operation_trebuchet_v012_released/ v0.12 Released!
  16. New Cinematic Showcase Spread the word and share it with your friends.
  17. Got any examples, I've never heard of this before.
  18. Hi, I'm trying to make a weapons system that has twin launcher tubes that fire AA missiles (similar to an Igla Pod). However, I can't seem to figure out how to make them alternate when firing. Atm, all the missiles simply fire from the first tube.
  19. 1. ArmA 3 now has actual items that can be defined as such. Take a look at ACE3, my own SC Inventory Items, or a variety of other mods for examples of this. 2. Just create your own items then inherit from the necessary classes. So, like your field dressing would inherit from "FirstAidKit" and then you would just change the name, mass, model, etc. (Dunno about compasses though) 3. Yes, it's very simple. Just make the gasmask, rig it to the "Head", then define it under CfgGlasses instead of CfgWeapons. 4. Yes, sort of. What you can do is make these various additions hiddenselections on your helmets, vests, and uniforms. So, for example, lets say you have a uniform you want to have optional kneepads on, you can add these kneepads, then make a selection in oxygen (object builder) called "attach_kneepads", then hide it via config on uniforms that dont need it. I strongly encourage looking at the sample models, or even unpacking ArmA 3 pbos to get a deeper understanding of everything. It will make your life alot easier in the future. If you need anymore help just PM me.
  20. scorch_052

    Alternating Rocket Pods

    No ideas? It's basically the same concept as how the AA jet's sidewinders alternate from left to right.
×