Home   Help Search Login Register  

Author Topic: Middle newbie lol need a hand here!!!  (Read 3657 times)

0 Members and 1 Guest are viewing this topic.

Offline Cougar

  • Members
  • *
  • I'm a llama!
Middle newbie lol need a hand here!!!
« on: 21 Aug 2002, 20:43:24 »
Hey guys!!! Well im wondering if theres anyway to change the group name of a group!?? I mean by tht... When youre in a multiplayer session you choose the side you want and after tht select a soldier, well ill have 4 group and i want to name them like tht Alpha Bravo Charlie and Delta only those i dont want if possible color but i can live with it! for example:
Alpha 1 Pilot
Alpha 2 Crew
Bravo 1 Sniper
Charlie 1 LawSoldier
Delta 4 Black Ops

Anyone have a clue???

Offline Messiah

  • Honourary OFPEC Patron & Drinking Buddy of Wolfsbane
  • Honoured Contributor
  • ***
  • OFPEC Veteran
    • Project UK Forces
Re:Middle newbie lol need a hand here!!!
« Reply #1 on: 21 Aug 2002, 21:19:53 »
yep, easy enuff... but you have to have a colour  :-\

name the leader of ya group - we'll call him off1

then in his init field type:

off1 SetGroupId ["Alpha", "GroupColor#"]

possible values for alpha are all the phonetic alphabet up to Hotel - colours go to number 8.

also you can have instead of Alpha:

Convoy
Guardian
November
Yankee

thats all i can remember, hope that helps. check the command reference to see what colours you can choose and the possible phonetic alphabet call signs.
« Last Edit: 21 Aug 2002, 21:21:56 by Messiah »
Proud Member of the Volunteer Commando Battalion

Offline Wolfrug

  • Addons Depot
  • Former Staff
  • ****
  • Official OFPEC Old Timer
Re:Middle newbie lol need a hand here!!!
« Reply #2 on: 21 Aug 2002, 21:25:10 »
Phonetic alphabeth being:

Alpha
Beta
Charlie
Delta
Echo
Foxtrot
Golf
Hotel

the colours being:

"GroupColor1" = Black
"GroupColor2" = Red
"GroupColor3" = Green
"GroupColor4" = Blue
"GroupColor5" = Yellow
"GroupColor6" = Orange
"GroupColor7" = Pink

You can also use the group's name instead of a person, as in:

groupname setGroupId["Alpha", "GroupColor1"]

also, if you set the color to "GroupColor0", the name will appear like "Alpha 1", "Alpha 2" etc.

Hope all of that helps ;) Good luck.

Wolfrug out.
"When 900 years YOU reach, look as good you will not!"

Offline RT-SuperTron

  • Members
  • *
  • Prey...you will be
Re:Middle newbie lol need a hand here!!!
« Reply #3 on: 21 Aug 2002, 21:46:31 »
 :)

Straight out of the ComRef 1.75

Quote
group setGroupId id
Operand types:
    group: Object or Group
    id: Array
Type of returned value:
    None
Description:
    Set group identity. Id format is [letter,color,picture] or [letter,color]. Letter is one of: "Alpha", "Bravo", "Charlie", "Delta", "Echo", "Foxtrot", "Golf", "Hotel", "Kilo", color is one of "GroupColor0" to "GroupColor7".

Example:
    setGroupId ["Alpha", "GroupColor0"]


Do I see "kilo"..hmm I guess I do :-\

Quote
also you can have instead of Alpha:

Convoy
Guardian
November
Yankee

Messiah, do you have any idea about where I can obtain more info about those, since it would be nice to incorporate Papa bear and more of those...."pink squirrel, pink squirrel this is stag-beetle blue...do you copy..." ;D.....SNAP!

No seriously, it would be cool if we can pry some info from OFP somehow..


[RT]SuperTron

+- PAIN IS YOUR FRIEND, IT WILL REMIND YOU THAT YOU ARE ALIVE -+

Offline Cougar

  • Members
  • *
  • I'm a llama!
Re:Middle newbie lol need a hand here!!!
« Reply #4 on: 21 Aug 2002, 21:57:54 »
ok thanks guys for the replys!!
« Last Edit: 21 Aug 2002, 22:00:12 by A1C Cougar [STO] »

mikeb

  • Guest
Re:Middle newbie lol need a hand here!!!
« Reply #5 on: 21 Aug 2002, 21:59:39 »
Yep  ;D

Offline Cougar

  • Members
  • *
  • I'm a llama!
Re:Middle newbie lol need a hand here!!!
« Reply #6 on: 21 Aug 2002, 22:18:23 »
damn its not working im still with alpha red yellow green black <grin> but i have puted alpha bravo charlie delta

Offline Messiah

  • Honourary OFPEC Patron & Drinking Buddy of Wolfsbane
  • Honoured Contributor
  • ***
  • OFPEC Veteran
    • Project UK Forces
Re:Middle newbie lol need a hand here!!!
« Reply #7 on: 21 Aug 2002, 22:50:10 »
ummmm as for papa bear: type this in any init field

command = [west, "Base/HQ"]

and then make 'command' talk as any other unit


in 1.46 it would read as base said it, but now it says papa bear. Also i think you can use 'Tower' in this version. Give it a go.
Proud Member of the Volunteer Commando Battalion

Offline LCD

  • Former Staff
  • ****
    • Everon Cartel
Re:Middle newbie lol need a hand here!!!
« Reply #8 on: 21 Aug 2002, 22:53:28 »
4 da group name u can use also

zulu

@ Mezzy

instead of HQ nd Base u can use : Airbase nd PAPA_BEAR

LCD OUT
"guess being the community has downsides .." - cheetah
Help Perfecting Da Next Best Thing - O-Team Beta

Bremmer

  • Guest
Re:Middle newbie lol need a hand here!!!
« Reply #9 on: 21 Aug 2002, 22:59:44 »
 :wave:

Quote
also you can have instead of Alpha:

Convoy
Guardian
November
Yankee

thats all i can remember

The one you are missing is Buffalo[/i]

Cheers

Offline Cougar

  • Members
  • *
  • I'm a llama!
Re:Middle newbie lol need a hand here!!!
« Reply #10 on: 21 Aug 2002, 23:29:45 »
ok nm its working just saw it was on side channel not on the client setup screen >:( >:( ;D

Offline Sui

  • Former Staff
  • ****
    • OFPEC
Re:Middle newbie lol need a hand here!!!
« Reply #11 on: 22 Aug 2002, 06:34:04 »
Welcome to the new forums guys,

As far as I know, the SetGroupID method will not work in multiplayer due to the fact that when you choose your group in the client screen, the init.sqs and all the init lines of your units have yet to be executed.

This means that your SetGroupID commands haven't happened yet, so you still get group alpha pink ;)

You'll be fine once you get into the mission (or even at the briefing), but on the player selection screen you can't define the group names I'm afraid...

Offline Cougar

  • Members
  • *
  • I'm a llama!
Re:Middle newbie lol need a hand here!!!
« Reply #12 on: 22 Aug 2002, 06:38:47 »
dont be afraid lol you right only when im in the game!! no biggies