An open API service indexing awesome lists of open source software.

https://github.com/mfreiholz/steels-neocron-tool

Log Viewer for the game "Neocron".
https://github.com/mfreiholz/steels-neocron-tool

logging neocron

Last synced: 3 months ago
JSON representation

Log Viewer for the game "Neocron".

Awesome Lists containing this project

README

          

# Neocron Log Viewer
Parses Neocron's log files and displays it's information.

![Welcome](docs/NeocronLogViewer-Welcome.png)

## Features
- Analyze __Character Log__ files (e.g.: `$NEOCRON/logs/_00.log`)
- Live update while game is running
- Export in structured CSV for further investigation
- Analyze __Damage Log__ files (e.g.: `$NEOCRON/logs/Damage_00.log`)
- Live update while game is running

## Download
[Download from here](https://github.com/mfreiholz/steels-neocron-tool/releases)
the newest version.

## Upcoming Features & Ideas
- __Damage Log__
- Implement session based online service to synchronize logs from other players within same session.

## License
This program is released under license _GNU General Public License version 3_.

## Screenshots
![Character Log Analysis](docs/NeocronLogViewer-CharacterLog.png)
*Character Log Analysis*

![Damage Log Analysis](docs/NeocronLogViewer-DamageLog.png)
*Damage Log Analysis*

## Developer Notes

### How to create Installer
Note: This only works in _Manuel's_ environment right now.

- Build project with release settings
- Run `deploy.bat` script

### File License Header
The following license notice should be the first in all source files.
```
Copyright 2021 Manuel Freiholz

This file is part of SteelsNeocronTool.

SteelsNeocronTool is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

SteelsNeocronTool is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with SteelsNeocronTool. If not, see .
```