TeamColorOverlay (A mutator to display colored outlines around actors based on their team)
-
- Godlike
- Posts: 1204
- Joined: Mon Aug 31, 2015 10:31 pm
TeamColorOverlay (A mutator to display colored outlines around actors based on their team)
TeamColorOverlay is a mutator to display colored overlays around actors based on their instigator and its team of belonging.
The user can specify the list of actor classes that are allowed to have an overlay (it can be anything including players and projectiles), blacklisted states and textures can also be specified (e.g. the FeigningDeath state, the invisibility texture). The actors will display an overlay as long as they have an instigator, which kinda means that they must belong to a pawn.
If you intend to use this in a server, remember to add the package to the ServerPackages array.
Screenshots: Download:
The user can specify the list of actor classes that are allowed to have an overlay (it can be anything including players and projectiles), blacklisted states and textures can also be specified (e.g. the FeigningDeath state, the invisibility texture). The actors will display an overlay as long as they have an instigator, which kinda means that they must belong to a pawn.
If you intend to use this in a server, remember to add the package to the ServerPackages array.
Screenshots: Download:
You do not have the required permissions to view the files attached to this post.
Some of the stuff I created:
Mods: VisualStreamPlayer, TeamColorOverlay, FunkyMoves, CommandSystem, FunkyPointer, AdvancedMutator, CommandEvent, ParticleSystem, LifeSucks
Gametypes: UTRoyale, UnrealRace
Hacks : Create/Write files with UScript, Read files with UScript, Running files with UScript
Maps: CTF-(POF)-Escher_Fix, CTF-(NotYet)HyperBlast, DM-(NotYet)Condemned, CTF-StalwartXS, UR-Hyperblast, DM-3072-ItalyKinda, DOM-NRMC-Cathode, CTF-TAMC-UnderPressure
Concepts: RabbitHole, Builder gun, HeatMap, Playable arcade cabinet, Stalwartception, Non Conventional Weapons, MainFrame
Memes: Meme#1, Meme#2
Mods: VisualStreamPlayer, TeamColorOverlay, FunkyMoves, CommandSystem, FunkyPointer, AdvancedMutator, CommandEvent, ParticleSystem, LifeSucks
Gametypes: UTRoyale, UnrealRace
Hacks : Create/Write files with UScript, Read files with UScript, Running files with UScript
Maps: CTF-(POF)-Escher_Fix, CTF-(NotYet)HyperBlast, DM-(NotYet)Condemned, CTF-StalwartXS, UR-Hyperblast, DM-3072-ItalyKinda, DOM-NRMC-Cathode, CTF-TAMC-UnderPressure
Concepts: RabbitHole, Builder gun, HeatMap, Playable arcade cabinet, Stalwartception, Non Conventional Weapons, MainFrame
Memes: Meme#1, Meme#2
-
- Godlike
- Posts: 10063
- Joined: Thu Jun 30, 2011 8:12 pm
- Personal rank: God of Fudge
- Location: Palo Alto, CA
Re: TeamColorOverlay (A mutator to display colored outlines around actors based on their team)
Does it work on all player models or only the UT defaults?
Β· http://unreal-games.livejournal.com/
Β· https://www.facebook.com/groups/UTcorps
Β· https://www.facebook.com/groups/UTcorps
Smilies Β· https://ut99.org/viewtopic.php?f=8&t=13758medor wrote:Replace Skaarj with EvilGrins
-
- Godlike
- Posts: 1204
- Joined: Mon Aug 31, 2015 10:31 pm
Re: TeamColorOverlay (A mutator to display colored outlines around actors based on their team)
Technically it is not about models, it is about actors, by default PlayerPawn, Bots and Bot classes are in the meshedWhitelistStr array, it doesn't matter what models they are using, the outline should be displayed regardless. ("meshed" in "meshedWhitelistStr" stands for meshed Actors).
Some of the stuff I created:
Mods: VisualStreamPlayer, TeamColorOverlay, FunkyMoves, CommandSystem, FunkyPointer, AdvancedMutator, CommandEvent, ParticleSystem, LifeSucks
Gametypes: UTRoyale, UnrealRace
Hacks : Create/Write files with UScript, Read files with UScript, Running files with UScript
Maps: CTF-(POF)-Escher_Fix, CTF-(NotYet)HyperBlast, DM-(NotYet)Condemned, CTF-StalwartXS, UR-Hyperblast, DM-3072-ItalyKinda, DOM-NRMC-Cathode, CTF-TAMC-UnderPressure
Concepts: RabbitHole, Builder gun, HeatMap, Playable arcade cabinet, Stalwartception, Non Conventional Weapons, MainFrame
Memes: Meme#1, Meme#2
Mods: VisualStreamPlayer, TeamColorOverlay, FunkyMoves, CommandSystem, FunkyPointer, AdvancedMutator, CommandEvent, ParticleSystem, LifeSucks
Gametypes: UTRoyale, UnrealRace
Hacks : Create/Write files with UScript, Read files with UScript, Running files with UScript
Maps: CTF-(POF)-Escher_Fix, CTF-(NotYet)HyperBlast, DM-(NotYet)Condemned, CTF-StalwartXS, UR-Hyperblast, DM-3072-ItalyKinda, DOM-NRMC-Cathode, CTF-TAMC-UnderPressure
Concepts: RabbitHole, Builder gun, HeatMap, Playable arcade cabinet, Stalwartception, Non Conventional Weapons, MainFrame
Memes: Meme#1, Meme#2
-
- Godlike
- Posts: 10494
- Joined: Wed Jul 15, 2009 11:36 am
- Personal rank: coffee addicted !!!
- Location: Cologne, the city with the big cathedral.
Re: TeamColorOverlay (A mutator to display colored outlines around actors based on their team)
I think this kind of awesome. the bright skin mutator is too bright for my taste.
actors are not visible behind obstacles, right?
actors are not visible behind obstacles, right?
-
- Godlike
- Posts: 1204
- Joined: Mon Aug 31, 2015 10:31 pm
Re: TeamColorOverlay (A mutator to display colored outlines around actors based on their team)
What do you mean by this? If you are asking if the outlines are not visible when an actor is behind a obstacle then it depends on the size of the obstacle, if it's a wall then it won't be visible. You can make it so that outlines aren't visible regardless of the obstacle's size by setting bUseTrace to True in the ini. The reason bUseTrace is False by default is because when it is True the outlines aren't visible through transparent textures (like windows) or small-sized geometry.
Some of the stuff I created:
Mods: VisualStreamPlayer, TeamColorOverlay, FunkyMoves, CommandSystem, FunkyPointer, AdvancedMutator, CommandEvent, ParticleSystem, LifeSucks
Gametypes: UTRoyale, UnrealRace
Hacks : Create/Write files with UScript, Read files with UScript, Running files with UScript
Maps: CTF-(POF)-Escher_Fix, CTF-(NotYet)HyperBlast, DM-(NotYet)Condemned, CTF-StalwartXS, UR-Hyperblast, DM-3072-ItalyKinda, DOM-NRMC-Cathode, CTF-TAMC-UnderPressure
Concepts: RabbitHole, Builder gun, HeatMap, Playable arcade cabinet, Stalwartception, Non Conventional Weapons, MainFrame
Memes: Meme#1, Meme#2
Mods: VisualStreamPlayer, TeamColorOverlay, FunkyMoves, CommandSystem, FunkyPointer, AdvancedMutator, CommandEvent, ParticleSystem, LifeSucks
Gametypes: UTRoyale, UnrealRace
Hacks : Create/Write files with UScript, Read files with UScript, Running files with UScript
Maps: CTF-(POF)-Escher_Fix, CTF-(NotYet)HyperBlast, DM-(NotYet)Condemned, CTF-StalwartXS, UR-Hyperblast, DM-3072-ItalyKinda, DOM-NRMC-Cathode, CTF-TAMC-UnderPressure
Concepts: RabbitHole, Builder gun, HeatMap, Playable arcade cabinet, Stalwartception, Non Conventional Weapons, MainFrame
Memes: Meme#1, Meme#2
-
- Godlike
- Posts: 1033
- Joined: Mon Aug 31, 2015 12:58 pm
- Personal rank: Dialed in.
Re: TeamColorOverlay (A mutator to display colored outlines around actors based on their team)
What if i only needed 4 team colors for Instagib and Combogib (shockrifle), and nothing else ?
Maybe in the future rocketlauncher smoketrails now iam thinking of it, if possible, when/if we get there lol.
spritedWhitelistStr[0]=botpack.ShockProj
spritedWhitelistStr[1]=botpack.PlasmaSphere
Could you point which beams/spheres i should set ?
Yes, there are other mods that do this, only they won't work properly with weapon-replacement mods like newnet etc, which is why iam trying this.
Maybe in the future rocketlauncher smoketrails now iam thinking of it, if possible, when/if we get there lol.
spritedWhitelistStr[0]=botpack.ShockProj
spritedWhitelistStr[1]=botpack.PlasmaSphere
Could you point which beams/spheres i should set ?
Yes, there are other mods that do this, only they won't work properly with weapon-replacement mods like newnet etc, which is why iam trying this.
-
- Godlike
- Posts: 1204
- Joined: Mon Aug 31, 2015 10:31 pm
Re: TeamColorOverlay (A mutator to display colored outlines around actors based on their team)
If you want the only projectiles that can display an outline to be the shockrifle ones then you have to remove the Engine.Projectile from the meshedWhitelistStr array. Keep in mind that any actor with bNetTeporary=True (like most projectiles) doesn't keep a connection with the clients, that means that it's the client that chooses if to display an overlay or not for those actors.esnesi wrote: βSun Sep 19, 2021 10:07 pm What if i only needed 4 team colors for Instagib and Combogib (shockrifle), and nothing else ?
Maybe in the future rocketlauncher smoketrails now iam thinking of it, if possible, when/if we get there lol.
spritedWhitelistStr[0]=botpack.ShockProj
spritedWhitelistStr[1]=botpack.PlasmaSphere
Could you point which beams/spheres i should set ?
Yes, there are other mods that do this, only they won't work properly with weapon-replacement mods like newnet etc, which is why iam trying this.
IIrc you already use a mapvote where you can specify the mutators to be used for each gametype, so for gametypes where you don't want to display overlays on anything then the only way to achieve it is to don't load the mutator at all.
Just remember this when you delete an entry in the ini (from the readme.txt):
The only thing I thought about to fix the bNetTemporary thing was for the server to send the lists to the client, though the client could've easily cheated and changed the lists items by using editactor so I didn't implement it in the end.If you leave an ini array's slot empty all the other slots after that will not be taken in account.
Some of the stuff I created:
Mods: VisualStreamPlayer, TeamColorOverlay, FunkyMoves, CommandSystem, FunkyPointer, AdvancedMutator, CommandEvent, ParticleSystem, LifeSucks
Gametypes: UTRoyale, UnrealRace
Hacks : Create/Write files with UScript, Read files with UScript, Running files with UScript
Maps: CTF-(POF)-Escher_Fix, CTF-(NotYet)HyperBlast, DM-(NotYet)Condemned, CTF-StalwartXS, UR-Hyperblast, DM-3072-ItalyKinda, DOM-NRMC-Cathode, CTF-TAMC-UnderPressure
Concepts: RabbitHole, Builder gun, HeatMap, Playable arcade cabinet, Stalwartception, Non Conventional Weapons, MainFrame
Memes: Meme#1, Meme#2
Mods: VisualStreamPlayer, TeamColorOverlay, FunkyMoves, CommandSystem, FunkyPointer, AdvancedMutator, CommandEvent, ParticleSystem, LifeSucks
Gametypes: UTRoyale, UnrealRace
Hacks : Create/Write files with UScript, Read files with UScript, Running files with UScript
Maps: CTF-(POF)-Escher_Fix, CTF-(NotYet)HyperBlast, DM-(NotYet)Condemned, CTF-StalwartXS, UR-Hyperblast, DM-3072-ItalyKinda, DOM-NRMC-Cathode, CTF-TAMC-UnderPressure
Concepts: RabbitHole, Builder gun, HeatMap, Playable arcade cabinet, Stalwartception, Non Conventional Weapons, MainFrame
Memes: Meme#1, Meme#2
-
- Adept
- Posts: 326
- Joined: Wed Apr 27, 2011 1:31 pm
- Location: JunΓn (BA - Argentina)
Re: TeamColorOverlay (A mutator to display colored outlines around actors based on their team)
Excellent! Outlines seem to be the way to go in shooters these days (UT3, QC), and it's not hard to see why.
Not to mention, brightskins are both borderline cheating (see UT2004 and the hideous UTComp brightskins) and also highlight a problem that's related to mapping: level designers not bothering to properly light their levels (where "accordingly" means "all players should be visible with the default settings"). Brightskins allow mappers to be lazy, basically.papercoffee wrote: βMon Sep 13, 2021 12:42 am I think this kind of awesome. the bright skin mutator is too bright for my taste.
actors are not visible behind obstacles, right?
OldUnreal U1v227/UTv469 Localization Project coordinator/spanish language maintainer - Unreal Wiki
ProTip 1: anybody using the phrase "I'm a True Fan and You're Not!" is an obnoxious, self-centered, egotistical, elitist, narcissist douchebag.
ProTip 2: anybody who uses the "Royal We" when making a demand wants to pass their own opinion as everyone else's.
ProTip 3: Only the people that do nothing but criticize don't make mistakes. Do things. Make mistakes. Learn from them. And screw those who do nothing but throw poison and criticize.
ProTip 4: If the Duke Nukem Forever fiasco wasn't enough of a lesson, perfectionism leads to nothing positive. Don't be afraid of releasing a buggy product. Even the most polished product has its flaws.
ProTip 1: anybody using the phrase "I'm a True Fan and You're Not!" is an obnoxious, self-centered, egotistical, elitist, narcissist douchebag.
ProTip 2: anybody who uses the "Royal We" when making a demand wants to pass their own opinion as everyone else's.
ProTip 3: Only the people that do nothing but criticize don't make mistakes. Do things. Make mistakes. Learn from them. And screw those who do nothing but throw poison and criticize.
ProTip 4: If the Duke Nukem Forever fiasco wasn't enough of a lesson, perfectionism leads to nothing positive. Don't be afraid of releasing a buggy product. Even the most polished product has its flaws.
-
- Godlike
- Posts: 1033
- Joined: Mon Aug 31, 2015 12:58 pm
- Personal rank: Dialed in.
Re: TeamColorOverlay (A mutator to display colored outlines around actors based on their team)
Removed Engine.Projectile from meshedWhitelistStr, moved the other ones up;PrinceOfFunky wrote: βMon Sep 20, 2021 10:38 pm
If you want the only projectiles that can display an outline to be the shockrifle ones then you have to remove the Engine.Projectile from the meshedWhitelistStr array. Keep in mind that any actor with bNetTeporary=True (like most projectiles) doesn't keep a connection with the clients, that means that it's the client that chooses if to display an overlay or not for those actors.
IIrc you already use a mapvote where you can specify the mutators to be used for each gametype, so for gametypes where you don't want to display overlays on anything then the only way to achieve it is to don't load the mutator at all.
Just remember this when you delete an entry in the ini (from the readme.txt):The only thing I thought about to fix the bNetTemporary thing was for the server to send the lists to the client, though the client could've easily cheated and changed the lists items by using editactor so I didn't implement it in the end.If you leave an ini array's slot empty all the other slots after that will not be taken in account.
meshedWhitelistStr[0]=Engine.PlayerPawn
meshedWhitelistStr[1]=Engine.Effects
meshedWhitelistStr[2]=UnrealShare.Bots
meshedWhitelistStr[3]=Botpack.Bot
Sadly this resulted in a white sphere and beam on shockrifle.
Hard to make a screenshot of. (send you a pm with ip:port of a testserver)
Note, this is with newnet active.
When i test this with newnet disabled, so with regular botpack.instagibdm it surprises me this results into the same.
A regular instagib beam on team Red and Blue, with a white flicker. (hard to make a screenshot, please check the server)
*Sadly i can't test the combogib mut as this is inside newnet.
-
- Godlike
- Posts: 1204
- Joined: Mon Aug 31, 2015 10:31 pm
Re: TeamColorOverlay (A mutator to display colored outlines around actors based on their team)
The problem is that anyone could use editactor to cheat. The only solutions to this I could think of are: 1. To constantly set it to False, but then if a server wanted it to be set to True then a config variable would be needed and its value wouldn't be constantly set so anyone could use editactor to set that config var at run-time; 2. To use darker textures, but then if a server wanted them to be bright the same dilemma of bUnlit would occur.Neon_Knight wrote: βWed Sep 22, 2021 12:25 pm Excellent! Outlines seem to be the way to go in shooters these days (UT3, QC), and it's not hard to see why.
Not to mention, brightskins are both borderline cheating (see UT2004 and the hideous UTComp brightskins) and also highlight a problem that's related to mapping: level designers not bothering to properly light their levels (where "accordingly" means "all players should be visible with the default settings"). Brightskins allow mappers to be lazy, basically.papercoffee wrote: βMon Sep 13, 2021 12:42 am I think this kind of awesome. the bright skin mutator is too bright for my taste.
actors are not visible behind obstacles, right?
There's a way that nobody ever used to prevent editactor and set from working with certain variables, but if most admins don't mind about editactor/set cheaters then I can implement the no-bright outlines the usual way.
White is the color you see on actors that have been spawned by you. This is done because, for example, if your team is blue (no friendly fire) and a blue rocketlauncher grenade is about to touch you then you don't need to run, but if it's your own rocket grenade then you do.esnesi wrote: βWed Sep 22, 2021 9:10 pmRemoved Engine.Projectile from meshedWhitelistStr, moved the other ones up;PrinceOfFunky wrote: βMon Sep 20, 2021 10:38 pm
If you want the only projectiles that can display an outline to be the shockrifle ones then you have to remove the Engine.Projectile from the meshedWhitelistStr array. Keep in mind that any actor with bNetTeporary=True (like most projectiles) doesn't keep a connection with the clients, that means that it's the client that chooses if to display an overlay or not for those actors.
IIrc you already use a mapvote where you can specify the mutators to be used for each gametype, so for gametypes where you don't want to display overlays on anything then the only way to achieve it is to don't load the mutator at all.
Just remember this when you delete an entry in the ini (from the readme.txt):The only thing I thought about to fix the bNetTemporary thing was for the server to send the lists to the client, though the client could've easily cheated and changed the lists items by using editactor so I didn't implement it in the end.If you leave an ini array's slot empty all the other slots after that will not be taken in account.
meshedWhitelistStr[0]=Engine.PlayerPawn
meshedWhitelistStr[1]=Engine.Effects
meshedWhitelistStr[2]=UnrealShare.Bots
meshedWhitelistStr[3]=Botpack.Bot
Sadly this resulted in a white sphere and beam on shockrifle.
Hard to make a screenshot of. (send you a pm with ip:port of a testserver)
Note, this is with newnet active.
When i test this with newnet disabled, so with regular botpack.instagibdm it surprises me this results into the same.
A regular instagib beam on team Red and Blue, with a white flicker. (hard to make a screenshot, please check the server)
*Sadly i can't test the combogib mut as this is inside newnet.
Some of the stuff I created:
Mods: VisualStreamPlayer, TeamColorOverlay, FunkyMoves, CommandSystem, FunkyPointer, AdvancedMutator, CommandEvent, ParticleSystem, LifeSucks
Gametypes: UTRoyale, UnrealRace
Hacks : Create/Write files with UScript, Read files with UScript, Running files with UScript
Maps: CTF-(POF)-Escher_Fix, CTF-(NotYet)HyperBlast, DM-(NotYet)Condemned, CTF-StalwartXS, UR-Hyperblast, DM-3072-ItalyKinda, DOM-NRMC-Cathode, CTF-TAMC-UnderPressure
Concepts: RabbitHole, Builder gun, HeatMap, Playable arcade cabinet, Stalwartception, Non Conventional Weapons, MainFrame
Memes: Meme#1, Meme#2
Mods: VisualStreamPlayer, TeamColorOverlay, FunkyMoves, CommandSystem, FunkyPointer, AdvancedMutator, CommandEvent, ParticleSystem, LifeSucks
Gametypes: UTRoyale, UnrealRace
Hacks : Create/Write files with UScript, Read files with UScript, Running files with UScript
Maps: CTF-(POF)-Escher_Fix, CTF-(NotYet)HyperBlast, DM-(NotYet)Condemned, CTF-StalwartXS, UR-Hyperblast, DM-3072-ItalyKinda, DOM-NRMC-Cathode, CTF-TAMC-UnderPressure
Concepts: RabbitHole, Builder gun, HeatMap, Playable arcade cabinet, Stalwartception, Non Conventional Weapons, MainFrame
Memes: Meme#1, Meme#2
-
- Godlike
- Posts: 1033
- Joined: Mon Aug 31, 2015 12:58 pm
- Personal rank: Dialed in.
Re: TeamColorOverlay (A mutator to display colored outlines around actors based on their team)
If i understand correctly i get a white result as i got a actor active (newnet).PrinceOfFunky wrote: βWed Sep 22, 2021 9:54 pm White is the color you see on actors that have been spawned by you. This is done because, for example, if your team is blue (no friendly fire) and a blue rocketlauncher grenade is about to touch you then you don't need to run, but if it's your own rocket grenade then you do.
I also got this white result with the actor disabled and on regular gotpack.instagibdm, which as i said surprised me.
-
- Godlike
- Posts: 1204
- Joined: Mon Aug 31, 2015 10:31 pm
Re: TeamColorOverlay (A mutator to display colored outlines around actors based on their team)
What do you mean with "actor disabled"? Which actor? Botpack.ShockRifle?esnesi wrote: βWed Sep 22, 2021 10:23 pmIf i understand correctly i get a white result as i got a actor active (newnet).PrinceOfFunky wrote: βWed Sep 22, 2021 9:54 pm White is the color you see on actors that have been spawned by you. This is done because, for example, if your team is blue (no friendly fire) and a blue rocketlauncher grenade is about to touch you then you don't need to run, but if it's your own rocket grenade then you do.
I also got this white result with the actor disabled and on regular gotpack.instagibdm, which as i said surprised me.
Some of the stuff I created:
Mods: VisualStreamPlayer, TeamColorOverlay, FunkyMoves, CommandSystem, FunkyPointer, AdvancedMutator, CommandEvent, ParticleSystem, LifeSucks
Gametypes: UTRoyale, UnrealRace
Hacks : Create/Write files with UScript, Read files with UScript, Running files with UScript
Maps: CTF-(POF)-Escher_Fix, CTF-(NotYet)HyperBlast, DM-(NotYet)Condemned, CTF-StalwartXS, UR-Hyperblast, DM-3072-ItalyKinda, DOM-NRMC-Cathode, CTF-TAMC-UnderPressure
Concepts: RabbitHole, Builder gun, HeatMap, Playable arcade cabinet, Stalwartception, Non Conventional Weapons, MainFrame
Memes: Meme#1, Meme#2
Mods: VisualStreamPlayer, TeamColorOverlay, FunkyMoves, CommandSystem, FunkyPointer, AdvancedMutator, CommandEvent, ParticleSystem, LifeSucks
Gametypes: UTRoyale, UnrealRace
Hacks : Create/Write files with UScript, Read files with UScript, Running files with UScript
Maps: CTF-(POF)-Escher_Fix, CTF-(NotYet)HyperBlast, DM-(NotYet)Condemned, CTF-StalwartXS, UR-Hyperblast, DM-3072-ItalyKinda, DOM-NRMC-Cathode, CTF-TAMC-UnderPressure
Concepts: RabbitHole, Builder gun, HeatMap, Playable arcade cabinet, Stalwartception, Non Conventional Weapons, MainFrame
Memes: Meme#1, Meme#2
-
- Godlike
- Posts: 1033
- Joined: Mon Aug 31, 2015 12:58 pm
- Personal rank: Dialed in.
Re: TeamColorOverlay (A mutator to display colored outlines around actors based on their team)
The newnetactor which i assumed caused these white beams/spheres.PrinceOfFunky wrote: βWed Sep 22, 2021 10:46 pm
What do you mean with "actor disabled"? Which actor? Botpack.ShockRifle?
*Conversation continued on discord.
-
- Godlike
- Posts: 10063
- Joined: Thu Jun 30, 2011 8:12 pm
- Personal rank: God of Fudge
- Location: Palo Alto, CA
Re: TeamColorOverlay (A mutator to display colored outlines around actors based on their team)
Not sure why I hadn't tried this sooner, but I was mainly curious about what it would effect and what it wouldn't.
Seems to work well on a number of player models:
But it doesn't effect NPC bots (though I suspect as that's as they can't be team assigned) or the UTDM-monsters:
However, it still effects the projectiles of the UTDM-monsters:
Kinda cool.
Seems to work well on a number of player models:
But it doesn't effect NPC bots (though I suspect as that's as they can't be team assigned) or the UTDM-monsters:
However, it still effects the projectiles of the UTDM-monsters:
Kinda cool.
Β· http://unreal-games.livejournal.com/
Β· https://www.facebook.com/groups/UTcorps
Β· https://www.facebook.com/groups/UTcorps
Smilies Β· https://ut99.org/viewtopic.php?f=8&t=13758medor wrote:Replace Skaarj with EvilGrins
-
- Godlike
- Posts: 1204
- Joined: Mon Aug 31, 2015 10:31 pm
Re: TeamColorOverlay (A mutator to display colored outlines around actors based on their team)
Yes, it's because they don't have a team. Maybe the only way to give overlays to monsters is to make them based on the monsters attitudeToPlayer variable but that wouldn't make the overlays a team colored anymore.EvilGrins wrote: βMon Oct 04, 2021 7:53 am Not sure why I hadn't tried this sooner, but I was mainly curious about what it would effect and what it wouldn't.
Seems to work well on a number of player models:
But it doesn't effect NPC bots (though I suspect as that's as they can't be team assigned) or the UTDM-monsters:
However, it still effects the projectiles of the UTDM-monsters:
Kinda cool.
Some of the stuff I created:
Mods: VisualStreamPlayer, TeamColorOverlay, FunkyMoves, CommandSystem, FunkyPointer, AdvancedMutator, CommandEvent, ParticleSystem, LifeSucks
Gametypes: UTRoyale, UnrealRace
Hacks : Create/Write files with UScript, Read files with UScript, Running files with UScript
Maps: CTF-(POF)-Escher_Fix, CTF-(NotYet)HyperBlast, DM-(NotYet)Condemned, CTF-StalwartXS, UR-Hyperblast, DM-3072-ItalyKinda, DOM-NRMC-Cathode, CTF-TAMC-UnderPressure
Concepts: RabbitHole, Builder gun, HeatMap, Playable arcade cabinet, Stalwartception, Non Conventional Weapons, MainFrame
Memes: Meme#1, Meme#2
Mods: VisualStreamPlayer, TeamColorOverlay, FunkyMoves, CommandSystem, FunkyPointer, AdvancedMutator, CommandEvent, ParticleSystem, LifeSucks
Gametypes: UTRoyale, UnrealRace
Hacks : Create/Write files with UScript, Read files with UScript, Running files with UScript
Maps: CTF-(POF)-Escher_Fix, CTF-(NotYet)HyperBlast, DM-(NotYet)Condemned, CTF-StalwartXS, UR-Hyperblast, DM-3072-ItalyKinda, DOM-NRMC-Cathode, CTF-TAMC-UnderPressure
Concepts: RabbitHole, Builder gun, HeatMap, Playable arcade cabinet, Stalwartception, Non Conventional Weapons, MainFrame
Memes: Meme#1, Meme#2