Skip to content

GameChaos/GlobalReplays

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GlobalReplays

GOKZ global replay viewer. Fork of Metapyziks's replay viewer modified for global replays.

Link to current implementation. Everything is supposed to be flat shaded. If you see purple and black textures, make an issue about the map.

For developers

Some maps are included in resources/ for testing. To convert all maps use sourceutils (see here for documentation).

The way this is set up is that you have to have a web server with a directory named GlobalReplays/ with this repo's contents in it.

The build.py script basically just copies necessary files to the build/ folder and replaces the ${VERSION} string in index.html with a unix timestamp, so the client's cache is "invalidated".