osen / openradiant

A Quake III level editor that can be used with any engine
Other
26 stars 4 forks source link

Missing src/private/horde source #8

Open Jose123456 opened 1 year ago

Jose123456 commented 1 year ago

There's no src/private directory. That directory should contain at least horde_load.c which is used for loading files like splash.png and notex.png. By the way, those image files are missing as well. I found them in the Gtkradiant project.

osen commented 1 year ago

Hi there.

The "private" folder is missing from this repo because it contains much of the plugins for an internal lightmap baking tool and exporter; basically replacing some of these (mostly MIT?) licensed ones here.

Since then, I have probably gotten the rights to distribute it from my old place of work but haven't had time to actually fiddle with this older codebase. I am still working away at an FLTK port, to shed some of the weight and dependency on Gtk+2. Hopefully prolonging lifespan of the tool, etc.

Horde is a tool to embed all the images (from a directory tree), and generate a .c (horde_load.c) file containing the data. Almost all of my stuff is open-source, just scattered around. I think the following project contains a version of horde to build:

https://github.com/osen/lre

Apologies, this openradiant project is currently a little bit of a mess and much of the work going forward is on an internal git repo as I am aiming to move more and more away from GitHub.