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

FF Flag Assist Points


Post New Thread Reply   
 
Thread Tools Display Modes
psychonic

BAFFLED
Join Date: May 2008
Old 02-23-2009 , 08:09   Re: FF Flag Assist Points
Reply With Quote #11

Quote:
Originally Posted by hlstriker View Post
If you have any more ideas, keep them coming
To add on to that, maybe for each action, have a cvar to determine how many fortress points are awarded. I can see server admins having differing ideas of values from each other.
psychonic is offline
Puntje
Member
Join Date: May 2004
Old 02-23-2009 , 13:30   Re: FF Flag Assist Points
Reply With Quote #12

Mhmm

I'm not getting anything in the logs that allow me to use for stats / point under hlstatsx.

The only thing I'm getting in the logs is "sv_flagassistver" = "1.1".
The part about gamelog, which I looked up in the sourcecode (line 242), doesn't get recorded / shown at all :
Code:
	LogToGame("\"%s<%i><%s><%s>\" triggered \"flag_assist\" (points \"%i\")", szName, iUserID, szSteamID, szTeamName, iPoints);
Any idea what is going on here?
__________________
~ Nothing travels faster then the speed of light with the possible exception of bad news, which follows it's own laws! - Douglas Adams ~
Puntje is offline
Send a message via ICQ to Puntje
hlstriker
Green Gaben
Join Date: Mar 2006
Location: OH-IO!
Old 02-23-2009 , 15:35   Re: FF Flag Assist Points
Reply With Quote #13

@psychonic: Good idea I'll add it.

@Puntje:
Are your servers by chance on a Linux box?

I know another server on Linux is having the same problem. I'm looking into the situation right now.

Last edited by hlstriker; 02-23-2009 at 15:40.
hlstriker is offline
Puntje
Member
Join Date: May 2004
Old 02-23-2009 , 16:41   Re: FF Flag Assist Points
Reply With Quote #14

Quote:
Originally Posted by hlstriker View Post
@psychonic: Good idea I'll add it.

@Puntje:
Are your servers by chance on a Linux box?

I know another server on Linux is having the same problem. I'm looking into the situation right now.
Yep, all linux. It's just what I use a lot

No windows boxes....
__________________
~ Nothing travels faster then the speed of light with the possible exception of bad news, which follows it's own laws! - Douglas Adams ~
Puntje is offline
Send a message via ICQ to Puntje
Puntje
Member
Join Date: May 2004
Old 02-24-2009 , 09:20   Re: FF Flag Assist Points
Reply With Quote #15

From some linux testing, it seems I'm getting the following log entries now:
Quote:
L 02/24/2009 - 00:544: "hlstriker<3><STEAMID><#FF_TEAM_BLUE>" triggered "flag_assist" (points "-1073741824")
L 02/24/2009 - 00:55:14: "Rawh<5><STEAMID><#FF_TEAM_BLUE>" triggered "flag_assist" (points "933")
L 02/24/2009 - 00:56:08: "Rawh<5><STEAMID><#FF_TEAM_BLUE>" triggered "flag_assist" (points "933")
L 02/24/2009 - 00:57:17: "hlstriker<3><STEAMID><#FF_TEAM_BLUE>" triggered "flag_assist" (points "941")
L 02/24/2009 - 00:57:58: "Rawh<5><STEAMID><#FF_TEAM_BLUE>" triggered "flag_assist" (points "938")
L 02/24/2009 - 00:588: "Rawh<5><STEAMID><#FF_TEAM_BLUE>" triggered "flag_assist" (points "867")
L 02/24/2009 - 01:05:44: "Rawh<5><STEAMID><#FF_TEAM_BLUE>" say "Bully, hlstriker is the one from that flag_assist and flag_defend plugins"
L 02/24/2009 - 01:09:21: "hlstriker<3><STEAMID><#FF_TEAM_BLUE>" triggered "flag_assist" (points "300")
L 02/24/2009 - 01:10:14: "Bully^<7><STEAMID><#FF_TEAM_BLUE>" triggered "flag_assist" (points "500")
L 02/24/2009 - 01:12:22: "Bully^<7><STEAMID><#FF_TEAM_BLUE>" triggered "flag_assist" (points "-1073741824")
L 02/24/2009 - 01:15:58: "Bully^<7><STEAMID><#FF_TEAM_BLUE>" triggered "flag_assist" (points "188")
L 02/24/2009 - 01:18:42: "Bully^<7><STEAMID><#FF_TEAM_BLUE>" triggered "flag_assist" (points "71")
L 02/24/2009 - 01:20:24: "Bully^<7><STEAMID><#FF_TEAM_BLUE>" triggered "flag_assist" (points "67")
L 02/24/2009 - 01:25:49: "hlstriker<3><STEAMID><#FF_TEAM_BLUE>" triggered "flag_assist" (points "71")
L 02/24/2009 - 015:02: "Bully^<7><STEAMID><#FF_TEAM_BLUE>" triggered "flag_assist" (points "80")
L 02/24/2009 - 01:43:15: "hlstriker<3><STEAMID><#FF_TEAM_BLUE>" triggered "flag_assist" (points "733")
How was the flag_defend coming along?
__________________
~ Nothing travels faster then the speed of light with the possible exception of bad news, which follows it's own laws! - Douglas Adams ~
Puntje is offline
Send a message via ICQ to Puntje
psychonic

BAFFLED
Join Date: May 2008
Old 02-24-2009 , 09:36   Re: FF Flag Assist Points
Reply With Quote #16

Quote:
Originally Posted by hlstriker
Yeah, I'll add a flag_defend method sometime this week.
Quote:
Originally Posted by Puntje View Post
How was the flag_defend coming along?
Give him some time. It's only been a day.
psychonic is offline
hlstriker
Green Gaben
Join Date: Mar 2006
Location: OH-IO!
Old 02-24-2009 , 16:00   Re: FF Flag Assist Points
Reply With Quote #17

Updated.
hlstriker is offline
Puntje
Member
Join Date: May 2004
Old 02-24-2009 , 19:11   Re: FF Flag Assist Points
Reply With Quote #18

Cheers for the update about flaginfo. Sadly, around this time, there's noone on the server to test it with. Will do so tomorrow

Gimme a poke on steamfriends or via a pm on this forum if you need access to the linux server again. I'll just keep the files someplace safe if you ever need to test again
__________________
~ Nothing travels faster then the speed of light with the possible exception of bad news, which follows it's own laws! - Douglas Adams ~
Puntje is offline
Send a message via ICQ to Puntje
Puntje
Member
Join Date: May 2004
Old 02-26-2009 , 02:01   Re: FF Flag Assist Points
Reply With Quote #19

mhmm,

I'm afraid flaginfo doesn't work as intended.
I tried it out on well while I had the flag and this are the results:
http://manticore.student.utwente.nl/...f_well0000.jpg
http://manticore.student.utwente.nl/...f_well0001.jpg
http://manticore.student.utwente.nl/...f_well0002.jpg

As you can see in the picture, I have the flag at some point, while 'flaginfo' says it's laying around in a base somewhere
__________________
~ Nothing travels faster then the speed of light with the possible exception of bad news, which follows it's own laws! - Douglas Adams ~
Puntje is offline
Send a message via ICQ to Puntje
hlstriker
Green Gaben
Join Date: Mar 2006
Location: OH-IO!
Old 02-26-2009 , 02:49   Re: FF Flag Assist Points
Reply With Quote #20

Your server probably needs a restart after adding the plugin. The same thing happened to the e0 server.
hlstriker 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 08:48.


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