diff --git a/EXE/freelancer.ini b/EXE/freelancer.ini index 20192754..4a7852b2 100644 --- a/EXE/freelancer.ini +++ b/EXE/freelancer.ini @@ -62,6 +62,7 @@ DLL = NameResources.dll ; Contains names of things, primarily. DLL = EquipResources.dll ;Contains names of equipment (in string table) and infocards for equipment (in HTML resources) DLL = OfferBribeResources.dll ; Contains random mission offers and bribes DLL = MiscTextInfo2.dll ;Contains MP UI elements as well as other misc. text +DLL = remres.dll ; Dynamic Infocards [Data] diff --git a/EXE/remres.dll b/EXE/remres.dll new file mode 100644 index 00000000..333b3205 Binary files /dev/null and b/EXE/remres.dll differ