Home
last modified time | relevance | path

Searched refs:CFG_FOV_NAME (Results 1 – 4 of 4) sorted by relevance

/dports/games/exult/exult-snapshot-v1.7.0.20211128/gamemgr/
H A Dmodmgr.cc432 path_prefix = to_uppercase(CFG_FOV_NAME); in ModManager()
665 checkgames.emplace_back(CFG_FOV_NAME); in GameManager()
671 if (gamestr != CFG_BG_NAME && gamestr != CFG_FOV_NAME && in GameManager()
735 print_found(fov, "exult_bg.flx", "Forge of Virtue", CFG_FOV_NAME, "ULTIMA7", silent); in GameManager()
/dports/games/exult/exult-snapshot-v1.7.0.20211128/
H A Dfnames.h181 #define CFG_FOV_NAME "forgeofvirtue" macro
H A Dexult.cc799 arg_gamename = CFG_FOV_NAME; in Init()
/dports/games/exult/exult-snapshot-v1.7.0.20211128/mapedit/
H A Dstudio.cc597 if (game == "fov") game = CFG_FOV_NAME; in ExultStudio()
1374 } else if (gamename == CFG_FOV_NAME) { in set_game_path()