Jump to content

Jira

Premium
  • Posts

    191
  • Joined

  • Days Won

    2
  • Feedback

    0%

Everything posted by Jira

  1. the project source is only available on 32-bit, you need rebuild the extern for 64-bit and in Makefile change -m32 with -m64 for working or you can also create the project with cmake cross-platform, it's easy.
  2. [Hidden Content] No need sdk reducio.
  3. bool PackInitialize(const char * c_pszFolder) { NANOBEGIN if (_access(c_pszFolder, 0) != 0) return true; std::string stFolder(c_pszFolder); stFolder += "/"; CTextFileLoader::SetCacheMode(); #if defined(USE_RELATIVE_PATH) CEterPackManager::Instance().SetRelativePathMode(); #endif CEterPackManager::Instance().SetCacheMode(); CEterPackManager::Instance().SetSearchMode(CEterPackManager::SEARCH_PACK); CSoundData::SetPackMode(); CEterPackManager::Instance().RegisterPack("pack/example.eix", "*"); CEterPackManager::Instance().RegisterPack("pack/example.epk", "*"); CEterPackManager::Instance().RegisterRootPack((stFolder + std::string("root")).c_str()); NANOEND return true; }
×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.