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".
- Host: GitHub
- URL: https://github.com/mfreiholz/steels-neocron-tool
- Owner: mfreiholz
- License: gpl-3.0
- Created: 2021-03-21T20:50:42.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2025-05-31T07:06:48.000Z (about 1 year ago)
- Last Synced: 2025-05-31T18:51:27.242Z (about 1 year ago)
- Topics: logging, neocron
- Language: C++
- Homepage:
- Size: 369 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
# Neocron Log Viewer
Parses Neocron's log files and displays it's information.

## 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*

*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 .
```