I-am-Erk / CDDA-Tilesets

Master tileset repository for Cataclysm: Dark Days Ahead
Other
317 stars 166 forks source link

[Ultica] new LIXA tiles #2377

Open ShnitzelX2 opened 3 months ago

ShnitzelX2 commented 3 months ago

Summary

new tiles for monsters, terrain, furniture inside LIXA's device floor and the unfolded space

Content of the change

Testing

Device Floor, Beginning lixa1

Device Floor, End lixa2

Unfolded Space Recording 2024-05-26 at 23 01 18

Monsters lixa4

Additional information

Feedback is welcome

I couldn't get f_electrical_conduit to work as a multitile while keeping its vertical appearance in the wind turbine, so N/S LIXA device floors aren't as clean

This PR will be accompanied by a main repo PR in the near future

hoasd1 commented 3 months ago

I couldn't get f_electrical_conduit to work as a multitile while keeping its vertical appearance in the wind turbine, so N/S LIXA device floors aren't as clean

Are you sure it can't be solved if you kept the vertical sprite as "Unconnected" type of that multitile?

ShnitzelX2 commented 2 months ago

Sorry for the late reply, but yeah, that was what I tried. IIRC, as a multitile, it kept using the wrong sprite when it had surrounding walls.

Regardless, since f_electrical_conduit seemed to be intended to be vertical (meaning between z-levels), it seemed weird that it was used in LIXA presumably connecting machinery to the tube on one Z-level. Maybe the ground cables from Rubik's would be a better fit, just my two cents.

hoasd1 commented 2 months ago

Sorry for the late reply, but yeah, that was what I tried. IIRC, as a multitile, it kept using the wrong sprite when it had surrounding walls.

Regardless, since f_electrical_conduit seemed to be intended to be vertical (meaning between z-levels), it seemed weird that it was used in LIXA presumably connecting machinery to the tube on one Z-level. Maybe the ground cables from Rubik's would be a better fit, just my two cents.

Oh. so it rotates then , I got a solution but you have to confirm it. 1 - In the ( "additional_tiles": ) code section you will find ( "id": "unconnected" ) 2 - In the ( "fg": "f_electrical_conduit" ) of it change it into ( "fg": [ "f_electrical_conduit", "f_electrical_conduit ] )

ShnitzelX2 commented 2 months ago

Yeah, it worked, thanks! Should be all set, then, and I should be able to get my connect_group main repo PR submitted today as well.

ShnitzelX2 commented 2 months ago

I fixed all of the JSON files, I was using tabs for some reason. Is there a preferred format tool that Ultica uses for future reference?

hoasd1 commented 2 months ago

There's this JSON format tool for CDDA https://dev.narc.ro/cataclysm/format.html