CamperKiller 0 Posted May 16, 2002 There is an option to change the 'visibility' in the new Multiplayer 1.55 release. Has anybody noticed this, I assume its the same as setviewdistance, I wonder if this means we can change the visibility on all missions!!!! Share this post Link to post Share on other sites
kegetys 2 Posted May 16, 2002 It (will) only work in singleplayer. Share this post Link to post Share on other sites
Mora2 0 Posted May 16, 2002 SIngle player?????' How can you play single with the MP Test?????? Share this post Link to post Share on other sites
762WorldOrder 0 Posted May 16, 2002 Yeah, I don't get it. Either way, this is something I think BIS should include in MP. Â After all, I like to use a view distance of 3000 in all of my maps (you just can't go back to the default once you've experienced OFP the way it's supposed to be, especially for air battles), but some computers just can't handle it. Â It would be awesome if I could set the viewdistance to whatever I wanted before the game starts, according to what kind of computers everyone is running on. btw Kegetys, I've been using your Hawk in one of my missions and I must say it's a great piece of work. Â I use it any time I possibly can for aircraft roles, because the cockpit/canopy visibility is soooo much better than the A-10's claustrophobic setup (which inhibits your vision, hell most of the time I can't even see the ground unless I nose her down hard). Â Are you planning anymore aircraft? Share this post Link to post Share on other sites
SFG 1 Posted May 16, 2002 Um... you would have an advantage then if you can set a higher view distance. In Multiplayer. Share this post Link to post Share on other sites
Espectro (DayZ) 0 Posted May 16, 2002 </span><table border="0" align="center" width="95%" cellpadding="3" cellspacing="1"><tr><td>Quote (Mora2 @ May 16 2002,17:44)</td></tr><tr><td id="QUOTE">SIngle player?????' How can you play single with the MP Test??????<span id='postcolor'> Yes, but someday..... it wont be an mp test anymore, and you can play singleplayer with it. Share this post Link to post Share on other sites
SKULLS_Viper 0 Posted May 16, 2002 Is 1.55 for 'servers' only?Or can it be used if you play on Gamespy or Allseeing eye? Share this post Link to post Share on other sites
dinger 1 Posted May 17, 2002 762 you can write a script to negotiate mp viewdistance. Run a script like this at the start: slowestcpu = 10000 _viewfactor = 1 ;set viewfactor to be targetviewdistance = benchmark * viewfactor ~(random 10) _i = 0 #YellBackandForth ?(benchmark < slowestcpu):Slowestcpu = benchmark; publicvariable "SlowestCPU" ~5 _i = _i + 1 ?(_i < 5):goto "yellbackandforth" setviewdistance (slowestcpu * _viewfactor) exit Share this post Link to post Share on other sites
Blake 0 Posted May 17, 2002 The default view distance for v1.55 Multiplayer seems to bee 900 meters compared to old default of 600 meters. And it runs much smoother than in v1.46 too Share this post Link to post Share on other sites
Mora2 0 Posted May 17, 2002 "Yes, but someday..... it wont be an mp test anymore, and you can play singleplayer with it." I know, I know. I did notice it after thinking that it "would" be available   ....didn´t saw Kegetys (will)....   Share this post Link to post Share on other sites
762WorldOrder 0 Posted May 17, 2002 Hey thanks Dinger, I'll try that script tonight after I get off work (well, after I go to see AotC anyway ). Share this post Link to post Share on other sites