Page 1 of 1

SpawnPath question

Posted: Mon Sep 29, 2008 10:40 am
by ForceMaster
Hi guys! sorry if my English is bad, I'm Venezuelan and translators to help me to understand so if anyone can answer in Spanish I appreciate it.

My question is this: Can I make a specific unit (rep_inf_ep2_jettrooper) appears on a specific node and that other units did not appear there?

Already changed my Lua and put "dc: side / REP ...." Units are listed but do not like to do just that this unit appears on a specific node spawnpath. I appreciate your help!

(En español)

Hola chicos! disculpen si mi inglés es malo, soy venezolano y me ayudo con traductores para entender asi que si alguien puede responder en español se lo agradezco.

Mi pregunta es ésta: ¿puedo lograr que una unidad específica (rep_inf_ep2_jettrooper) aparezca en un nodo específico y que las demás unidades no aparezcan allí?

Ya modifique mi Lua y coloqué "dc:side/REP...." las unidades aparecen pero no se como hacer para que solo esta unidad aparezca en un spawnpath node específico. agradezco la ayuda!

Re: SpawnPath question

Posted: Mon Sep 29, 2008 11:50 am
by [RDH]Zerted
It is possible depending on why you are trying to do it. Will any humans be spawning as this unit or will it be limited AI bots only?

If it is not limited to bots, then I can think of two ways of doing it:
1) Teleporting any unit spawning as that unit class to the location you want
2) Manually controlling all unit spawns (the first way is much easier)

If it is limited to just AI bots, then it is much easier. Create a local team with just that one unit and only allow them to spawn at that one point.

Re: SpawnPath question

Posted: Mon Sep 29, 2008 12:02 pm
by ForceMaster
Thanks for answering my friend.

You describe what I'm doing:

I am creating a map of Crhipthosis, the crystalline world that is seen in the movie "the Clone Wars." I'm trying to get the Jettroopers that appear there (Gohst Squadron?) jump from a building and attacked the droids like in the movie. if you put a node appearance in that building and other units appear without jetpack jump and die. I just want to do the jettroopers. I forgot to say that other units in the game and that only what I want for the AI

(en español)

gracias por responder amigo.

Te describo lo que estoy haciendo:

Estoy creando un mapa de Crhipthosis, el mundo cristalino que se ve en la pelicula "the Clone Wars". estoy tratando de que los Jettroopers que aparecen allí (Gohst squadron?) salten desde un edificio y ataquen a los droids como en la película. si coloco un nodo de aparición en ese edificio y aparecen otras unidades sin jetpack saltar y morirían. solo quiero que lo hagan los jettroopers. olvidaba decirle que tengo otras unidades en el juego y que solo lo quiero para la AI.