Raised This Month: $ Target: $400
 0% 

uq_jumpstats v2.42


Post New Thread Reply   
 
Thread Tools Display Modes
borjomi
Senior Member
Join Date: May 2010
Location: Russia, Novosibirsk
Old 03-12-2011 , 04:39   Re: uq_jumpstats v2.33b
Reply With Quote #331

I'm want apologize for players who record demos on lan for some community, on latest version (2.31-2.33b) i use a custom sprite (uq_jumpstats.spr) and if you record a demo for any specific community, these demos recorded on these versions can not be accepted. So for this players i recommend upgrade to 2.35

update 2.34

Added two cvars.....

update 2.35

- Remove all shity sprites and demo cvars(not needed)

Last edited by borjomi; 03-12-2011 at 05:41.
borjomi is offline
Send a message via ICQ to borjomi
Old 03-12-2011, 13:23
w2zzaaa
This message has been deleted by w2zzaaa.
borjomi
Senior Member
Join Date: May 2010
Location: Russia, Novosibirsk
Old 03-12-2011 , 13:52   Re: uq_jumpstats v2.35
Reply With Quote #332

nohow,only coding sma

Last edited by borjomi; 03-12-2011 at 13:54.
borjomi is offline
Send a message via ICQ to borjomi
Old 03-12-2011, 14:21
w2zzaaa
This message has been deleted by w2zzaaa.
borjomi
Senior Member
Join Date: May 2010
Location: Russia, Novosibirsk
Old 03-12-2011 , 17:04   Re: uq_jumpstats v2.35
Reply With Quote #333

you need recalculate the difference between velocity[2] at this frame and velocity[2] in previous frame, this variable=SurfFrames[id] and for 100-110 fps SurfFrames[id]>7.9. So you need change 7.9 on you recalculated variable if you dont understand what i mean you can guess the value gradually reducing its

Code:
 
if(!(flags&FL_ONGROUND) && SurfFrames[id]<7.9 && uq_fps==1 && fps_hight[id]==false)
{
        fps_hight[id]=true;
}
if((flags&FL_ONGROUND) && SurfFrames[id]>7.9 && fps_hight[id])
{
        fps_hight[id]=false;
}

Last edited by borjomi; 03-12-2011 at 17:09.
borjomi is offline
Send a message via ICQ to borjomi
borjomi
Senior Member
Join Date: May 2010
Location: Russia, Novosibirsk
Old 03-13-2011 , 09:04   Re: uq_jumpstats v2.35
Reply With Quote #334

update 2.36

- Fix various errors related with /istrafe
- Some small fixes
- Add "prestrafe sync" for ordinary cj/dcj/mcj and drop,standup cj/dcj/mcj
- Add in Antiscript detector ban system, all new cvars can be found in the config file.
borjomi is offline
Send a message via ICQ to borjomi
borjomi
Senior Member
Join Date: May 2010
Location: Russia, Novosibirsk
Old 03-13-2011 , 09:58   Re: uq_jumpstats v2.36b
Reply With Quote #335

fix update 2.36b
- fix one bug with prestrafe sync
borjomi is offline
Send a message via ICQ to borjomi
Old 03-13-2011, 13:12
w2zzaaa
This message has been deleted by w2zzaaa.
Alucard^
AMXX Moderator: Others
Join Date: Sep 2007
Location: Street
Old 03-16-2011 , 21:29   Re: uq_jumpstats v2.36b
Reply With Quote #336

The last version had crash problems with ladder jumps? i can't test right now...
__________________
Approved Plugins - Steam Profile

Public non-terminated projects:
All Admins Menu, HLTV parameters, Subnick,
Second Password (cool style), InfoZone,
Binary C4 plant/defuse, and more...

Private projects:
NoSpec (+menu), NV Surf Management,
PM Adanved System, KZ longjump2, and more...
Alucard^ is offline
Send a message via Skype™ to Alucard^
borjomi
Senior Member
Join Date: May 2010
Location: Russia, Novosibirsk
Old 03-16-2011 , 22:46   Re: uq_jumpstats v2.36b
Reply With Quote #337

no.. i fix this problem since 2.28
borjomi is offline
Send a message via ICQ to borjomi
borjomi
Senior Member
Join Date: May 2010
Location: Russia, Novosibirsk
Old 03-17-2011 , 08:44   Re: uq_jumpstats v2.36b
Reply With Quote #338

update 2.37

Changes
- Small Fix for Scriptdetector to prevent such results
Quote:
|.... |.... |..... | Script | Distance = 245.430 - Maxspeed = 376.566 - Prestrafe = 331.318 - strafes = 2 - sync = 85 | Type = StandUp BhopJump | Weapon = usp |
|..... |...... |.....| Script | Distance = 248.507 - Maxspeed = 358.165 - Prestrafe = 346.310 - strafes = 3 - sync = 49 | Type = StandUp BhopJump | Weapon = usp |
- Fix problem when sometimes ladder bhop did not work
- Added ability to display info about beated block in ColorChat messages. Cvars for configure kz_uq_block_chat_show, kz_uq_block_chat_min (details in the config file).
borjomi is offline
Send a message via ICQ to borjomi
Nigadyai
Junior Member
Join Date: Jan 2011
Old 03-27-2011 , 14:30   Re: uq_jumpstats v2.37
Reply With Quote #339

In version 2.37 plugin doesn't pick up cvars from /config/uq_jumpstats/config.cfg when server starts or reboots.
Plugin reads cvars only if I change the map.
Nigadyai is offline
lqlqlq
Senior Member
Join Date: Jan 2008
Old 03-30-2011 , 14:45   Re: uq_jumpstats v2.37
Reply With Quote #340

server again freezing with v2.37
lqlqlq is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 19:42.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode