Jump to content

Mambino

Member
  • Content Count

    11
  • Joined

  • Last visited

  • Medals

Community Reputation

2 Neutral

About Mambino

  • Rank
    Private First Class

Profile Information

  • Gender
    Male
  • Location
    United States

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. Mambino

    Helicopter Strafing Run

    Bumping this and specifying what I'm trying to achieve. I'm trying to achieve this with a Pawnee helicopter. I want the helicopter to aim at the enemy and fire off all its rockets while moving toward it in a linear fashion. I'm trying to achieve this using waypoints with script in them. Any help is appreciated!
  2. Mambino

    Heal AI Task

    I figured it out! Very stupid mistake on my part. I'm using 3den Enhanced. Instead of changing the health/armor slider to add damage to the AI, I added advanced damage to the AI's pelvis and legs. Once I simply added damage by using the normal slider, everything started to work. It looks like the enhanced editor was a problem rather than a help this time. So the script that works for me is simply just putting "damage Variable Name == 0" in the condition of the trigger and then syncing the trigger to the "Set Task State" module.
  3. I've done some research on this but haven't found anything that's worked for me. I have a task set in a mission for the player (a medic) to heal an injured AI soldier. I have a trigger synced to a "Set Task State" module synced to a "Create Task" module. I've tried placing "damage Variable Name == 0" and "damage Variable Name < 0.25" in the condition field of the trigger but it doesn't seem to be working. What is the simplest script I can use to check if damage to the AI soldier is zero that will activate the trigger? Thanks!
  4. Mambino

    Helicopter Strafing Run

    Not so good because I haven't tried it much. I have a basic understanding and I can probably learn more pretty fast.
  5. I'm trying to get a pair of AI-controlled Pawnee helicopters to strafe an enemy stronghold in the editor but it's completely beyond me. How can I make this work? Thanks.
  6. I don't even want to retexture. I just want to create a few new factions using vanilla assets but with some changes to organisation, loadouts, and classnames, etc. Once I get the basics down I might try and try retexturing and modelling but not now.
  7. Mambino

    Searching Crash Site

    Wonderful. Thanks!
  8. I'm working on a mission in the editor where two helicopters flying together are shot down. The passengers of one helicopter survive the crash, the crew of their helicopter obviously dead, and are assigned the task of searching the other helicopter's crash site for survivors. My problem is that the other helicopter doesn't always crash in the same spot so creating a simple trigger that completes the task when the player enters the trigger zone (the area immediately surrounding the crash site) won't work. What I need to script in the trigger is something like (say the other helicopter is given the variable name "bird") "player within a 10 meter radius of bird;" but I can't figure out how to do this. Is there a command that does this? What other possible workarounds are there? Thanks.
  9. I've been wanting for a while to make custom factions that I can use in the editor and I don't want to use ALiVE's ORBAT tool to do this. I'm really new to modding so I've been looking for guides that cover the whole process of faction and config modding in relative detail that are workable for people without much prior experience in modding but I've come up empty-handed. Do any such resources exist? Where can they be found? Thanks.
  10. I have an invasion force of 32 AI in two AI-piloted Hurons waiting at the BLUFOR base for the player to activate them after clearing the LZ at the objective. No matter what I try, six men from each helicopter will disembark once I run the scenario, which is a problem as it messes with the invasion. I've been trying to figure this out for a while. How do I fix this?
  11. This issue has been causing me significant frustration. It seems like it should be simple, maybe I'm an idiot. I'm using a third-party terrain (Tembelan Island) in the editor. I have a three-man playable team as passengers on a minigun speedboat with a three-man AI team (like SWCC) crewing the boat. I have waypoints set up so that the boat is driven out of the narrow waterways (12 to 15 meters wide) of the base and to the area of operations. However, the AI seems unable to follow the waypoints without slamming the boat into the walls of the waterways. Is there some way I can make the AI follow the waypoints more closely/in straighter lines? Thanks for help!
×