-
Content Count
401 -
Joined
-
Last visited
-
Medals
-
Medals
Everything posted by ozzbik
-
Amd and issues to come...(Froggy can add)
ozzbik replied to krizz kaliko's topic in ARMA 3 - TROUBLESHOOTING
Are you guys using vsync? If so, look at the refresh rate of your monitor. Mine was set to 59Hz in windows, setting it to 60Hz i got an instant 10 fps increase. This is a Windows problem/feature for TV screens. Also overclocking CPU or GPU can have adverse effects on performance in games (in general). -
Is this on Singleplayer and/or Multiplayer missions? I've got this problem mainly on multiplayer.
-
Alpha/ Beta causing my internet to disconnect
ozzbik replied to RobbieX27's topic in ARMA 3 - TROUBLESHOOTING
Could be UDP Flood detection that is kicking in. Try configuring an exception for Arma 3 (or test by turning off flood detection). -
So it was solved for you by disabling steam overlay?
-
Just for clarity: You did try an older version of the Nvidia driver (one or two versions back)?
-
It could also be that you powerunit (PSU) does not deliver enough power to your videocard. Try using a benchmarktool or videocard stresstest to determine if that is the problem. Vsync setting (on or off) seems to help in some cases.
-
Do you have a Nvidia Graphics card? Try with an older driver instead of the latest. Do you have an AMD graphics card? Try with the latest beta driver.
-
Perhaps it's best if the chat is locked, until they are ready to receive questions. I found the last live stream enjoyable though (not to formal). If it only could have come with a nice cold beer.. Watching made me thirsty.. ;)
-
@DnA : Will the ammobox be adjusted to this change?
-
@chortles - Isn't this already done by the fhq m4 mod?
-
What is your systems configuration (videocard/memory/processor/Windows version)?
-
ARMA 3 Menu Bug - Constantly tabbing/moving and cannot select options - See Video
ozzbik replied to lauvan's topic in ARMA 3 - TROUBLESHOOTING
Could be: - Keyboard malfunction (hanging keys) - Controller plugged in which is not calibrated correctly - Faulty drivers - Ghostly visitor pushing keyboard keys.. ;) -
Arma 3 kills my internet when i'm trying to connect to a server...
ozzbik replied to nudedude's topic in ARMA 3 - TROUBLESHOOTING
Good to hear!:) -
So that's Altis then (hopefully comes with the BETA)? :pray:
-
Arma 3 kills my internet when i'm trying to connect to a server...
ozzbik replied to nudedude's topic in ARMA 3 - TROUBLESHOOTING
Depends on the router. A firmware update or configuration setting could do the trick. Friend of mine bought a (cheap) new router which fixed the problem for him (in Arma 2). Your router has a configurable firewall. I don't know if the supersedes the ICMP default, but you could try to configure a rule for Arma3 ports for UDP packets to your machine? -
Arma 3 kills my internet when i'm trying to connect to a server...
ozzbik replied to nudedude's topic in ARMA 3 - TROUBLESHOOTING
Could be the router doesn't do well with a lot of udp packages (flood)? -
Water crashes or landings in helicopter are very unrealistic
ozzbik replied to progamer's topic in ARMA 3 - BETA DISCUSSION
I believe this is partially already in-game? For instance the rotor breaks when it hits the ground. It would be nice if it affected more points on the chopper though. :) -
Are you using any kind of mods on client? Also could you post your rpt? Do you have a router with configured port forwarding?
-
This is not a 'fixed' game. If you want a hidden weapons cache: place it in your mission. I guess furniture will come in later updates as civilian objects in the editor.
-
Arma 3 multiplayer servers not showing up
ozzbik replied to Phizzy's topic in ARMA 3 - TROUBLESHOOTING
Are you using a software firewall? It could be that the new program isn't allowed access to the internet. -
It isn't Christmas, but i'm just as happy as if it was.;) Keep it coming BI
-
Clients cant join locally hosted edited mission
ozzbik replied to ToM666's topic in ARMA 3 - TROUBLESHOOTING
I've check the mission and can reproduce the problem. The logs are full with nonnetwork errors, which could be problematic client scripts. So it could be that one of the clientscripts used which a causing this behaviour. As i understand now the errors aren't always shown. Will try some other stuff to find out the exact issue (learn new things everytime :) ) -
Could it be that it has a problem with client side scripts?
-
Clients cant join locally hosted edited mission
ozzbik replied to ToM666's topic in ARMA 3 - TROUBLESHOOTING
Lol, had your old mission files. :P http://www.ofpec.com/faq/index.php?action=read&cat=64&id=55 another usefull link I guess. Will look into it this evening. -
Clients cant join locally hosted edited mission
ozzbik replied to ToM666's topic in ARMA 3 - TROUBLESHOOTING
For that error, try to include the following: class Header { gameType = COOP; //game type minPlayers = 1; //min # of players the mission supports maxPlayers = 10; //max # of players the mission supports }; More info about this file: http://community.bistudio.com/wiki/Description.ext