LIVE FEED FROM
-
- Average
- Posts: 57
- Joined: Sun Feb 15, 2015 1:25 am
LIVE FEED FROM
Hello again im trying to change "live feed from" change the color and size like white + bigger font + without pullsing
--> class ChallengeHUD like a mod for spectator --> http://ut-files.prv.pl/LIVEFFED.png
Can someone help me with any prompt ?
--> class ChallengeHUD like a mod for spectator --> http://ut-files.prv.pl/LIVEFFED.png
Can someone help me with any prompt ?
-
- Godlike
- Posts: 10545
- Joined: Wed Jul 15, 2009 11:36 am
- Personal rank: coffee addicted !!!
- Location: Cologne, the city with the big cathedral.
-
- Average
- Posts: 57
- Joined: Sun Feb 15, 2015 1:25 am
Re: LIVE FEED FROM
its no important :F coz I change resolutions many times and I want that mod in for spectator mode when is stream will be look mutch betterpapercoffee wrote:In what screen resolution do you play UT??

Help pls :F
-
- Godlike
- Posts: 3776
- Joined: Fri Jan 14, 2011 1:53 pm
- Personal rank: -Retired-
Re: LIVE FEED FROM
Is this a game you are hosting? If so then yeah, I can set that up for you.
So long, and thanks for all the fish
-
- Average
- Posts: 57
- Joined: Sun Feb 15, 2015 1:25 am
Re: LIVE FEED FROM
Yes I need it for my stream and also for game uploaded to youtube, but not only for me also my mate want it just for spectating because on normal is unreadable :FJackGriffin wrote:Is this a game you are hosting? If so then yeah, I can set that up for you.
Like mutator on the server also is good idea, but mostly like 'spectate' mod client side.
If you can will be realy realy great I will be grateful

-
- Godlike
- Posts: 3776
- Joined: Fri Jan 14, 2011 1:53 pm
- Personal rank: -Retired-
Re: LIVE FEED FROM
No problem, it's an easy fix. What color and size text do you want? I can even change what it says.
So long, and thanks for all the fish
-
- Average
- Posts: 57
- Joined: Sun Feb 15, 2015 1:25 am
Re: LIVE FEED FROM
If it easy and if you have time then thanks and realy nice JackJackGriffin wrote:No problem, it's an easy fix. What color and size text do you want? I can even change what it says.

White color and size maybe like is in 'showscores' or just so big to read it in here: http://ut-files.prv.pl/LIVEFFED.png
Can you also turn off beeping\pulsing text there?
Can I please you for open source for making my own changes like color and size in .ucc file?
-
- Godlike
- Posts: 3776
- Joined: Fri Jan 14, 2011 1:53 pm
- Personal rank: -Retired-
Re: LIVE FEED FROM
OK brother, here you go:
The ini file has this:
The code isn't written in the best way but I made it simple for you to understand it easier. Using my example you can now change text size, text color, and even the text itself anywhere in the HUD. OFC it's not THAT easy but it's really not that much more difficult either.
I know we have disagreed over how things should be done but I want you to know that if you choose to do things in the correct and accepted way there will be a lot of people who will step up to help you, and I'll be the first guy in line.
In the zip is a mod and the source code. You will see two mutators in your list now. One is for DM games and the other is for team DM games. If you want to make this for assault, CTF, etc just follow my source code. I put in a bunch of notes throughout the code for you to learn from.The ini file has this:
Code: Select all
[shockplHUD.shockDMHUD]
UseGreenColor=False //pick a color you want to use
UseWhiteColor=False
UseGoldColor=False
UseBlueColor=False
UseLightCyanColor=False
UseSilverColor=False
UseBronzeColor=False
UseCyanColor=False
UseRedColor=True
UseLightGreenColor=False
UseDarkGreenColor=False
UseParchmentColor=False
UseFrigginDarkColor=False
UseSmallText=False //pick a text size you want to use
UseMediumText=False
UseLargeText=False
UseHugeText=True
MyLiveFeed= My Live Feed from //you can change the message here :)
I know we have disagreed over how things should be done but I want you to know that if you choose to do things in the correct and accepted way there will be a lot of people who will step up to help you, and I'll be the first guy in line.
You do not have the required permissions to view the files attached to this post.
So long, and thanks for all the fish
-
- Godlike
- Posts: 3352
- Joined: Thu Aug 04, 2011 9:26 pm
- Personal rank: Chaos Evangelist
- Location: Kernow, UK
Re: LIVE FEED FROM
If you stream in high resolutions it would also look much better with the hi-res texture packs on the capture PC
http://www.uttexture.com/UT/UT.htm
http://www.oldunreal.com/textures.html
You will need a modern video renderer to use large textures. Updates are available here;
http://www.oldunreal.com/cgi-bin/yabb2/YaBB.pl?board=2
http://www.uttexture.com/UT/UT.htm
http://www.oldunreal.com/textures.html
You will need a modern video renderer to use large textures. Updates are available here;
http://www.oldunreal.com/cgi-bin/yabb2/YaBB.pl?board=2

ChaosUT https://chaoticdreams.org
Your Unreal resources: https://yourunreal.wordpress.com
The UT99/UnReal Directory: https://forumdirectory.freeforums.org
Find me on Steam and GoG
-
- Average
- Posts: 57
- Joined: Sun Feb 15, 2015 1:25 am
Re: LIVE FEED FROM
Jack thank you for that
hmmmm thank you for that variables of what I need and comments
I still do not understand ... code ( I will try! ) and that will not help me with meaking what I realy neeed the <client side mod> for sure the variables will, that you have entered will help but how add them to <client side mod> is a magic for me.
Next step is for me to do a client side <--- mod ---> coz this will be work only on my server also I cant use it on other servers and in demomanager too :F
This is 90% what I need coz I want it to work on all servers where I will spectating and in demomanager not only on my server
How to make another step towards to the <client side mod> like <specfix> works - http://ut-files.com/index.php?dir=Mods/ ... pecfix.zip ?
The best way is to add livefeedfrom changes what you maded to the existing specfix .. hmm


Next step is for me to do a client side <--- mod ---> coz this will be work only on my server also I cant use it on other servers and in demomanager too :F
This is 90% what I need coz I want it to work on all servers where I will spectating and in demomanager not only on my server

How to make another step towards to the <client side mod> like <specfix> works - http://ut-files.com/index.php?dir=Mods/ ... pecfix.zip ?
The best way is to add livefeedfrom changes what you maded to the existing specfix .. hmm
-
- Average
- Posts: 57
- Joined: Sun Feb 15, 2015 1:25 am
Re: LIVE FEED FROM
Great I was able to understand
and as far as I did it on the client side, YEAH
REALY BIG THANKS JACK !!!
Only one more question how to add again there blinking effect?
//Here is your blinking. By removing 'TutIconBlink' I stop the flashing
//Canvas.DrawColor = CyanColor * TutIconBlink;
//this sets a default in case false is returned on all the checks
Canvas.DrawColor = CyanColor * TutIconBlink; // <----- so I added it here again but not blinking lol what can I do wrong?
/edit I made that
can I pls you only about how code will look with :
defaultproperties
{
TutIconBlink=True

REALY BIG THANKS JACK !!!
Only one more question how to add again there blinking effect?
//Here is your blinking. By removing 'TutIconBlink' I stop the flashing
//Canvas.DrawColor = CyanColor * TutIconBlink;
//this sets a default in case false is returned on all the checks
Canvas.DrawColor = CyanColor * TutIconBlink; // <----- so I added it here again but not blinking lol what can I do wrong?
/edit I made that

can I pls you only about how code will look with :
defaultproperties
{
TutIconBlink=True
-
- Godlike
- Posts: 3776
- Joined: Fri Jan 14, 2011 1:53 pm
- Personal rank: -Retired-
Re: LIVE FEED FROM
It won't blink because it's not declared as a variable in the class you are working on. I didn't leave it because I thought you didn't want it.
Lesson begins:
1) Go to http://uncodex-ut.host56.com/ and select "ChallengeHUD" from the left scroll menu.
2) Select "SOURCE" from the top menu. You are now seeing the source code for the parent class to the HUD you use. See line 76 where it says
3) Copy that line to your class. You have now brought that variable into your current class. You do not need anything in DefaultProperties, remove that line.
4) Make sure your section still reads
and make sure all your ini options for the other colors (UseGreenColor, etc) are false. NOTE: If any of them are true it will replace the blinking cyan color with a non-blinking other color and your test will fail.
5) Recompile the mod and test it. You should now have a blinking cyan message. Use this method to change the other colors to blinking if you want them to do that. Your code would look like this:
Hope that helps 
Lesson begins:
1) Go to http://uncodex-ut.host56.com/ and select "ChallengeHUD" from the left scroll menu.
2) Select "SOURCE" from the top menu. You are now seeing the source code for the parent class to the HUD you use. See line 76 where it says
Code: Select all
var float TutIconBlink;
4) Make sure your section still reads
Code: Select all
//change//
//Here is your blinking. By removing 'TutIconBlink' I stop the flashing
//Canvas.DrawColor = CyanColor * TutIconBlink;
//this sets a default in case false is returned on all the checks
Canvas.DrawColor = CyanColor * TutIconBlink; <----this line is edited only
//do we want to change the color?
if(UseGreenColor)
Canvas.DrawColor = GreenColor;
5) Recompile the mod and test it. You should now have a blinking cyan message. Use this method to change the other colors to blinking if you want them to do that. Your code would look like this:
Code: Select all
if(UseBronzeColor)
Canvas.DrawColor = BronzeColor * TutIconBlink;
if(UseCyanColor)
Canvas.DrawColor = CyanColor * TutIconBlink;
if(UseRedColor)
Canvas.DrawColor = RedColor * TutIconBlink;

So long, and thanks for all the fish
-
- Average
- Posts: 57
- Joined: Sun Feb 15, 2015 1:25 am
Re: LIVE FEED FROM
YEA it works master
thanks
about client side mod, rest I taked from cleanhud and changed it.

about client side mod, rest I taked from cleanhud and changed it.
-
- Average
- Posts: 67
- Joined: Thu May 02, 2013 2:55 am
Re: LIVE FEED FROM
Hey shockpl, would you mind sharing this? I like the idea of the mod and it being client side! I would greatly appreciate it!shockpl wrote:YEA it works masterthanks
about client side mod, rest I taked from cleanhud and changed it.

-
- Godlike
- Posts: 3776
- Joined: Fri Jan 14, 2011 1:53 pm
- Personal rank: -Retired-
Re: LIVE FEED FROM
You won't be able to run it purely client side id you are playing online. If you do hack it into your game it's for sure going to get you flagged as trying to cheat because you are making HUD alterations that are not part of what is currently running on the server.
I posted this more as a training tool on how to effect certain changes. However nothing stops you from running it as a server mutator and with some small changes you could allow the clients to make the choices on their end as to what they want.
I posted this more as a training tool on how to effect certain changes. However nothing stops you from running it as a server mutator and with some small changes you could allow the clients to make the choices on their end as to what they want.
So long, and thanks for all the fish