View Single Post
Glite
Senior Member
Join Date: Sep 2011
Location: Ukraine
Old 07-11-2012 , 15:05   Re: [CS:S] Timer (v1.0.2)
Reply With Quote #22

Quote:
Originally Posted by alongub View Post
What's wrong with a cvar? I don't want it in my server.
Maybe you should enable this by default.

Quote:
Originally Posted by alongub View Post
I don't really see the point in doing that, as it's very unlikely that two people get to the end of the map in the same second. Can you further explain?
There is some maps that can be completed in 1-15 seconds and this thousands of second will play the game.

Quote:
Originally Posted by alongub View Post
You can change the default difficulty in the cfg:

Code:
"1"
{
    "name"            "Normal"
    "default"        "1"
    "stamina"        "-1.0"
    "gravity"        "1.0"
    "prevent_ad"        "0"
}
Yea it helped. Sorry, i didn't see that before.


Add jump count to WR menu. (got MySQL database )

Don't record records with 0 jumps. (noclip lol)

Don't start timer if map zones didn't set. (Start, End)

Add chat and voice message that will notify all players that new map record was added. (bot/great.wav)

Add support for Russian translations in menus by using %T instead of %t.

Teleport to the center of start zone when using !restart.

In Record Info doesn't properly show Physics Difficulty. It shows w-only(insane) but need to show Normal.

Add possibility to stop pre-speeding in start zone, maximum horizontal velocity that can be reached with scout is 288.x(use 290) and teleport player back to the place where he was. I think it was the main reason why you don't want remove this cvar timer_resetbeforestart. (DISABLE this feature by default)

And really don't record worst records or add some support for uploading results to web interface(like WR menu but much more expanded with all info).

Getting this right after server restart until i set any time on this map:
Code:
L 07/12/2012 - 09:46:39: "zzzzz<2><STEAM_0:0:xxxxxxxx><CT>" say "!wr"
L 07/12/2012 - 09:46:40: [SM] Native "DisplayMenu" reported: Menu handle 24d01e2 is invalid (error 3)
L 07/12/2012 - 09:46:40: [SM] Displaying call stack trace for plugin "timer-worldrecord.smx":
L 07/12/2012 - 09:46:40: [SM]   [0]  Line 391, timer-worldrecord.sp::CreateWRMenu()
L 07/12/2012 - 09:46:40: [SM]   [1]  Line 347, timer-worldrecord.sp::MenuHandler_Difficulty()
Add current rank to the finish message like:
"{1} has finished the map in {2}! Rank: current/total."

Add optional blockage of IN_BACK, like prevent_ad, for better difference between W-only and SW-only.

Quote:
Originally Posted by Glite View Post
Add ability to remove single player's record from current map. And all records from all maps. (cheat or rcon or root flag required)
Add command override for adding map zones(cheat, rcon or root)

I will try to find more bugs and give more suggestions but that's all for this post and current plugin version.

Last edited by Glite; 07-13-2012 at 06:01.
Glite is offline