17.08.2006, 17:43:06
Alot of people can use it, but pd and CNCVK arnt machines, so they will do it as they please. (Though I personaly want it too )
Patching extra functionality into <gamemd.exe>
|
17.08.2006, 17:43:06
Alot of people can use it, but pd and CNCVK arnt machines, so they will do it as they please. (Though I personaly want it too )
17.08.2006, 21:45:58
I try to add 8 new colors in the combo box
some good results
ARM forever - x86 sucks!
17.08.2006, 22:03:23
would be better if you could customize the amount of colors.
that isn't even hard to do. you just have to have two tags for each color, one menu entry and one ingame bind (to a [Colors] color).
17.08.2006, 22:12:22
Yes.
First 8 colors show always. another colors - only if you add entry to [MenuColors] section up to 16 new colors.
ARM forever - x86 sucks!
17.08.2006, 22:45:37
upto 16 NEW colours, is that upto 16 total, or as it sounds, upto 24 total?
also, you'll need to hack PD's costom displayed colour section too. because currently, all your new ones are white.
18.08.2006, 03:33:43
Maybe he just copy-pasted the same colour a few times to test it
18.08.2006, 12:51:25
i'd guess so.
he just has to extend the colors list and move the color bind list (i.e. what menu color entry uses what color ingame). Quote:upto 16 NEW colours, is that upto 16 total, or as it sounds, upto 24 total?Up to 16 new colors. It's white because I fill colors default data with 00FFFFFFh MP0 01 MP1 05 MP2 10 MP3 14 MP4 06 MP5 12 MP6 08 MP7 07 MP8Â Â 00 MP9Â Â 02 MP10 03 MP11 04 MP12 09 MP13 13 MP14 15 MP15 16 So MP8 color - LightGold in game [MenuColors] 0=222,222,222 1=128,128,128 2=... 3=... 4=... 5=... 6=... 7=... 8=255,0,0 Colors will appear only if you add new entry to [MenuColors]. @PD I change your [MenuColors] load code, OK? Also I done code which save MultiEngineer check box state and TechLevel slider position into RA2MD.INI
ARM forever - x86 sucks!
18.08.2006, 15:12:50
(This post was last modified: 18.08.2006, 15:15:03 by Bobingabout.)
1 small thing to point out. the array that "Random colour" AKA "???" points to. does it include any new colours? PD had to write in a hack tag for countries, NewPlayableCountries=.
also, is your list hardcoded to those values of the [Colors] list, and use only PD's new [MenuColours] Section, or is there a way to costomise it? because currently i want to use some that are currently around 26, 27, 28 etc. (this is no big deal, i can always re-order the list.) oh, and starting with 00 and ending with 16? you missed out 11! if it is to remain hardcoded, it should be: MP13 11 MP14 13 MP15 15
18.08.2006, 22:12:17
Quote:(this is no big deal, i can always re-order the list.)It's not very difficult to re-order the list so it's hardcoded Quote:oh, and starting with 00 and ending with 16?However, color 16 exist already: Code: Yellow=38,159,255 ; 16 Pastel yellow black -> LightGold (Orange) white -> LightGrey (White) Code: [MenuColors]
ARM forever - x86 sucks!
19.08.2006, 02:18:10
CnCVK Wrote:so does 11!!!Quote:oh, and starting with 00 and ending with 16?However, color 16 exist already: Code: NeonBlue=185,156,238 ; 11 Violet MP0 01 MP1 05 MP2 10 MP3 14 MP4 06 MP5 12 MP6 08 MP7 07 MP8 00 MP9 02 MP10 03 MP11 04 MP12 09 MP13 11 MP14 13 MP15 15 CnCVK Wrote:It's add new colors: black and white to combo boxi see, but, if you select "???" for Random colour, can 1 of the ones it picks be 1 of the new 8? as i said, to allow "???" for Random country to be able to select 1 of the new ones, PD had to add the NewPlayableCountries= tag.
19.08.2006, 13:53:35
Quote: see, but, if you select "???" for Random colour, can 1 of the ones it picks be 1 of the new 8?I not testing this thing (Now try Quote:as i said, to allow "???" for Random country to be able to select 1 of the new ones, PD had to add the NewPlayableCountries= tag.Not need. I calculate  additional colors number Code: [MenuColors]
ARM forever - x86 sucks!
19.08.2006, 15:37:16
some 1.09 feature:
Code: [WeaponType] if you wonder why this is not in 1.08 already, I sent the 108 exe over to Marshall already
19.08.2006, 16:17:44
I like the colors selected
Forum Rules
(01.06.2011, 05:43:25)kenosis Wrote: Oh damn don't be disgraced again! (25.06.2011, 20:42:59)Nighthawk Wrote: The proverbial bearded omni-bug may be dead, but the containment campaign is still being waged in the desert. |
« Next Oldest | Next Newest »
|