aJynksed Level Info Mod (My 1st ever mod!) [UPDATED : 11/03/25]

Projects that alter game functions but do not include new maps belong here.
Forum rules
The Projects forums are only for projects. If you are asking questions about a project, either find that project's thread, or start a thread in the General section instead.

Got a cool project idea but nothing else? Put it in the project ideas thread instead!

Projects for any Doom-based engine (especially 3DGE) are perfectly acceptable here too.

Please read the full rules for more details.
aJynks
Posts: 28
Joined: Fri Aug 30, 2024 6:19 pm

aJynksed Level Info Mod (My 1st ever mod!) [UPDATED : 11/03/25]

Post by aJynks »

G'day.. Jynks here.

This is my 1st ever mod. I made it as a way to get some grounding in zScripting as part of my modding journey. I'm pretty happy with it. I mean it is simple, but I think it is something I will actually use myself, so maybe others will like it! The point of the mod really was to just poke around in zscript and get an idea of how it all works.


aJynks Level Info Mod

This mod is a shameless rip off of dsda-Doom's level info. It simply is a small mod that displays some level info on the screen.
  • Time played on the map in H:M:S:Tics
    • If there is no hour, the hour value is not used.
    • tics in gzdoom, as far as I know are 35 per second. I added some math to convert that to 60. I thought it looked cooler and made each part of the time counter tick over at 60.
  • I used a completely new custom font from daFonts made in gzDoom's unicode format
  • I have made a small menu config system
  • Move the widget to anywhere on screen
  • Scale widget
  • Change the Font between my custom Font and the other default Doom Fonts
  • Change the Colour of various parts of text on the widget (requested feature)
  • Choose whether you see the total value for Kills, Items and Secrets or not.
  • You can also set a Name. This is a separate widget that you can also position, scale and colour. Use it for tagging videos if you are a uTuber. (requested feature)
: Google Drive Download Link :
  • aJynksed LevelInfo v1.0
  • aJynksed LevelInfo v1.1
  • aJynksed LevelInfo v2.0
  • aJynksed LevelInfo v2.1
  • aJynksed LevelInfo v2.2
: Thanks :

I just want to thank everyone on this fourm, zDoom forum and the zdoom discord I have been hanging in, for walking me through this first mod. There are really to many to name, but special thanks has to go to
  • Agent_Ash @ZDoom Discord
  • Jay0 @ZDoom Discord
  • DavidXNewton @uTube
  • Shepardus @DoomWorld
  • Gez @DoomWorld
  • Mtrop @Hellforge Discord
  • numsOic@Hellforge Discord
I also want to mention dsda-Doom. This mod is a 100% rip off of their UI thing, as I liked it so much, but couldn't find something like it for gzDoom, which I kinda have to use as I often play with gamepad (lets not fight about that. I like playing on my hand held. I like playing on my tv. I like gamepads for playing games) so I sorta have to use the Aim Assist Mod to make the games playable. I hope they are no upset, I used no data form dsda-Doom.

..... And so it begins!!

This is just the beginning. I have programming experience, so thought it would be easier to make a small zscript mod to "get started" with modding than learn a complex graphical editor for making maps... but that is definably next!

: Demo of the Mod so you can see it :
Last edited by aJynks on Mon Mar 10, 2025 10:57 pm, edited 6 times in total.
aJynks
Posts: 28
Joined: Fri Aug 30, 2024 6:19 pm

Re: aJynksed Level Info Mod (My 1st ever mod!)

Post by aJynks »

: UPDATE v2.2 :
  • ---=== CHANGES ===---
    • I've removed the automatic "all caps". When entering a custom string, you can now use camel case. So if you like all caps, just type in all caps.
  • ---=== Additions ===---
    • I've added a switch to display the entire widget on a single line, instead of two. Due to the way the timer "counts" it has to be after the Kill, Item and Secret values, otherwise they would "bounce" around as the timer changes size constantly.
    • There is a new option to SHOW or HIDE from the widget the current MAP NAME. (for example : ENTRYWAY)
    • There is a new option to SHOW or HIDE from the widget the current MAP SLOT (for example : MAP01).
    • The Map Name line can be scaled, coloured or moved like the other parts of the widget. (example MAP01 : ENTRYWAY)
    • I've added a configurable HOTKEY to switch between showing the totals or hiding them. So you can quickly peak at the totals, without using the menus.
  • ---=== FIXES ===---
    • I've adjusted the scale increments to 0.05. You can now easily use the keyboard to adjust the scale as well as the sliders.



Proydoha
Posts: 77
Joined: Thu Jan 21, 2016 2:25 am

Re: aJynksed Level Info Mod (My 1st ever mod!) [UPDATED : 11/03/25]

Post by Proydoha »

Thank you for the mod. I'm going to try it because my usual issue is that I have strange compulsive desire to check kills/secrets right after I save the game and notification that game is saved usually completely covers this information. With this mod I can just move it down where I can always see it.

Return to “Gameplay Mods”