| |||||
| ||||||
| | LinkBack | Thread Tools | Display Modes |
| | #31 | |
| Veteran Member Allied Ribbon of Bravery | Re: AFK Players in Whitegate and Besieged: Why aren't they autologged? Quote:
The reason why i cant believe you macht is because i play with a watered down version. No weather effects, shadows. I turned everything on so i cant see actions i do, or actions others do. i have no chat running across my screen except for party. As well as a host of others. An yet i still experience lag problems in Besieged, or areas like D.A. Lets face it, The FFXI servers were built in the mid 90's. THey cant handle large numbers. Its not my system, its the system im recieving data from. Yeah i know you work with sucha n such, are they 10 years out of date, which in computer years would equal 15 years. Nowadays i read about how new gaming servers can handle 10k-20k players. Thats not including the enviorments, or mobs. An i think back to me in D.A with 20 darters an 75 players freezing up.
__________________ ![]() Nin75, Bst75. Drk61, War61, Rdm40, All other jobs are 37. All 3 starting city missions completed. All Zilart missions completed. All CoP missions completed. TouA completed. | |
| | |
| | #32 | |||
| Digital Wizard Super Moderator Holyknight Emblem Join Date: Aug 2003 Location: Florida, USA
Posts: 6,207 Style: Light Theme V7 Thanks: 72
Thanked 528x in 341 Posts
My Mood: | Re: AFK Players in Whitegate and Besieged: Why aren't they autologged? Quote:
![]() Definition for fuzzy logic People don't use fuzzy logic in game programming. Game programmers and designers sometimes use hueristics to anticipate player actions and determine approximate computational loads, but that's a completely unrelated topic to fuzzy logic, and in any case, neither one bears much impact on your system performance aside from an overall design viewpoint. Quote:
Quote:
Icemage | |||
| | |
| | #33 | |
| Pai Pai Lackey Iron Emblem of Service | Re: AFK Players in Whitegate and Besieged: Why aren't they autologged? Quote:
Fair enough by the same token, I can't believe you either. Working with a system I've maticulously built and made sure parts were very compatible with eachother, I can play Besiege with full effects and have no lag problems. Well until recently but I stupidly did got on an installing spree so I'm sure a program I installed is the culprit of my degraded performance. It becomes very painfully clear to me when I run this game on 3 systems of different quality and have seen how Besiege works on them. Another out-of-date PC I have in it's 12th year that I built needs me to strip out all extra graphical stuff because it can't handle it. If your system has problems I would question it's component and their compatibility along with potential software that's on the system. | |
| | |
| | #34 |
| Altanaの戦士 Golden Star Join Date: May 2006 Location: Fenrir Server
Posts: 4,100 Style: Light Theme V6 Thanks: 228
Thanked 500x in 322 Posts
| Re: AFK Players in Whitegate and Besieged: Why aren't they autologged? This phrase just made my day much more fun. Since I can't use emoticons here all I can say is ROFL.
__________________ Sanctuary of Zi'tah! ![]() "In this world, the one who has the most fun is the winner!" C.B. Prishe's Knight since 2004. その目だれの目。 |
| | |
| | #35 | |
| =~.^= Allied Ribbon of Bravery Join Date: May 2006 Location: Area 3.141592654......
Posts: 1,692 Style: Light Theme V7 Thanks: 223
Thanked 223x in 171 Posts
| Re: AFK Players in Whitegate and Besieged: Why aren't they autologged? Quote:
This was against a level 5 undead swarm BTW, I'm sure the Mamool Jas are even more evasive. I can hit the pets just fine, they are more like high VT-IT exp mobs to me, but if I can fight a pet how much easier can a merited level 75 kill one? A level 50 or below melee is useless with a very few exceptions. I can do more damage to the undead swarms by going in as drg/rdm and cure bombing the skeletons, though after the magic update this doesn't seem quite as effective and I am seeing alot of 0s now when I cast Cure III on undead. A lower level mage IS useful because they can stay on the sidelines and cure the people there, while the mages with more hp/mp can be in the thick of the battle curing the tanks. And besieged really isn't worth the time for me right now. yeah it's fun, but the outcome of besieged does not hinge on whether I participate or not, and since besieged can last for up to 2 hours, I am not inclined to stay that long, if I know a besieged is wrapping up, and I could use some exp/IS, I'll just pop in during the last 15 minutes, toss some cure IIIs and buffs around, and recieve max rewards. I do agree that afk players should not be in there taking up space that a person who is there can use, I don't agree though with a level requirement for besieged, but SE should adjust it somehow so that everyone can contribute. I rather liked the level appropriate fort idea that someone had posted, everyone gets put into a fort (say one fort is for levels 1-10 and so on) and the beastmen have to get past the forts before they can go into the city, once they are in the city besieged happens like normal, but while in the forts you are fighting in a level specific place where you can actually contribute.
__________________ ![]() You have the right to remain silent, anything you say can and will be misqouted and then used against you. | |
| | |
| | #36 | |
| Pai Pai Lackey Iron Emblem of Service | Re: AFK Players in Whitegate and Besieged: Why aren't they autologged? Quote:
And no asyncronous queries are pass-through commands. They do not lock resources because they are telling the system to make a temporary image/copy of the resources. A bridge for the little lady to cross, not record locking which yes does slow everything down. | |
| | |
| | #37 |
| Junior Member | Re: AFK Players in Whitegate and Besieged: Why aren't they autologged?
SE has already stated they are not going to have a level limit in besieged in a recent interview. They want everyone to be able to enjoy it. As far as the AFK ppl in whitegate you'll just have to learn to deal with it. Until SE opens up the Imperial Whitegate we only have 2 big town zones to run around in. Try moving your home point from the MH to the fountain in the middle.
|
| | |
| | #38 | ||
| Digital Wizard Super Moderator Holyknight Emblem Join Date: Aug 2003 Location: Florida, USA
Posts: 6,207 Style: Light Theme V7 Thanks: 72
Thanked 528x in 341 Posts
My Mood: | Re: AFK Players in Whitegate and Besieged: Why aren't they autologged? Quote:
![]() Quote:
Are you sure you do this for a living? Because I do, and none of your statements make any sense. Pass-through queries on a server don't automatically replicate data. In fact, the exact opposite is true - they instruct the server to perform the operation server-side and pass the results back to the client, as opposed to sending a copy of the data to the client for computation. Using a pass-through query versus a client-side query doesn't really affect whether or not you have record locking, it just changes the conditions under which the information is locked. You can lock records just as easily with a pass-through query as with a client-side query, depending on what sort of locking scheme you're using. The main differences are whether you choose to sacrifice network bandwidth and client processor time, or sacrifice server computational power. This isn't to say you can't use an asynchronous query to replicate data server-side and perform your computations on the replicated set, but that functionality is not implied in a pass-through query. [/technobabble off] --- Long story short with respect to Besieged: Yes, the lag in Besieged has a lot to do with the number of players in the zone. System performance is, of course, always an issue. If your system isn't at least "average", particularly for a PC that's weak in the video card department, you'll see a lot of lag as your computer fights to stay on top of what's happening. But the PS2 and XBox360 have a standard amount of computing power, and the game is designed to run smoothly on that hardware. If I had to guess, I'd say that Square-Enix has placed a hard cap on the amount of information the server sends to each player, and that limit is regularly exceeded, which causes the servers to "drop" data like damage notifications, special effect notifications, or pretty much anything else. I've lost count of the number of times I've seen myself just drop dead in the middle of nowhere, with nothing in the damage logs to indicate what killed me. I run a very close to cutting-edge system, with a solid broadband connection. The bottleneck in Besieged, for me, is not my computer, nor my internet connection. That leaves the FFXI servers as the root cause; many times I'll start attempting to cast a spell, not see any effect on screen or in the log, but attempting to repeat the action a second later gives me the "You can't do that right now." message which indicates that the server is already aware that I'm casting the spell. It's not really a limit on the PS2 so much as the requirement that the game run acceptably for users on 56K dialup that hoses the process the most. You simply can't transfer that much information without overloading a dialup user (causing their modem buffer to overload and eventually disconnect them from their ISP). Icemage | ||
| | |
| | #39 | |
| Pai Pai Lackey Iron Emblem of Service | Re: AFK Players in Whitegate and Besieged: Why aren't they autologged? Quote:
Yes, I do this for a living. I don't recheck my stuff because I don't to often have the time since I just check on here between the times the system completes it's tasks or requests additional info from me. When I write something big it takes a while to get it published due to that. I may not explained it so well but it seems you were getting at what I was saying, to an extent. For not seeing the data that is not an issue with Square Enix directly. It's an issue in the manner of the data beind transfered over the internet. As it's been established before instead of the slower transfer rate of a TCP connection the game establishes a UDP connection for play. This connection is tremendously faster but doesn't care at all about lost data, since everything to our character is server side lost data to the player means a potential message that might not show up or potential command not being received. In either case that only accounts for missing data, in no other way then seeing a message stating "You started a spell" or related information. Outside of that how the game operates is quite often your system. Just to point out, you realize in debates attacking the person directly is just so politcal like and degrading. It's just a very cheap manner to take.
__________________ ![]() Cheezy Test Result (I am nerdier than 96% of all people. Are you nerdier? Click here to find out!) Last edited by Macht; 10-24-2006 at 02:17 PM. | |
| | |
| | #40 |
| Digital Wizard Super Moderator Holyknight Emblem Join Date: Aug 2003 Location: Florida, USA
Posts: 6,207 Style: Light Theme V7 Thanks: 72
Thanked 528x in 341 Posts
My Mood: | Re: AFK Players in Whitegate and Besieged: Why aren't they autologged?
With the lag in Besieged, it's not a TCP vs. UDP issue, though. The packets are not "lost UDP packets", they are literally are not being sent. Square-Enix could flood me with UDP packets and chances are I'd get them all - that's why normal battle messages show up as regular as the sun under normal circumstances. If it were an issue with the packets being sent UDP, you'd see dialup users with issues, but broadband users on good computers would have no problems. For Besieged, what I think is happening is that the servers are realizing that they're sending the maximum amount of allowed data to each player and simply not sending anything until the server determines that a 56k player on that connection could reliably stay connected. Icemage |
| | |
| | #41 | |
| Pai Pai Lackey Iron Emblem of Service | Re: AFK Players in Whitegate and Besieged: Why aren't they autologged? Quote:
Yes, they could flood your system but it seems you are forgetting that from your network to Square-Enix's servers you got more then just your ISP in-between were packets can get lost. I would bet that connections in Japan don't see this issue of lost UDPs as badly just because of being closer to the source. Unless you have single dedicate line that goes from your house all the way to Square Enix (Technically not even in the internet then), there is no way that you wouldn't of lost a UDP. Either a message once in a while (provided you have your logs open to see all messages) or a command you thought you did but wasn't sure and redid. | |
| | |
| | #42 |
| Pointy Stick Allied Ribbon of Glory Join Date: Apr 2004 Location: Portland, OR
Posts: 2,091 Style: Light Theme V7 Thanks: 488
Thanked 375x in 234 Posts
My Mood: | Re: AFK Players in Whitegate and Besieged: Why aren't they autologged?
you guys need to get a room and 'work out' some of this tension >.>
__________________ ![]() Wii code: 6851 9579 6989 9039 |
| | |
| | #43 |
| Digital Wizard Super Moderator Holyknight Emblem Join Date: Aug 2003 Location: Florida, USA
Posts: 6,207 Style: Light Theme V7 Thanks: 72
Thanked 528x in 341 Posts
My Mood: | Re: AFK Players in Whitegate and Besieged: Why aren't they autologged?
The amount of data that S-E sends to a typical user does not overwhelm the UDP protocol. Not even close. My proof: Every once in a blue moon, I've had a gateway or other internet hop hiccup and delay my connection, even in combat. When it happens in combat, everything will look fine except that I'll stop seeing any damage messages - but when it "unfreezes" I get virtually all, if not all, of the combat log messages that have been sent by the server since it started freezing. Not only does the game engine handle it smoothly (the text scrolls by at lightning speed, but it does get tracked), but it even does a lot of the animations at high speed - it's like a temporary fast-forward in the game as it catches up. There's no evidence to suggest that the UDP packet usage for combat data is what is causing the missing log entries in Besieged. If they were merely stray UDP packets, we'd get them sooner or later, but the effect is both consistent and repeatable, which suggests that it's a different cause. Icemage |
| | |
| | #44 | ||
| Pai Pai Lackey Iron Emblem of Service | Re: AFK Players in Whitegate and Besieged: Why aren't they autologged?
Not sure if it would work, he and I seem to have conflicts on more then just this. Probably both of us view a cup with water at a halfway point differently too. Quote:
In fact what you described is a recent thing mine started doing after an installation spree I shouldn't of done. My hiccup issue there I'm very certain is due to a program I've installed. Should add, you want evidence: User Datagram Protocol Quote:
__________________ ![]() Cheezy Test Result (I am nerdier than 96% of all people. Are you nerdier? Click here to find out!) Last edited by Macht; 10-24-2006 at 02:49 PM. | ||
| | |
| | #45 | |
| Veteran Member Allied Ribbon of Bravery | Re: AFK Players in Whitegate and Besieged: Why aren't they autologged? Quote:
If it was my computer some of my programs would have slow problems, But i can run a bunch of programs an easily go between them without troubles. As for programs, FFXI was the last thing i installed on my system. So the only thing now is windows updates, FFXi updates, an virus updates. I have way to much mem, i have way to much H.D an im running at 3.8ghz. When i get home i can check the Vid card. but thats no crappy thing either. I still think S.E servers are one of the main causes of it. Not to mention it has already been stated they S.E kept back its games limitations because it was ment for the PS2 systems. Thus a large 56k user base. Its labeled a gaming machine by industry standards. Since everything in it was at one time the same stuff alienware put in there gaming machines. Even to make sure everything was up an running correctly i took it to a local computer shop. they even complimented me on the hardware, an the fact everything ran the way it was suppose to. Then they offered me a job. But thats the one thing i was afraid of, the software conflicting with the hardware.
__________________ ![]() Nin75, Bst75. Drk61, War61, Rdm40, All other jobs are 37. All 3 starting city missions completed. All Zilart missions completed. All CoP missions completed. TouA completed. Last edited by little ninja; 10-25-2006 at 11:58 AM. | |
| | |
| Tags |
| afk, autologged, besieged, players, whitegate |
| Thread Tools | |
| Display Modes | |
| |