Post Reply 
 
Thread Rating:
  • 5 Votes - 3.6 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Tactics ogre : Let us cling together
07-01-2013, 06:07 AM
Post: #116
RE: Tactics ogre : Let us cling together
(06-28-2013 03:44 AM)theonyxphoenix Wrote:  
(06-28-2013 03:06 AM)Rhymes Wrote:  I tried to modify the source code and found that if I add fbo_unbind(); after fbo_bind_as_render_target(vfb->fbo); in the FramebufferManager::SetRenderFrameBuffer() method, then I don't need to toggle Buffered Rendering, just keep it on. World map shown correctly with another rectangle buffer in the lower left of the screen.

I am not sure if this affect other parts of the game but at least it work for me. (I am a intermediate C++ but just a beginner OpenGL)

For sound crackling. You need to maintain VPS to 60 constantly. That why while you are doing another things those use some CPU times, you get sound shuttering. This also common in weak devices such as mobile phone without frameskip.

I prefer turning Buffered Rendering off. Buffered Rendering with frameskip don't work together very well in my android device. Frameskip set to 2 but in my feeling I see that it skip 5 or more.

Does that fix the issues in battle as well when the screen blacks out from a spell, etc. being cast?

I just found your answer. It happened to me once when I forgot disable frameskip after the test. Disable frameskip will not trigger black screen in battle. I always play wihout farmeskip. Vps varies around 40-60. Highest vps drop when in sepia scene. Some sound stuttering (due to vps not stable at 60).

Now I am at the beginning of chapter 3, no major problem so far.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Tactics ogre : Let us cling together - Rhymes - 07-01-2013 06:07 AM
Taticsc ogre letter problem - NowakSotto - 07-09-2013, 02:46 PM
RE: Taticsc ogre letter problem - vnctdj - 07-10-2013, 02:48 PM
Black Screen Issues - harcield - 12-01-2013, 01:35 AM
Infinite Loops Issue - game_boy - 12-25-2013, 11:53 PM
save/load issue - karotsu - 02-21-2014, 09:55 PM
Stopped working(detail) - k4k4shi - 11-02-2014, 12:40 AM
Texture scaling on Tactics Ogre - Ledic - 02-06-2015, 11:36 PM

Forum Jump: