https://github.com/lnsp/bench-client
Patch client for Bench server software
https://github.com/lnsp/bench-client
Last synced: about 1 year ago
JSON representation
Patch client for Bench server software
- Host: GitHub
- URL: https://github.com/lnsp/bench-client
- Owner: lnsp
- License: mit
- Created: 2014-07-11T16:57:25.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2016-08-14T21:46:33.000Z (almost 10 years ago)
- Last Synced: 2025-02-11T16:43:13.498Z (over 1 year ago)
- Language: Java
- Homepage:
- Size: 218 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
BotA-Patcher
============
BotA Patcher is a file patcher developed for the BotA Patch Server. It uses hashes to keep all your files up to date, download missing files and much more.
It stores all the download data in a /files folder within it's execution directory.
An example config.properties file:
```
#BotA Game Patcher Properties File
#Fri Jul 11 19:01:24 CEST 2014
# BotA Patch server protocol (currently only HTTP available)
server.protocol=http
# BotA Patch server port (standard is 80, configure it for your own purpose)
server.port=80
# The host name of the patch server (for example www.mysupergame.com)
server.host=localhost
```
I hope you have fun with the patcher! When you need a new feature, just request it or fork the repository and do it yourself.