Jump to content

Starlight

Member
  • Content Count

    73
  • Joined

  • Last visited

  • Medals

Community Reputation

10 Good

About Starlight

  • Rank
    Corporal
  1. You could download the "Behind Enemy Lines" mission in the User Missions Forum and unpbo it, it has an intro, so would have a camera script. I am sure a search of this forum will provide more camera script info
  2. Starlight

    Revive Script

    Ok well I will add this to help. I have highlighted in Red the two factors relating to my previous post. The first one is where if set to 0 "zero" you disable the respawn ability and just leave the revive ability. The second set of highlights at the end show which bits need to be activated for the Mobile HQ that Norrin built into the script. It switches between a Vehicle HQ or a Tent deployed by the Leader. Hope that helps Read the PDF support document for further info
  3. Ummm why do you need this? Script ammo crates at the start of the mission which are either RU or US specific and specify their actual contents to control the weapons. No reason that they cannot pick up weapons from dead people during the mission if they want opposing forces equipment :confused:
  4. You could look at and use Norrin's revive script which includes a Helicopter respawn point which allows you to jump out and Halo (fall to ground) / parachute. It does not have the proper Halo animation if I remember correctly
  5. "creatunit" and use the class names as listed in the sticky thread above. Search for the numerous creatunit threads for the script to creat soldiers, then just change the class name to the animal.
  6. You would have to have an external script called for each vehicle which generates the waypoints / opponents, etc. this script would be called from the vehicles On Act box Then in each vehicle you would need a detect player script in its Condition Box to detect the presence of the player an so trigger the script in the On Act box. You will now need to search the threads for "Spawn units on trigger" and do a search for detect units condition but that should give you some place to start.
  7. Starlight

    Revive Script

    Ok finally figured out how to make it only revive and its so simple I could kick myself :o just make the number of available respawn points =0 in the config Also there is a Mobile HQ Respawn built into the script, actually reading the PDF in more detail explained how to set it up as a replacement for the mobile mash tent deployed from the squad leader. The only thing is does is leave a dead wreck on the map from when its destroyed. Not sure what the best way is to police these, will the garbage module delete these? Previously I used the rather nice simple vehicle respawn script that removed the wreck when the vehicle respawned, not seen that option in the revive script yet unless I missed it :confused: By the way what a fantastic bit of scripting
  8. Have to say I like the intro in "Behind Enemy Lines" :icon_eek: And I think that any single mission long or short can be enhanced with a nice intro.
  9. I have to say I think using the Revive part only from Norrin's Revive Script is great for this type of mission. Respawning reduces the sense of realism where as reviving increases the tension of securing the area and reviving a team mate before he dies.
  10. Starlight

    Revive Script

    Not sure how to help you, but check you have copied all the files and folders that came in the revive test mission. If that fails, copy and paste the contents from the test mission into your own mission. On a side note, I have been able to utilize the "USS Khe Sanh" respawn to make it a mobile HQ respawn point. You can change the vehicle that you spawn into, just it must have internal cargo spaces, so the normal HQ vehicles will not work. If you then use the latest vehicle respawn script that is in one of the threads here, then it will respawn when destroyed and still work as the mobiel HQ. I know its probably not the best way to get a mobile respawn, but it worked for me :D Just need to work out how to get the marker to attach to the vehicle now? ------------------- Also I still do not know how to make it so that only the revive option is available, with no respawning :confused: any help appreciated
  11. Perhaps the game deletes the rabbits when they are suitably out of sight to save tracking them all over the map?
  12. See this thread more details on Activating a trigger causes a unit to appear With some searching of the threads you should also find the additional script content for specifying their equipment.
  13. See the following thread titled - Spawning an active flying aircraft with a trigger and check out the code for calling in a flying A10
  14. A far better way to control the defending AI would be to use Kronzky's UPS script to give the AI small patrol zones in the base / or just to cover the whole base, then use the "nofollow" switch so they will not leave the confines of the patrol zone, but still engage any enemy. Otherwise I believe the Guard waypoint will force a defensive posture for the AI
  15. Search is your friend See the following - Vehicle Respawn Script Thread
×