Skip to content

Commit

Permalink
Merge branch 'I-am-Erk:master' into tower-maps
Browse files Browse the repository at this point in the history
  • Loading branch information
gettingusedto authored Jan 10, 2025
2 parents 142ab08 + 19ab3e7 commit bee0f2c
Show file tree
Hide file tree
Showing 128 changed files with 34 additions and 5 deletions.
12 changes: 12 additions & 0 deletions doc/tools/common_tools.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,18 @@ Please refer [main CDDA documentation](https://github.com/CleverRaven/Cataclysm-

// TODO: Add some info about slice_variants.py

### ultica_build_flags.py

This script uses GIMP to take in flag-like textures in `scratch\UltimateCataclysm\items\flags` and create contextual versions of those same flags, specifically:
- "postup", a drooped version for hanging flags on walls
- "hoisted", a waving version for hanging flags on flagpoles
- "", a crumpled version for a dropped flag variant item

To run, install GIMP, put flag textures in the above directory (along with an `output` folder), and run ultica_build_flags.cmd
Flag textures should be offset by 2x5 and have a size of 28x18 to appear correctly
Outputted flags must be moved manually to the appropriate `gfx` directory
If script runtime is too slow, move unneeded flags from `scratch` folder

### unslice_multitile.py

// TODO: Add some info about unslice_multitile.py
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"id": "mon_feral_dwarf_axe",
"fg": [
{ "weight": 1, "sprite": "mon_feral_dwarf_axe_0" },
{ "weight": 1, "sprite": "mon_feral_dwarf_axe_1" },
{ "weight": 1, "sprite": "mon_feral_dwarf_axe_2" }
],
"bg": [],
"rotates": false
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"id": "mon_feral_elf_pipe",
"fg": [
{ "weight": 1, "sprite": "mon_feral_elf_pipe_0" },
{ "weight": 1, "sprite": "mon_feral_elf_pipe_1" },
{ "weight": 1, "sprite": "mon_feral_elf_pipe_2" }
],
"bg": [],
"rotates": false
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 2 additions & 5 deletions gfx/UltimateCataclysm/layering.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,8 @@
"item_variants": [
{ "item": "american_flag", "layer": 90, "offset_x": 0, "offset_y": 0 },
{ "item": "national_flag", "layer": 90 },
{
"item": "lab_postit_bio",
"sprite": [ { "id": "postit_01", "weight": 1 }, { "id": "postit_02", "weight": 1 }, { "id": "postit_03", "weight": 1 } ],
"layer": 90
},
{ "item": "pride_flag", "layer": 90 },
{ "item": "lab_postit_bio", "sprite": [ { "id": "postit_01", "weight": 1 }, { "id": "postit_02", "weight": 1 }, { "id": "postit_03", "weight": 1 } ], "layer": 90 },
{
"item": "lab_postit_blob",
"sprite": [ { "id": "postit_04", "weight": 1 }, { "id": "postit_05", "weight": 1 }, { "id": "postit_06", "weight": 1 } ],
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit bee0f2c

Please sign in to comment.