This commit is contained in:
watrabi
2025-10-28 14:05:46 -04:00
parent 977f1ff4b8
commit c93494f795
452 changed files with 47860 additions and 152 deletions
-10
View File
@@ -1074,16 +1074,6 @@ bool Application::ParseArguments(const char* argv)
#endif
}
if (vm.count("app")) {
if (auto dm = currentDocument->getGame()->getDataModel()) {
dm->submitTask(boost::bind(&Document::Start, currentDocument.get(), boost::make_shared_future(std::string()), SharedLauncher::Play, false, getVRDeviceName()), DataModelJob::Write);
dm->setIsXboxApp(true);
dm->startCoreScripts(true, "XStarterScript");
dm->loadContent(ContentId("rbxasset://ScaledWorldv4.7.rbxl"));
}
launchMode = SharedLauncher::Play;
}
// used to determine how we will initialize datamodel
if (vm.count("play"))
launchMode = SharedLauncher::Play;