git: 67a94c9eb4b9 - main - games/naev: Update to 0.12.4
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 22 Apr 2025 04:24:18 UTC
The branch main has been updated by acm:
URL: https://cgit.FreeBSD.org/ports/commit/?id=67a94c9eb4b98fdca0e3f404ed91c3158a1ec6d5
commit 67a94c9eb4b98fdca0e3f404ed91c3158a1ec6d5
Author: Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
AuthorDate: 2025-04-22 04:23:27 +0000
Commit: Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
CommitDate: 2025-04-22 04:23:27 +0000
games/naev: Update to 0.12.4
ChangeLoag at: https://github.com/naev/naev/releases/v0.12.4
---
games/naev/Makefile | 4 +-
games/naev/distinfo | 6 +-
games/naev/files/patch-meson.build | 11 +
games/naev/pkg-plist | 1772 ++++++++++++++++++++++++++++++------
4 files changed, 1486 insertions(+), 307 deletions(-)
diff --git a/games/naev/Makefile b/games/naev/Makefile
index 4ecaab9e9f96..241a4d4361f2 100644
--- a/games/naev/Makefile
+++ b/games/naev/Makefile
@@ -1,6 +1,5 @@
PORTNAME= naev
-PORTVERSION= 0.11.5
-PORTREVISION= 1
+PORTVERSION= 0.12.4
DISTVERSIONSUFFIX= -source
CATEGORIES= games
MASTER_SITES= https://github.com/naev/naev/releases/download/v${PORTVERSION}/
@@ -23,6 +22,7 @@ LIB_DEPENDS= libamd.so:math/suitesparse-amd \
libenet.so:net/enet \
libfreetype.so:print/freetype2 \
libglpk.so:math/glpk \
+ libmetis.so:math/metis \
libopenblas.so:math/openblas \
libpcre2-8.so:devel/pcre2 \
libphysfs.so:devel/physfs \
diff --git a/games/naev/distinfo b/games/naev/distinfo
index 739d5dbb3b11..35293b2fe76e 100644
--- a/games/naev/distinfo
+++ b/games/naev/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1728703065
-SHA256 (naev-0.11.5-source.tar.xz) = b17aebb2a070fc2dbd541ce6604ed924e19a1b7ff2759e3511d72253fa10b17a
-SIZE (naev-0.11.5-source.tar.xz) = 453774708
+TIMESTAMP = 1745292307
+SHA256 (naev-0.12.4-source.tar.xz) = be2d2dcb0e230b61841f7ab5004c105425718d23d4816f892bee11b34e04bf61
+SIZE (naev-0.12.4-source.tar.xz) = 466125960
diff --git a/games/naev/files/patch-meson.build b/games/naev/files/patch-meson.build
new file mode 100644
index 000000000000..f00427132b7e
--- /dev/null
+++ b/games/naev/files/patch-meson.build
@@ -0,0 +1,11 @@
+--- meson.build 2025-04-21 20:47:17.549934000 -0700
++++ meson.build 2025-04-21 20:47:37.371972000 -0700
+@@ -293,7 +293,7 @@
+ config_data.set10('HAVE_CBLAS_HYPHEN_OPENBLAS_H', cc.links('#include <cblas-openblas.h>' + cblas_test, dependencies: blas))
+ config_data.set10('HAVE_OPENBLAS_CBLAS_H', cc.links('#include <openblas/cblas.h>' + cblas_test, dependencies: blas))
+ config_data.set10('HAVE_F77BLAS_H', cc.has_header('f77blas.h', dependencies: blas))
+- config_data.set10('HAVE_OPENBLAS_F77BLAS_H', cc.has_header('openblas/f77blas.h', dependencies: blas))
++ config_data.set10('HAVE_OPENBLAS_F77BLAS_H', cc.has_header('f77blas.h', dependencies: blas))
+
+ ### Generated sources
+
diff --git a/games/naev/pkg-plist b/games/naev/pkg-plist
index 42695beb142a..28bdbcf9ce9e 100644
--- a/games/naev/pkg-plist
+++ b/games/naev/pkg-plist
@@ -1,5 +1,4 @@
bin/naev
-share/man/man6/naev.6.gz
share/applications/org.naev.Naev.desktop
%%DOCSDIR%%/LICENSE
%%DOCSDIR%%/Readme.md
@@ -9,6 +8,7 @@ share/icons/hicolor/16x16/apps/org.naev.Naev.png
share/icons/hicolor/256x256/apps/org.naev.Naev.png
share/icons/hicolor/32x32/apps/org.naev.Naev.png
share/icons/hicolor/64x64/apps/org.naev.Naev.png
+share/man/man6/naev.6.gz
share/metainfo/org.naev.Naev.metainfo.xml
%%DATADIR%%/dat/.pre-commit-config.yaml
%%DATADIR%%/dat/AUTHORS
@@ -23,6 +23,7 @@ share/metainfo/org.naev.Naev.metainfo.xml
%%DATADIR%%/dat/ai/baddiepatrol.lua
%%DATADIR%%/dat/ai/baddiepos.lua
%%DATADIR%%/dat/ai/black_lotus.lua
+%%DATADIR%%/dat/ai/capture.lua
%%DATADIR%%/dat/ai/civilian.lua
%%DATADIR%%/dat/ai/collective.lua
%%DATADIR%%/dat/ai/collective_norun.lua
@@ -34,6 +35,7 @@ share/metainfo/org.naev.Naev.metainfo.xml
%%DATADIR%%/dat/ai/core/attack/drone.lua
%%DATADIR%%/dat/ai/core/attack/fighter.lua
%%DATADIR%%/dat/ai/core/attack/generic.lua
+%%DATADIR%%/dat/ai/core/attack/pacifist.lua
%%DATADIR%%/dat/ai/core/attack/util.lua
%%DATADIR%%/dat/ai/core/basic.lua
%%DATADIR%%/dat/ai/core/control/escort.lua
@@ -74,10 +76,10 @@ share/metainfo/org.naev.Naev.metainfo.xml
%%DATADIR%%/dat/ai/guard.lua
%%DATADIR%%/dat/ai/house_of_mirrors.lua
%%DATADIR%%/dat/ai/independent.lua
+%%DATADIR%%/dat/ai/lost.lua
%%DATADIR%%/dat/ai/marauder.lua
%%DATADIR%%/dat/ai/mercenary.lua
%%DATADIR%%/dat/ai/miner.lua
-%%DATADIR%%/dat/ai/noidle.lua
%%DATADIR%%/dat/ai/pers.lua
%%DATADIR%%/dat/ai/pers_patrol.lua
%%DATADIR%%/dat/ai/pers_pirate.lua
@@ -158,6 +160,109 @@ share/metainfo/org.naev.Naev.metainfo.xml
%%DATADIR%%/dat/bkg/stellarwind.lua
%%DATADIR%%/dat/bkg/taiomi.lua
%%DATADIR%%/dat/board.lua
+%%DATADIR%%/dat/collision/ship/admonisher.xml
+%%DATADIR%%/dat/collision/ship/admonisher_empire.xml
+%%DATADIR%%/dat/collision/ship/admonisher_omegaiia.xml
+%%DATADIR%%/dat/collision/ship/admonisher_pirate.xml
+%%DATADIR%%/dat/collision/ship/ancestor.xml
+%%DATADIR%%/dat/collision/ship/ancestor_dvaered.xml
+%%DATADIR%%/dat/collision/ship/ancestor_pirate.xml
+%%DATADIR%%/dat/collision/ship/apparition_corvette.xml
+%%DATADIR%%/dat/collision/ship/apparition_cruiser.xml
+%%DATADIR%%/dat/collision/ship/apparition_fighter.xml
+%%DATADIR%%/dat/collision/ship/apprehension.xml
+%%DATADIR%%/dat/collision/ship/archimedes.xml
+%%DATADIR%%/dat/collision/ship/arsenal_dvaered.xml
+%%DATADIR%%/dat/collision/ship/arx.xml
+%%DATADIR%%/dat/collision/ship/arx_feral.xml
+%%DATADIR%%/dat/collision/ship/bedivere.xml
+%%DATADIR%%/dat/collision/ship/brigand.xml
+%%DATADIR%%/dat/collision/ship/certitude.xml
+%%DATADIR%%/dat/collision/ship/copia.xml
+%%DATADIR%%/dat/collision/ship/dalton.xml
+%%DATADIR%%/dat/collision/ship/dealbreaker.xml
+%%DATADIR%%/dat/collision/ship/diablo.xml
+%%DATADIR%%/dat/collision/ship/divinity.xml
+%%DATADIR%%/dat/collision/ship/dogma.xml
+%%DATADIR%%/dat/collision/ship/drone.xml
+%%DATADIR%%/dat/collision/ship/drone_carrier.xml
+%%DATADIR%%/dat/collision/ship/drone_hyena.xml
+%%DATADIR%%/dat/collision/ship/euler.xml
+%%DATADIR%%/dat/collision/ship/fidelity.xml
+%%DATADIR%%/dat/collision/ship/gauss.xml
+%%DATADIR%%/dat/collision/ship/gawain.xml
+%%DATADIR%%/dat/collision/ship/gawain_xy37.xml
+%%DATADIR%%/dat/collision/ship/goddard.xml
+%%DATADIR%%/dat/collision/ship/goddard_dvaered.xml
+%%DATADIR%%/dat/collision/ship/goddard_merchant.xml
+%%DATADIR%%/dat/collision/ship/hawking.xml
+%%DATADIR%%/dat/collision/ship/hawking_empire.xml
+%%DATADIR%%/dat/collision/ship/hephaestus.xml
+%%DATADIR%%/dat/collision/ship/hippocrates.xml
+%%DATADIR%%/dat/collision/ship/hyena.xml
+%%DATADIR%%/dat/collision/ship/hyena_pirate.xml
+%%DATADIR%%/dat/collision/ship/ingenuity.xml
+%%DATADIR%%/dat/collision/ship/ira.xml
+%%DATADIR%%/dat/collision/ship/kestrel.xml
+%%DATADIR%%/dat/collision/ship/kestrel_pirate.xml
+%%DATADIR%%/dat/collision/ship/koala.xml
+%%DATADIR%%/dat/collision/ship/lancelot.xml
+%%DATADIR%%/dat/collision/ship/lancelot_empire.xml
+%%DATADIR%%/dat/collision/ship/llama.xml
+%%DATADIR%%/dat/collision/ship/llama_voyager.xml
+%%DATADIR%%/dat/collision/ship/mammon_zalek.xml
+%%DATADIR%%/dat/collision/ship/marauder.xml
+%%DATADIR%%/dat/collision/ship/mephisto.xml
+%%DATADIR%%/dat/collision/ship/mule.xml
+%%DATADIR%%/dat/collision/ship/nyx.xml
+%%DATADIR%%/dat/collision/ship/odium.xml
+%%DATADIR%%/dat/collision/ship/odium_feral.xml
+%%DATADIR%%/dat/collision/ship/pacifier.xml
+%%DATADIR%%/dat/collision/ship/pacifier_empire.xml
+%%DATADIR%%/dat/collision/ship/peacemaker.xml
+%%DATADIR%%/dat/collision/ship/perspicacity.xml
+%%DATADIR%%/dat/collision/ship/phalanx.xml
+%%DATADIR%%/dat/collision/ship/phalanx_dvaered.xml
+%%DATADIR%%/dat/collision/ship/phalanx_pirate.xml
+%%DATADIR%%/dat/collision/ship/plowshare.xml
+%%DATADIR%%/dat/collision/ship/preacher.xml
+%%DATADIR%%/dat/collision/ship/providence.xml
+%%DATADIR%%/dat/collision/ship/pythagoras.xml
+%%DATADIR%%/dat/collision/ship/quicksilver.xml
+%%DATADIR%%/dat/collision/ship/rainmaker_empire.xml
+%%DATADIR%%/dat/collision/ship/reaver.xml
+%%DATADIR%%/dat/collision/ship/reaver_feral.xml
+%%DATADIR%%/dat/collision/ship/retribution_dvaered.xml
+%%DATADIR%%/dat/collision/ship/revenant.xml
+%%DATADIR%%/dat/collision/ship/rhino.xml
+%%DATADIR%%/dat/collision/ship/rhino_pirate.xml
+%%DATADIR%%/dat/collision/ship/schroedinger.xml
+%%DATADIR%%/dat/collision/ship/scintillation.xml
+%%DATADIR%%/dat/collision/ship/shaman.xml
+%%DATADIR%%/dat/collision/ship/shark.xml
+%%DATADIR%%/dat/collision/ship/shark_empire.xml
+%%DATADIR%%/dat/collision/ship/shark_pirate.xml
+%%DATADIR%%/dat/collision/ship/shark_pirate_blue.xml
+%%DATADIR%%/dat/collision/ship/sphere.xml
+%%DATADIR%%/dat/collision/ship/starbridge.xml
+%%DATADIR%%/dat/collision/ship/starbridge_pirate.xml
+%%DATADIR%%/dat/collision/ship/sting.xml
+%%DATADIR%%/dat/collision/ship/taciturnity.xml
+%%DATADIR%%/dat/collision/ship/tristan.xml
+%%DATADIR%%/dat/collision/ship/vendetta.xml
+%%DATADIR%%/dat/collision/ship/vendetta_dvaered.xml
+%%DATADIR%%/dat/collision/ship/vendetta_pirate.xml
+%%DATADIR%%/dat/collision/ship/vigilance.xml
+%%DATADIR%%/dat/collision/ship/vigilance_dvaered.xml
+%%DATADIR%%/dat/collision/ship/virtuosity.xml
+%%DATADIR%%/dat/collision/ship/vox.xml
+%%DATADIR%%/dat/collision/ship/watson.xml
+%%DATADIR%%/dat/collision/ship/zalek_drone_bomber.xml
+%%DATADIR%%/dat/collision/ship/zalek_drone_heavy.xml
+%%DATADIR%%/dat/collision/ship/zalek_drone_light.xml
+%%DATADIR%%/dat/collision/ship/zalek_drone_scout.xml
+%%DATADIR%%/dat/collision/ship/zebra.xml
+%%DATADIR%%/dat/collision/ship/zebra_pirate.xml
%%DATADIR%%/dat/comm.lua
%%DATADIR%%/dat/commodities/clay.xml
%%DATADIR%%/dat/commodities/diamond.xml
@@ -194,7 +299,6 @@ share/metainfo/org.naev.Naev.metainfo.xml
%%DATADIR%%/dat/difficulty/default.xml
%%DATADIR%%/dat/difficulty/easy_mode.xml
%%DATADIR%%/dat/difficulty/masochist_mode.xml
-%%DATADIR%%/dat/difficulty/slow_mode.xml
%%DATADIR%%/dat/difficulty/story_mode.xml
%%DATADIR%%/dat/effects/ambush_hunter.xml
%%DATADIR%%/dat/effects/antimatter_taint.xml
@@ -218,6 +322,7 @@ share/metainfo/org.naev.Naev.metainfo.xml
%%DATADIR%%/dat/effects/lua/hypergate_enter.lua
%%DATADIR%%/dat/effects/lua/wormhole_enter.lua
%%DATADIR%%/dat/effects/lua/wormhole_exit.lua
+%%DATADIR%%/dat/effects/onionized.xml
%%DATADIR%%/dat/effects/paralyzing_plasma.xml
%%DATADIR%%/dat/effects/plasma_burn.xml
%%DATADIR%%/dat/effects/plasma_burn_ii.xml
@@ -231,6 +336,7 @@ share/metainfo/org.naev.Naev.metainfo.xml
%%DATADIR%%/dat/effects/wormhole_exit.xml
%%DATADIR%%/dat/events/bioship.lua
%%DATADIR%%/dat/events/cache.lua
+%%DATADIR%%/dat/events/capture.lua
%%DATADIR%%/dat/events/chapter1.lua
%%DATADIR%%/dat/events/cinematic/DvdFLFbattle.lua
%%DATADIR%%/dat/events/derelict.lua
@@ -267,6 +373,7 @@ share/metainfo/org.naev.Naev.metainfo.xml
%%DATADIR%%/dat/events/minerva/spa_propaganda.lua
%%DATADIR%%/dat/events/minerva/station.lua
%%DATADIR%%/dat/events/naev_needs_YOU.lua
+%%DATADIR%%/dat/events/naevpedia.lua
%%DATADIR%%/dat/events/neutral/animaltrouble.lua
%%DATADIR%%/dat/events/neutral/arandon_station.lua
%%DATADIR%%/dat/events/neutral/baron_comm.lua
@@ -279,7 +386,6 @@ share/metainfo/org.naev.Naev.metainfo.xml
%%DATADIR%%/dat/events/neutral/levo_pirates.lua
%%DATADIR%%/dat/events/neutral/levo_pirates_epilogue.lua
%%DATADIR%%/dat/events/neutral/majesteka_stowaways.lua
-%%DATADIR%%/dat/events/neutral/poi.lua
%%DATADIR%%/dat/events/neutral/quai_pirates.lua
%%DATADIR%%/dat/events/neutral/shadow_comm.lua
%%DATADIR%%/dat/events/neutral/shadow_comm2.lua
@@ -323,6 +429,7 @@ share/metainfo/org.naev.Naev.metainfo.xml
%%DATADIR%%/dat/events/npc/wild_ones.lua
%%DATADIR%%/dat/events/npc/zalek.lua
%%DATADIR%%/dat/events/obelisk.lua
+%%DATADIR%%/dat/events/onion/onion02.lua
%%DATADIR%%/dat/events/pers.lua
%%DATADIR%%/dat/events/pers/dvaered.lua
%%DATADIR%%/dat/events/pers/empire.lua
@@ -334,7 +441,8 @@ share/metainfo/org.naev.Naev.metainfo.xml
%%DATADIR%%/dat/events/pers/zalek.lua
%%DATADIR%%/dat/events/pirate/fake_transponder.lua
%%DATADIR%%/dat/events/pirate/shipcheck.lua
-%%DATADIR%%/dat/events/poi.lua
+%%DATADIR%%/dat/events/poi_enter.lua
+%%DATADIR%%/dat/events/poi_generator.lua
%%DATADIR%%/dat/events/proteron/blockade.lua
%%DATADIR%%/dat/events/restricted.lua
%%DATADIR%%/dat/events/settings.lua
@@ -346,16 +454,22 @@ share/metainfo/org.naev.Naev.metainfo.xml
%%DATADIR%%/dat/events/sirius/test_of_alacrity.lua
%%DATADIR%%/dat/events/sirius/test_of_devotion.lua
%%DATADIR%%/dat/events/sirius/test_of_enlightenment.lua
+%%DATADIR%%/dat/events/sirius/test_of_purification.lua
%%DATADIR%%/dat/events/sirius/test_of_renewal.lua
+%%DATADIR%%/dat/events/sol.lua
%%DATADIR%%/dat/events/soromid/ferals.lua
%%DATADIR%%/dat/events/standing.lua
%%DATADIR%%/dat/events/start.lua
%%DATADIR%%/dat/events/taiomi/find.lua
%%DATADIR%%/dat/events/taiomi/intro.lua
%%DATADIR%%/dat/events/taiomi/system.lua
+%%DATADIR%%/dat/events/thurion/intro_wildspace.lua
%%DATADIR%%/dat/events/tutorial/tut_enter.lua
%%DATADIR%%/dat/events/tutorial/tut_land.lua
%%DATADIR%%/dat/events/updater.lua
+%%DATADIR%%/dat/events/wildspace/chaos.lua
+%%DATADIR%%/dat/events/wildspace/intro.lua
+%%DATADIR%%/dat/events/wildspace/intro_npc.lua
%%DATADIR%%/dat/events/wormhole.lua
%%DATADIR%%/dat/events/zalek/sigma13.lua
%%DATADIR%%/dat/factions/black_lotus.xml
@@ -368,6 +482,7 @@ share/metainfo/org.naev.Naev.metainfo.xml
%%DATADIR%%/dat/factions/equip/dvaered.lua
%%DATADIR%%/dat/factions/equip/empire.lua
%%DATADIR%%/dat/factions/equip/generic.lua
+%%DATADIR%%/dat/factions/equip/lost.lua
%%DATADIR%%/dat/factions/equip/marauder.lua
%%DATADIR%%/dat/factions/equip/miner.lua
%%DATADIR%%/dat/factions/equip/pirate.lua
@@ -381,6 +496,7 @@ share/metainfo/org.naev.Naev.metainfo.xml
%%DATADIR%%/dat/factions/frontier.xml
%%DATADIR%%/dat/factions/goddard.xml
%%DATADIR%%/dat/factions/independent.xml
+%%DATADIR%%/dat/factions/lost.xml
%%DATADIR%%/dat/factions/marauder.xml
%%DATADIR%%/dat/factions/mercenary.xml
%%DATADIR%%/dat/factions/miner.xml
@@ -391,29 +507,49 @@ share/metainfo/org.naev.Naev.metainfo.xml
%%DATADIR%%/dat/factions/sirius.xml
%%DATADIR%%/dat/factions/soromid.xml
%%DATADIR%%/dat/factions/spawn/collective.lua
+%%DATADIR%%/dat/factions/spawn/collective/default.lua
%%DATADIR%%/dat/factions/spawn/dvaered.lua
+%%DATADIR%%/dat/factions/spawn/dvaered/default.lua
%%DATADIR%%/dat/factions/spawn/empire.lua
+%%DATADIR%%/dat/factions/spawn/empire/default.lua
%%DATADIR%%/dat/factions/spawn/flf.lua
+%%DATADIR%%/dat/factions/spawn/flf/default.lua
%%DATADIR%%/dat/factions/spawn/frontier.lua
+%%DATADIR%%/dat/factions/spawn/frontier/default.lua
%%DATADIR%%/dat/factions/spawn/goddard.lua
+%%DATADIR%%/dat/factions/spawn/goddard/default.lua
%%DATADIR%%/dat/factions/spawn/independent.lua
+%%DATADIR%%/dat/factions/spawn/independent/default.lua
%%DATADIR%%/dat/factions/spawn/lib/common.lua
%%DATADIR%%/dat/factions/spawn/lib/pirate.lua
+%%DATADIR%%/dat/factions/spawn/lost.lua
+%%DATADIR%%/dat/factions/spawn/lost/default.lua
%%DATADIR%%/dat/factions/spawn/marauder.lua
+%%DATADIR%%/dat/factions/spawn/marauder/default.lua
%%DATADIR%%/dat/factions/spawn/miner.lua
%%DATADIR%%/dat/factions/spawn/pirate.lua
+%%DATADIR%%/dat/factions/spawn/pirate/default.lua
%%DATADIR%%/dat/factions/spawn/pirate_black_lotus.lua
+%%DATADIR%%/dat/factions/spawn/pirate_black_lotus/default.lua
%%DATADIR%%/dat/factions/spawn/pirate_dreamer_clan.lua
%%DATADIR%%/dat/factions/spawn/pirate_raven_clan.lua
+%%DATADIR%%/dat/factions/spawn/pirate_raven_clan/default.lua
%%DATADIR%%/dat/factions/spawn/pirate_wild_ones.lua
+%%DATADIR%%/dat/factions/spawn/pirate_wild_ones/default.lua
%%DATADIR%%/dat/factions/spawn/proteron.lua
+%%DATADIR%%/dat/factions/spawn/proteron/default.lua
%%DATADIR%%/dat/factions/spawn/sirius.lua
+%%DATADIR%%/dat/factions/spawn/sirius/default.lua
%%DATADIR%%/dat/factions/spawn/soromid.lua
+%%DATADIR%%/dat/factions/spawn/soromid/default.lua
%%DATADIR%%/dat/factions/spawn/thurion.lua
+%%DATADIR%%/dat/factions/spawn/thurion/default.lua
%%DATADIR%%/dat/factions/spawn/trader.lua
+%%DATADIR%%/dat/factions/spawn/trader/default.lua
%%DATADIR%%/dat/factions/spawn/traders_society.lua
+%%DATADIR%%/dat/factions/spawn/traders_society/default.lua
%%DATADIR%%/dat/factions/spawn/zalek.lua
-%%DATADIR%%/dat/factions/standing/collective.lua
+%%DATADIR%%/dat/factions/spawn/zalek/default.lua
%%DATADIR%%/dat/factions/standing/dvaered.lua
%%DATADIR%%/dat/factions/standing/empire.lua
%%DATADIR%%/dat/factions/standing/flf.lua
@@ -451,15 +587,18 @@ share/metainfo/org.naev.Naev.metainfo.xml
%%DATADIR%%/dat/fonts/OFL.txt
%%DATADIR%%/dat/fonts/SourceCodePro-Semibold.ttf
%%DATADIR%%/dat/fonts/SpaceBar.ttf
+%%DATADIR%%/dat/gettext/ca/LC_MESSAGES/naev.mo
%%DATADIR%%/dat/gettext/cs/LC_MESSAGES/naev.mo
%%DATADIR%%/dat/gettext/de/LC_MESSAGES/naev.mo
%%DATADIR%%/dat/gettext/es/LC_MESSAGES/naev.mo
%%DATADIR%%/dat/gettext/fr/LC_MESSAGES/naev.mo
+%%DATADIR%%/dat/gettext/id/LC_MESSAGES/naev.mo
%%DATADIR%%/dat/gettext/it/LC_MESSAGES/naev.mo
%%DATADIR%%/dat/gettext/ja/LC_MESSAGES/naev.mo
%%DATADIR%%/dat/gettext/ko/LC_MESSAGES/naev.mo
%%DATADIR%%/dat/gettext/pt_BR/LC_MESSAGES/naev.mo
%%DATADIR%%/dat/gettext/pt_PT/LC_MESSAGES/naev.mo
+%%DATADIR%%/dat/gettext/ru/LC_MESSAGES/naev.mo
%%DATADIR%%/dat/gettext/zh_Hans/LC_MESSAGES/naev.mo
%%DATADIR%%/dat/gettext_stats/naev.txt
%%DATADIR%%/dat/gfx/ARTWORK_LICENSE.yaml
@@ -850,6 +989,7 @@ share/metainfo/org.naev.Naev.metainfo.xml
%%DATADIR%%/dat/gfx/misc/icons/unstable-orb.webp
%%DATADIR%%/dat/gfx/misc/icons/viking-helmet.webp
%%DATADIR%%/dat/gfx/misc/icons/vortex.webp
+%%DATADIR%%/dat/gfx/misc/onion_society.webp
%%DATADIR%%/dat/gfx/outfit/check.sh
%%DATADIR%%/dat/gfx/outfit/space/autocannon.png
%%DATADIR%%/dat/gfx/outfit/space/banshee.png
@@ -966,7 +1106,7 @@ share/metainfo/org.naev.Naev.metainfo.xml
%%DATADIR%%/dat/gfx/outfit/store/afterburner.webp
%%DATADIR%%/dat/gfx/outfit/store/agility_combat_ai.webp
%%DATADIR%%/dat/gfx/outfit/store/air_freshener.webp
-%%DATADIR%%/dat/gfx/outfit/store/antimatter_lance.png
+%%DATADIR%%/dat/gfx/outfit/store/antimatter_lance.webp
%%DATADIR%%/dat/gfx/outfit/store/apu.webp
%%DATADIR%%/dat/gfx/outfit/store/bansheelauncher.webp
%%DATADIR%%/dat/gfx/outfit/store/base_hull_h.webp
@@ -1041,6 +1181,9 @@ share/metainfo/org.naev.Naev.metainfo.xml
%%DATADIR%%/dat/gfx/outfit/store/dalton_bay.webp
%%DATADIR%%/dat/gfx/outfit/store/dalton_dock.webp
%%DATADIR%%/dat/gfx/outfit/store/damage_forward.webp
+%%DATADIR%%/dat/gfx/outfit/store/disruptor1.webp
+%%DATADIR%%/dat/gfx/outfit/store/disruptor2.webp
+%%DATADIR%%/dat/gfx/outfit/store/disruptor_battery2.webp
%%DATADIR%%/dat/gfx/outfit/store/drill_lance.webp
%%DATADIR%%/dat/gfx/outfit/store/droid.webp
%%DATADIR%%/dat/gfx/outfit/store/drone_fighter.webp
@@ -1069,6 +1212,7 @@ share/metainfo/org.naev.Naev.metainfo.xml
%%DATADIR%%/dat/gfx/outfit/store/faraday_tempest_coating.webp
%%DATADIR%%/dat/gfx/outfit/store/fidelity_fighter.webp
%%DATADIR%%/dat/gfx/outfit/store/firerate_turret.webp
+%%DATADIR%%/dat/gfx/outfit/store/flicker_drive.webp
%%DATADIR%%/dat/gfx/outfit/store/flow_amplifier_l.webp
%%DATADIR%%/dat/gfx/outfit/store/flow_amplifier_m.webp
%%DATADIR%%/dat/gfx/outfit/store/flow_amplifier_s.webp
@@ -1170,6 +1314,10 @@ share/metainfo/org.naev.Naev.metainfo.xml
%%DATADIR%%/dat/gfx/outfit/store/orion_beam.webp
%%DATADIR%%/dat/gfx/outfit/store/particle_beam.webp
%%DATADIR%%/dat/gfx/outfit/store/particle_lance.webp
+%%DATADIR%%/dat/gfx/outfit/store/pd1.webp
+%%DATADIR%%/dat/gfx/outfit/store/pd2.webp
+%%DATADIR%%/dat/gfx/outfit/store/pd3.webp
+%%DATADIR%%/dat/gfx/outfit/store/pd4.webp
%%DATADIR%%/dat/gfx/outfit/store/pentagram_of_valor.webp
%%DATADIR%%/dat/gfx/outfit/store/photovoltaic_nanobot_coating.webp
%%DATADIR%%/dat/gfx/outfit/store/pinpoint_combat_ai.webp
@@ -1363,6 +1511,10 @@ share/metainfo/org.naev.Naev.metainfo.xml
%%DATADIR%%/dat/gfx/portraits/neutral/female12.webp
%%DATADIR%%/dat/gfx/portraits/neutral/female13.webp
%%DATADIR%%/dat/gfx/portraits/neutral/female1n.webp
+%%DATADIR%%/dat/gfx/portraits/neutral/female1n_v2.webp
+%%DATADIR%%/dat/gfx/portraits/neutral/female1n_v3.webp
+%%DATADIR%%/dat/gfx/portraits/neutral/female1n_v4.webp
+%%DATADIR%%/dat/gfx/portraits/neutral/female1n_v5.webp
%%DATADIR%%/dat/gfx/portraits/neutral/female2.webp
%%DATADIR%%/dat/gfx/portraits/neutral/female2n.webp
%%DATADIR%%/dat/gfx/portraits/neutral/female2n_nogog.webp
@@ -1405,6 +1557,7 @@ share/metainfo/org.naev.Naev.metainfo.xml
%%DATADIR%%/dat/gfx/portraits/neutral/thief4.webp
%%DATADIR%%/dat/gfx/portraits/neutral/unique/aristocrat.webp
%%DATADIR%%/dat/gfx/portraits/neutral/unique/arnoldsmith.webp
+%%DATADIR%%/dat/gfx/portraits/neutral/unique/baron_sauterfeldt.webp
%%DATADIR%%/dat/gfx/portraits/neutral/unique/cynthia.webp
%%DATADIR%%/dat/gfx/portraits/neutral/unique/cynthia_father.webp
%%DATADIR%%/dat/gfx/portraits/neutral/unique/dealer.webp
@@ -1432,6 +1585,7 @@ share/metainfo/org.naev.Naev.metainfo.xml
%%DATADIR%%/dat/gfx/portraits/news.webp
%%DATADIR%%/dat/gfx/portraits/none.webp
%%DATADIR%%/dat/gfx/portraits/noona.png
+%%DATADIR%%/dat/gfx/portraits/notasockpuppet.webp
%%DATADIR%%/dat/gfx/portraits/old_man.png
%%DATADIR%%/dat/gfx/portraits/pirate/pirate1.webp
%%DATADIR%%/dat/gfx/portraits/pirate/pirate10.webp
@@ -1491,12 +1645,19 @@ share/metainfo/org.naev.Naev.metainfo.xml
%%DATADIR%%/dat/gfx/portraits/sirius/unique/rodentman.webp
%%DATADIR%%/dat/gfx/portraits/sirius/unique/shaman.webp
%%DATADIR%%/dat/gfx/portraits/sirius/unique/strangeman.webp
+%%DATADIR%%/dat/gfx/portraits/soromid/soromid_aquatic_01.webp
+%%DATADIR%%/dat/gfx/portraits/soromid/soromid_aquatic_01_v2.webp
+%%DATADIR%%/dat/gfx/portraits/soromid/soromid_aquatic_01_v3.webp
+%%DATADIR%%/dat/gfx/portraits/soromid/soromid_dark_01.webp
+%%DATADIR%%/dat/gfx/portraits/soromid/soromid_dark_01_v2.webp
+%%DATADIR%%/dat/gfx/portraits/soromid/soromid_dark_01_v3.webp
%%DATADIR%%/dat/gfx/portraits/soromid/soromid_heavy_civilian_1.webp
%%DATADIR%%/dat/gfx/portraits/soromid/soromid_heavy_civilian_2.webp
%%DATADIR%%/dat/gfx/portraits/soromid/soromid_heavy_civilian_3.webp
%%DATADIR%%/dat/gfx/portraits/soromid/soromid_heavy_military_3.webp
%%DATADIR%%/dat/gfx/portraits/soromid/unique/chelsea.webp
%%DATADIR%%/dat/gfx/portraits/strangelove.png
+%%DATADIR%%/dat/gfx/portraits/thurion_drone.webp
%%DATADIR%%/dat/gfx/portraits/tutorial.webp
%%DATADIR%%/dat/gfx/portraits/unknown.webp
%%DATADIR%%/dat/gfx/portraits/verner.webp
@@ -1511,286 +1672,534 @@ share/metainfo/org.naev.Naev.metainfo.xml
%%DATADIR%%/dat/gfx/portraits/zalek_thug1.png
%%DATADIR%%/dat/gfx/portraits/zuri.webp
%%DATADIR%%/dat/gfx/portraits/zuri_hurt.webp
-%%DATADIR%%/dat/gfx/ship/admonisher/admonisher.webp
-%%DATADIR%%/dat/gfx/ship/admonisher/admonisher_comm.webp
-%%DATADIR%%/dat/gfx/ship/admonisher/admonisher_empire.webp
-%%DATADIR%%/dat/gfx/ship/admonisher/admonisher_empire_comm.webp
-%%DATADIR%%/dat/gfx/ship/admonisher/admonisher_empire_engine.webp
-%%DATADIR%%/dat/gfx/ship/admonisher/admonisher_engine.webp
-%%DATADIR%%/dat/gfx/ship/admonisher/admonisher_pirate.webp
-%%DATADIR%%/dat/gfx/ship/admonisher/admonisher_pirate_comm.webp
-%%DATADIR%%/dat/gfx/ship/admonisher/admonisher_pirate_engine.webp
-%%DATADIR%%/dat/gfx/ship/ancestor/ancestor.webp
-%%DATADIR%%/dat/gfx/ship/ancestor/ancestor_comm.webp
-%%DATADIR%%/dat/gfx/ship/ancestor/ancestor_dvaered.webp
-%%DATADIR%%/dat/gfx/ship/ancestor/ancestor_dvaered_comm.webp
-%%DATADIR%%/dat/gfx/ship/ancestor/ancestor_dvaered_engine.webp
-%%DATADIR%%/dat/gfx/ship/ancestor/ancestor_engine.webp
-%%DATADIR%%/dat/gfx/ship/ancestor/ancestor_pirate.webp
-%%DATADIR%%/dat/gfx/ship/ancestor/ancestor_pirate_comm.webp
-%%DATADIR%%/dat/gfx/ship/ancestor/ancestor_pirate_engine.webp
-%%DATADIR%%/dat/gfx/ship/apparition/apparition_corvette.webp
-%%DATADIR%%/dat/gfx/ship/apparition/apparition_cruiser.webp
-%%DATADIR%%/dat/gfx/ship/apparition/apparition_fighter.webp
-%%DATADIR%%/dat/gfx/ship/apprehension/apprehension.webp
-%%DATADIR%%/dat/gfx/ship/apprehension/apprehension_comm.webp
-%%DATADIR%%/dat/gfx/ship/apprehension/apprehension_engine.webp
-%%DATADIR%%/dat/gfx/ship/archimedes/archimedes.webp
-%%DATADIR%%/dat/gfx/ship/archimedes/archimedes_comm.webp
-%%DATADIR%%/dat/gfx/ship/archimedes/archimedes_engine.webp
-%%DATADIR%%/dat/gfx/ship/arsenal/arsenal_dvaered.webp
-%%DATADIR%%/dat/gfx/ship/arsenal/arsenal_dvaered_comm.webp
-%%DATADIR%%/dat/gfx/ship/arsenal/arsenal_dvaered_engine.webp
-%%DATADIR%%/dat/gfx/ship/arx/arx.webp
-%%DATADIR%%/dat/gfx/ship/arx/arx_comm.webp
-%%DATADIR%%/dat/gfx/ship/arx/arx_engine.webp
-%%DATADIR%%/dat/gfx/ship/arx/arx_feral.webp
-%%DATADIR%%/dat/gfx/ship/arx/arx_feral_comm.webp
-%%DATADIR%%/dat/gfx/ship/arx/arx_feral_engine.webp
-%%DATADIR%%/dat/gfx/ship/brigand/brigand.webp
-%%DATADIR%%/dat/gfx/ship/brigand/brigand_comm.webp
-%%DATADIR%%/dat/gfx/ship/brigand/brigand_engine.webp
-%%DATADIR%%/dat/gfx/ship/certitude/certitude.webp
-%%DATADIR%%/dat/gfx/ship/certitude/certitude_comm.webp
-%%DATADIR%%/dat/gfx/ship/certitude/certitude_engine.webp
-%%DATADIR%%/dat/gfx/ship/copia/copia.webp
-%%DATADIR%%/dat/gfx/ship/copia/copia_comm.webp
-%%DATADIR%%/dat/gfx/ship/copia/copia_engine.webp
-%%DATADIR%%/dat/gfx/ship/dalton/dalton.webp
-%%DATADIR%%/dat/gfx/ship/dalton/dalton_comm.webp
-%%DATADIR%%/dat/gfx/ship/dalton/dalton_engine.webp
%%DATADIR%%/dat/gfx/ship/demon/demon.webp
%%DATADIR%%/dat/gfx/ship/demon/demon_comm.webp
%%DATADIR%%/dat/gfx/ship/demon/demon_engine.webp
-%%DATADIR%%/dat/gfx/ship/diablo/diablo.webp
-%%DATADIR%%/dat/gfx/ship/diablo/diablo_comm.webp
-%%DATADIR%%/dat/gfx/ship/diablo/diablo_engine.webp
-%%DATADIR%%/dat/gfx/ship/divinity/divinity.webp
-%%DATADIR%%/dat/gfx/ship/divinity/divinity_comm.webp
-%%DATADIR%%/dat/gfx/ship/divinity/divinity_engine.webp
-%%DATADIR%%/dat/gfx/ship/dogma/dogma.webp
-%%DATADIR%%/dat/gfx/ship/dogma/dogma_comm.webp
-%%DATADIR%%/dat/gfx/ship/dogma/dogma_engine.webp
-%%DATADIR%%/dat/gfx/ship/drone/drone.webp
-%%DATADIR%%/dat/gfx/ship/drone/drone_carrier.webp
-%%DATADIR%%/dat/gfx/ship/drone/drone_carrier_comm.webp
-%%DATADIR%%/dat/gfx/ship/drone/drone_carrier_engine.webp
-%%DATADIR%%/dat/gfx/ship/drone/drone_comm.webp
-%%DATADIR%%/dat/gfx/ship/drone/drone_engine.webp
%%DATADIR%%/dat/gfx/ship/drone/drone_heavy.webp
%%DATADIR%%/dat/gfx/ship/drone/drone_heavy_comm.webp
%%DATADIR%%/dat/gfx/ship/drone/drone_heavy_engine.webp
-%%DATADIR%%/dat/gfx/ship/drone/drone_hyena.webp
-%%DATADIR%%/dat/gfx/ship/drone/drone_hyena_comm.webp
-%%DATADIR%%/dat/gfx/ship/drone/drone_hyena_engine.webp
-%%DATADIR%%/dat/gfx/ship/euler/euler.webp
-%%DATADIR%%/dat/gfx/ship/euler/euler_comm.webp
-%%DATADIR%%/dat/gfx/ship/euler/euler_engine.webp
-%%DATADIR%%/dat/gfx/ship/fidelity/fidelity.webp
-%%DATADIR%%/dat/gfx/ship/fidelity/fidelity_comm.webp
-%%DATADIR%%/dat/gfx/ship/fidelity/fidelity_engine.webp
-%%DATADIR%%/dat/gfx/ship/gauss/gauss.webp
-%%DATADIR%%/dat/gfx/ship/gauss/gauss_comm.webp
-%%DATADIR%%/dat/gfx/ship/gauss/gauss_engine.webp
-%%DATADIR%%/dat/gfx/ship/gawain/gawain.webp
-%%DATADIR%%/dat/gfx/ship/gawain/gawain_comm.webp
-%%DATADIR%%/dat/gfx/ship/gawain/gawain_engine.webp
-%%DATADIR%%/dat/gfx/ship/goddard/goddard.webp
-%%DATADIR%%/dat/gfx/ship/goddard/goddard_comm.webp
-%%DATADIR%%/dat/gfx/ship/goddard/goddard_dvaered.webp
-%%DATADIR%%/dat/gfx/ship/goddard/goddard_dvaered_comm.webp
-%%DATADIR%%/dat/gfx/ship/goddard/goddard_dvaered_engine.webp
-%%DATADIR%%/dat/gfx/ship/goddard/goddard_engine.webp
-%%DATADIR%%/dat/gfx/ship/hawking/hawking.webp
-%%DATADIR%%/dat/gfx/ship/hawking/hawking_comm.webp
-%%DATADIR%%/dat/gfx/ship/hawking/hawking_empire.webp
-%%DATADIR%%/dat/gfx/ship/hawking/hawking_empire_comm.webp
-%%DATADIR%%/dat/gfx/ship/hawking/hawking_empire_engine.webp
-%%DATADIR%%/dat/gfx/ship/hawking/hawking_engine.webp
-%%DATADIR%%/dat/gfx/ship/hephaestus/hephaestus.webp
-%%DATADIR%%/dat/gfx/ship/hephaestus/hephaestus_comm.webp
-%%DATADIR%%/dat/gfx/ship/hephaestus/hephaestus_engine.webp
-%%DATADIR%%/dat/gfx/ship/hippocrates/hippocrates.webp
-%%DATADIR%%/dat/gfx/ship/hippocrates/hippocrates_comm.webp
-%%DATADIR%%/dat/gfx/ship/hippocrates/hippocrates_engine.webp
-%%DATADIR%%/dat/gfx/ship/hyena/hyena.webp
-%%DATADIR%%/dat/gfx/ship/hyena/hyena_comm.webp
-%%DATADIR%%/dat/gfx/ship/hyena/hyena_engine.webp
-%%DATADIR%%/dat/gfx/ship/hyena/hyena_pirate.webp
-%%DATADIR%%/dat/gfx/ship/hyena/hyena_pirate_comm.webp
-%%DATADIR%%/dat/gfx/ship/hyena/hyena_pirate_engine.webp
-%%DATADIR%%/dat/gfx/ship/ingenuity/ingenuity.webp
-%%DATADIR%%/dat/gfx/ship/ingenuity/ingenuity_comm.webp
-%%DATADIR%%/dat/gfx/ship/ingenuity/ingenuity_engine.webp
-%%DATADIR%%/dat/gfx/ship/ira/ira.webp
-%%DATADIR%%/dat/gfx/ship/ira/ira_comm.webp
-%%DATADIR%%/dat/gfx/ship/ira/ira_engine.webp
-%%DATADIR%%/dat/gfx/ship/kestrel/kestrel.webp
-%%DATADIR%%/dat/gfx/ship/kestrel/kestrel_comm.webp
-%%DATADIR%%/dat/gfx/ship/kestrel/kestrel_engine.webp
-%%DATADIR%%/dat/gfx/ship/kestrel/kestrel_pirate.webp
-%%DATADIR%%/dat/gfx/ship/kestrel/kestrel_pirate_comm.webp
-%%DATADIR%%/dat/gfx/ship/kestrel/kestrel_pirate_engine.webp
-%%DATADIR%%/dat/gfx/ship/koala/koala.webp
-%%DATADIR%%/dat/gfx/ship/koala/koala_comm.webp
-%%DATADIR%%/dat/gfx/ship/koala/koala_engine.webp
-%%DATADIR%%/dat/gfx/ship/lancelot/lancelot.webp
-%%DATADIR%%/dat/gfx/ship/lancelot/lancelot_comm.webp
-%%DATADIR%%/dat/gfx/ship/lancelot/lancelot_empire.webp
-%%DATADIR%%/dat/gfx/ship/lancelot/lancelot_empire_comm.webp
-%%DATADIR%%/dat/gfx/ship/lancelot/lancelot_empire_engine.webp
-%%DATADIR%%/dat/gfx/ship/lancelot/lancelot_engine.webp
-%%DATADIR%%/dat/gfx/ship/llama/llama.webp
-%%DATADIR%%/dat/gfx/ship/llama/llama_comm.webp
-%%DATADIR%%/dat/gfx/ship/llama/llama_engine.webp
-%%DATADIR%%/dat/gfx/ship/mammon/mammon_zalek.webp
-%%DATADIR%%/dat/gfx/ship/mammon/mammon_zalek_comm.webp
-%%DATADIR%%/dat/gfx/ship/mammon/mammon_zalek_engine.webp
-%%DATADIR%%/dat/gfx/ship/marauder/marauder.webp
-%%DATADIR%%/dat/gfx/ship/marauder/marauder_comm.webp
-%%DATADIR%%/dat/gfx/ship/marauder/marauder_engine.webp
-%%DATADIR%%/dat/gfx/ship/mephisto/mephisto.webp
-%%DATADIR%%/dat/gfx/ship/mephisto/mephisto_comm.webp
-%%DATADIR%%/dat/gfx/ship/mephisto/mephisto_engine.webp
-%%DATADIR%%/dat/gfx/ship/mule/mule.webp
-%%DATADIR%%/dat/gfx/ship/mule/mule_comm.webp
-%%DATADIR%%/dat/gfx/ship/mule/mule_engine.webp
-%%DATADIR%%/dat/gfx/ship/nyx/nyx.webp
-%%DATADIR%%/dat/gfx/ship/nyx/nyx_comm.webp
-%%DATADIR%%/dat/gfx/ship/nyx/nyx_engine.webp
-%%DATADIR%%/dat/gfx/ship/odium/odium.webp
-%%DATADIR%%/dat/gfx/ship/odium/odium_comm.webp
-%%DATADIR%%/dat/gfx/ship/odium/odium_engine.webp
-%%DATADIR%%/dat/gfx/ship/odium/odium_feral.webp
-%%DATADIR%%/dat/gfx/ship/odium/odium_feral_comm.webp
-%%DATADIR%%/dat/gfx/ship/odium/odium_feral_engine.webp
-%%DATADIR%%/dat/gfx/ship/pacifier/pacifier.webp
-%%DATADIR%%/dat/gfx/ship/pacifier/pacifier_comm.webp
-%%DATADIR%%/dat/gfx/ship/pacifier/pacifier_empire.webp
-%%DATADIR%%/dat/gfx/ship/pacifier/pacifier_empire_comm.webp
-%%DATADIR%%/dat/gfx/ship/pacifier/pacifier_empire_engine.webp
-%%DATADIR%%/dat/gfx/ship/pacifier/pacifier_engine.webp
-%%DATADIR%%/dat/gfx/ship/peacemaker/peacemaker.webp
-%%DATADIR%%/dat/gfx/ship/peacemaker/peacemaker_comm.webp
-%%DATADIR%%/dat/gfx/ship/peacemaker/peacemaker_engine.webp
-%%DATADIR%%/dat/gfx/ship/perspicacity/perspicacity.webp
-%%DATADIR%%/dat/gfx/ship/perspicacity/perspicacity_comm.webp
-%%DATADIR%%/dat/gfx/ship/perspicacity/perspicacity_engine.webp
-%%DATADIR%%/dat/gfx/ship/phalanx/phalanx.webp
-%%DATADIR%%/dat/gfx/ship/phalanx/phalanx_comm.webp
-%%DATADIR%%/dat/gfx/ship/phalanx/phalanx_dvaered.webp
-%%DATADIR%%/dat/gfx/ship/phalanx/phalanx_dvaered_comm.webp
-%%DATADIR%%/dat/gfx/ship/phalanx/phalanx_dvaered_engine.webp
-%%DATADIR%%/dat/gfx/ship/phalanx/phalanx_engine.webp
-%%DATADIR%%/dat/gfx/ship/phalanx/phalanx_pirate.webp
-%%DATADIR%%/dat/gfx/ship/phalanx/phalanx_pirate_comm.webp
-%%DATADIR%%/dat/gfx/ship/phalanx/phalanx_pirate_engine.webp
-%%DATADIR%%/dat/gfx/ship/preacher/preacher.webp
-%%DATADIR%%/dat/gfx/ship/preacher/preacher_comm.webp
-%%DATADIR%%/dat/gfx/ship/preacher/preacher_engine.webp
-%%DATADIR%%/dat/gfx/ship/providence/providence.webp
-%%DATADIR%%/dat/gfx/ship/providence/providence_comm.webp
-%%DATADIR%%/dat/gfx/ship/providence/providence_engine.webp
-%%DATADIR%%/dat/gfx/ship/pythagoras/pythagoras.webp
-%%DATADIR%%/dat/gfx/ship/pythagoras/pythagoras_comm.webp
-%%DATADIR%%/dat/gfx/ship/pythagoras/pythagoras_engine.webp
-%%DATADIR%%/dat/gfx/ship/quicksilver/quicksilver.webp
-%%DATADIR%%/dat/gfx/ship/quicksilver/quicksilver_comm.webp
-%%DATADIR%%/dat/gfx/ship/quicksilver/quicksilver_engine.webp
-%%DATADIR%%/dat/gfx/ship/rainmaker/rainmaker_empire.webp
-%%DATADIR%%/dat/gfx/ship/rainmaker/rainmaker_empire_comm.webp
-%%DATADIR%%/dat/gfx/ship/rainmaker/rainmaker_empire_engine.webp
-%%DATADIR%%/dat/gfx/ship/reaver/reaver.webp
-%%DATADIR%%/dat/gfx/ship/reaver/reaver_comm.webp
-%%DATADIR%%/dat/gfx/ship/reaver/reaver_engine.webp
-%%DATADIR%%/dat/gfx/ship/reaver/reaver_feral.webp
-%%DATADIR%%/dat/gfx/ship/reaver/reaver_feral_comm.webp
-%%DATADIR%%/dat/gfx/ship/reaver/reaver_feral_engine.webp
-%%DATADIR%%/dat/gfx/ship/retribution/retribution_dvaered.webp
-%%DATADIR%%/dat/gfx/ship/retribution/retribution_dvaered_comm.webp
-%%DATADIR%%/dat/gfx/ship/retribution/retribution_dvaered_engine.webp
-%%DATADIR%%/dat/gfx/ship/revenant/revenant.webp
-%%DATADIR%%/dat/gfx/ship/revenant/revenant_comm.webp
-%%DATADIR%%/dat/gfx/ship/revenant/revenant_engine.webp
-%%DATADIR%%/dat/gfx/ship/rhino/rhino.webp
-%%DATADIR%%/dat/gfx/ship/rhino/rhino_comm.webp
-%%DATADIR%%/dat/gfx/ship/rhino/rhino_engine.webp
-%%DATADIR%%/dat/gfx/ship/rhino/rhino_pirate.webp
-%%DATADIR%%/dat/gfx/ship/rhino/rhino_pirate_comm.webp
-%%DATADIR%%/dat/gfx/ship/rhino/rhino_pirate_engine.webp
-%%DATADIR%%/dat/gfx/ship/schroedinger/schroedinger.webp
-%%DATADIR%%/dat/gfx/ship/schroedinger/schroedinger_comm.webp
-%%DATADIR%%/dat/gfx/ship/schroedinger/schroedinger_engine.webp
-%%DATADIR%%/dat/gfx/ship/scintillation/scintillation.webp
-%%DATADIR%%/dat/gfx/ship/scintillation/scintillation_comm.webp
-%%DATADIR%%/dat/gfx/ship/scintillation/scintillation_engine.webp
-%%DATADIR%%/dat/gfx/ship/shaman/shaman.webp
-%%DATADIR%%/dat/gfx/ship/shaman/shaman_comm.webp
-%%DATADIR%%/dat/gfx/ship/shaman/shaman_engine.webp
-%%DATADIR%%/dat/gfx/ship/shark/shark.webp
-%%DATADIR%%/dat/gfx/ship/shark/shark_comm.webp
-%%DATADIR%%/dat/gfx/ship/shark/shark_empire.webp
-%%DATADIR%%/dat/gfx/ship/shark/shark_empire_comm.webp
-%%DATADIR%%/dat/gfx/ship/shark/shark_empire_engine.webp
-%%DATADIR%%/dat/gfx/ship/shark/shark_engine.webp
-%%DATADIR%%/dat/gfx/ship/shark/shark_pirate.webp
-%%DATADIR%%/dat/gfx/ship/shark/shark_pirate_comm.webp
-%%DATADIR%%/dat/gfx/ship/shark/shark_pirate_engine.webp
-%%DATADIR%%/dat/gfx/ship/starbridge/starbridge.webp
-%%DATADIR%%/dat/gfx/ship/starbridge/starbridge_comm.webp
-%%DATADIR%%/dat/gfx/ship/starbridge/starbridge_engine.webp
-%%DATADIR%%/dat/gfx/ship/starbridge/starbridge_pirate.webp
-%%DATADIR%%/dat/gfx/ship/starbridge/starbridge_pirate_comm.webp
-%%DATADIR%%/dat/gfx/ship/starbridge/starbridge_pirate_engine.webp
-%%DATADIR%%/dat/gfx/ship/sting/sting.webp
-%%DATADIR%%/dat/gfx/ship/sting/sting_comm.webp
-%%DATADIR%%/dat/gfx/ship/sting/sting_engine.webp
-%%DATADIR%%/dat/gfx/ship/taciturnity/taciturnity.webp
-%%DATADIR%%/dat/gfx/ship/taciturnity/taciturnity_comm.webp
-%%DATADIR%%/dat/gfx/ship/taciturnity/taciturnity_engine.webp
-%%DATADIR%%/dat/gfx/ship/update.sh
-%%DATADIR%%/dat/gfx/ship/vendetta/vendetta.webp
-%%DATADIR%%/dat/gfx/ship/vendetta/vendetta_comm.webp
-%%DATADIR%%/dat/gfx/ship/vendetta/vendetta_dvaered.webp
-%%DATADIR%%/dat/gfx/ship/vendetta/vendetta_dvaered_comm.webp
-%%DATADIR%%/dat/gfx/ship/vendetta/vendetta_dvaered_engine.webp
-%%DATADIR%%/dat/gfx/ship/vendetta/vendetta_engine.webp
-%%DATADIR%%/dat/gfx/ship/vendetta/vendetta_pirate.webp
-%%DATADIR%%/dat/gfx/ship/vendetta/vendetta_pirate_comm.webp
-%%DATADIR%%/dat/gfx/ship/vendetta/vendetta_pirate_engine.webp
-%%DATADIR%%/dat/gfx/ship/vigilance/vigilance.webp
-%%DATADIR%%/dat/gfx/ship/vigilance/vigilance_comm.webp
-%%DATADIR%%/dat/gfx/ship/vigilance/vigilance_dvaered.webp
-%%DATADIR%%/dat/gfx/ship/vigilance/vigilance_dvaered_comm.webp
-%%DATADIR%%/dat/gfx/ship/vigilance/vigilance_dvaered_engine.webp
-%%DATADIR%%/dat/gfx/ship/vigilance/vigilance_engine.webp
-%%DATADIR%%/dat/gfx/ship/virtuosity/virtuosity.webp
-%%DATADIR%%/dat/gfx/ship/virtuosity/virtuosity_comm.webp
-%%DATADIR%%/dat/gfx/ship/virtuosity/virtuosity_engine.webp
-%%DATADIR%%/dat/gfx/ship/vox/vox.webp
-%%DATADIR%%/dat/gfx/ship/vox/vox_comm.webp
-%%DATADIR%%/dat/gfx/ship/vox/vox_engine.webp
-%%DATADIR%%/dat/gfx/ship/watson/watson.webp
-%%DATADIR%%/dat/gfx/ship/watson/watson_comm.webp
-%%DATADIR%%/dat/gfx/ship/watson/watson_engine.webp
-%%DATADIR%%/dat/gfx/ship/zalek/zalek_drone_bomber.webp
-%%DATADIR%%/dat/gfx/ship/zalek/zalek_drone_bomber_comm.webp
-%%DATADIR%%/dat/gfx/ship/zalek/zalek_drone_bomber_engine.webp
-%%DATADIR%%/dat/gfx/ship/zalek/zalek_drone_heavy.webp
-%%DATADIR%%/dat/gfx/ship/zalek/zalek_drone_heavy_comm.webp
-%%DATADIR%%/dat/gfx/ship/zalek/zalek_drone_heavy_engine.webp
-%%DATADIR%%/dat/gfx/ship/zalek/zalek_drone_light.webp
-%%DATADIR%%/dat/gfx/ship/zalek/zalek_drone_light_comm.webp
-%%DATADIR%%/dat/gfx/ship/zalek/zalek_drone_light_engine.webp
-%%DATADIR%%/dat/gfx/ship/zalek/zalek_drone_scout.webp
-%%DATADIR%%/dat/gfx/ship/zalek/zalek_drone_scout_comm.webp
-%%DATADIR%%/dat/gfx/ship/zalek/zalek_drone_scout_engine.webp
-%%DATADIR%%/dat/gfx/ship/zebra/zebra.webp
-%%DATADIR%%/dat/gfx/ship/zebra/zebra_comm.webp
-%%DATADIR%%/dat/gfx/ship/zebra/zebra_engine.webp
-%%DATADIR%%/dat/gfx/ship/zebra/zebra_pirate.webp
-%%DATADIR%%/dat/gfx/ship/zebra/zebra_pirate_comm.webp
-%%DATADIR%%/dat/gfx/ship/zebra/zebra_pirate_engine.webp
+%%DATADIR%%/dat/gfx/ship3d/Admonisher/AO_bake.webp
+%%DATADIR%%/dat/gfx/ship3d/Admonisher/GLO_bake.webp
+%%DATADIR%%/dat/gfx/ship3d/Admonisher/admonisher.bin
+%%DATADIR%%/dat/gfx/ship3d/Admonisher/admonisher.gltf
+%%DATADIR%%/dat/gfx/ship3d/Admonisher/admonisher.webp
+%%DATADIR%%/dat/gfx/ship3d/Admonisher/admonisherGLO.webp
+%%DATADIR%%/dat/gfx/ship3d/Admonisher/admonisher_empire.gltf
+%%DATADIR%%/dat/gfx/ship3d/Admonisher/admonisher_empire.webp
+%%DATADIR%%/dat/gfx/ship3d/Admonisher/admonisher_omegaiia.gltf
+%%DATADIR%%/dat/gfx/ship3d/Admonisher/admonisher_omegaiia.webp
+%%DATADIR%%/dat/gfx/ship3d/Admonisher/admonisher_pirate.gltf
+%%DATADIR%%/dat/gfx/ship3d/Admonisher/admonisher_pirate.webp
+%%DATADIR%%/dat/gfx/ship3d/Agrosy/agrosy.bin
+%%DATADIR%%/dat/gfx/ship3d/Agrosy/agrosy.gltf
+%%DATADIR%%/dat/gfx/ship3d/Ancestor/AO_bake.webp
+%%DATADIR%%/dat/gfx/ship3d/Ancestor/GLO_bake.webp
+%%DATADIR%%/dat/gfx/ship3d/Ancestor/ancestor.bin
+%%DATADIR%%/dat/gfx/ship3d/Ancestor/ancestor.gltf
+%%DATADIR%%/dat/gfx/ship3d/Ancestor/ancestor.webp
+%%DATADIR%%/dat/gfx/ship3d/Ancestor/ancestorGLO.webp
+%%DATADIR%%/dat/gfx/ship3d/Ancestor/ancestor_dvaered.gltf
+%%DATADIR%%/dat/gfx/ship3d/Ancestor/ancestor_dvaered.webp
+%%DATADIR%%/dat/gfx/ship3d/Ancestor/ancestor_pirate.gltf
+%%DATADIR%%/dat/gfx/ship3d/Ancestor/ancestor_pirate.webp
+%%DATADIR%%/dat/gfx/ship3d/Apprehension/AO_bake.webp
+%%DATADIR%%/dat/gfx/ship3d/Apprehension/GLO_bake.webp
+%%DATADIR%%/dat/gfx/ship3d/Apprehension/apprehension.bin
+%%DATADIR%%/dat/gfx/ship3d/Apprehension/apprehension.gltf
+%%DATADIR%%/dat/gfx/ship3d/Apprehension/apprehension_diffuse.webp
+%%DATADIR%%/dat/gfx/ship3d/Apprehension/apprehension_emission.webp
+%%DATADIR%%/dat/gfx/ship3d/Apprehension/apprehension_normal.webp
+%%DATADIR%%/dat/gfx/ship3d/Archimedes/AO_bake-proteron_archimedes_roughness-proteron_archimedes_metallic.webp
+%%DATADIR%%/dat/gfx/ship3d/Archimedes/GLO_bake.webp
+%%DATADIR%%/dat/gfx/ship3d/Archimedes/archimedes.bin
+%%DATADIR%%/dat/gfx/ship3d/Archimedes/archimedes.gltf
+%%DATADIR%%/dat/gfx/ship3d/Archimedes/proteron_archimedes_diffuse.webp
+%%DATADIR%%/dat/gfx/ship3d/Archimedes/proteron_archimedes_emission.webp
+%%DATADIR%%/dat/gfx/ship3d/Archimedes/proteron_archimedes_normal.webp
+%%DATADIR%%/dat/gfx/ship3d/Arsenal/AO_bake-dvaered_freighter_roughness-dvaered_freighter_metallic.webp
+%%DATADIR%%/dat/gfx/ship3d/Arsenal/GLO_bake.webp
+%%DATADIR%%/dat/gfx/ship3d/Arsenal/arsenal_dvaered.bin
+%%DATADIR%%/dat/gfx/ship3d/Arsenal/arsenal_dvaered.gltf
+%%DATADIR%%/dat/gfx/ship3d/Arsenal/dvaered_freighter_diffuse.webp
+%%DATADIR%%/dat/gfx/ship3d/Arsenal/dvaered_freighter_emit.webp
+%%DATADIR%%/dat/gfx/ship3d/Arsenal/dvaered_freighter_normal.webp
+%%DATADIR%%/dat/gfx/ship3d/Arsenal/gradient02_orange.webp
+%%DATADIR%%/dat/gfx/ship3d/Arx/arx.bin
+%%DATADIR%%/dat/gfx/ship3d/Arx/arx.gltf
+%%DATADIR%%/dat/gfx/ship3d/Arx/arx_feral.bin
+%%DATADIR%%/dat/gfx/ship3d/Arx/arx_feral.gltf
+%%DATADIR%%/dat/gfx/ship3d/Astral Projection Greater/apparition_cruiser.bin
+%%DATADIR%%/dat/gfx/ship3d/Astral Projection Greater/apparition_cruiser.gltf
+%%DATADIR%%/dat/gfx/ship3d/Astral Projection Lesser/apparition_fighter.bin
+%%DATADIR%%/dat/gfx/ship3d/Astral Projection Lesser/apparition_fighter.gltf
+%%DATADIR%%/dat/gfx/ship3d/Astral Projection Normal/apparition_corvette.bin
+%%DATADIR%%/dat/gfx/ship3d/Astral Projection Normal/apparition_corvette.gltf
+%%DATADIR%%/dat/gfx/ship3d/Bedivere/AO_bake.webp
+%%DATADIR%%/dat/gfx/ship3d/Bedivere/bedivere.bin
+%%DATADIR%%/dat/gfx/ship3d/Bedivere/bedivere.gltf
+%%DATADIR%%/dat/gfx/ship3d/Bedivere/bedivere.webp
+%%DATADIR%%/dat/gfx/ship3d/Bedivere/bedivereGLO.webp
+%%DATADIR%%/dat/gfx/ship3d/Brigand/brigand.bin
+%%DATADIR%%/dat/gfx/ship3d/Brigand/brigand.gltf
+%%DATADIR%%/dat/gfx/ship3d/Certitude/AO_bake.webp
+%%DATADIR%%/dat/gfx/ship3d/Certitude/GLO_bake.webp
+%%DATADIR%%/dat/gfx/ship3d/Certitude/certitude.bin
+%%DATADIR%%/dat/gfx/ship3d/Certitude/certitude.gltf
+%%DATADIR%%/dat/gfx/ship3d/Certitude/certitude_diffuse.webp
+%%DATADIR%%/dat/gfx/ship3d/Certitude/certitude_emission.webp
+%%DATADIR%%/dat/gfx/ship3d/Certitude/certitude_normal.webp
+%%DATADIR%%/dat/gfx/ship3d/Copia/copia.bin
+%%DATADIR%%/dat/gfx/ship3d/Copia/copia.gltf
+%%DATADIR%%/dat/gfx/ship3d/Copia/copia_diffuse.webp
+%%DATADIR%%/dat/gfx/ship3d/Copia/copia_emission.webp
+%%DATADIR%%/dat/gfx/ship3d/Copia/copia_metallic-copia_roughness.webp
+%%DATADIR%%/dat/gfx/ship3d/Copia/copia_normal.webp
+%%DATADIR%%/dat/gfx/ship3d/Dalton/AO_bake-proteron_dalton_roughness-proteron_dalton_metallic.webp
+%%DATADIR%%/dat/gfx/ship3d/Dalton/GLO_bake.webp
+%%DATADIR%%/dat/gfx/ship3d/Dalton/dalton.bin
+%%DATADIR%%/dat/gfx/ship3d/Dalton/dalton.gltf
+%%DATADIR%%/dat/gfx/ship3d/Dalton/proteron_dalton_diffuse.webp
+%%DATADIR%%/dat/gfx/ship3d/Dalton/proteron_dalton_emission.webp
+%%DATADIR%%/dat/gfx/ship3d/Dalton/proteron_dalton_normal.webp
+%%DATADIR%%/dat/gfx/ship3d/Dealbreaker/dealbreaker.bin
+%%DATADIR%%/dat/gfx/ship3d/Dealbreaker/dealbreaker.gltf
+%%DATADIR%%/dat/gfx/ship3d/Dealbreaker/midwife.webp
+%%DATADIR%%/dat/gfx/ship3d/Dealbreaker/midwifeGLO.webp
+%%DATADIR%%/dat/gfx/ship3d/Diablo/diablo.bin
+%%DATADIR%%/dat/gfx/ship3d/Diablo/diablo.gltf
+%%DATADIR%%/dat/gfx/ship3d/Diablo/hexagonalLayerSteel_Ash.webp
+%%DATADIR%%/dat/gfx/ship3d/Diablo/hexagonalLayerSteel_Red.webp
+%%DATADIR%%/dat/gfx/ship3d/Diablo/hull_RED.webp
+%%DATADIR%%/dat/gfx/ship3d/Diablo/hull_lightGray.webp
+%%DATADIR%%/dat/gfx/ship3d/Divinity/divinity.bin
+%%DATADIR%%/dat/gfx/ship3d/Divinity/divinity.gltf
+%%DATADIR%%/dat/gfx/ship3d/Divinity/divinity_diffuse.webp
+%%DATADIR%%/dat/gfx/ship3d/Divinity/divinity_metallic-divinity_roughness.webp
+%%DATADIR%%/dat/gfx/ship3d/Divinity/divinity_normal.webp
+%%DATADIR%%/dat/gfx/ship3d/Dogma/dogma.bin
+%%DATADIR%%/dat/gfx/ship3d/Dogma/dogma.gltf
+%%DATADIR%%/dat/gfx/ship3d/Dogma/dogma_diffuse.webp
+%%DATADIR%%/dat/gfx/ship3d/Dogma/dogma_normal.webp
+%%DATADIR%%/dat/gfx/ship3d/Dogma/dogma_roughness.webp
+%%DATADIR%%/dat/gfx/ship3d/Drone/AO_bake.webp
+%%DATADIR%%/dat/gfx/ship3d/Drone/AO_bake_drone.webp
+%%DATADIR%%/dat/gfx/ship3d/Drone/AO_bake_hyena.webp
+%%DATADIR%%/dat/gfx/ship3d/Drone/GLO_bake.webp
+%%DATADIR%%/dat/gfx/ship3d/Drone/GLO_bake_drone.webp
+%%DATADIR%%/dat/gfx/ship3d/Drone/GLO_bake_hyena.webp
+%%DATADIR%%/dat/gfx/ship3d/Drone/drone.bin
+%%DATADIR%%/dat/gfx/ship3d/Drone/drone.gltf
+%%DATADIR%%/dat/gfx/ship3d/Drone/drone_hyena.bin
+%%DATADIR%%/dat/gfx/ship3d/Drone/drone_hyena.gltf
+%%DATADIR%%/dat/gfx/ship3d/Drone/hyena.webp
+%%DATADIR%%/dat/gfx/ship3d/Drone/hyenaGLO.webp
+%%DATADIR%%/dat/gfx/ship3d/Drone/seaxbane.webp
+%%DATADIR%%/dat/gfx/ship3d/Drone/seaxbaneGLO.webp
+%%DATADIR%%/dat/gfx/ship3d/Drone_Carrier/AO_bake-drone_carrier_roughness-drone_carrier_metallic.webp
+%%DATADIR%%/dat/gfx/ship3d/Drone_Carrier/GLO_bake.webp
+%%DATADIR%%/dat/gfx/ship3d/Drone_Carrier/drone_carrier.bin
+%%DATADIR%%/dat/gfx/ship3d/Drone_Carrier/drone_carrier.gltf
+%%DATADIR%%/dat/gfx/ship3d/Drone_Carrier/drone_carrier_diffuse.webp
+%%DATADIR%%/dat/gfx/ship3d/Drone_Carrier/drone_carrier_emit.webp
+%%DATADIR%%/dat/gfx/ship3d/Drone_Carrier/drone_carrier_normal.webp
+%%DATADIR%%/dat/gfx/ship3d/Euler/AO_bake-derivative_shininess.webp
+%%DATADIR%%/dat/gfx/ship3d/Euler/GLO_bake.webp
+%%DATADIR%%/dat/gfx/ship3d/Euler/derivative_diffuse.webp
+%%DATADIR%%/dat/gfx/ship3d/Euler/derivative_glow.webp
+%%DATADIR%%/dat/gfx/ship3d/Euler/derivative_normal.webp
+%%DATADIR%%/dat/gfx/ship3d/Euler/euler.bin
+%%DATADIR%%/dat/gfx/ship3d/Euler/euler.gltf
+%%DATADIR%%/dat/gfx/ship3d/Fidelity/fidelity.bin
+%%DATADIR%%/dat/gfx/ship3d/Fidelity/fidelity.gltf
+%%DATADIR%%/dat/gfx/ship3d/Fidelity/fidelity_diffuse.webp
+%%DATADIR%%/dat/gfx/ship3d/Fidelity/fidelity_metallic-fidelity_roughness.webp
+%%DATADIR%%/dat/gfx/ship3d/Fidelity/fidelity_normal.webp
+%%DATADIR%%/dat/gfx/ship3d/Gauss/AO_bake.webp
+%%DATADIR%%/dat/gfx/ship3d/Gauss/GLO_bake.webp
+%%DATADIR%%/dat/gfx/ship3d/Gauss/gauss.bin
+%%DATADIR%%/dat/gfx/ship3d/Gauss/gauss.gltf
+%%DATADIR%%/dat/gfx/ship3d/Gauss/kahan.webp
+%%DATADIR%%/dat/gfx/ship3d/Gauss/kahanGLO.webp
+%%DATADIR%%/dat/gfx/ship3d/Gauss/kahanNORM.webp
+%%DATADIR%%/dat/gfx/ship3d/Gawain/AO_bake.webp
+%%DATADIR%%/dat/gfx/ship3d/Gawain/GLO_bake.webp
+%%DATADIR%%/dat/gfx/ship3d/Gawain/gawain.bin
+%%DATADIR%%/dat/gfx/ship3d/Gawain/gawain.gltf
+%%DATADIR%%/dat/gfx/ship3d/Gawain/gawain.webp
+%%DATADIR%%/dat/gfx/ship3d/Gawain/gawainGLO.webp
+%%DATADIR%%/dat/gfx/ship3d/Gawain/gawain_xy37.gltf
+%%DATADIR%%/dat/gfx/ship3d/Gawain/gawain_xy37.webp
+%%DATADIR%%/dat/gfx/ship3d/Goddard/AO_bake.webp
+%%DATADIR%%/dat/gfx/ship3d/Goddard/GLO_bake.webp
+%%DATADIR%%/dat/gfx/ship3d/Goddard/GLO_bake_dvaered.webp
+%%DATADIR%%/dat/gfx/ship3d/Goddard/goddard.bin
+%%DATADIR%%/dat/gfx/ship3d/Goddard/goddard.gltf
+%%DATADIR%%/dat/gfx/ship3d/Goddard/goddard.webp
+%%DATADIR%%/dat/gfx/ship3d/Goddard/goddard_dvaered.gltf
+%%DATADIR%%/dat/gfx/ship3d/Goddard/goddard_dvaered.webp
+%%DATADIR%%/dat/gfx/ship3d/Goddard/goddard_merchant.gltf
+%%DATADIR%%/dat/gfx/ship3d/Goddard/goddard_merchant.webp
+%%DATADIR%%/dat/gfx/ship3d/Hawking/AO_bake.webp
+%%DATADIR%%/dat/gfx/ship3d/Hawking/GLO_bake.webp
+%%DATADIR%%/dat/gfx/ship3d/Hawking/hawking.bin
+%%DATADIR%%/dat/gfx/ship3d/Hawking/hawking.gltf
+%%DATADIR%%/dat/gfx/ship3d/Hawking/hawking.webp
+%%DATADIR%%/dat/gfx/ship3d/Hawking/hawkingGLO.webp
+%%DATADIR%%/dat/gfx/ship3d/Hawking/hawkingNORM.webp
+%%DATADIR%%/dat/gfx/ship3d/Hawking/hawkingPPL.webp
+%%DATADIR%%/dat/gfx/ship3d/Hawking/hawking_empire.gltf
+%%DATADIR%%/dat/gfx/ship3d/Hawking/hawking_empire.webp
+%%DATADIR%%/dat/gfx/ship3d/Hephaestus/hephaestus.bin
+%%DATADIR%%/dat/gfx/ship3d/Hephaestus/hephaestus.gltf
+%%DATADIR%%/dat/gfx/ship3d/Hephaestus/hexagonalLayerSteel_Ash.webp
+%%DATADIR%%/dat/gfx/ship3d/Hephaestus/hexagonalLayerSteel_Red.webp
+%%DATADIR%%/dat/gfx/ship3d/Hephaestus/hull_DarkGray.webp
+%%DATADIR%%/dat/gfx/ship3d/Hephaestus/hull_RED.webp
+%%DATADIR%%/dat/gfx/ship3d/Hephaestus/hull_lightGray.webp
+%%DATADIR%%/dat/gfx/ship3d/Hippocrates/AO_bake-hippocrates_roughness-hippocrates_metallic.webp
+%%DATADIR%%/dat/gfx/ship3d/Hippocrates/GLO_bake.webp
+%%DATADIR%%/dat/gfx/ship3d/Hippocrates/hippocrates.bin
+%%DATADIR%%/dat/gfx/ship3d/Hippocrates/hippocrates.gltf
+%%DATADIR%%/dat/gfx/ship3d/Hippocrates/hippocrates_diffuse.webp
+%%DATADIR%%/dat/gfx/ship3d/Hippocrates/hippocrates_emission.webp
+%%DATADIR%%/dat/gfx/ship3d/Hippocrates/hippocrates_normal.webp
+%%DATADIR%%/dat/gfx/ship3d/Hornet/hexagonalLayerSteel_Ash.webp
+%%DATADIR%%/dat/gfx/ship3d/Hornet/hexagonalLayerSteel_Red.webp
+%%DATADIR%%/dat/gfx/ship3d/Hornet/hornet.bin
+%%DATADIR%%/dat/gfx/ship3d/Hornet/hornet.gltf
+%%DATADIR%%/dat/gfx/ship3d/Hornet/hull_DarkGray.webp
+%%DATADIR%%/dat/gfx/ship3d/Hornet/hull_RED.webp
+%%DATADIR%%/dat/gfx/ship3d/Hornet/hull_lightGray.webp
+%%DATADIR%%/dat/gfx/ship3d/Hyena/AO_bake.webp
+%%DATADIR%%/dat/gfx/ship3d/Hyena/GLO_bake.webp
+%%DATADIR%%/dat/gfx/ship3d/Hyena/hyena.bin
+%%DATADIR%%/dat/gfx/ship3d/Hyena/hyena.gltf
+%%DATADIR%%/dat/gfx/ship3d/Hyena/hyena.webp
+%%DATADIR%%/dat/gfx/ship3d/Hyena/hyenaGLO.webp
+%%DATADIR%%/dat/gfx/ship3d/Hyena/hyena_pirate.gltf
+%%DATADIR%%/dat/gfx/ship3d/Hyena/hyena_pirate.webp
+%%DATADIR%%/dat/gfx/ship3d/Ingenuity/AO_bake.webp
+%%DATADIR%%/dat/gfx/ship3d/Ingenuity/ingenuity.bin
+%%DATADIR%%/dat/gfx/ship3d/Ingenuity/ingenuity.gltf
+%%DATADIR%%/dat/gfx/ship3d/Ingenuity/ingenuity_DIFFUSE.webp
+%%DATADIR%%/dat/gfx/ship3d/Ingenuity/ingenuity_EMIT.webp
+%%DATADIR%%/dat/gfx/ship3d/Ingenuity/ingenuity_NORMAL.webp
+%%DATADIR%%/dat/gfx/ship3d/Ira/ira.bin
+%%DATADIR%%/dat/gfx/ship3d/Ira/ira.gltf
+%%DATADIR%%/dat/gfx/ship3d/Kestrel/gradient_red-gradient_cyan.webp
+%%DATADIR%%/dat/gfx/ship3d/Kestrel/gradient_red.webp
+%%DATADIR%%/dat/gfx/ship3d/Kestrel/kestrel.bin
+%%DATADIR%%/dat/gfx/ship3d/Kestrel/kestrel.gltf
+%%DATADIR%%/dat/gfx/ship3d/Kestrel/kestrel_diffuse.webp
+%%DATADIR%%/dat/gfx/ship3d/Kestrel/kestrel_emit.webp
+%%DATADIR%%/dat/gfx/ship3d/Kestrel/kestrel_metallic-kestrel_roughness.webp
+%%DATADIR%%/dat/gfx/ship3d/Kestrel/kestrel_normal.webp
+%%DATADIR%%/dat/gfx/ship3d/Kestrel/kestrel_pirate.gltf
+%%DATADIR%%/dat/gfx/ship3d/Kestrel/pirate_kestrel_diffuse.webp
+%%DATADIR%%/dat/gfx/ship3d/Kestrel/pirate_kestrel_emit.webp
*** 1622 LINES SKIPPED ***