KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
greatshot-web
★ 13
Open GitHub ↗
No description available.
Download README (.md)
Explore Similar Repositories
KerasPlaysCatch
:
Single file RL example with Keras
greenkeeper-keeper
:
automatically merge and clean up passing greenkeeper PRs
From-the-Ground-Up
:
A Minecraft mod that adds research
smart-outline
:
Disabling focus outline without breaking accessibility
cursive
:
MOVED: now at https://opendev.org/x/cursive
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
greatshot-web
?
Download (.md)
# Greatshot Demo analysis, cutting, video rendering for IdTech3 games mainly Wolfenstein: Enemy Territory [](https://discord.gg/p59kWdF) [](https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=BRRRFPT7N9NP6¤cy_code=EUR&source=url) ## what it can do: - cut demos (dm_84/tv_84) -> dm_84 - export demos (dm_84/tv_84) to json and analyze it to output: - hit regions (headshots) counter - fast consecutive kills <img src="/app/static/excellent.png" height="25" width="25"/> [example](https://streamable.com/a5tx7) - consecutive headshots - [example](https://streamable.com/e4ogi) - revive stats - download ETTV demo (tv_84) from [gamestv.org](http://gamestv.org) - render demo to video and publish it - [example](https://streamable.com/2d77) - link highlights and statistics in comments of gamestv match - render highlights from gamestv match - add player name + flag to highlight [example](https://streamable.com/zn7r4) ## what it could do in future: - create database of players with statistics - visualize timeline of match - retrieve true damage stats when its bugged to 0 - support other IdTech3 games/mods: RTCW, Quake3, ... This project uses [hannes's](http://www.crossfire.nu/user/view/id/6710) modified [Tech3 Demo API - 0.1](http://www.crossfire.nu/news/4632/tech3-demo-api-01) to cut and export demos. It was modified to be able to cut [ETTV](http://wolfwiki.anime.net/index.php/ETTV:Viewer%27s_Guide) demo with selected player's POV. My modification: [Tech3 Demo API](https://github.com/mittermichal/Anders.Gaming.LibTech3) ## Self-hosting with python3: - `pip install -r requirements.txt` - download parsing application from https://github.com/mittermichal/Anders.Gaming.LibTech3/releases its path is then referenced in `PARSERPATH` in `config.cfg` in the next step - create `config.cfg` and `config.py` from `config.sample.cfg` and `config.sample.py` - run `python init_db.py` ... this should create sqlite database - run `python web.py` - open `localhost:5111` in browser