apr v1.19 issue
Moderator: Moderators
apr v1.19 issue
I updated to aprq2 v1.19 today and the following things happened
my fps changed from 60 to 235
i got pc lag all the time (changing max_fps from 90 to 240 seems to lower the lag but not remove it)
and when i look at a texture (anything, a wall or something) and move the mouse around (f.ex a circular movement) the texture seems to like 'hack' or something, it uhm moves, or not moves, it just swap places (just about 10 pixels or less), but it's reaaaallly annoying
a friend of mine had the same problem and he tried different things to sort it out but without luck, it works for him in aprq2 v1.17
and everything works fine for me in aprq2 v1.18
pc info
Intel Celeron CPU
1100 MHz
448 MB RAM
gfx
Tornado Geforce mx 4000
my fps changed from 60 to 235
i got pc lag all the time (changing max_fps from 90 to 240 seems to lower the lag but not remove it)
and when i look at a texture (anything, a wall or something) and move the mouse around (f.ex a circular movement) the texture seems to like 'hack' or something, it uhm moves, or not moves, it just swap places (just about 10 pixels or less), but it's reaaaallly annoying
a friend of mine had the same problem and he tried different things to sort it out but without luck, it works for him in aprq2 v1.17
and everything works fine for me in aprq2 v1.18
pc info
Intel Celeron CPU
1100 MHz
448 MB RAM
gfx
Tornado Geforce mx 4000
-
- hit the ground hard, real hard
- Posts: 89
- Joined: Sat Mar 26, 2005 6:52 am
- Location: no
- Contact:
Thank you for giving me the beta
But over to the problem, the pc screen cant go over so and so mutch fps, like mine cant go over 75... if a game tries to go over the screen limit, sutch things happen like yours. oh and ye.. it works fine on my comp, have 75 all the time...
I am really not shure about your problem but have you tried to adjust your fps/hz on your screen.. there is a command for that se if it works:
try it and tell me if it works snt
EDIT: Dont go over your screens max hertz.. it will probably damage it
But over to the problem, the pc screen cant go over so and so mutch fps, like mine cant go over 75... if a game tries to go over the screen limit, sutch things happen like yours. oh and ye.. it works fine on my comp, have 75 all the time...
I am really not shure about your problem but have you tried to adjust your fps/hz on your screen.. there is a command for that se if it works:
Code: Select all
vid_displayfrequency
EDIT: Dont go over your screens max hertz.. it will probably damage it
works fine for me... on linux yeah, but still works just as good as 1.18... Sounds to me as if you just managed to turn of vsync? q2 is a bad game in that physics and handling is so tied to the FPS, which makes any large FPS change alter the way you play... try turning vsync back on, (don't know the cvar, sorry)...
set gl_ext_swapinterval "1"
set gl_swapinterval "1"
then remember to set cl_maxpackets to same value of cl_maxfps (100 is a nice value but even 60 is ok) and set vid_displayfrequency as you prefer (look at your monitor compatibility list!!)
then everything should work
set gl_swapinterval "1"
then remember to set cl_maxpackets to same value of cl_maxfps (100 is a nice value but even 60 is ok) and set vid_displayfrequency as you prefer (look at your monitor compatibility list!!)
then everything should work
- Killing today in old fashioned way -
- Beware of Beavers -
- -
- Beware of Beavers -
- -
This isn't needed.... cl_maxpackets are the "old" cl_maxfps... or the amount of packets that are sent to the server... if this is anywhere between the cl_maxfps, and one third of the cl_maxfps, it should work correctly...BeAViS wrote: then remember to set cl_maxpackets to same value of cl_maxfps (100 is a nice value but even 60 is ok)
mine isNRGizeR wrote: if this is anywhere between the cl_maxfps, and one third of the cl_maxfps, it should work correctly...
Code: Select all
cl_maxpackets "0"
(i dont know if 0 means unlimited or something:S does it?)