Mech Paint Job suggestion: Individual parts.
#1
Posted 01 May 2012 - 02:19 PM
There is a section on the torso that appears black, while the rest of the torso is colored green and grey. The player would select the torso, and essentially replace the black with either green, or grey depending whats suppose to be in that area. Essentially the player is just using the three colors selected to adjust the color placement on the mech, where they feel a color shouldn't be.
#2
Posted 01 May 2012 - 03:47 PM
#3
Posted 01 May 2012 - 04:41 PM
Reference Video best viewed in full screen.
You can ignore the swapping of costume pieces.What I'm getting at is that the player can select a part of the battlemech, and then change its colors according to the three color pallet choosing. For instance say there is a color a player doesn't want on the head. They can select the head, and then the color pallet would pop up again. The player can select from the pallet to replace a color on the head they don't want, or don't like the initial location of without disturbing the rest of the mechs paint scheme.
Edit: Found another video that matches what I was getting at this time based on the Warhammer series.
Reference video II best viewed in full screen
Edited by Evex, 01 May 2012 - 05:11 PM.
#4
Posted 02 May 2012 - 07:35 AM
#5
Posted 02 May 2012 - 08:50 AM
#6
Posted 02 May 2012 - 09:02 AM
As for painting 'Mechs based on separate locations, I don't see why not. I mean, it can't be that hard to code it in...
#7
Posted 02 May 2012 - 09:07 AM
#9
Posted 02 May 2012 - 09:41 AM
Garth Erlam, on 02 May 2012 - 09:07 AM, said:
I would imagine you just implement a method that, by default, paints each area individually, and when a player selects "color scheme" and "all", it just paints all areas that scheme. Drop down boxes would be useful for that, or "click a button" would work well too. I'm only versed in Java, but I can formulate an idea of how to implement this sort of thing without too many problems.
It also depend on how far your coders are into the project as well. If its something they've 'taken care of' several weeks ago, then there's really no reason to have them go back to it, especially if they're knee-deep in something else right now.
#10
Posted 02 May 2012 - 10:37 AM
Garth Erlam, on 02 May 2012 - 09:07 AM, said:
Or we could go more suffocated perhaps.
type paint #1 = IndivPart LTorso
type paint #4 = IndivPart LArm
type paint #10 = IndivPart CTorsoRear
whatever method is easiest really.
Edited by MaddMaxx, 02 May 2012 - 10:38 AM.
#11
Posted 02 May 2012 - 01:56 PM
You have your main pallet which consists of three colors. This palette is the central control for the mechs color scheme. You select a camo which then places the colors selected according to what the pattern is. During this a sub group of pallets are created for each part, which dictate where the main pallet goes. A player might find that a certain part of the mech doesn't place a color in the proper place, or wants to switch the order the colors are used in that part of the mech.
The player would select this part, which the easiest way would be a drop down menu, or by selecting that part while in the paint area of mechlab. After selection the sub pallet appears with where the colors are placed on the mech, along with the main pallet shown up for color selection. You would then click on a color in the main pallet, and click the color you want it to replace on the sub pallet. By doing this you can touch up that area of the mech without disturbing the rest of the mechs paint scheme.
Edit: see the first reference video for visual presentation, in my last post, of what I mean by main and sub palette.
Edited by Evex, 02 May 2012 - 02:04 PM.
#12
Posted 23 May 2012 - 07:55 AM
I figured out how to make this work to a degree thanks to the mechlab video you guys posted. You just have to use the same mechanic the player uses to select the body part of the mech they want to change weapons/equipment in. Instead of showing weapons and critical slots though, you can show the mechs color placement for that arm, and the players color pallet. The player would then select a color from there pallet, and which color on the selected section they want to change. Here let me give an example.
Paint example
A. mech part selection
B. Image of selected mech part
C. primary color scheme of mech part
D. Players selected pallet.
Lets say in this example I wanted to change the green on top of the AC/20 housing to black. The player would select the black color from their pallet in d, and then click on the first box (green one which represents first color in the scheme). This should change the green on that part of the AC/20 housing to black. Lets also assume that the player wanted to change the black on the lower abdomen to green. They would select the green color from d, and then click the third box in C, black one ( third box represents third color in the scheme.) This would change that section to green.
#14
Posted 23 May 2012 - 04:38 PM
2 user(s) are reading this topic
0 members, 2 guests, 0 anonymous users