DaniJ
Senior Member

Posts: 1740
Registered: 08-03 |
Generally speaking you can't use .box addons without Snowberry. Snowberry addons allow users to construct parametric mods, which the user can configure via the GUI. Without the GUI, you might run into various component compatibility issues which you will have to solve yourself.
Saying that however, you can use the .box version of jDRP without Snowberry. The easiest way to do so is to make use of Doomsday's virtual directory mapping features (these work somewhat similarly to symlinks but at application level).
For example, to have Doomsday load the contents of /usr/foul_owl/doom/addons/jDRP.box as if it were placed in the auto folder, pass the following command to Doomsday:
code:
-vdmap /usr/foul_owl/doom/addons/jDRP.box/required }data/jdoom/auto
-vdmap /usr/foul_owl/doom/addons/jDRP.box }data/jdoom/auto
Note that you can use the same method on any supported platform to map any directory to anywhere else in Doomsday's virtual hierarchy. It is never necessary in modern Doomsday to modify the install directory.
|