Ein neues Thema erstellen  Auf das Thema antworten  [ 14 Beiträge ] 
Autor Nachricht
 Betreff des Beitrags: Psychostats: award Problem
BeitragVerfasst: 13.02.2003, 14:28 

Registriert: 13.02.2003, 14:15
Beiträge: 13
Hi,
ich hab ein Problem mit Psychostats und zwar mit der award-Anzeige.
Ich habe das Prog installiert und es lief auch ohne Probleme, aber auf einmal ging es nicht mehr.
Alle Stats Funktionen laufen, er zeigt nur nicht die Awards an.
(ich hab es nach der Anleitung von www.adminmod-hilfe.de konfiguriert)

Wer kann mir da helfen?!


Nach oben
   
 Betreff des Beitrags:
BeitragVerfasst: 13.02.2003, 15:21 
AM.de Team
Benutzeravatar

Registriert: 23.11.2001, 00:00
Beiträge: 3842
Wohnort: Vor König Arthus
Kannst Du mal einen Link zu Deinen Stats posten?
Hast Du irgendwas an der award.cfg geändert? Was ist mit der stats.cfg?

_________________
Der schwarze Ritter triumphiert immer...
WING-Clan


Nach oben
   
 Betreff des Beitrags:
BeitragVerfasst: 13.02.2003, 15:35 

Registriert: 13.02.2003, 14:15
Beiträge: 13
also die award.cfg ist unverändert (hab alle nochmal gelöscht und neu installiert).

die stats.cfg hab ich nur mit den pfaden verändert:
---------------------------------------------------------------
LogPath = {
D:/Sierra/Counter-Strike/cstrike/logs
}

HtmlPath = D:/Psychostats/Auswertungen

PicsPath = D:/Psychostats/Auswertungen/images/mappics
DLPath = D:/Sierra/Counter-Strike/cstrike/maps
------------------------------------------------------
ich habe also nur die pfade verändert.


Nach oben
   
 Betreff des Beitrags:
BeitragVerfasst: 13.02.2003, 17:31 
AM.de Team
Benutzeravatar

Registriert: 23.11.2001, 00:00
Beiträge: 3842
Wohnort: Vor König Arthus
Inwiefern macht sich der Fehler bemerkbar? Existiert die Seite nicht, oder gibt es Darstellungsfehler?

_________________
Der schwarze Ritter triumphiert immer...
WING-Clan


Nach oben
   
 Betreff des Beitrags:
BeitragVerfasst: 13.02.2003, 17:55 

Registriert: 13.02.2003, 14:15
Beiträge: 13
die seite wird angezeigt, aber es steht da:

"No awards to display"


Nach oben
   
 Betreff des Beitrags:
BeitragVerfasst: 13.02.2003, 18:38 
AM.de Team
Benutzeravatar

Registriert: 23.11.2001, 00:00
Beiträge: 3842
Wohnort: Vor König Arthus
Oder so...

OK, folgendes müsste in der stats.cfg stehen:
Zitat:
awardfile = awards.cfg # setup award values and rules
Hast Du mal einen Blick in die awards.cfg geworfen?

_________________
Der schwarze Ritter triumphiert immer...
WING-Clan


Nach oben
   
 Betreff des Beitrags:
BeitragVerfasst: 13.02.2003, 19:30 

Registriert: 13.02.2003, 14:15
Beiträge: 13
stats.cfg:

EnableSTATSMEdmg = 1

# Config file locations.

awardfile = awards.cfg # setup award values and rules
clansfile = clans.cfg # Clans personalization file
clantagfile = clantags.cfg # setup clantag strings
denyfile = deny.cfg # deny players from ranking
denyclanfile = denyclan.cfg # deny players from ranking in CLANS
ignorefile = ignorelines.cfg # ignore lines from log files
permitfile = permit.cfg # define players that will always rank
playersfile = players.cfg # define players personal information
rolenamefile = rolenames.cfg # define character roles/classes
weaponfile = weapons.cfg # define weapon names and weights

# server info.

serverName = Your Server Name
serverIP = 10.0.0.1
serverDomain = http://www.psychostats.com/

# info on server admin/owner. leave anything blank to be anonymous.
# You can also edit the index file(s) for the theme and just remove
# these variables if you do not want them shown.

adminAlias = Your Alias
adminEMail = your@email.address

# enable/disable reporting verbosity

ReportErrors = 1 # If enabled, NON-fatal errors will be logged
ReportCrashes = 0 # If enabled, server crashes (detected from logs) will be logged.
# Note, ReportErrors must be 1 for this to report anything.
---------------------------------------------------------------------------------
awards.cfg:
Awards configuration file.
# For each MOD type you can specify the description of each award. Not all
# MODs support the same type of awards. Please becareful when editing this
# file. Errors will occur if edited wrong.
#
# CASE MATTERS in this file.
#
# Format:
# modname_awardname = {
# idx: (any number, used to custom sort your awards list)
# LongDesc: (award name for awards listing)
# BonusType: (when to give bonus; all, top, none)
# BonusVal: (bonus value to give; positive or negitive)
# }
#
# 'modname' is the name used in the main config file (IE: cstrike, flf,
# dod, etc...) for the MOD, or the word 'default'.
# 'awardname' is the award name. Its important that you do not try and
# make up award names. PsychoStats will not run correctly if
# given invalid award names here.
# NOTE: the colon ":" is required on the below fields:
# 'idx:'
# 'LongDesc:' description (or label) used to display the award on webpage.
# 'BonusVal:' the bonus value given to a player when they achieve this
# task in game. The bonus can be any value, even negative
# which is useful to penilize players who do such things like
# kill teammates. Values should be kept SMALL.
# 'BonusType:' is either 'all', 'top', or 'none'. This specifies who gets
# the bonus for this award and when.
# 'all' means every player will receive the bonus everytime the
# task is done.
# 'top' means only the #1 rated player with this award will receive
# the bonus ONCE (not every time the task is done)
# 'none' no one receives any award bonus.
# 'Min:' Minimum 'rules' that specify what a player must have to rank
# for the award. player variables are specified on a single line
# seperated with commas, and each with a value assigned.
# 'variable=val' [, ... etc]
# The variables specified here are actual player variables
# and are currently undocumented. So unless you know what you're
# doing, becareful.
# 'Max:' same as the 'Min' above except for 'maximum' values. If one of
# these rules is LESS then the players value then the player will
# not rank in the award. For instance, if you don't want ANY
# player with a rank of 3000 or higher to get any awards then
# specify 'rank=3000' in the 'Max' section of that award, or
# place it in the 'maxdefault' variable.
#
# The '(Min/Max)Default' variables shown below are the defaults
# used by all awards and the 'min:' & 'max:' sections for each
# award will over ride them.
#
# Becareful changing the 'BonusType' var for certain awards. Some awards
# will only work correctly when set to 'all'. Like setting 'totalkills' to
# 'all' would not produce correct skill values.
#
# 'default' for the 'modname' is used as the default description for the award.
# Names specified later in the config file will override the default name.
#
#Example:
#modname_variable = {
# Idx: 10 (Sort idx for awards listing; can be any positive number)
# LongDesc: This Award (ie: 'Most kills on server'; used on awards listing)
# BonusType: all (can be either 'top','all' or 'none')
# BonusVal: 5 (any signed integer value)
# Min: totalkills=50 (minimum rules to be allowed to rank with the award)
#}

# Default AWARD RULES
# player must have MORE THEN 1 hour (3600 seconds) of play time
MinDefault = totalplaytime=3600

# player must have a rank of LESS THEN 1000
MaxDefault = rank=1000

#------------------------------------------------------------
# These defaults should work for all MODS currently supported.

default_totalkills = {
idx: 10
LongDesc: Most Kills
BonusType: none
BonusVal: 0
}

.........

also eigentlich alles OK meines wissens


Nach oben
   
 Betreff des Beitrags:
BeitragVerfasst: 13.02.2003, 22:05 
AM.de Team
Benutzeravatar

Registriert: 23.11.2001, 00:00
Beiträge: 3842
Wohnort: Vor König Arthus
Ja, sehe auch kein Problem!

Hast Du viele Logs gehabt? Vielleicht hat es noch nicht ausgereicht. Ich stehe da etwas auf dem Schlauch. Von dem Fehler habe ich bisher noch nie gehört.

_________________
Der schwarze Ritter triumphiert immer...
WING-Clan


Nach oben
   
 Betreff des Beitrags:
BeitragVerfasst: 13.02.2003, 22:29 

Registriert: 13.02.2003, 14:15
Beiträge: 13
AHHHHHHHHHHHHHHH BIN ICH BLÖD ! ! ! ! ! ! ! !

Ich schätze mal es lag daran, dass ich nicht lange genug gespielt habe, denn ich hab grade gelesen, dass die awards erst nach 3600sek. =30min. erzeugt werden.
Bidde nicht haun :oops:


Nach oben
   
 Betreff des Beitrags:
BeitragVerfasst: 13.02.2003, 23:16 
AM.de Team
Benutzeravatar

Registriert: 23.11.2001, 00:00
Beiträge: 3842
Wohnort: Vor König Arthus
Bild Bild Bild :wink:

_________________
Der schwarze Ritter triumphiert immer...
WING-Clan


Nach oben
   
 Betreff des Beitrags:
BeitragVerfasst: 13.02.2003, 23:28 

Registriert: 13.02.2003, 14:15
Beiträge: 13
wenn wir schon bei Probs sind und meine Dämlichkeit nicht mit dem Fehler zusammen hängt, kann ich ja nochmal um eine Antwort/Hilfe betteln.

Und zwar wir bei mir nicht die Accuracy und die HPs angezeigt, wenn man beim Playerranking auf nen Namen klickt.
Normalerweise müsste bei Accuracy die Treffergenauigkeit stehn, aber der Balken steht immer bei 0 und ebenso der HP Balken.

Wer hat eine Antwort?!


Nach oben
   
 Betreff des Beitrags:
BeitragVerfasst: 14.02.2003, 00:08 
AM.de Team

Registriert: 04.10.2002, 16:14
Beiträge: 1212
hast du statsme?


Nach oben
   
 Betreff des Beitrags:
BeitragVerfasst: 14.02.2003, 08:37 

Registriert: 13.02.2003, 14:15
Beiträge: 13
nein ich hab kein statsme, aber wenn psychostats schon die features anbietet, dann sollten die doch auch ohne statsme laufen.


Nach oben
   
 Betreff des Beitrags:
BeitragVerfasst: 14.02.2003, 10:52 
AM.de Team
Benutzeravatar

Registriert: 23.11.2001, 00:00
Beiträge: 3842
Wohnort: Vor König Arthus
Du musst den Server mit mp_logdetail 3 laufen lassen. Aber Vorsicht, das verzehnfacht die Loggröße und kann die Latency erhöhen.
Ob die Accuracy ausgewertet wird, kann ich Dir aber nicht sagen. Da brauchst Du vermutlich Statsme.

_________________
Der schwarze Ritter triumphiert immer...
WING-Clan


Nach oben
   
Beiträge der letzten Zeit anzeigen:  Sortiere nach  
Ein neues Thema erstellen  Auf das Thema antworten  [ 14 Beiträge ] 


Du darfst keine neuen Themen in diesem Forum erstellen.
Du darfst keine Antworten zu Themen in diesem Forum erstellen.
Du darfst deine Beiträge in diesem Forum nicht ändern.
Du darfst deine Beiträge in diesem Forum nicht löschen.
Du darfst keine Dateianhänge in diesem Forum erstellen.

Suche nach:
Powered by phpBB® Forum Software © phpBB Limited
Deutsche Übersetzung durch phpBB.de
Original Design von "[ Half-Life Admin Mod © Alfred Reynolds 2000-2003 ] - [ site design by Jägermeister ]"