Skip to content

Commit

Permalink
Merge pull request #207 from jrconway3/issue-206-mapped-cloth-head-ga…
Browse files Browse the repository at this point in the history
…rments
  • Loading branch information
sanderfrenken authored Nov 1, 2024
2 parents 925ac05 + 91bb89a commit e7749c3
Show file tree
Hide file tree
Showing 603 changed files with 6,965 additions and 3,799 deletions.
96 changes: 11 additions & 85 deletions CREDITS.csv

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions chargen.css
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,9 @@ input[type=button], input[type=reset] {
#previewAnimationsBox {
margin-bottom: -64px;
}
#previewAnimationsBox > * {
vertical-align: top;
}

#customizeChar {
width: 35%;
Expand Down
8,405 changes: 4,841 additions & 3,564 deletions index.html

Large diffs are not rendered by default.

23 changes: 23 additions & 0 deletions palettes/conversions/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
LPC Sprite Palette Conversions
=============================================

This is intended to make it easier to convert palettes from one style to another. This is primarily for converting between LPC Revised and ULPC, but could be used for other things, too.

#### 1. lpc-revised-to-ulpc-body-palettes.json
- Converts default LPC Revised body palette to all ULPC Body + Fur palettes.

#### 2. lpc-revised-to-ulpc-cloth-palettes.json
- Converts the default white color from LPC Revised to ULPC cloth palettes.

#### 3. lpc-revised-to-ulpc-fur-palettes.json
- Converts the default hair color from LPC Revised to ULPC hair + fur palettes.

#### 3. lpc-revised-to-ulpc-hair-palettes.json
- Converts the default hair color from LPC Revised to ULPC hair palettes.

#### 5. lpc-revised-to-ulpc-metal-palettes.json
- Converts the default metal palette from LPC Revised to ULPC metal palettes.

#### 6. ulpc-hood-to-cloth-palettes.json
- Path: spritesheets/hat/hood
- Converts the original brown hood palettes to our standard palette colors; only the lightest "brown" colors are converted, the rest remain the same.
227 changes: 227 additions & 0 deletions palettes/conversions/ulpc-hood-to-cloth-palettes.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,227 @@
{
"brown": [
"#1d131e",
"#1d131e",
"#411E05",
"#4B2B13",
"#62351C",
"#744B30",
"#996B4A"
],
"leather": [
"#2b1c1d",
"#2b1c1d",
"#311210",
"#4B2B13",
"#704325",
"#75502D",
"#9A6F37"
],
"walnut": [
"#1d0f0e",
"#1d0f0e",
"#3e2613",
"#62351c",
"#744b30",
"#996b4a",
"#a17c50"
],
"yellow": [
"#301723",
"#301723",
"#5F2F25",
"#BA5B23",
"#D99431",
"#F3C03F",
"#FFE360"
],
"tan": [
"#3e2613",
"#3e2613",
"#684415",
"#986A20",
"#B78C41",
"#B7996A",
"#CFC587"
],
"orange": [
"#301723",
"#301723",
"#5F1D1B",
"#9C3F23",
"#D75B1A",
"#EF7E19",
"#FFA749"
],
"rose": [
"#1d131e",
"#1d131e",
"#301723",
"#562323",
"#77372B",
"#8A3D28",
"#B05F3C"
],
"maroon": [
"#1d131e",
"#1d131e",
"#400B1F",
"#551C22",
"#682121",
"#832121",
"#AE424A"
],
"red": [
"#1d131e",
"#1d131e",
"#400B1F",
"#651117",
"#82171C",
"#AB1E1E",
"#CD2429"
],
"pink": [
"#1d131e",
"#1d131e",
"#54242E",
"#6C3536",
"#AE424A",
"#C36072",
"#E08080"
],
"lavender": [
"#13112d",
"#13112d",
"#2B225A",
"#402E82",
"#7141B2",
"#A966DD",
"#D085ED"
],
"purple": [
"#180716",
"#180716",
"#13112D",
"#261044",
"#411357",
"#621E78",
"#813089"
],
"blue": [
"#180716",
"#180716",
"#281E41",
"#322D6A",
"#3C49AD",
"#466AC9",
"#61A0EF"
],
"navy": [
"#180716",
"#180716",
"#20102B",
"#281E41",
"#322D6A",
"#3C49AD",
"#466AC9"
],
"teal": [
"#180716",
"#180716",
"#1B2B47",
"#0E4E72",
"#156C99",
"#0098B2",
"#00CFDF"
],
"bluegray": [
"#11150b",
"#11150b",
"#0B2B28",
"#2E403A",
"#315B49",
"#557E85",
"#79979D"
],
"forest": [
"#09131d",
"#09131d",
"#07391D",
"#0B1F25",
"#0B2B28",
"#134507",
"#1B5502"
],
"green": [
"#101820",
"#101820",
"#192832",
"#0B5C2F",
"#214437",
"#2F8136",
"#64A42C"
],
"white": [
"#281820",
"#281820",
"#4D4A5D",
"#958080",
"#C4B59F",
"#E5E6C7",
"#FFFFFF"
],
"sky": [
"#1a0d18",
"#1a0d18",
"#313148",
"#586B90",
"#9FBBCB",
"#C6EEFD",
"#FFFFFF"
],
"slate": [
"#1d131e",
"#1d131e",
"#31313E",
"#4A5057",
"#818B8B",
"#B3AFA1",
"#E5E6C7"
],
"gray": [
"#0e0e18",
"#0e0e18",
"#201E2B",
"#373340",
"#585561",
"#797580",
"#A2A0A4"
],
"black": [
"#000000",
"#000000",
"#101414",
"#1C2222",
"#22282A",
"#2A3034",
"#4A5057"
],
"charcoal": [
"#000000",
"#000000",
"#130D14",
"#1C2222",
"#2A3034",
"#4A5057",
"#6E7675"
],
"source": [
"#2b1c1d",
"#2b1c1d",
"#3e2613",
"#62351c",
"#744b30",
"#996b4a",
"#a17c50"
]
}
26 changes: 18 additions & 8 deletions palettes/custom/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,23 @@ Custom Palettes are for specific assets that may have one or more unique colors.
- Path: spritesheets/facial/patches/eyepath
- Just a variation of the "cloth" palettes but including the original base palette from the original eyepatch sprites.

#### 5. ulpc-eyepatch-small-palettes.json
- Path: spritesheets/facial/patches/small
- Just a variation of the "cloth" palettes but including the original base palette from the original "patch" sprite, which I renamed into "small eyepatch".
#### 5. ulpc-bandana-palettes.json
- Path: spritesheets/hat/bandana
- Path: spritesheets/hat/bandana2
- Just a variation of the "cloth" palettes but including the original base bandana sprite palette (red, grey, white).

#### 6. ulpc-crown-palettes.json
- Path: spritesheets/hat/crown
- Just a variation of the "cloth" palettes but including the original base crown sprite palettes ().

#### 7. lpc-revised-to-ulpc-cloth-palettes.json
- Path: spritesheets/facial/earrings
- Combines cloth and metal palettes while also keeping the original gold-ish color palette from the original earring sprites.
#### 7. ulpc-hood-palettes.json
- Path: spritesheets/hat/hood
- Converts one of the hood palettes to each other between all 13 core colors, not including the partial translucent colors.

#### 8. lpc-revised-to-ulpc-cloth-palettes.json
- Converts the default white color from LPC Revised to ULPC cloth palettes.
#### 8. ulpc-hijab-palettes.json
- Path: spritesheets/hat/cloth/hijab
- Just a variation of the "cloth" palettes but including the original base palette from hijab.

#### 9. ulpc-eyepatch-small-palettes.json
- Path: spritesheets/facial/patches/small
- Just a variation of the "cloth" palettes but including the original base palette from the original "patch" sprite, which I renamed into "small eyepatch".
Loading

0 comments on commit e7749c3

Please sign in to comment.