# # pc2v8.ini - settings for pc2 # Rev: Sat Nov 13 12:41:08 PST 2004 # #See http://www.ecs.csus.edu/pc2/pc2docs.html for the admin guide....reading it is #highly recommended for the contest admins or network personnel # #PC^2 servers and clients will ignore attributes not pertaining to them. As such, #the same config file can be included on all PC^2 hosts without editing their contents. # [client] #Begin client config debuglevel=13 consolelevel=5 #This entry defines the server's ip and PC^2 port to the client. #substitute your PC^2 server's ip for the "[local LSU ip]" string below, #including the brackets #server=[local LSU ip]:50002 server=130.39.187.237:50002 #This line must exactly match (case & whitespace included) a name in sitelist.ini #Both the server and client sections require this entry site=ACM 2006 South Central Regional Programming Contest - LSU #This parm controls the update interval of the scoreboard as it can generate #significant traffic when unthrottled. 'YES' judgements on a team's submission #force an update regardless of the given interval. The default value is 180 minSecsBetweenUpdates=180 [server] #begin server config debuglevel=13 consolelevel=5 site=ACM 2006 South Central Regional Programming Contest - LSU #This entry designates the server as a 'secondary server' and it will attempt to #contact the remoteServer when it is started. Omitting this line causes the server #to function as a 'primary', waiting for connections from 'secondary' servers. Primary #servers should be started prior to starting any secondarys. [team] #Begin team config #the workdir defines where PC^2 file dialogs (eg - "open file") will open initially. #By default, the directory where the PC^2 client was started is used. # workdir=c:\work # workdir=/work [admin] #Begin admin config #These options pertain to the importing of ICPC team data in the admin client # useSchoolName=true # useTeamName=true # useSchoolShortName=true useTeamAndSchoolName=true [board] #begin board config #These options are only useful in classifying teams into 'regions' and generating #results from within those classifications. The default regionIdCount of 0 disables #regional processing by the scoreboard. We will likely never use these settings so #the rest of the region control parameters have been omitted. #regionIdCount=0 # eof