Skip to content

soulweaver91/project-carrot-pctc

Repository files navigation

Project Carrot Tileset Converter

An utility program to convert a Jazz Jackrabbit 2 tileset file (.j2t) into the format recognized by Project Carrot.

You can download prebuilt Windows binaries over at the Project Carrot homepage.

Usage

pctc name path\to\Tileset.j2t

You can pick any name you want; the tileset will be built into a folder by that name and levels also look up the tileset by also using that name. If the name is omitted, the filename will be used as the name.

Development

Compiling requires SFML 2.x and Qt 5.x.

Windows

To build with Visual Studio 2015, configure the Qt settings with the MSVS Qt 5 plugin, then set up the macro SFML_DIR in the user property sheets (Microsoft.Cpp.Win32.user and Microsoft.Cpp.x64.user) to point to the location of your SFML installation. If you followed the main repository instructions, you have already done this.

MSVS is not strictly required for building, but you're on your own if you prefer using some other compiler for building on Windows.

Linux

First set up the environment as instructed in the repository for Project Carrot, clone this project to a folder, navigate to it, and:

qmake -spec linux-clang
make release

This will build the executable to Release/PCTilesetConverter.

macOS

Follow the Linux instructions, but use macx-clang as the spec instead.

License

This software is licensed under the MIT License. See the included LICENSE file for the licenses of the third-party libraries used.

About

Project Carrot Tileset Converter

Resources

License

MIT, Unknown licenses found

Licenses found

MIT
LICENSE
Unknown
LICENSE-THIRD-PARTY

Stars

Watchers

Forks

Packages

No packages published