Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Mayhemic.MAD

Pages: 1 2 [3] 4 5 ... 56
31
General Discussion / Re: A hilarious mistake on the website
« on: 20-02-2018, 19:02:11 »
thanks for the feedback  ;D 
it´s fixed now

32
Gaming / Re: PostScriptum : The Bloody Seventh
« on: 14-02-2018, 15:02:48 »
From http://postscriptumgame.com/faq

Quote
Will there be censorship of Nazi symbolism?

Despite Nazi symbolism being outlawed in a few countries worldwide, we believe that if a game is going to be thoroughly accurate in the recreation of every single thing then even such elements should be present too (whether small in significance or not, that’s not our role to tell and neither we want to go down that path). We’re planning to make a censored version for people that live in countries where it’s outlawed but it be will be heavily dependent of a few things that might be out of our control.


But the game sure looks amazing already, I really want to to play something with such a realist scale.

33
Suggestions / Re: The Minor Suggestions Thread
« on: 02-02-2018, 22:02:16 »
Your suggestions are very welcome, but Jan also speaks the truth when he says that the importance of the medic is very limited, given how lethal hits usually are. Also the Dev team is currently consisting of just a few active people who put more interested in in keeping development going, than keeping the forums alive with merry tales and discussions about things that were already discussed in depth years ago. The age of the bf2 engine just makes fresh suggestions really unlikely by now.

34
There seems to be a in problem in your user.config file. I recommend to delete everything in "C:\Users\username\AppData\Local\Forgotten_Hope".

35
Announcements / Re: The Road to Forgotten Hope 2.52
« on: 16-06-2016, 18:06:23 »
Forgotten Hope 2.52 is now available to install via the FH2 Launcher!

36
Off-Topic / Re: Picture of the Day
« on: 07-06-2016, 12:06:10 »
Can't see the link and when copying the text of the link into my browser it doesn't work :(
stupid g+ :)
https://plus.google.com/103715030210557776823/posts/NnDeZys4oYK

37
Off-Topic / Re: Picture of the Day
« on: 06-06-2016, 13:06:17 »

Assembling a 1-1 scale wooden model of the Ju87

38
I found some infos on this problem. Seems like a Windows / .net error.
Solution might be to overwrite the corrupted machine.config with the default one as described here:
http://appuals.com/best-fix-steps-to-fix-parsing-error-0xc00ce556/

39
https://stackoverflow.com/questions/5168880/error-creating-the-web-proxy-specified-in-the-system-net-defaultproxy-configur
Seems like running an application off a network share can cause this error.
Otherwise take a look at the folders in "C:\Users\username\AppData\Local\Forgotten_Hope\" and create a "app.config" file besides the user.config, with this content:
Code: [Select]
<system.net>
  <defaultProxy enabled="false" useDefaultCredentials="false">
  </defaultProxy>
</system.net>

41
FH2 Help / Support / Re: Launcher crashes
« on: 15-04-2016, 11:04:39 »
Are you using any obscure characters in your username or password?

42
FH2 Help / Support / Re: Launcher crashes
« on: 14-04-2016, 10:04:42 »
There seems to be a in problem in your user.config file. I recommend to delete everything in "C:\Users\username\AppData\Local\Forgotten_Hope".

43
FH2 Help / Support / Re: server disconnections
« on: 01-04-2016, 16:04:43 »
If you can already connect to the server, disabling your firewall will not help in improving your connection stability. Firewall is to deny incoming connections and BF2 will only do outbound connections. So turn it on again.

To check your connection quality open cmd.exe (dosbox) and type
Code: [Select]
ping 217.79.190.136 -n 20
You should now see the ping stats with number of send and received packets. Dropped or lost packets indicate a problem with the line quality, same as big changes in min and max response time. Using wifi or bad ethernet cables might be a reason for this, but it could also be caused by the provider or the traffic on the overseas cable.

I wonder if other US players have similar experiences?

44
FH2 Help / Support / Re: Can't install FH 2.51
« on: 01-04-2016, 16:04:40 »
The error has something to do with cleaning the shader cache folder. You can delete this cache folder manually anytime without any problems. Next time you run the game, the shader cache will simply get re-created.

So go to "my documents/forgottenhp2/mods/bfs/cache/" and delete everything you find there.
Then run the launcher again and use the repair function.

45
From somewhere I have these commands to improve shadows
Code: [Select]
shadowManager.shadowMapSize 2048
shadowManager.shadowMapDepthDistance 80
shadowManager.shadowMapBitDepth 24
shadowManager.shadowMapDepthBias 0.0025
But I´m not sure if they still work, especially with current ATI drivers, since BF2 is optimized for (old) Nvidia drivers.

Pages: 1 2 [3] 4 5 ... 56