You're probably DoSing yourself... 1000 frames per second at the Shmack madhouse demands huge bandwidth.
Announcement
Collapse
No announcement yet.
Just for mindz
Collapse
X
-
yeah makes sense , more info transfer...SURGEON GENERAL WARNING:
THE IMITATION OF ANY OR ALL MANEUVERS EXECUTED BY A BB2 H23A1 4WS PRELUDE IS HAZARDOUS TO YOUR CAR'S HEALTH. DRIVING A PRELUDE MAY CAUSE LOSS OF INTEREST IN OTHER CARS, WOMEN AND SPEED LIMITS. OTHER SYMPTOMS INCLUDE SLEEPLESS NIGHTS, COLD SWEATS AND OTHER SYMPTOMS RELATED TO ADDICTION. IF THE SYMPTOMS PERSIST,DRIVE!
sigpic
Comment
-
it would be nice if the direct link between FPS and Ping could be severed or somehow be able to utilize HIGH frames per second without impacting the ping....Want to get into playing Quake again? Click here for the Multiplayer-Startup kit! laissez bon temps rouler!
Comment
-
Downstream isn't everything. You're probably maxing out your upstream bandwidth.Originally posted by Authentic View Posti got shitty comcast.. 15MB/up and its shitty. idk.. But meh idc. 400fps and i still pwn
e|------------------------0---------------
B|---------------0^1----------------1----
G|---------------2------2------0^2-------
D|---------------2-------2--2-------------
A|---------------0------------------------
E|----------------------------------------
Comment
-
I've just implemented some code, to do just this!Originally posted by Mindf!3ldzX View Postit would be nice if the direct link between FPS and Ping could be severed or somehow be able to utilize HIGH frames per second without impacting the ping....

cl_maxfps not only determines how fast to draw the screen, but unfortunately it also determines how fast to send input commands to the server. Yet, the server only "listens" to each client based on the sys_ticrate variable set on the actual server box, which is usually 0.05(20fps) or 0.025(40fps). Would be interesting to test a server running at 100fps!!Code:if (!sv.active) { if (realtime > cmdframetime)//R00k: 99.9% of Quake servers dont run with a ticrate lower than 0.0138 anyways. { CL_SendCmd ();//R00k cmdframetime = realtime + (sys_ticrate.value); } else { usercmd_t cmd; CL_BaseMove (&cmd); // Add Keyboard cmds IN_Move (&cmd); // allow mice or other external controllers to add to the move } }
edit: Yes Mindz playing ROCKETARENA with runes on is like using dog toys during sex...Last edited by R00k; 04-25-2011, 11:17 PM.
Comment
-
meh, possibly. I got 2 people in my house who play WOW 24/7 plus my sister LOVES downloading shit lol.. thats why our download is about 200gbs a month(already got a warning from comcast).. lolOriginally posted by foq View PostDownstream isn't everything. You're probably maxing out your upstream bandwidth.
Comment
-
How is she downloading... torrents? Have her set up a bandwidth cap so she doesn't swamp the entire connection... also, limit the number of connections that the program can use so as to not overload the router (even if you're not using a lot of bandwidth, too many connections can slow things down as the router gets overloaded). I know utorrent supports these features, not sure about others though.e|------------------------0---------------
B|---------------0^1----------------1----
G|---------------2------2------0^2-------
D|---------------2-------2--2-------------
A|---------------0------------------------
E|----------------------------------------
Comment
-
I've spent a day or two, trying to figure out whereI'm really fn stoked that you seen my curiosity as a worthy time investment that would bring real results and USEFULNESS to the entire community. Maybe I opened pandora's box, who knows. I Was truely suprised to read that you totally gung-ho'd this concept but then,I read the very end of your message said to myself. Wow did I just win the lotto of the mysterious and unexplained. FOK, I dont get it haha. Dog Toys and sex? Whaa Thaa Fuuedit: Yes Mindz playing ROCKETARENA with runes on is like using dog toys during sex...Want to get into playing Quake again? Click here for the Multiplayer-Startup kit! laissez bon temps rouler!
Comment
-
PS ; R00k, is http://quakeone.com/qrack/dist/qrack2011_3347beta.zip this the one I need to test out this new nifty bitchin ass feature? YOU FORGOT LINK, NOOOOOOOOOOOOO!Want to get into playing Quake again? Click here for the Multiplayer-Startup kit! laissez bon temps rouler!
Comment
-
ROOK, I'm still missing out on this......!Want to get into playing Quake again? Click here for the Multiplayer-Startup kit! laissez bon temps rouler!
Comment
-
Or maybe you was BSing me and being a smart ass. I don't know! Looking for a follow post in newb terminology obvWant to get into playing Quake again? Click here for the Multiplayer-Startup kit! laissez bon temps rouler!
Comment

Comment