Jump to content

Assert Failed when loading a map


Dreikblack
 Share

Go to solution Solved by Josh,

Recommended Posts

 

"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.

 

 

Link to comment
Share on other sites

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?

My job is to make tools you love, with the features you want, and performance you can't live without.

Link to comment
Share on other sites

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

 

  • Thanks 1
Link to comment
Share on other sites

  • Solution

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.

image.thumb.png.48926ac3944cc3a89431a8ccf89bda42.png

  • Thanks 1

My job is to make tools you love, with the features you want, and performance you can't live without.

Link to comment
Share on other sites

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...