Home   Help Search Login Register  

Author Topic: Flag on flag proxy for mission cutscene  (Read 677 times)

0 Members and 1 Guest are viewing this topic.

BlinkDog

  • Guest
Flag on flag proxy for mission cutscene
« on: 11 Oct 2003, 15:13:24 »
I'm looking to make a cutscene for a mission and I would like a tank in it to have a flag raised as it drives along the road. How do I set a flag texture on the flag proxy so it will show in my cutscene?


BlinkDog

  • Guest
Re:Flag on flag proxy for mission cutscene
« Reply #2 on: 11 Oct 2003, 21:47:11 »
It works for flag poles but not for vehicle flag proxies.

Kaliyuga

  • Guest
Re:Flag on flag proxy for mission cutscene
« Reply #3 on: 12 Oct 2003, 00:37:05 »
Quote
If you have a flag carrier get in a vehicle, the flag is placed on the front fender on a short pole. Once the flag carrier leaves the vehicle, the flag will once again appear on his back.


 the relevant part of the thread though it says that if you have a flagholder (unit)  get into a vehicle.. the flag will appear on the vehicle until the flagholder exits the vehicle... if you're using a tank that is driving down the road...

give the flag to the driver/commander/gunner  instead of the vehicle its self.... and as long as they're inside the flag should show up ;)

BlinkDog

  • Guest
Re:Flag on flag proxy for mission cutscene
« Reply #4 on: 12 Oct 2003, 02:53:20 »
Okay so I have to create an empty vehicle then and do a setFlagtexture to the commander? or any crew? I'll give it a whirl later, I had to reformat after installing the 1.94 patch :(

BlinkDog

  • Guest
Re:Flag on flag proxy for mission cutscene
« Reply #5 on: 13 Oct 2003, 01:14:33 »
Still doesn't work since the flag does not appear on the soldier. When I use the setObjectTexture command it gives me "Unknown operator type"

Mr.BoDean

  • Guest
Re:Flag on flag proxy for mission cutscene
« Reply #6 on: 13 Oct 2003, 08:54:29 »
Still doesn't work since the flag does not appear on the soldier. When I use the setObjectTexture command it gives me "Unknown operator type"

Hey Blinkers,  ;D

    The command you want is   setflagowner

flagname setFlagOwner unitname

then, just have them get into the vehicle by WP  or by using moveindriver tankname command
 8)

BlinkDog

  • Guest
Re:Flag on flag proxy for mission cutscene
« Reply #7 on: 13 Oct 2003, 14:06:01 »
hey that works, I also just need to add a flag pole anywhere on map with the actual flag. So for people in the future who need to do the same thing here is what u do:

1. make a flag pole anywhere on the map, even in water. name it then assign the flag texture using {nameofunit} setFlagTexture {"flag.jpg"}

2. Create the ubit that will be crew in the empty vehicle. then do the set flag owner command. {nameofpole} setFlagOwner {unitname}, then assign the unit as a crew {unitname} moveInDriver {vehiclename}

3. create an empty vehicle and assign it a name so you can assign crew.

Offline Sui

  • Former Staff
  • ****
    • OFPEC
Re:Flag on flag proxy for mission cutscene
« Reply #8 on: 14 Oct 2003, 08:57:06 »
... or you can just give the flag directly to the driver of the vehicle:

flag setflagowner (driver vehicle)

Good to see your problem is solved, BlinkDog. If there's nothing else to add, please push the 'solved' button on the bottom left down there ;)

Mr.BoDean

  • Guest
Re:Flag on flag proxy for mission cutscene
« Reply #9 on: 14 Oct 2003, 09:23:19 »
... or you can just give the flag directly to the driver of the vehicle:

flag setflagowner (driver vehicle)

Good to see your problem is solved, BlinkDog. If there's nothing else to add, please push the 'solved' button on the bottom left down there ;)

Aye, and just before you do ..... I'll add that if you want the flag to stay on the vehicle without troops in it , you gotta kill the flagcarrier while he's still in the vehicle! Only way I could figure that one out.   ;D