Poll

Would you like to see this implemented?

Yes
325 (95.6%)
No
15 (4.4%)

Total Members Voted: 338

Author Topic: Dynamically colored armors (using banner backside color)  (Read 15060 times)

0 Members and 3 Guests are viewing this topic.

Offline zagibu

  • cRPG President
  • King
  • **********
  • Renown: 1436
  • Infamy: 228
  • cRPG Player A Gentleman and a Scholar
    • View Profile
Re: Colored armors
« Reply #60 on: October 20, 2012, 07:21:34 pm »
+3
Can't even imagine how would it be with Sarranid Mail Shirt
Green and black version would be awesome .

I will give it a try, but my experiments with cavalry robe, which also has a pattern on the cloth, were disappointing. The straightforward way I use for the other armors didn't work.

Traditional way is to sell it and buy a red one or buy the loompoints for one.

But yeah. This is a really cool idea as long as I don't loose my black lamellar and white lamellar. I don't want to be limited to one coloured lamellar due to my banner.

This allows for a ton of customization though.

Yep, I guess there would be a new item "Colored Lamellar Vest", and if you wanted +3 of that, you'd have to start looming it again. I don't think the fixed color armors should be removed, though, because, as Khorin said, there might be situations when you don't want the same color as your banner back color.

Uploaded mail shirt and byrnie.
visitors can't see pics , please register or login
 Why am I beswung by sharpe and pointed utensyls?

Offline Iymore

  • Baron
  • ****
  • Renown: 140
  • Infamy: 104
  • cRPG Player
    • View Profile
  • Game nicks: Balamir
Re: Colored armors
« Reply #61 on: October 20, 2012, 07:24:16 pm »
0
So we can choose any colour any time with that "Colored Lamellar Vest" right?

Offline zagibu

  • cRPG President
  • King
  • **********
  • Renown: 1436
  • Infamy: 228
  • cRPG Player A Gentleman and a Scholar
    • View Profile
Re: Colored armors
« Reply #62 on: October 20, 2012, 07:35:44 pm »
+1
Well, you are limited to the back colors of the available banners, but since it's possible to create a custom banner and specify the back color, you can indeed choose any color you want.

These are the back colors from native:
Code: [Select]
      (troop_set_slot, "trp_banner_background_color_array", 0, 0xFF8f4531),
      (troop_set_slot, "trp_banner_background_color_array", 1, 0xFFd9d7d1),
      (troop_set_slot, "trp_banner_background_color_array", 2, 0xFF373736),
      (troop_set_slot, "trp_banner_background_color_array", 3, 0xFFa48b28),
      (troop_set_slot, "trp_banner_background_color_array", 4, 0xFF497735),
      (troop_set_slot, "trp_banner_background_color_array", 5, 0xFF82362d),
      (troop_set_slot, "trp_banner_background_color_array", 6, 0xFF793329),
      (troop_set_slot, "trp_banner_background_color_array", 7, 0xFF262521),
      (troop_set_slot, "trp_banner_background_color_array", 8, 0xFFd9dad1),
      (troop_set_slot, "trp_banner_background_color_array", 9, 0xFF524563),
      (troop_set_slot, "trp_banner_background_color_array", 10, 0xFF91312c),
      (troop_set_slot, "trp_banner_background_color_array", 11, 0xFFafa231),
      (troop_set_slot, "trp_banner_background_color_array", 12, 0xFF706d3c),
      (troop_set_slot, "trp_banner_background_color_array", 13, 0xFFd6d3ce),
      (troop_set_slot, "trp_banner_background_color_array", 14, 0xFF521c08),
      (troop_set_slot, "trp_banner_background_color_array", 15, 0xFF394584),
      (troop_set_slot, "trp_banner_background_color_array", 16, 0xFF42662e),
      (troop_set_slot, "trp_banner_background_color_array", 17, 0xFFdfded6),
      (troop_set_slot, "trp_banner_background_color_array", 18, 0xFF292724),
      (troop_set_slot, "trp_banner_background_color_array", 19, 0xFF58611b),
      (troop_set_slot, "trp_banner_background_color_array", 20, 0xFF313a67),
      (troop_set_slot, "trp_banner_background_color_array", 21, 0xFF9c924a),
  (troop_set_slot, "trp_banner_background_color_array", 22, 0xFF998b39),
  (troop_set_slot, "trp_banner_background_color_array", 23, 0xFF365168),
      (troop_set_slot, "trp_banner_background_color_array", 24, 0xFFd6d3ce),
      (troop_set_slot, "trp_banner_background_color_array", 25, 0xFF94a642),
      (troop_set_slot, "trp_banner_background_color_array", 26, 0xFF944131),
      (troop_set_slot, "trp_banner_background_color_array", 27, 0xFF893b34),
      (troop_set_slot, "trp_banner_background_color_array", 28, 0xFF425510),
      (troop_set_slot, "trp_banner_background_color_array", 29, 0xFF94452e),
      (troop_set_slot, "trp_banner_background_color_array", 30, 0xFF475a94),
      (troop_set_slot, "trp_banner_background_color_array", 31, 0xFFd1b231),
      (troop_set_slot, "trp_banner_background_color_array", 32, 0xFFe1e2df),
  (troop_set_slot, "trp_banner_background_color_array", 33, 0xFF997c1e),
      (troop_set_slot, "trp_banner_background_color_array", 34, 0xFFc6b74d),
  (troop_set_slot, "trp_banner_background_color_array", 35, 0xFFad9a18),
      (troop_set_slot, "trp_banner_background_color_array", 36, 0xFF212421),
  (troop_set_slot, "trp_banner_background_color_array", 37, 0xFF8c2021),
      (troop_set_slot, "trp_banner_background_color_array", 38, 0xFF4d7136),
  (troop_set_slot, "trp_banner_background_color_array", 39, 0xFF395d84),
      (troop_set_slot, "trp_banner_background_color_array", 40, 0xFF527539),
      (troop_set_slot, "trp_banner_background_color_array", 41, 0xFF9c3c39),
      (troop_set_slot, "trp_banner_background_color_array", 42, 0xFF42518c),
      (troop_set_slot, "trp_banner_background_color_array", 43, 0xFFa46a2c),
  (troop_set_slot, "trp_banner_background_color_array", 44, 0xFF9f5141),
      (troop_set_slot, "trp_banner_background_color_array", 45, 0xFF2c6189),
      (troop_set_slot, "trp_banner_background_color_array", 46, 0xFF556421),
      (troop_set_slot, "trp_banner_background_color_array", 47, 0xFF9d621e),
      (troop_set_slot, "trp_banner_background_color_array", 48, 0xFFdeded6),
      (troop_set_slot, "trp_banner_background_color_array", 49, 0xFF6e4891),
      (troop_set_slot, "trp_banner_background_color_array", 50, 0xFF865a29),
      (troop_set_slot, "trp_banner_background_color_array", 51, 0xFFdedfd9),
      (troop_set_slot, "trp_banner_background_color_array", 52, 0xFF524273),
      (troop_set_slot, "trp_banner_background_color_array", 53, 0xFF8c3821),
  (troop_set_slot, "trp_banner_background_color_array", 54, 0xFFd1cec6),
      (troop_set_slot, "trp_banner_background_color_array", 55, 0xFF313031),
      (troop_set_slot, "trp_banner_background_color_array", 56, 0xFF47620d),
  (troop_set_slot, "trp_banner_background_color_array", 57, 0xFF6b4139),
      (troop_set_slot, "trp_banner_background_color_array", 58, 0xFFd6d7d6),
      (troop_set_slot, "trp_banner_background_color_array", 59, 0xFF2e2f2c),
      (troop_set_slot, "trp_banner_background_color_array", 60, 0xFF604283),
      (troop_set_slot, "trp_banner_background_color_array", 61, 0xFF395584),
      (troop_set_slot, "trp_banner_background_color_array", 62, 0xFF313031),
      (troop_set_slot, "trp_banner_background_color_array", 63, 0xFF7e3f2e),
      (troop_set_slot, "trp_banner_background_color_array", 64, 0xFF343434),
      (troop_set_slot, "trp_banner_background_color_array", 65, 0xFF3c496b),
      (troop_set_slot, "trp_banner_background_color_array", 66, 0xFFd9d8d1),
      (troop_set_slot, "trp_banner_background_color_array", 67, 0xFF99823c),
      (troop_set_slot, "trp_banner_background_color_array", 68, 0xFF9f822e),
      (troop_set_slot, "trp_banner_background_color_array", 69, 0xFF393839),
      (troop_set_slot, "trp_banner_background_color_array", 70, 0xFFa54931),
      (troop_set_slot, "trp_banner_background_color_array", 71, 0xFFdfdcd6),
      (troop_set_slot, "trp_banner_background_color_array", 72, 0xFF9f4a36),
      (troop_set_slot, "trp_banner_background_color_array", 73, 0xFF8c7521),
      (troop_set_slot, "trp_banner_background_color_array", 74, 0xFF9f4631),
      (troop_set_slot, "trp_banner_background_color_array", 75, 0xFF793324),
      (troop_set_slot, "trp_banner_background_color_array", 76, 0xFF395076),
      (troop_set_slot, "trp_banner_background_color_array", 77, 0xFF2c2b2c),
      (troop_set_slot, "trp_banner_background_color_array", 78, 0xFF657121),
      (troop_set_slot, "trp_banner_background_color_array", 79, 0xFF7e3121),
      (troop_set_slot, "trp_banner_background_color_array", 80, 0xFF76512e),
      (troop_set_slot, "trp_banner_background_color_array", 81, 0xFFe7e3de),
      (troop_set_slot, "trp_banner_background_color_array", 82, 0xFF947921),
      (troop_set_slot, "trp_banner_background_color_array", 83, 0xFF4d7b7c),
      (troop_set_slot, "trp_banner_background_color_array", 84, 0xFF343331),
      (troop_set_slot, "trp_banner_background_color_array", 85, 0xFFa74d36),
      (troop_set_slot, "trp_banner_background_color_array", 86, 0xFFe7e3de),
      (troop_set_slot, "trp_banner_background_color_array", 87, 0xFFd6d8ce),
      (troop_set_slot, "trp_banner_background_color_array", 88, 0xFF3e4d67),
      (troop_set_slot, "trp_banner_background_color_array", 89, 0xFF9f842e),
      (troop_set_slot, "trp_banner_background_color_array", 90, 0xFF4d6994),
      (troop_set_slot, "trp_banner_background_color_array", 91, 0xFF4a6118),
      (troop_set_slot, "trp_banner_background_color_array", 92, 0xFF943c29),
      (troop_set_slot, "trp_banner_background_color_array", 93, 0xFF394479),
      (troop_set_slot, "trp_banner_background_color_array", 94, 0xFF343331),
      (troop_set_slot, "trp_banner_background_color_array", 95, 0xFF3f4d5d),
      (troop_set_slot, "trp_banner_background_color_array", 96, 0xFF4a6489),
      (troop_set_slot, "trp_banner_background_color_array", 97, 0xFF313031),
      (troop_set_slot, "trp_banner_background_color_array", 98, 0xFFd6d7ce),
      (troop_set_slot, "trp_banner_background_color_array", 99, 0xFFc69e00),
      (troop_set_slot, "trp_banner_background_color_array", 100, 0xFF638e52),
      (troop_set_slot, "trp_banner_background_color_array", 101, 0xFFdcdbd3),
      (troop_set_slot, "trp_banner_background_color_array", 102, 0xFFdbdcd3),
      (troop_set_slot, "trp_banner_background_color_array", 103, 0xFF843831),
      (troop_set_slot, "trp_banner_background_color_array", 104, 0xFFcecfc6),
  (troop_set_slot, "trp_banner_background_color_array", 105, 0xFFc39d31),
  (troop_set_slot, "trp_banner_background_color_array", 106, 0xFFcbb670),
  (troop_set_slot, "trp_banner_background_color_array", 107, 0xFF394a18),
  (troop_set_slot, "trp_banner_background_color_array", 108, 0xFF372708),
  (troop_set_slot, "trp_banner_background_color_array", 109, 0xFF9a6810),
  (troop_set_slot, "trp_banner_background_color_array", 110, 0xFFb27910),
  (troop_set_slot, "trp_banner_background_color_array", 111, 0xFF8c8621),
  (troop_set_slot, "trp_banner_background_color_array", 112, 0xFF975a03),
  (troop_set_slot, "trp_banner_background_color_array", 113, 0xFF2c2924),
  (troop_set_slot, "trp_banner_background_color_array", 114, 0xFFaa962c),
  (troop_set_slot, "trp_banner_background_color_array", 115, 0xFFa2822e),
  (troop_set_slot, "trp_banner_background_color_array", 116, 0xFF7b8a8c),
  (troop_set_slot, "trp_banner_background_color_array", 117, 0xFF3c0908),
      (troop_set_slot, "trp_banner_background_color_array", 118, 0xFFFF00FF),
      (troop_set_slot, "trp_banner_background_color_array", 119, 0xFF671e14),
      (troop_set_slot, "trp_banner_background_color_array", 120, 0xFF103042),
      (troop_set_slot, "trp_banner_background_color_array", 121, 0xFF4a4500),
      (troop_set_slot, "trp_banner_background_color_array", 122, 0xFF703324),
  (troop_set_slot, "trp_banner_background_color_array", 123, 0xFF24293c),
  (troop_set_slot, "trp_banner_background_color_array", 124, 0xFF5d6966),
  (troop_set_slot, "trp_banner_background_color_array", 125, 0xFFbd9631),
  (troop_set_slot, "trp_banner_background_color_array", 126, 0xFFc6b26b),
  (troop_set_slot, "trp_banner_background_color_array", 127, 0xFF394918),

      #Default banners
      (troop_set_slot, "trp_banner_background_color_array", 128, 0xFF212221),
      (troop_set_slot, "trp_banner_background_color_array", 129, 0xFF212221),
      (troop_set_slot, "trp_banner_background_color_array", 130, 0xFF2E3B10),
      (troop_set_slot, "trp_banner_background_color_array", 131, 0xFF425D7B),
      (troop_set_slot, "trp_banner_background_color_array", 132, 0xFF394608),

The last six digits are red, green, blue in hexadecimal, if you wanna try some in a paint program.
visitors can't see pics , please register or login
 Why am I beswung by sharpe and pointed utensyls?

Offline HarunYahya

  • Marshall
  • ********
  • Renown: 965
  • Infamy: 309
  • cRPG Player
  • Proud Abdulla wielder
    • View Profile
  • Faction: BashiBazouks
  • Game nicks: HarunYahya,HarunShootya,Inan
  • IRC nick: HarunYahya
Re: Colored armors
« Reply #63 on: October 20, 2012, 07:43:07 pm »
0
I will give it a try, but my experiments with cavalry robe, which also has a pattern on the cloth, were disappointing. The straightforward way I use for the other armors didn't work.
Thanks man , Allah will help you for making good looking mujahideens for him  :lol:
Can i see how fail it was on cavalry robe ?

I hope Devs will care to look at this thread and implement it , because this is a great idea !

Offline zagibu

  • cRPG President
  • King
  • **********
  • Renown: 1436
  • Infamy: 228
  • cRPG Player A Gentleman and a Scholar
    • View Profile
Re: Colored armors
« Reply #64 on: October 20, 2012, 08:12:46 pm »
+1
Thanks man , Allah will help you for making good looking mujahideens for him  :lol:
Can i see how fail it was on cavalry robe ?

I hope Devs will care to look at this thread and implement it , because this is a great idea !

Here it is:
visitors can't see pics , please register or login


The main problem with it is that the cloth itself doesn't have much structure besides the pattern, which produces a rather dull blending result. There are several things I could try, though, e.g. masking the pattern, so that it stays at a fixed color and has better contrast, or I could try to paint some structure into the cloth myself. Both things are quite a bit of work, and I will tackle them only after I've done the easy things.
visitors can't see pics , please register or login
 Why am I beswung by sharpe and pointed utensyls?

Offline zagibu

  • cRPG President
  • King
  • **********
  • Renown: 1436
  • Infamy: 228
  • cRPG Player A Gentleman and a Scholar
    • View Profile
Re: Colored armors
« Reply #65 on: October 20, 2012, 10:06:58 pm »
+2
Uploaded Sarranid Elite Armor.
visitors can't see pics , please register or login
 Why am I beswung by sharpe and pointed utensyls?

Offline Moncho

  • King
  • **********
  • Renown: 1127
  • Infamy: 221
  • cRPG Player Sir Black Bishop A Gentleman and a Scholar
    • View Profile
  • Game nicks: Moncho, Some_Random_STF, Some_Random_Troll
Re: Colored armors
« Reply #66 on: October 20, 2012, 10:14:12 pm »
0
Would there be any way to get those in game without a patch?
I fell in love with the byrnie. (all the others are great, but I just love the byrnie especially)

Offline zagibu

  • cRPG President
  • King
  • **********
  • Renown: 1436
  • Infamy: 228
  • cRPG Player A Gentleman and a Scholar
    • View Profile
Re: Colored armors
« Reply #67 on: October 20, 2012, 10:20:29 pm »
+1
Unfortunately not, because the scripts have to be modified. But if it's a special color you like, just open the Mount&Blade Warband\Textures\byrnie_a.dds in Paint.NET, select the colored areas with the lasso tool, then go to Adjustments->Hue/Saturation and play around with the sliders until you get the color you want, then overwrite it.
visitors can't see pics , please register or login
 Why am I beswung by sharpe and pointed utensyls?

Offline HarunYahya

  • Marshall
  • ********
  • Renown: 965
  • Infamy: 309
  • cRPG Player
  • Proud Abdulla wielder
    • View Profile
  • Faction: BashiBazouks
  • Game nicks: HarunYahya,HarunShootya,Inan
  • IRC nick: HarunYahya
Re: Colored armors
« Reply #68 on: October 20, 2012, 11:59:52 pm »
+1
Here it is:
visitors can't see pics , please register or login


The main problem with it is that the cloth itself doesn't have much structure besides the pattern, which produces a rather dull blending result. There are several things I could try, though, e.g. masking the pattern, so that it stays at a fixed color and has better contrast, or I could try to paint some structure into the cloth myself. Both things are quite a bit of work, and I will tackle them only after I've done the easy things.
Hmmmm i c , yeah it looks shit derp.
Anyway im sure black sarranid mail shirt would be win.
I hope flowers and other patterns will remain being red tho :D

Offline zagibu

  • cRPG President
  • King
  • **********
  • Renown: 1436
  • Infamy: 228
  • cRPG Player A Gentleman and a Scholar
    • View Profile
Re: Colored armors
« Reply #69 on: October 21, 2012, 10:08:25 pm »
+4
Uploaded Kaftan.
visitors can't see pics , please register or login
 Why am I beswung by sharpe and pointed utensyls?

Offline Knitler

  • Earl
  • ******
  • Renown: 456
  • Infamy: 91
  • cRPG Player Sir Black Knight A Gentleman and a Scholar
  • Worlds Cutest Dictator
    • View Profile
Re: Colored armors
« Reply #70 on: October 21, 2012, 11:35:19 pm »
+1
Uploaded Kaftan.

good one, like the white one
(click to show/hide)

Offline Lord_Bernie_of_Voodoo

  • Earl
  • ******
  • Renown: 372
  • Infamy: 46
  • cRPG Player
  • Remove Great Lances 2015
    • View Profile
  • Faction: KUTT
  • Game nicks: Bernie
Re: Colored armors
« Reply #71 on: October 22, 2012, 05:27:54 am »
+1
Those Byrnie's look great! I really like these because they could help alot of people matching their clan's colors/themes, I don't see why they shouldn't be added.

Offline Teeth

  • King
  • **********
  • Renown: 2550
  • Infamy: 1057
  • cRPG Player Sir Black Bishop A Gentleman and a Scholar
    • View Profile
Re: Colored armors
« Reply #72 on: October 22, 2012, 10:38:45 am »
+2
Those Byrnie's look great! I really like these because they could help alot of people matching their clan's colors/themes, I don't see why they shouldn't be added.
Nobody does, now all that is left to do is bump this thread or whine on IRC for about 4 more months.

Offline zagibu

  • cRPG President
  • King
  • **********
  • Renown: 1436
  • Infamy: 228
  • cRPG Player A Gentleman and a Scholar
    • View Profile
Re: Colored armors
« Reply #73 on: October 22, 2012, 12:15:56 pm »
+2
Added padded cloth.
visitors can't see pics , please register or login
 Why am I beswung by sharpe and pointed utensyls?

Offline zagibu

  • cRPG President
  • King
  • **********
  • Renown: 1436
  • Infamy: 228
  • cRPG Player A Gentleman and a Scholar
    • View Profile
Re: Colored armors
« Reply #74 on: October 22, 2012, 04:03:42 pm »
+9
I have spoken to chadz today in IRC, and chances seem to be good that it will be included.
visitors can't see pics , please register or login
 Why am I beswung by sharpe and pointed utensyls?