SCOREBOARD- TWC version 2a. FOX, NBA, ESPN made.

A hub for everything related to NBA 2K13 modding. Releases, previews, requests, and other modding discussion belongs here.

Re: SCOREBOARD- FOX, NBA, ESPN - final versions

Postby exrxixxx on Thu Mar 21, 2013 5:07 am

Kyrie2Irving wrote:
MiljanSERBIA wrote:Wait exrxixxx is there home colors for teams on FOX TV scoreboard?I try and for Lakers there is no home color?Why you don't make that we can change colors (home,away) for every team,like ESPN and NBA TV?


Fox doesn't have home and away colours. They have only one colour per team


Yup, Kyrie is correct.
FOX does not use home/away colors. Even if San Antionio plays against Brooklyn, they both have the same dark grey color.
When making logos I followed every team on youtube and nba.com to check which collors are used and all of them are correct.
User avatar
exrxixxx
Please do not write me PM if you can ask the same in Soreboards thread
 
Posts: 1547
Joined: Sun Nov 18, 2012 10:44 pm

Re: SCOREBOARD- FOX, NBA, ESPN - final versions

Postby bigh0rt on Thu Mar 21, 2013 10:28 am

exrxixxx, did I miss the 16:9 NCAA scoreboard, or did you just not release it yet?
User avatar
bigh0rt
NLSC Team Member
NLSC Team Member
 
Posts: 9032
Joined: Thu Nov 10, 2005 5:06 pm
Location: New York

Re: SCOREBOARD- FOX, NBA, ESPN - final versions

Postby houston2015 on Thu Mar 21, 2013 4:00 pm

sir, is it possible to adjust FOX scoreboard slide-out stats' background color darker as the violation panel?
And really appreciate your FOX scoreboard, thanks a lot.
houston2015
 
Posts: 4
Joined: Thu Jan 31, 2013 12:41 pm

Re: SCOREBOARD- FOX, NBA, ESPN - final versions

Postby exrxixxx on Thu Mar 21, 2013 4:25 pm

bigh0rt wrote:exrxixxx, did I miss the 16:9 NCAA scoreboard, or did you just not release it yet?


yes bigh0rt, I did not resized it to 16:9.
Will make it shortly. GL
User avatar
exrxixxx
Please do not write me PM if you can ask the same in Soreboards thread
 
Posts: 1547
Joined: Sun Nov 18, 2012 10:44 pm

Re: SCOREBOARD- FOX, NBA, ESPN - final versions

Postby ap18 on Thu Mar 21, 2013 4:28 pm

(Y) exrxixxx love you work man thanks :) (Y)
is there a chance you could make a new scoreboard ike time warner cable(lakers games)
thanks anyway :)
ALL STEPH CURRY THREE POINTERS IN 2013 SEASON
http://www.youtube.com/watch?v=nnKARZf4ywE&feature=youtu.be
ap18
 
Posts: 437
Joined: Thu Feb 23, 2012 5:25 am

Re: SCOREBOARD- FOX, NBA, ESPN - final versions

Postby exrxixxx on Thu Mar 21, 2013 4:37 pm

ap18 wrote:(Y) exrxixxx love you work man thanks :) (Y)
is there a chance you could make a new scoreboard ike time warner cable(lakers games)
thanks anyway :)


I will check today which scoreboard could be made next.
The most important thing is do we have enough good fonts to represent scoreboard similar to original
User avatar
exrxixxx
Please do not write me PM if you can ask the same in Soreboards thread
 
Posts: 1547
Joined: Sun Nov 18, 2012 10:44 pm

Re: SCOREBOARD- FOX, NBA, ESPN - final versions

Postby ap18 on Thu Mar 21, 2013 4:45 pm

ok i think its good with fonts because the scoreboard as the teams logos on it and not colors
thanks for the efforts (Y) (Y)
ALL STEPH CURRY THREE POINTERS IN 2013 SEASON
http://www.youtube.com/watch?v=nnKARZf4ywE&feature=youtu.be
ap18
 
Posts: 437
Joined: Thu Feb 23, 2012 5:25 am

Re: SCOREBOARD- FOX, NBA, ESPN - final versions

Postby exrxixxx on Thu Mar 21, 2013 4:50 pm

houston2015 wrote:sir, is it possible to adjust FOX scoreboard slide-out stats' background color darker as the violation panel?
And really appreciate your FOX scoreboard, thanks a lot.


Image

Yes, it is very easy to do, but I can't make it for everybody as some persons will prefer old layout, etc.
HEre is a tutorial how to make background more/less transparent and how to change the color.

Open newscorebug.iff with any hex editor.
Offset range we are interested in is from 9d974 to 9dca7 (red circled in the picture. Yuu will get the same look as in picture if you choose to display 16 colums in editor, then all important offsets will be in column).

You see a pattern?
00 00 00 a0.
First three "00 00 00" are responsible for color. (00 00 00 is pure black color). You can substitute them with any color in hex format, egzample 98 01 2e (red as miami heat).
Last "a0" is responsible for transparency. Substitute to FF and it will have zero transparency, while changing to 00 will make object invisible (fully transparent).

So, substitute all these offsets (range from 9d974 to 9dca7) as you think will work best for you.

BTW, violation panel's color and transparency was set by me "20 20 20 f0"
User avatar
exrxixxx
Please do not write me PM if you can ask the same in Soreboards thread
 
Posts: 1547
Joined: Sun Nov 18, 2012 10:44 pm

Re: SCOREBOARD- FOX, NBA, ESPN - final versions

Postby AreaOfEffect on Thu Mar 21, 2013 6:30 pm

I can't get it to work. It just shows the original scoreboard but the logo is change with yours. HOw do i fix this?
AreaOfEffect
 
Posts: 265
Joined: Thu Jan 22, 2009 2:00 pm

Re: SCOREBOARD- FOX, NBA, ESPN - final versions

Postby exrxixxx on Thu Mar 21, 2013 6:37 pm

AreaOfEffect wrote:I can't get it to work. It just shows the original scoreboard but the logo is change with yours. HOw do i fix this?


Go though pages to search for numerous advises.
Watch some vidoes
http://www.youtube.com/watch?v=X7oDTIthiQ8
http://www.youtube.com/watch?v=dPSMQ2by8sg
User avatar
exrxixxx
Please do not write me PM if you can ask the same in Soreboards thread
 
Posts: 1547
Joined: Sun Nov 18, 2012 10:44 pm

Re: SCOREBOARD- FOX, NBA, ESPN - final versions

Postby houston2015 on Thu Mar 21, 2013 7:02 pm

exrxixxx wrote:
houston2015 wrote:sir, is it possible to adjust FOX scoreboard slide-out stats' background color darker as the violation panel?
And really appreciate your FOX scoreboard, thanks a lot.


Image

Yes, it is very easy to do, but I can't make it for everybody as some persons will prefer old layout, etc.
HEre is a tutorial how to make background more/less transparent and how to change the color.

Open newscorebug.iff with any hex editor.
Offset range we are interested in is from 9d974 to 9dca7 (red circled in the picture. Yuu will get the same look as in picture if you choose to display 16 colums in editor, then all important offsets will be in column).

You see a pattern?
00 00 00 a0.
First three "00 00 00" are responsible for color. (00 00 00 is pure black color). You can substitute them with any color in hex format, egzample 98 01 2e (red as miami heat).
Last "a0" is responsible for transparency. Substitute to FF and it will have zero transparency, while changing to 00 will make object invisible (fully transparent).

So, substitute all these offsets (range from 9d974 to 9dca7) as you think will work best for you.

BTW, violation panel's color and transparency was set by me "20 20 20 f0"


Thanks, Mr. exrxixxx, and I have another question, is it possible to change the "shape" of the slide-out stats' background?
In other words, like a "huge" violation panel, thanks for your answer.
houston2015
 
Posts: 4
Joined: Thu Jan 31, 2013 12:41 pm

Re: SCOREBOARD- FOX, NBA, ESPN - final versions

Postby exrxixxx on Thu Mar 21, 2013 7:42 pm

yes, you can.

FOR SHAPE
On the same picture the very right column where
ff 7d c4 00 ("x" coordinate is "7d", "Y" coordinate is "00"
bc 83 13 00 ("x" coordinate is "83", "Y" coordinate is "00"
ff 7d 13 00
etc.

There are 3D verticles coordinates.
YOu can change shape changing these values.

You can change size with it too, but if shape is Ok, you can increase/decrease the whole object by changin values at these three offsets;
202FE
20302
20306
User avatar
exrxixxx
Please do not write me PM if you can ask the same in Soreboards thread
 
Posts: 1547
Joined: Sun Nov 18, 2012 10:44 pm

Re: SCOREBOARD- FOX, NBA, ESPN - final versions

Postby exrxixxx on Thu Mar 21, 2013 7:44 pm

Sorry, I made a mistake.
The above information was for STAT pop up background
User avatar
exrxixxx
Please do not write me PM if you can ask the same in Soreboards thread
 
Posts: 1547
Joined: Sun Nov 18, 2012 10:44 pm

Re: SCOREBOARD- FOX, NBA, ESPN - final versions

Postby exrxixxx on Thu Mar 21, 2013 7:47 pm

For Violation panel same instructions and patterns as above.
Offset range for violation panel shape df24c-df493
Size control 93a7e, 93a82, 93a86
User avatar
exrxixxx
Please do not write me PM if you can ask the same in Soreboards thread
 
Posts: 1547
Joined: Sun Nov 18, 2012 10:44 pm

Re: SCOREBOARD- FOX, NBA, ESPN - final versions

Postby bigh0rt on Thu Mar 21, 2013 8:24 pm

exrxixxx wrote:
bigh0rt wrote:exrxixxx, did I miss the 16:9 NCAA scoreboard, or did you just not release it yet?


yes bigh0rt, I did not resized it to 16:9.
Will make it shortly. GL

Great, just wanted to make sure I didn't miss it! Thank you. (Y)
User avatar
bigh0rt
NLSC Team Member
NLSC Team Member
 
Posts: 9032
Joined: Thu Nov 10, 2005 5:06 pm
Location: New York

Re: SCOREBOARD- FOX, NBA, ESPN - final versions

Postby exrxixxx on Thu Mar 21, 2013 8:48 pm

Image

BTW, I have updated ESPN texture for myself.
Here 16:10 version http://www.sendspace.com/file/01opfo
User avatar
exrxixxx
Please do not write me PM if you can ask the same in Soreboards thread
 
Posts: 1547
Joined: Sun Nov 18, 2012 10:44 pm

Re: SCOREBOARD- FOX, NBA, ESPN - final versions

Postby ege47 on Fri Mar 22, 2013 3:44 am

bro did you included a BONUS texture to new Fox Sports scoreboard?
User avatar
ege47
 
Posts: 463
Joined: Thu Jan 03, 2013 11:01 pm

Re: SCOREBOARD- FOX, NBA, ESPN - final versions

Postby exrxixxx on Fri Mar 22, 2013 4:33 am

ege47 wrote:bro did you included a BONUS texture to new Fox Sports scoreboard?


No.
In order to enable it I'd have to cut the hole in the scoreboard for the text BONUS, and that would spoil the general look.
BONUS is not a texture but a generic text by the game and it can't be displayed on non-transpared pictures imorted to the game
User avatar
exrxixxx
Please do not write me PM if you can ask the same in Soreboards thread
 
Posts: 1547
Joined: Sun Nov 18, 2012 10:44 pm

Re: SCOREBOARD- FOX, NBA, ESPN - final versions

Postby ege47 on Fri Mar 22, 2013 5:00 am

exrxixxx wrote:
ege47 wrote:bro did you included a BONUS texture to new Fox Sports scoreboard?


No.
In order to enable it I'd have to cut the hole in the scoreboard for the text BONUS, and that would spoil the general look.
BONUS is not a texture but a generic text by the game and it can't be displayed on non-transpared pictures imorted to the game

im a little upset but okay..
User avatar
ege47
 
Posts: 463
Joined: Thu Jan 03, 2013 11:01 pm

Re: SCOREBOARD- FOX, NBA, ESPN - final versions

Postby Teodosic11 on Fri Mar 22, 2013 6:45 am

exrxixxx

Do I have to make this scoreboard???

Image
Image
KK Crvena Zvezda Telekom...
User avatar
Teodosic11
 
Posts: 151
Joined: Tue Aug 30, 2011 6:36 pm

Re: SCOREBOARD- FOX, NBA, ESPN - final versions

Postby exrxixxx on Fri Mar 22, 2013 7:45 am

Teodosic11 wrote:exrxixxx

Do I have to make this scoreboard???

Image
Image


I have no idea whether you have to make it or not.
User avatar
exrxixxx
Please do not write me PM if you can ask the same in Soreboards thread
 
Posts: 1547
Joined: Sun Nov 18, 2012 10:44 pm

Re: SCOREBOARD- FOX, NBA, ESPN - final versions

Postby Teodosic11 on Fri Mar 22, 2013 7:49 am

exrxixxx wrote:
Teodosic11 wrote:exrxixxx

Do I have to make this scoreboard???

Image
Image


I have no idea whether you have to make it or not.


I need to patch that I make...here..

phpBB [video]


It is the ABA league scoreboard
http://www.abaliga.com/
KK Crvena Zvezda Telekom...
User avatar
Teodosic11
 
Posts: 151
Joined: Tue Aug 30, 2011 6:36 pm

Re: SCOREBOARD- FOX, NBA, ESPN - final versions

Postby exrxixxx on Fri Mar 22, 2013 7:59 am

I have no interest in it. Every new scoreboard requires at least 2 full days.

I'd also recommend you to ask for some help how to substitute team names at viewtopic.php?f=149&t=88639
User avatar
exrxixxx
Please do not write me PM if you can ask the same in Soreboards thread
 
Posts: 1547
Joined: Sun Nov 18, 2012 10:44 pm

Re: SCOREBOARD- FOX, NBA, ESPN - final versions

Postby Bliss on Fri Mar 22, 2013 8:01 am

What's your next work exrxixxx?
User avatar
Bliss
 
Posts: 1282
Joined: Mon Dec 13, 2010 9:02 pm
Location: Cainta Rizal, Philippines

Re: SCOREBOARD- FOX, NBA, ESPN - final versions

Postby exrxixxx on Fri Mar 22, 2013 8:17 am

Bliss wrote:What's your next work exrxixxx?


... earlier promissed table for NCAA
User avatar
exrxixxx
Please do not write me PM if you can ask the same in Soreboards thread
 
Posts: 1547
Joined: Sun Nov 18, 2012 10:44 pm

PreviousNext

Return to NBA 2K13 Modding

Who is online

Users browsing this forum: No registered users and 0 guests