Dreikblack Posted October 4, 2024 Posted October 4, 2024 "Assert Failed" when i'm trying to open any map of my game in the Editor after last update (beta, 4th October). Can't reproduce it yet in test project, so probably it's related to Quake models. @Joshyou can just update shaders on latest master branch of Quake Tactics and open any QT map to reproduce it. Quote
Josh Posted October 7, 2024 Posted October 7, 2024 When I load any scene I get a large number of "failed to load model" or texture messages. This was causing some prefabs to not load, return NULL, and then there was some code that did not check for this and would cause a crash. Do I need to extract Quake files somewhere into the project? Can you please remind me which file goes where? Quote My job is to make tools you love, with the features you want, and performance you can't live without.
Dreikblack Posted October 8, 2024 Author Posted October 8, 2024 3 hours ago, Josh said: Do I need to extract Quake files somewhere into the project? Can you please remind me which file goes where? Right, forgot about that. Probably easier would be just load any map from the game - same error. To open it in the Editor you need to put pak0.pak (rerelase pak) to the project root folder and copy EditorScripts/QuakeTacticsExt.lua to Ultra Engine Pro\Scripts\Start\Extensions 1 Quote
Solution Josh Posted October 8, 2024 Solution Posted October 8, 2024 This was caused by additional data added to the vertex structure, and the plugin interface expected the stored vertex data size to match that of the vertex class. 1 Quote My job is to make tools you love, with the features you want, and performance you can't live without.
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.