Fix ffotd

This commit is contained in:
momo5502 2022-09-22 20:47:26 +02:00
parent 7c1c819a56
commit 12825cde5c
4 changed files with 2 additions and 5 deletions

View File

@ -482,9 +482,6 @@ namespace demonware
utils::hook::set<uint32_t>(0x141EC4B50_g, 0xC3D08948); // Skip publisher file signature stuff
utils::hook::set<uint32_t>(0x141EC4B40_g, 0xC301B0); // FFOTD is valid
utils::hook::set<uint32_t>(0x141EBDF30_g, 0xC301B0); // DDLs available
utils::hook::set<uint32_t>(0x141E968F0_g, 0xC301B0); // QOL finished
}
void pre_destroy() override

View File

@ -23,7 +23,7 @@ namespace demonware
this->map_publisher_resource("motd-.*\\.gz", DW_MOTD);
this->map_publisher_resource("playlists(_.+)?\\.gz", DW_PLAYLISTS);
this->map_publisher_resource("featured_cards(.+)?\\.gz", DW_CARDS);
// this->map_publisher_resource(".*ffotd-.*\\.ff", DW_FASTFILE);
this->map_publisher_resource(".*ffotd.*\\.ff", DW_FASTFILE);
}
void bdStorage::map_publisher_resource(const std::string& expression, const INT id)

View File

@ -98,7 +98,7 @@ IMAGE_LOGO BITMAP "resources/logo.bmp"
DW_MOTD RCDATA "resources/dw/experiments_tu32.gz"
DW_CARDS RCDATA "resources/dw/featured_cards-english_tu32.gz"
DW_PLAYLISTS RCDATA "resources/dw/playlists_tu32.gz"
//DW_FASTFILE RCDATA "resources/dw/en_core_ffotd_tu32_593.ff"
DW_FASTFILE RCDATA "resources/dw/en_core_ffotd_tu32_593.ff"
#endif // English (United States) resources
/////////////////////////////////////////////////////////////////////////////

Binary file not shown.