Bay 12 Games Forum

Please login or register.

Login with username, password and session length
Advanced search  
Pages: 1 ... 17 18 [19] 20

Author Topic: Dwarf Fortress graphics repositories  (Read 96871 times)

Meph

  • Bay Watcher
    • View Profile
    • worldbicyclist
Re: Dwarf Fortress graphics repositories
« Reply #270 on: January 06, 2018, 10:39:37 am »

Since you collect and update sets, you might want to know that traps can use overrides for each trap type. I haven't seen anyone using it, so here you go, in case you want to add that feature to any set.

Code: [Select]
[OVERRIDE:old-tile:B:TRAP:Trap:1:new-tileset:new-tile] pressure plate
[OVERRIDE:old-tile:B:TRAP:Trap:2:new-tileset:new-tile] cage
[OVERRIDE:old-tile:B:TRAP:Trap:3:new-tileset:new-tile] stonefall
[OVERRIDE:old-tile:B:TRAP:Trap:4:new-tileset:new-tile] weapon

Logged
::: ☼Meph Tileset☼☼Map Tileset☼- 32x graphic sets with TWBT :::
::: ☼MASTERWORK DF☼ - A comprehensive mod pack now on Patreon - 250.000+ downloads and counting :::
::: WorldBicyclist.com - Follow my bike tours around the world - 148 countries visited :::

Meph

  • Bay Watcher
    • View Profile
    • worldbicyclist
Re: Dwarf Fortress graphics repositories
« Reply #272 on: January 06, 2018, 11:34:56 am »

Oh... didn't knew about the levers. That gives 2 more free tiles in the main tileset. :)
Logged
::: ☼Meph Tileset☼☼Map Tileset☼- 32x graphic sets with TWBT :::
::: ☼MASTERWORK DF☼ - A comprehensive mod pack now on Patreon - 250.000+ downloads and counting :::
::: WorldBicyclist.com - Follow my bike tours around the world - 148 countries visited :::

jecowa

  • Bay Watcher
    • View Profile
Re: Dwarf Fortress graphics repositories
« Reply #273 on: January 07, 2018, 04:25:09 am »

Instructions for switching graphics pack to use TWBT:
  • Move onLoad.init to the /raw/ folder.
  • Move the contents of /data/twbt_art/ to /data/art/.
  • Move the contents of /data/twbt_init/ to /data/init/.
  • Move the contents of /raw/twbt_graphics/ to /raw/graphics/.
  • Move the contents of /raw/twbt_objects/ to /raw/objects/.

This is so the TWBT versions can have alpha transparency on the main tilesheet and creatures, and non-TWBT versions can have simplified language files and true black color palettes (for TTF fonts). And also there's some difference in other objects files that might be needed for keeping tiles in different spots for overrides or using TWBT's large color palette feature. And also different print modes.
Logged

jecowa

  • Bay Watcher
    • View Profile
Re: Dwarf Fortress graphics repositories
« Reply #274 on: February 23, 2020, 03:06:54 am »

I'm thinking about moving the onLoad files back into the /raw/ folder. I moved them out as part of separating TWBT stuff from non-TWBT stuff, but now that PyLNP can take the GitHub repo graphics packs and move all the files around to their proper places to enable the TWBT features (except for the onLoad file), and since the onLoad file shouldn't affect anything if it's installed without TWBT (except maybe some errors in the DFHack Terminal), it would probably be nice to have it back in the /raw/ folder so it's in the place it needs to be.

Just curious if anyone has any opinions for or against moving the onLoad_gfx.init file back to the /raw/ folder.
Logged

CLA

  • Bay Watcher
    • View Profile
Re: Dwarf Fortress graphics repositories
« Reply #275 on: February 23, 2020, 05:53:30 am »

I don't know anything about TWBT and PyLNP. What's the difference? As far as I understand, the file needs to be in the /raw/ folder to work correctly, and if it's not there, users have to move it manually. Is that correct?
What about other LNP-like utilities? Do they all work the same?
Logged
CLA - an ASCII-like Graphic Pack with simplified letter-like creature graphics. The simple and clean looks of ASCII with distinct creature graphics - best of both worlds!

http://www.bay12forums.com/smf/index.php?topic=105376.0

jecowa

  • Bay Watcher
    • View Profile
Re: Dwarf Fortress graphics repositories
« Reply #276 on: February 23, 2020, 06:03:52 am »

Yeah, it doesn't do anything unless it's in the /raw/ folder. A lot of the graphics packs include both a TWBT version and a non TWBT version. Those packs are in non-TWBT form until the TWBT parts of those packs are moved into the main parts. (e.g. moving /data/twbt_init/ into /data/init/).

I don't understand the question about LNP-like Utilities? Are there alternatives to PyLNP?
Logged

CLA

  • Bay Watcher
    • View Profile
Re: Dwarf Fortress graphics repositories
« Reply #277 on: February 23, 2020, 03:49:34 pm »

I don't understand the question about LNP-like Utilities? Are there alternatives to PyLNP?
I thought so. Isn't there one for Mac, one for Linux, the original LNP, etc? I'm probably wrong though, I never used these packs.

Those packs are in non-TWBT form until the TWBT parts of those packs are moved into the main parts.
So users will still have to move the other 4 folder contents, even if onLoad.init is placed by the maintainer?
Logged
CLA - an ASCII-like Graphic Pack with simplified letter-like creature graphics. The simple and clean looks of ASCII with distinct creature graphics - best of both worlds!

http://www.bay12forums.com/smf/index.php?topic=105376.0

jecowa

  • Bay Watcher
    • View Profile
Re: Dwarf Fortress graphics repositories
« Reply #278 on: February 24, 2020, 12:27:22 am »

All three packs today use PyLNP, but I just checked out the old MacNewbie launcher made by iXen, and it still works on Mojave and probably Catalina too. It wouldn't be compatible with the separated TWBT components, but it's already not compatible with the reduced raw format used by PyLNP graphics packs.

If the onLoad.init is in a graphics pack's /raw/ folder, PyLNP and MacNewbie will both install it into the proper location. Before PyLNP was able to install the TWBT components itself, LNP maintainers would need to move the TWBT files into the proper folders if they wanted the TWBT version of the graphics pack in their LNP. Anyone wanting to make a pack with one of the predecessors to PyLNP should probably install those themselves if they want the TWBT or maybe include two copies of the same graphics pack if they want both versions.
Logged

CLA

  • Bay Watcher
    • View Profile
Re: Dwarf Fortress graphics repositories
« Reply #279 on: February 24, 2020, 04:46:02 am »

I see, thanks. So, back to the original question then: the proposed change looks good.
Logged
CLA - an ASCII-like Graphic Pack with simplified letter-like creature graphics. The simple and clean looks of ASCII with distinct creature graphics - best of both worlds!

http://www.bay12forums.com/smf/index.php?topic=105376.0

PeridexisErrant

  • Bay Watcher
  • Dai stihó, Hrasht.
    • View Profile
Re: Dwarf Fortress graphics repositories
« Reply #280 on: February 29, 2020, 12:25:19 am »

Sounds good to me too.  Thanks for all your work on this Jecowa <3
Logged
I maintain the DF Starter Pack - over a million downloads and still counting!
 Donations here.

jecowa

  • Bay Watcher
    • View Profile
Re: Dwarf Fortress graphics repositories
« Reply #281 on: April 05, 2020, 02:59:45 am »

I just figured out how to add graphics packs to the repo.
Logged

rmblr

  • Bay Watcher
    • View Profile
Re: Dwarf Fortress graphics repositories
« Reply #282 on: July 30, 2020, 04:14:57 am »

@fricy @PeridexisErrant Could I propose adding a "Colors" repo to the DFGraphics github org?

We could definitely use a single repo containing community colors.

Edit: scratch that, apparently the lnp shared core project has it https://github.com/Lazy-Newb-Pack/LNP-shared-core/tree/master/colors
Logged

FantasticDorf

  • Bay Watcher
    • View Profile
Re: Dwarf Fortress graphics repositories
« Reply #283 on: July 30, 2020, 05:40:00 am »

I thought i already P2W on this, but grim fortress isn't compatible with the new sets and needs some maintenance, mainly in the areas of updating the init from its download links with contempoary tree tiles.

It is very very pretty when it works however, some of my best forts.
Logged

jecowa

  • Bay Watcher
    • View Profile
Re: Dwarf Fortress graphics repositories
« Reply #284 on: December 27, 2022, 01:52:56 pm »

Is there any point in keeping the “ASCII” versions of these graphics packs updated ice they are converted to the new graphics format? I can go back and make a branch or something from an old commit at a later point if it turns out they’re needed, right?
Logged
Pages: 1 ... 17 18 [19] 20