Raised This Month: $12 Target: $400
 3% 

TFC skills rank with speed run timer


Post New Thread Reply   
 
Thread Tools Display Modes
Lt Llama
Senior Member
Join Date: Aug 2004
Old 05-09-2006 , 15:14  
Reply With Quote #11

About time I updated. Uploaded skillsrank 1.4.2.
Major work on this is done by By NL)Ramon(NL.

Whats new?

* On screen timer for speedrunners. This shows a little timer at the bottom of the screen for those who likes to speedrun. A clock sprite is also shown on the heads of the speedrunners.

* amx_skillsmenu. This is an admin command which makes it much easier to manipulate the configs. It is also added an option to select which teams are allowed to finish the map. This because some maps can be finished reverse, but as another team, or be cheated with a particular team.

*Various fixes

Also added 244 map configs .

/Lt.
Lt Llama is offline
DAWG
Member
Join Date: Jul 2004
Old 09-07-2006 , 14:40   Re: TFC skills rank with speed run timer
Reply With Quote #12

Awsome Plugin!

I have been useing this on my server for a few weeks now and love it!
Brings a hole new aspect to the game. Speedrunning is getting addictive

I see on the euroskills site that you have speedrun records and more that takes the info from the SQL db and bring it to the web. Will you be submitting a these pages for download ? I would love to get these stats onto my site aswell.

Thanks for the GREAT plugin!!!

+karma
__________________

People are like slinkies. Not realy good for anything,
but they still put a smile on your face when you push'm down the stairs!

Last edited by DAWG; 09-07-2006 at 21:17.
DAWG is offline
Lt Llama
Senior Member
Join Date: Aug 2004
Old 09-11-2006 , 15:16   Re: TFC skills rank with speed run timer
Reply With Quote #13

Thx Dawg

Just enabled e-mail notification, sux that i didnt do it before.
Nice that someone likes skillsrank and have use for it.
I have run it for some time now, and the only problem I see is when your database reach 400+ unique players stored.
If you do increase #define maxPlayersInDB 400 to something higher.

I know I said I would release php pages, but honestly I forgot about it.
I have a bug in the speedrun php page I have to fix first.
Ill clean up the pages and release them in a while.

/Lt
__________________
A dodo: Used to describe someone without common sense and who always has the pathetic confused look on their face when a question is asked.
Lt Llama is offline
DAWG
Member
Join Date: Jul 2004
Old 09-12-2006 , 09:47   Re: TFC skills rank with speed run timer
Reply With Quote #14

Thanx for the reply.

Glad to hear that the php pages will be available soon. (Cant wait)
These pages will be a nice addin to the webby.

Dawg

More karma as soon as i can give it
__________________

People are like slinkies. Not realy good for anything,
but they still put a smile on your face when you push'm down the stairs!
DAWG is offline
DAWG
Member
Join Date: Jul 2004
Old 09-13-2006 , 08:12   Re: TFC skills rank with speed run timer
Reply With Quote #15

Woot! new screenies of the .php pages.

I hope this means the bug is found.

This plugin is the best thing to happen to the TFC skills community!!!(IMHO)
__________________

People are like slinkies. Not realy good for anything,
but they still put a smile on your face when you push'm down the stairs!

Last edited by DAWG; 09-13-2006 at 08:15.
DAWG is offline
Lt Llama
Senior Member
Join Date: Aug 2004
Old 09-13-2006 , 14:43   Re: TFC skills rank with speed run timer
Reply With Quote #16

Quote:
Originally Posted by DAWG View Post
Woot! new screenies of the .php pages.
Thats not screenies. Thats from the current database.
__________________
A dodo: Used to describe someone without common sense and who always has the pathetic confused look on their face when a question is asked.
Lt Llama is offline
Lt Llama
Senior Member
Join Date: Aug 2004
Old 09-13-2006 , 14:58   Re: TFC skills rank with speed run timer
Reply With Quote #17

OMG! I just released tons of hours of work to the hungry amxmodx community.

The php pages here
Top 10 php page
Best in Class php page
Player stats php page
Speedruns php page

have been added to the skillsrank1.4.2.zip file.
See top of post for install info.

I have also added 398 map configs.
The map configs have been a constant debate since i released skillsrank.
These configs are the result of the skills communitys opinions and help.
And it has taken r.e.a.l.l.y long time to tweak.

My special thanks goes to Jomme, Sackratte and Dark Jedi who have helped creating map configs. The config package also contains a bunch of climb map configs. They have been made mainly by NL)Ramon(NL and Turbowolf.

Remember, this is a massive project, and its all done by the little TFC skills community still kicking ass. I don't care about personal credits or karma, but if you use this, use it to make shure TFC skills gaming survives. Or if not, dies with pride. Thats why I made this plugin. I garantee this plugin will help you keep your server alive, and your regulars push their limits.

/Lt.
__________________
A dodo: Used to describe someone without common sense and who always has the pathetic confused look on their face when a question is asked.
Lt Llama is offline
jRaven
AMX Mod X Beta Tester
Join Date: Jan 2006
Location: IA, USA
Old 09-13-2006 , 19:23   Re: TFC skills rank with speed run timer
Reply With Quote #18

This is great, and I love it... but do you know why I'm getting segfault after anyone says /skillme? Is there anything obvious that may need fixing?
jRaven is offline
Send a message via ICQ to jRaven Send a message via AIM to jRaven
jRaven
AMX Mod X Beta Tester
Join Date: Jan 2006
Location: IA, USA
Old 09-13-2006 , 20:17   Re: TFC skills rank with speed run timer
Reply With Quote #19

I've narrowed down where the segfault occurs to this block of code in showStats():

I think the server dies at or near line #977...
Code:
        while (resultMaps && dbi_nextrow(resultMaps) > 0) {
            console_print(0,"after MARK 11 looped") //jrn-debug
            dbi_nextrow(resultMaps)
        }
        dbi_result(resultMaps, "curDate", qryFirstDate, maxFinishedMaps-1)
I added console_print()s to find where it died.
The last successful debug message comes from this loop.
So, do you think there could be any problems after this code?

Last edited by jRaven; 09-13-2006 at 20:20.
jRaven is offline
Send a message via ICQ to jRaven Send a message via AIM to jRaven
Lt Llama
Senior Member
Join Date: Aug 2004
Old 09-14-2006 , 01:27   Re: TFC skills rank with speed run timer
Reply With Quote #20

Quote:
Originally Posted by jRaven View Post
I've narrowed down where the segfault occurs to this block of code in showStats():
I have been running 1.71 and everything works fine there.
With the latest amxmodx you get a segfault error.
If the segfault crash the server at that spot in the script, there are other places I could suspect to.

Thanks for pin pointing it Raven.
I'll try and find out whats the problem.
As for now people have to use amxmodx 1.71 to get it working.

Sorry for this

/Lt.
__________________
A dodo: Used to describe someone without common sense and who always has the pathetic confused look on their face when a question is asked.
Lt Llama is offline
Reply


Thread Tools
Display Modes

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 14:31.


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