Go Back   Se7enSins Forums > Xbox 360 Gaming > Halo 3 & Halo 3: ODST > Halo 3 Modding > Halo 3 Modding Tutorials

Color a map/film description !

This is a discussion about Color a map/film description ! within the Halo 3 Modding Tutorials section, where you will Read guides on editing and creating your own content for Halo 3; Hi guys. Do you want colors in your Map/Film description ? =) Yes ? So, this tutorial is for you. Enjoy ! An example of a result: It's not really a Green, but a Yellow



Reply
 
LinkBack Thread Tools Display Modes
Old 10-21-2008, 05:31 PM   #1
7S Enthusiast
  
 
CaLL Me ZeNy's Avatar
Smile Color a Map/Film description !

Hi guys. Do you want colors in your Map/Film description ? =)
Yes ? So, this tutorial is for you. Enjoy !

An example of a result:
Click the image to open in full size.
It's not really a Green, but a Yellow greened.

Step 1: Make your file.
Step 2: Extract the file from your Xbox 360.
Step 3: Open it with a Hex Editor.
Step 5: Search and replace your text description by the color code.
(Offset 0000D060)

Example: <color argb=#ff76a1d3>Description</color>

Click the image to open in full size.

Step 6:
Save, Rehash, Resign and upload back to Xbox.
--------------------------------
(Verified) Colors codes:
<color argb=#55FFFFFF>Description</color>
<color argb=#ff76a1d3>Description</color>
<color argb=#FFe8ea1e>Description *Yellow greened* </color>
<color argb=#FFa1b375>Description</color>
<color argb=#FF8692d4>Description</color>
<color argb=#FFb139b5>Description</color>
...

I think the colors possibilities are almost limitless. (Like on a web page with a .css).
All the best !

Quote: Originally Posted by Anthony View Post
- Thanks to Anthony -

The first value seems like it would be the Alpha channel.. It's always 0xFF which is 100%, someone should try making it 50%

((50 / 100) * 255 ) = 127.5
127 = 0x7F

So replace the first with value "FF" with "7F" and see if its 50% transparent
Example: #FFb139b5 to #7Fb139b5 (Description to Description).
--------------------------------
- Don't upload your files with a modded description in a File Share -
Thank you !

Join Now!


Last edited by CaLL Me ZeNy; 10-22-2008 at 01:01 PM.
CaLL Me ZeNy is offline   Reply With Quote
The Following 7 Users Say Thank You to CaLL Me ZeNy For This Useful Post:
dschu012 (10-22-2008), Greynade (08-14-2009), PookaChu (11-07-2008), poopoo (06-17-2009), scopen4 (10-21-2008), Scottay (08-05-2009), WB whitebull (02-21-2009)
Old 10-21-2008, 05:48 PM   #2
Premium Member
  
 
scopen4's Avatar
Re: Color a map/film description !

Dude this will be sweet there are so many colors you can make too bad you cant make each letter a different color But nice.

U need to make a program for this that would be sweet i woulld but im still a beginner in VB and that other stuff.

Last edited by scopen4; 10-21-2008 at 05:48 PM. Reason: Automerged Doublepost
scopen4 is offline   Reply With Quote
Old 10-21-2008, 06:50 PM   #3
7S Enthusiast
  
 
Hackingandmodding's Avatar
Re: Color a map/film description !

Cool Imma try to make a program with it. Oh and scopen4 halo 3 modding programs are created in c# so you should learn that not VB.
Hackingandmodding is offline   Reply With Quote
Old 10-21-2008, 06:55 PM   #4
7S Addict
  
 
unknown v2's Avatar
Re: Color a map/film description !

Quote: Originally Posted by Hackingandmodding View Post
Cool Imma try to make a program with it. Oh and scopen4 halo 3 modding programs are created in c# so you should learn that not VB.
No, VB can make Halo 3 programs too, it's just a different language.
unknown v2 is offline   Reply With Quote
Old 10-21-2008, 07:07 PM   #5
7S Enthusiast
  
 
Hackingandmodding's Avatar
Re: Color a map/film description !

Well its not as good as C#.
Hackingandmodding is offline   Reply With Quote
Old 10-21-2008, 07:08 PM   #6
7S Addict
  
 
unknown v2's Avatar
Re: Color a map/film description !

Quote: Originally Posted by Hackingandmodding View Post
Well its not as good as C#.
Says who? It's all opinion.
unknown v2 is offline   Reply With Quote
The Following User Says Thank You to unknown v2 For This Useful Post:
quic (10-24-2008)
Old 10-21-2008, 07:12 PM   #7
7S Enthusiast
  
 
Hackingandmodding's Avatar
Re: Color a map/film description !

Well your right but I think its a very high opinion because almost every h3app is made in C#.
Hackingandmodding is offline   Reply With Quote
Old 10-21-2008, 08:09 PM   #8
7S Enthusiast
  
 
CaLL Me ZeNy's Avatar
Re: Color a map/film description !

@scopen4: Thanks, but I don't know how to make it... ^^
@Hackingandmodding: Okay, thank you

[Update] New codes added. =)
CaLL Me ZeNy is offline   Reply With Quote
Old 10-21-2008, 08:15 PM   #9
Member
  
 
Holy Ownage's Avatar
Re: Color a map/film description !

Doesn't any colour code work, or are they specifics?
Holy Ownage is offline   Reply With Quote
Old 10-21-2008, 08:19 PM   #10
Junior Member
  
 
going down00's Avatar
Re: Color a map/film description !

Warm Hex Color Codes: Hexadecimal codes for named colors used in HTML page features

theres your colors i doubt you can find a color that is not included. If those even work.....
going down00 is offline   Reply With Quote
Old 10-21-2008, 08:24 PM   #11
7S Enthusiast
  
 
CaLL Me ZeNy's Avatar
Re: Color a map/film description !

It's 50/50.
In Halo 3, the Purple color code is: #FFb139b5
In a Color Palette, it's #b139b5
So apparently, we need to add a "FF" value before the other figures.
I'm not sure but this is how I was found the Purple and the Green.

Last edited by CaLL Me ZeNy; 10-21-2008 at 08:35 PM.
CaLL Me ZeNy is offline   Reply With Quote
Old 10-21-2008, 08:55 PM   #12
Junior Member
  
 
Grimm's Avatar
Re: Color a map/film description !

So... If Bungie were to see this on a fileshare, would you be in trouble?
Grimm is offline   Reply With Quote
Old 10-21-2008, 08:56 PM   #13
Premium Member
  
 
scopen4's Avatar
Re: Color a map/film description !

Well right now my bro is teaching me java and im trying to figure out VB and C# by myself but ill see what happensbut For right now ill stick with VB.

Last edited by scopen4; 10-21-2008 at 09:02 PM.
scopen4 is offline   Reply With Quote
Old 10-21-2008, 09:22 PM   #14
Junior Member
  
 
PookaChu's Avatar
Re: Color a map/film description !

wow nice!! the best progress weve had in a while
PookaChu is offline   Reply With Quote
Old 10-21-2008, 09:24 PM   #15
7S Addict
  
 
unknown v2's Avatar
Re: Color a map/film description !

Quote: Originally Posted by PookaChu View Post
wow nice!! the best progress weve had in a while
That's somewhat saddening.
unknown v2 is offline   Reply With Quote
The Following User Says Thank You to unknown v2 For This Useful Post:
C00LER (07-22-2009)
Old 10-21-2008, 11:21 PM   #16
Member
  
 
Luxurious Meat's Avatar
Re: Color a map/film description !

Quote: Originally Posted by CaLL Me ZeNy View Post
It's 50/50.
In Halo 3, the Purple color code is: #FFb139b5
In a Color Palette, it's #b139b5
So apparently, we need to add a "FF" value before the other figures.
I'm not sure but this is how I was found the Purple and the Green.
That's because all Xbox 360 files are in big endian so it parses that value as a int and does logical AND's and shifts bits to get each component color.
Luxurious Meat is offline   Reply With Quote
Old 10-22-2008, 12:06 AM   #17
7S Enthusiast
  
Re: Color a map/film description !

Quote: Originally Posted by Luxurious Meat View Post
That's because all Xbox 360 files are in big endian so it parses that value as a int and does logical AND's and shifts bits to get each component color.
What??
That has nothing to do with it...


The first value seems like it would be the Alpha channel.. It's always 0xFF which is 100%, someone should try making it 50%

((50 / 100) * 255 ) = 127.5
127 = 0x7F

So replace the first with value "FF" with "7F" and see if its 50% transparent

Also, if this works you should try out some of the other types of values they have.

<map_variant_name/>
<day_of_week/>
<month_name/>
<day/>
<year/>
<time_hms/>
<current-language/>
<gamerzone/>
<build_number/>
<game-mode/>

You can get a lot more from the mainmenus string table

Last edited by Anthony; 10-22-2008 at 12:08 AM.
Anthony is offline   Reply With Quote
Old 10-22-2008, 01:35 AM   #18
7S Enthusiast
  
 
ManBearPig06's Avatar
Re: Color a map/film description !

Why is it yellow in your picture?
ManBearPig06 is offline   Reply With Quote
Old 10-22-2008, 01:50 AM   #19
7S Enthusiast
  
Re: Color a map/film description !

Quote: Originally Posted by ManBearPig06 View Post
Why is it yellow in your picture?
Because he used #ffe8ea1e... C'mon.. use a little intelligence..
Anthony is offline   Reply With Quote
Old 10-22-2008, 04:17 AM   #20
7S Enthusiast
  
 
CaLL Me ZeNy's Avatar
Re: Color a map/film description !

@Anthony: Thanks for informations but I have already tested (On Films only) and those values do not work...

Quote: Originally Posted by Anthony View Post
<map_variant_name/>
<day_of_week/>
<month_name/>
<day/>
<year/>
<time_hms/>
<current-language/>
<gamerzone/>
<build_number/>
<game-mode/>
You still full of others:
<party-leader/>
<party_size/>
<party-joinable/>
<party-leader-info/>
<build_number/>
<version_number/>
<current-progress/>
....

Last edited by CaLL Me ZeNy; 10-22-2008 at 04:33 AM.
CaLL Me ZeNy is offline   Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
The Q & A Guide to Non-Combat Pets... Mast3rModder World of Warcraft 8 02-13-2008 04:20 PM
Simple Modding sniperman23 Halo 2 Modding Tutorials 4 07-11-2007 04:23 PM