YouGroove Posted February 13, 2015 Share Posted February 13, 2015 Hi, Does someone uses higher resolution than 1024*768 ? Is the frame rate staying good ? I'm testing on my laptop and i have a solid 60 fps within 1024*768, and when i put 1368*1024 or 1600*900 the frame rate drops from 60 to 30 while the level is pretty basic. I'm ok if the final game stays at 30 fps on higher resolutions. But having the frame rate already lowering while the level is empty without full screen effects or water, i'm not sure it will be able to keep 30 fps on the final game ? 1 Quote Stop toying and make games Link to comment Share on other sites More sharing options...
YouGroove Posted February 13, 2015 Author Share Posted February 13, 2015 Is there any bottleneck problem in LE3 with ressources priorities and allocations or GPU ? - LE3 alone : 30 fps (1368*1024) - Crysis and LE3 : LE3 drops down to 10 fps I'm not asking LE3 to perform like a big team made engine as that don't make sense. But on a same PC laptop , i would expect LE3 in medium settings with some BSP cubes, to have higher frame rate than Crysis using higher graphics both on simple maps. LE3 at 1280*1050 with medium settings. Like i said, i have several solution for the game in case fps would not go high, so it's not a problem, i'm more curious, why resolution has so much impact on some empty BSP level ? I think it is some bottlenecks in LE3 that can be improved ? Quote Stop toying and make games Link to comment Share on other sites More sharing options...
beo6 Posted February 13, 2015 Share Posted February 13, 2015 No problems here with only CSG boxes. resolution does not matter too. With VSync on i always have 60 fps. with VSync off in release mode i get a too quickly flashing fps counter that is around 500-600 fps. So it must be one of your other models / scripts that is slowing it down. Quote Link to comment Share on other sites More sharing options...
YouGroove Posted February 13, 2015 Author Share Posted February 13, 2015 Try some last game with full settings and tell me you have the same frame rate when you change resolution ? 1280*1050, medium settings, no scripts : 38 fps (compared to 60 fps in 1280*1024 with two script running) I let it down, i'll make tests on the desktop computer, but like previous tests, i will have a noticeable frame rate drop i think. I'll continue on the game, i'll ask Josh if something can be done for performance if things get even worst, or i'll try a different game mode and view. Quote Stop toying and make games Link to comment Share on other sites More sharing options...
xtom Posted February 13, 2015 Share Posted February 13, 2015 My map is taxing my system at the moment. In 1024x768 I'm getting 10FPS when I walk down csg street between my houses but in 1920x1080 I'm getting pretty much the same frame rates so it doesn't seem like resolution is the big drain. At least not in my situation. Quote Check out my games: One More Day / Halloween Pumpkin Run Link to comment Share on other sites More sharing options...
beo6 Posted February 13, 2015 Share Posted February 13, 2015 can you post the map file with all used scripts so i can check it myself? Quote Link to comment Share on other sites More sharing options...
f13rce Posted February 13, 2015 Share Posted February 13, 2015 I did notice that debug mode in C++ takes away a LOT of fps. Maybe this has to do with it? Still it's pretty weird that just the screen resolution gives you this drop. Quote Using Leadwerks Professional Edition (Beta), mainly using C++. Windows 10 / Linux Mint, Visual Studio 2017. GPU: NVidia GeForce GTX970, CPU: Intel i7 7700K @ 4.20 GHz Previously known as Evayr. Link to comment Share on other sites More sharing options...
YouGroove Posted February 13, 2015 Author Share Posted February 13, 2015 I always use run mode. The drop stays at 30 fps with lot of detailled static geometry without LOD, low shadows in medium settings, LE3 is good with static models. I will test on my desktop , but the main issue is dynamic entities using a script and physics, i'll have to manage that carefully. Quote Stop toying and make games Link to comment Share on other sites More sharing options...
AnthonyPython Posted February 13, 2015 Share Posted February 13, 2015 with Dynamic entities I get around 20-25 fps with physics and around 30-32 fps when not looking at them on my laptop Quote OS: Windows 10 Pro CPU: i3-10100 CPU @ 3.60GHz GPU: NVIDIA 2060 Super - 8 GB RAM: 32 GB Link to comment Share on other sites More sharing options...
Ma-Shell Posted February 13, 2015 Share Posted February 13, 2015 Is there any bottleneck problem in LE3 with ressources priorities and allocations or GPU ? - LE3 alone : 30 fps (1368*1024) - Crysis and LE3 : LE3 drops down to 10 fps What exactly do you want to say with this? You didn't expect that the frames will drop, when you start another highly demanding program? Quote Link to comment Share on other sites More sharing options...
YouGroove Posted February 13, 2015 Author Share Posted February 13, 2015 I was just syaing my laptop can run lot more demanding programs keeping 30 fps, while a simple cubic level in LE3 just runs at same speed instead of beeing higher. But i seen that LE3 keeps a solid 30 fps when increasing the level complexity , what is good. I expect a solid 30 fps at least on my desktop for the game, under 30 fps it will consider to change the game from TPS to another game style. Quote Stop toying and make games Link to comment Share on other sites More sharing options...
Gonan Posted February 14, 2015 Share Posted February 14, 2015 I may be wrong as this is just off the top of my head, but if you increase the screen resolution then you are asking your graphics card to do more work. if you run your game at 640 by 480, you are minimising the work on the number of pixels you have to process in your GPU, using 307K pixels, assuming you have a reasonable gpu, your frame rate would be constrained by other things like the CPU, memory, disk etc. But this would give you your base line. Going to 1024 x 768 in 786K, more than double the work for the GPU to output. And running at 1920 x 1080 gives 2073 K. Over 6 times the output of your base reading. So if you got 30 FPS at 1024 x 768 I would expect you could get 60+FP at 640 x 480 and about 10 FPS at 1920 x 1080. If you do get 60FPS at 640x480 I suspect a better GPU, if you have the power available, will give a better frame rate. Quote Link to comment Share on other sites More sharing options...
YouGroove Posted February 14, 2015 Author Share Posted February 14, 2015 You don't understand the drop down on frame rate is heavy in LE3 moving from 1024*768 to 1280*800 for a scene that is empty : Some cubes, no scripts, one dir light. While changing resolution is not impacting a lot on other 3D engines with lot more level content. Well , i'll develop the first level i'm making and we'll see how it goes or can't go. Quote Stop toying and make games Link to comment Share on other sites More sharing options...
josk Posted February 14, 2015 Share Posted February 14, 2015 I have no fps drops like that when changing resolutions. Have lots of entitys, lots of scripts. not a lot of characters though. Quote Elite Cobra Squad Link to comment Share on other sites More sharing options...
Vaelek Posted February 14, 2015 Share Posted February 14, 2015 I'll chime in here with a slightly related comment. In a fairly simple scene at 1024x768 I get 60fps, I light my campfire and it drops to about 35. Now at first I would think this is maybe perfectly normal. However, when turning off vsync, even at 1920x1080, I get 500fps without and 200 with the fire lit. If the engine/my system is capable of 200fps without vsync, why in the world would it ever drop below 60fps in this scenario with vsync? Quote Link to comment Share on other sites More sharing options...
YouGroove Posted February 15, 2015 Author Share Posted February 15, 2015 LE3 like to have lot of complex models instead of BSP Quote Stop toying and make games Link to comment Share on other sites More sharing options...
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.