D2 Basketball Mod- Question

Re: D2 Basketball Mod- Question

Postby adamj95 » Sat Feb 15, 2025 3:49 pm

jlemmen43 wrote:What format is your color coded in? The format should be in "Long", not HEX


I have it in decimal format, could you point me in the direction of how to get "Long" color formats?
adamj95
Junior Member
 
Posts: 145
Joined: Mon Mar 06, 2017 1:49 pm

Re: D2 Basketball Mod- Question

Postby jlemmen43 » Sat Feb 15, 2025 10:17 pm

Yes....

First convert your format into RGB format...you'll end up with 3 values ...then use the formula below and you'll have the correct Long Format...

To convert RGB values to a long integer, use the formula: (Blue * 65536) + (Green * 256) + Red; where Red, Green, and Blue are the individual color values between 0 and 255.

I use a spreadsheet to make the process quick...and there are plenty of websites that will convert decimal to RGB for multiple entries.
User avatar
jlemmen43
Senior Member
 
Posts: 588
Joined: Wed May 02, 2007 8:01 pm
Location: Boise, ID

Re: D2 Basketball Mod- Question

Postby adamj95 » Sat Feb 22, 2025 9:14 am

I've got a formula on excel but it's a bit tedious to do one by one especially since I already did the colors the first time around :( This is going to take a while.
adamj95
Junior Member
 
Posts: 145
Joined: Mon Mar 06, 2017 1:49 pm

Re: D2 Basketball Mod- Question

Postby jlemmen43 » Sat Feb 22, 2025 4:21 pm

adamj95 wrote:I've got a formula on excel but it's a bit tedious to do one by one especially since I already did the colors the first time around :( This is going to take a while.



https://convertingcolors.com/mass-conversion.html

This is a good website to use...Just post all your HEX/Decimal Codes in the Source Values box.

Then you'll get the 3 RGB Values. Copy those and past into EXCEL. Then use formula -

=((B * 65536) + (G * 256) + R)

or

=((C1 * 65536) + (B1 * 256) + A1)

You'll have the "long" format you need. I have fictional leagues and I had to do this. It's pretty quick for me now, but was hard to figure out when I first began.
User avatar
jlemmen43
Senior Member
 
Posts: 588
Joined: Wed May 02, 2007 8:01 pm
Location: Boise, ID

Re: D2 Basketball Mod- Question

Postby jlemmen43 » Thu Mar 06, 2025 8:25 pm

I just want to let you know that Gary did not make the Old Flat Classic Gameplay style for this year's College Game. It's only for the Pro. You can request it for college '26 if you'd like, but unfortunately this year it ain't gonna happen. Sorry if that affects your mod.
User avatar
jlemmen43
Senior Member
 
Posts: 588
Joined: Wed May 02, 2007 8:01 pm
Location: Boise, ID

Re: D2 Basketball Mod- Question

Postby jlemmen43 » Fri Mar 07, 2025 10:20 pm

jlemmen43 wrote:
adamj95 wrote:I've got a formula on excel but it's a bit tedious to do one by one especially since I already did the colors the first time around :( This is going to take a while.



https://convertingcolors.com/mass-conversion.html

This is a good website to use...Just post all your HEX/Decimal Codes in the Source Values box.

Then you'll get the 3 RGB Values. Copy those and past into EXCEL. Then use formula -

=((B * 65536) + (G * 256) + R)

or

=((C1 * 65536) + (B1 * 256) + A1)

You'll have the "long" format you need. I have fictional leagues and I had to do this. It's pretty quick for me now, but was hard to figure out when I first began.


This is a much better site to convert - (the other one limits you to 10 at a time) -

https://www.zonums.com/online/color_converter/
User avatar
jlemmen43
Senior Member
 
Posts: 588
Joined: Wed May 02, 2007 8:01 pm
Location: Boise, ID

Previous

Return to DDS: College Basketball 2023-25 Mods

Who is online

Users browsing this forum: No registered users and 4 guests