Trymedia packaging
by Martin Andresen · in Torque Game Builder · 02/15/2007 (3:38 am) · 3 replies
Has anybody else used Trymedia's ActiveMARK for packaging?
When doing this our game has small breaks every two seconds or so. I tried packaging the FishDemo and the result was the same, so it seems to be a general TGB issue. Any ideas on how to fix this - either in TGB code or with the Trymedia tools?
Kind regards,
Martin Andresen
When doing this our game has small breaks every two seconds or so. I tried packaging the FishDemo and the result was the same, so it seems to be a general TGB issue. Any ideas on how to fix this - either in TGB code or with the Trymedia tools?
Kind regards,
Martin Andresen
#2
02/16/2007 (9:16 pm)
The security settings make the biggest impact on your performance. The higher your security settings, the worse your performance is going to be. Try playing with the different levels to find a best fit for you. You also may get better performance by hooking all the dlls (opengl2d3d.dll, etc), however you may hit compatibility problems with Win 9X doing this if you care. Also, if you're using "setModPaths(getModPaths())" to refresh the resource manager, your game will come to a complete stop for several seconds each time when it's wrapped with ActiveMark, so you'll want to avoid doing that.
Torque Owner Martin Andresen
Default Studio Name
Edit: Did some further tests, and the 60 minute limit also has the same problems, although much less noticeable. So if anyone still has any ideas for this, please let me know.
- Martin