Something to keep track of my highest monster kill % per level (same for items and secrets(and best time))
Idk where this would be but I guess thats up to gz. Probably just in the end of level screens or something. I just think it would add a lot of replay value if GZ kept track of your best stats per difficulty/level somewhere just to give you something to play against. Seems easy to implement tbh (but I'm not much of a programmer). Even if it's just a menu tucked away somewhere in the pause menu it'd be cool.
Highscore-like features?
Moderator: GZDoom Developers
-
- Posts: 9
- Joined: Mon May 13, 2019 6:45 am
- Graphics Processor: nVidia with Vulkan support
-
- Posts: 9
- Joined: Mon May 13, 2019 6:45 am
- Graphics Processor: nVidia with Vulkan support
Re: Highscore-like features?
Another quick question. Is GZDoom open source? Like could I just edit this myself and make my own little version with highscores? What languages would I have to learn?
-
-
- Posts: 17934
- Joined: Fri Jul 06, 2007 3:22 pm
Re: Highscore-like features?
yes, yes, C++bebipbop wrote:Another quick question. Is GZDoom open source? Like could I just edit this myself and make my own little version with highscores? What languages would I have to learn?
-
- Lead GZDoom+Raze Developer
- Posts: 49183
- Joined: Sat Jul 19, 2003 10:19 am
- Location: Germany
Re: Highscore-like features?
There's already something to track your achievements.
At the console, set 'savestatistics' to 1 and it will write out your play time and monster/item/secret count when you complete an episode.
It's rather unlikely that this wlll get extended to true highscore maintenance because that's rather tricky with a game that has no concept of scoring in a competitive way.
At the console, set 'savestatistics' to 1 and it will write out your play time and monster/item/secret count when you complete an episode.
It's rather unlikely that this wlll get extended to true highscore maintenance because that's rather tricky with a game that has no concept of scoring in a competitive way.
-
-
- Posts: 17934
- Joined: Fri Jul 06, 2007 3:22 pm
Re: Highscore-like features?
Note that there is a score statistics, though it's something that is only of use with mods that assign scores to monsters and items. All vanilla actors are scoreless.
-
-
- Posts: 1446
- Joined: Fri Dec 29, 2017 4:15 am
- Preferred Pronouns: He/Him
- Operating System Version (Optional): Manjaro Linux
- Location: Siberia (UTC+7)
Re: Highscore-like features?
You don't have to change engine code for this, scoring is doable mod-side with ZScript. Shameless self-promotion: Lazy Points. Not exactly what you ask for, but it stores high scores between maps and between games, and has a menu to view scores. Maybe it will serve as a starting point for your own thing.
-
-
- Posts: 523
- Joined: Mon Apr 09, 2012 12:27 pm
Re: Highscore-like features?
Gonna plug my own stat tracker mod, also written in ZScript.
https://img.itch.zone/aW1hZ2UvMjA4ODk0L ... 2BuwEy.jpg
https://img.itch.zone/aW1hZ2UvMjA4ODk0L ... 2BuwEy.jpg