FPS dropping fix
FPS dropping fix
The fix is simple. You just need to recompile the game from the source files and the fps is 60+. I saw a post about this so i thought id share it. I made a video on it.
http://www.youtube.com/watch?v=7KmD9T2S ... e=youtu.be
http://www.youtube.com/watch?v=7KmD9T2S ... e=youtu.be
Re: FPS dropping fix
fack i accidentally reloaded my browser so it posted this twice. SORRY!
Re: FPS dropping fix
Hello there
I've not viewed the vid yet, but how will recompiling the code be any different to wolfire doing it?
I would actually love to know, programming is not my forte
I'll test this tomorrow. If this work it's an amazing find. Kudos!
rgds
LoK
I've not viewed the vid yet, but how will recompiling the code be any different to wolfire doing it?
I would actually love to know, programming is not my forte
I'll test this tomorrow. If this work it's an amazing find. Kudos!
rgds
LoK
Re: FPS dropping fix
I think its due to not properly optimised shadows which is slowing down peoples game. I'm not entirely sure, it just makes it run faster, which i prefer.orlok wrote:Hello there
I've not viewed the vid yet, but how will recompiling the code be any different to wolfire doing it?
I would actually love to know, programming is not my forte
I'll test this tomorrow. If this work it's an amazing find. Kudos!
rgds
LoK
-
- Posts: 21
- Joined: Wed Jul 04, 2012 4:00 pm
Re: FPS dropping fix
The recent update seemed to fix my performance issues, at least for now.
So it was unoptimized shadows that was making it chug? I've just been calling it black magic.
So it was unoptimized shadows that was making it chug? I've just been calling it black magic.
-
- Posts: 3
- Joined: Sat Jan 12, 2013 8:54 pm
Re: FPS dropping fix
I apoligize for necroing, but that video isn't available and im still having a lot of frame rate issues with this amazing game. Can somebody walk me through the process of "recompiling the code" as described in earlier posts? Any help would be greatly aprecciated. Thanks.
-
- Posts: 6
- Joined: Mon Jun 18, 2012 8:28 am
Re: FPS dropping fix
I'm having the same problem.
-
- Posts: 3
- Joined: Sat Jan 12, 2013 8:54 pm
Re: FPS dropping fix
Why does nobody have an answer?
Did I just waste 5 dollars?
Come on.
Did I just waste 5 dollars?
Come on.
-
- Posts: 3
- Joined: Sat Jan 12, 2013 8:54 pm
Re: FPS dropping fix
Another 100 views on this topic/thread/whatever and still no repsonse.
Such a strong and helpful community.
Glad im a part of it.
Such a strong and helpful community.
Glad im a part of it.
-
- Posts: 52
- Joined: Thu Jan 05, 2012 12:22 am
Re: FPS dropping fix
I would like help with this fix too the game works fine for me but its a little laggey..
wish i could hep dude Im just don,t have the smarts
Please help this guy someone?
wish i could hep dude Im just don,t have the smarts
Please help this guy someone?
-
- Posts: 681
- Joined: Sat Sep 26, 2009 4:02 pm
- Location: Sweden
Re: FPS dropping fix
Not sure why this would help, except if you got a semi-slow graphics card, since stuff like dynamic shadows are disabled for the free version of unity, but here's how you do it:
First you need to get ahold of the source code, check out the game's main page: http://www.wolfire.com/receiver
Then, download the free version of Unity: http://unity3d.com/
Now, open the downloaded project (source that is) with unity, and build it.
Done!
First you need to get ahold of the source code, check out the game's main page: http://www.wolfire.com/receiver
Then, download the free version of Unity: http://unity3d.com/
Now, open the downloaded project (source that is) with unity, and build it.
Done!
Re: FPS dropping fix
I'm not sure how exactly to get the source code into Unity, how do?SteelRaven7 wrote:Not sure why this would help, except if you got a semi-slow graphics card, since stuff like dynamic shadows are disabled for the free version of unity, but here's how you do it:
First you need to get ahold of the source code, check out the game's main page: http://www.wolfire.com/receiver
Then, download the free version of Unity: http://unity3d.com/
Now, open the downloaded project (source that is) with unity, and build it.
Done!
EDIT: Never mind.
Re: FPS dropping fix
I suspect this is because you are compiling with Unity Standard which doesn't support shadows, so if the shadows are the bottleneck, it runs faster.
Re: FPS dropping fix
Okay, so I opened the project in Unity, but whenever I compile it I just get a blank screen. What am I missing? Should I be importing other stuff? I tried to open a scene or something and I messed with the Build Settings, but I had no luck. How do I get it to compile properly?
Re: FPS dropping fix
This happens to me, too.MrOnly wrote:Okay, so I opened the project in Unity, but whenever I compile it I just get a blank screen. What am I missing? Should I be importing other stuff? I tried to open a scene or something and I messed with the Build Settings, but I had no luck. How do I get it to compile properly?