Nenhuma descrição

tinyrabbit ba2b24d1f0 Merge branch 'no-scoretable-class' of tinyrabbit/killcount-gs into main 14 horas atrás
lang ca31bcf056 Addressing several issues: 1 dia atrás
.gitignore b7b6b11bc0 Added .gitignore 5 meses atrás
README.md ca31bcf056 Addressing several issues: 1 dia atrás
info.nut 2f1d06fca3 Load and Save implemented 15 horas atrás
license.txt 989a2ed285 First commit 10 meses atrás
main.nut 2f1d06fca3 Load and Save implemented 15 horas atrás
make_tar.py ca31bcf056 Addressing several issues: 1 dia atrás
scoretable.nut 2f1d06fca3 Load and Save implemented 15 horas atrás
version.nut ca31bcf056 Addressing several issues: 1 dia atrás

README.md

Killcount

This is a gamescript for OpenTTD (https://openttd.org). Its purpose is to keep track of how many casualties each company has caused because of accidents. The script creates and maintains a "highscore" leaderboard in the storybook of the game.

Install and run

This script is not yet uploaded to BaNaNas. To make it available in game on a Unix-like system (for example Linux) you will have to clone the git repository to ~/.local/share/openttd/game.

cd ~/.local/share/openttd/game
git clone https://notabug.org/tinyrabbit/killcount-gs.git

When you have done this the script will be available in the Game Script Settings from the main menu in the game. In a multiplayer game only the host needs to run the script for the leaderboard to be available to all players.

Killcount is humbly based on the Minimal GS base

Minimal GS - a boilerplate for GS authors

Minimal GS author: Zuu Forum thread: http://www.tt-forums.net/viewtopic.php?f=65&t=62163