Categories
Projects

DataChef

DataChef is an open source answer to tools like FME, powered by latest Java.

  • Use flow charts to design data processing logic and export your created pipelines into variety of languages or tools.
  • Use a variety of data sources, including text files (txt, json, yaml, xml… ), tables (csv and xlsx), REST APIs, databases or images
  • Handle all of your logic in one place, without the need to remember all flavors of the specific environment and multiple scripting languages.

Follow the development or get the latest release at:

https://gitgud.io/YourLocalDrugDealer/datachef

Categories
News Projects

HROT modding tools

HROT is an indie Quake like shooter in early access. It uses a proprietary engine written in Pascal. This means it has no modding support yet,
however, HROT uses the same archive format (.pak) as Quake.
Thanks to this it is possible to replace the game’s already existing resources (sounds, models, textures). Some .pak extractors and repackers already exist.

There is still a problem with the game’s code which causes the game to crash on launch when data file size differs from the release version.
I wrote a patching utility to update this number so nothing prevents resource replacement mods from working.
You can simply extract the game files, overwrite them and repack them. Then the game launcher is patched to prevent the crash.

This patcher probably won’t be needed for long but, the custom archive support still has yet to arrive.
It also works on the Demo version.

Download link:
Mega.nz

My toolset uses Joshua Kelly’s extractor:
Steam forum
Github

Categories
Projects

C-Style Beautifier

Simple beautifier script for C like languages (C, C++, Java, ACS, JS, GML). Supports {} blocks, if-else and switch-case.

Categories
Projects

ZScript/Decorate beautifier

Simple decorate formatting script made in JS. It is almost fully ZScript compatible(except switch-case statements).

Please remove comments before using.