Changing Skin Overlay Colours Binds - TAM

This is the place to leave ure message
Unreal related
User avatar
}TCP{Coco
Posts: 5622
https://www.facebook.com/warszawa.kuchnie.na.wymiar/
Joined: Sun Dec 17, 2006 3:05 am
Location: Germany
Contact:

Post by }TCP{Coco »

Nice one, Nightman, thanks for sharing this. Wolf told me about it like half a dozen times on TS already, but I always forgot it again when I was done playing. :-P So having a post about it now really should help. :-)
User avatar
}TCP{aLICe
Posts: 1110
Joined: Thu Mar 20, 2003 5:23 pm

Post by }TCP{aLICe »

another mini tutorial

Code: Select all

Aliases[3]=(Command="Setskins 100 0 100 0 0 0|SET INPUT GreyPlus change2cyan",Alias="change2pink")
Aliases[4]=(Command="Setskins 0 100 100 0 0 0|SET INPUT GreyPlus change2pink",Alias="change2cyan")
GreyPlus=change2pink
THX for tip NightMan, I hope it will help me :roll:
User avatar
NightMan
Posts: 987
Joined: Sat Jan 15, 2011 11:07 pm
Location: England

Post by NightMan »

ah nice alice, i was going to make a full list of things that are possible that make things easier. using aliases is useful, for anyone who doesnt understand that command above, its using 2 aliases to make 2 different skin overlays on 1 key, useful if you have some spare aliases free.
Image
Image
User avatar
}TCP{aLICe
Posts: 1110
Joined: Thu Mar 20, 2003 5:23 pm

Post by }TCP{aLICe »

...and something special, if somebody doesn't know which color is best on the map he plays... :P

Code: Select all

Aliases[6]=(Command="Button bFire | Setskins 100 0 100 0 0 0 | Fire | OnRelease SET INPUT LeftMouse fire2cyan",Alias="fire2pink")
Aliases[7]=(Command="Button bFire | Setskins 0 100 100 0 0 0 | Fire | OnRelease SET INPUT LeftMouse fire2yellow",Alias="fire2cyan")
Aliases[8]=(Command="Button bFire | Setskins 93 93 0 0 0 0 | Fire | OnRelease SET INPUT LeftMouse fire2pink",Alias="fire2yellow")
LeftMouse=fire2pink
It swiches color every one primary fire shot.

I like it! :lol:

If you wish to decide during game:

Code: Select all

Aliases[9]=(Command="SET INPUT LeftMouse fire2pink | SET INPUT 9 normalfire",Alias=colorfire)
Aliases[10]=(Command="SET INPUT LeftMouse prifire | SET INPUT 9 colorfire",Alias=normalfire)
Aliases[11]=(Command="Button bFire | Fire",Alias=prifire)
9=normalfire
It turns things back if you press 9.
Post Reply