Skip to content

simple php script that takes a local score file and shows it on a web page.

Notifications You must be signed in to change notification settings

kiss81/xonotic-score-parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

xonotic-score-parser

simple php script that takes a local score file and shows it on a web page.

add this to your server.cfg

sv_logscores_file 1 sv_logscores_filename "score.txt" //sv_logscores_bots 1 (optional if you want bots in your logging)

put the parse.php on the same server as your xonotic game. I made a symbolic link (ln -s) to the score.txt file (/home/user/.xonotic/data/data/score.txt to the same directory as parse.php Fix the paths and title to your own liking and add some css to make it look nice if you want to. I use nginx with php-fpm

// todo:

  • make it configurable
  • add some css to make it look better :)

About

simple php script that takes a local score file and shows it on a web page.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages