ZDoom Wiki Thread
-
- Posts: 5
- Joined: Sun Feb 20, 2022 4:49 pm
- Graphics Processor: nVidia with Vulkan support
Re: ZDoom Wiki Thread
I'd like to suggest an edit for your consideration.
https://zdoom.org/wiki/Standalone_games
REKKR: Sunken Land ships with GZDoom. While the game itself doesn't utilise any GZDoom features in its gameplay/levels (the wad/deh runs with any source port without issues), it might be still worth adding to this list.
https://store.steampowered.com/app/1715 ... nken_Land/
https://zdoom.org/wiki/Standalone_games
REKKR: Sunken Land ships with GZDoom. While the game itself doesn't utilise any GZDoom features in its gameplay/levels (the wad/deh runs with any source port without issues), it might be still worth adding to this list.
https://store.steampowered.com/app/1715 ... nken_Land/
-
- Spotlight Team
- Posts: 1084
- Joined: Mon Nov 25, 2019 8:54 am
- Graphics Processor: Intel (Modern GZDoom)
Re: ZDoom Wiki Thread
REKKR was intended to run on the stock.exe and is thus an IWAD there. Sunken Land can also run in DOS but needs Doom2 IWAD.Artbor wrote: ↑Wed Dec 07, 2022 10:42 am I'd like to suggest an edit for your consideration.
https://zdoom.org/wiki/Standalone_games
REKKR: Sunken Land ships with GZDoom. While the game itself doesn't utilise any GZDoom features in its gameplay/levels (the wad/deh runs with any source port without issues), it might be still worth adding to this list.
https://store.steampowered.com/app/1715 ... nken_Land/
Since i don't have access to Sunken Land i am going to assume that the Steam version uses an IPK3 (Which makes the most sense since otherwise the game is illegal). So ill add it in the list.
-
- Posts: 5016
- Joined: Sun Nov 14, 2010 12:59 am
Re: ZDoom Wiki Thread
To contributors: please be mindful of how you use the {{new}} and {{git}} templates. If you're adding documentation on a newly-added feature, then by all means, use the templates accordingly. If, however, you're writing an article about a certain topic from which you're linking to a new feature, then don't use the templates in the article; a curious reader would just click on the link to the feature's page where all the needed information is there, including whether the feature is brand new or not.
Edit:
Another thing, regarding the {{new}} template: make it a habit to pass in the version number. Because without it, the version number will be taken from the {{latest}} template. {{latest}} always points to the latest release version number. So if there are features that are marked without an explicit version number, once a new version of GZDoom is released and {{latest}} is updated, the version number for those features will also be automatically updated, pointing to the wrong version number.
Edit:
Another thing, regarding the {{new}} template: make it a habit to pass in the version number. Because without it, the version number will be taken from the {{latest}} template. {{latest}} always points to the latest release version number. So if there are features that are marked without an explicit version number, once a new version of GZDoom is released and {{latest}} is updated, the version number for those features will also be automatically updated, pointing to the wrong version number.
-
- Posts: 5016
- Joined: Sun Nov 14, 2010 12:59 am
-
- Admin
- Posts: 6190
- Joined: Thu Feb 26, 2004 3:02 pm
- Preferred Pronouns: He/Him
Re: ZDoom Wiki Thread
It looks nice, but it also makes the page a LOT longer with whitespace. The original page, I can see all the parameters on a 1080p browser window. On the updated page, just the flags alone take up an entire screen.
What's the rationale for the change?
EDIT: I also do like the use of monospace font in appropriate places.
What's the rationale for the change?
EDIT: I also do like the use of monospace font in appropriate places.
Last edited by Caligari87 on Wed Apr 26, 2023 7:33 pm, edited 1 time in total.
-
- Posts: 2113
- Joined: Thu May 02, 2013 1:27 am
- Operating System Version (Optional): Windows 10
- Graphics Processor: nVidia with Vulkan support
- Location: Brazil
Re: ZDoom Wiki Thread
I think having more whitespace really helps with the readability here. Comparing the two versions side by side, the new one is far easier to read, while the current version is too dense. The new one might take up more space, but I don't think that's necessarily a bad thing.
-
- Posts: 5016
- Joined: Sun Nov 14, 2010 12:59 am
Re: ZDoom Wiki Thread
Yes, the fact that the page takes up more vertical space is a bit annoying, but as phantombeta said, readability is improved, with text no longer being jammed together.
As for why: I wanted to fix styling and formatting inconsistencies between the pages, and I thought if I'm going to go through all the pages, I might as well improve things a little.
As for why: I wanted to fix styling and formatting inconsistencies between the pages, and I thought if I'm going to go through all the pages, I might as well improve things a little.
-
- Spotlight Team
- Posts: 1084
- Joined: Mon Nov 25, 2019 8:54 am
- Graphics Processor: Intel (Modern GZDoom)
Re: ZDoom Wiki Thread
Whitespace is all about balance. A lot of modern websites fail at this by introducing entire seas worth of whitespace that actually damages the readability.phantombeta wrote: ↑Wed Apr 26, 2023 7:22 pm I think having more whitespace really helps with the readability here. Comparing the two versions side by side, the new one is far easier to read, while the current version is too dense. The new one might take up more space, but I don't think that's necessarily a bad thing.
Fortunately the ZDoomwiki isn't a modern website but some ideas:
Personally i like the new layout aswell because it fonts code the way it should (cursive, etc) and thus stands out from the now default layout. I like that it is visible that we are talking about a code variable here and now just a piece of text.
-
- Posts: 317
- Joined: Mon Jul 16, 2012 2:02 am
Re: ZDoom Wiki Thread
If you reduce the vertical paddings/margins between the flags' intro line and their descriptions you may nearly half the vertical space occupied by them.
-
- Posts: 16
- Joined: Tue Jul 25, 2017 5:56 am
Re: ZDoom Wiki Thread
The new version is pretty nice, the only downside is what Cali mentioned, you kind of lose being able to picture every parameter and flag at once. Adding the data types and extra text styles is a big plus too!
Ex with space removed under Param names:
I'm not really sure how you could lessen the vertical space anymore without doing something like..
Param (DataType) || Description
Which pretty much brings us back to the original with a data type and better text styling + white space between each row.
I agree with this, the even spacing between every single line was throwing me off a bit.
Ex with space removed under Param names:
I'm not really sure how you could lessen the vertical space anymore without doing something like..
Param (DataType) || Description
Which pretty much brings us back to the original with a data type and better text styling + white space between each row.
-
-
- Posts: 17921
- Joined: Fri Jul 06, 2007 3:22 pm
Re: ZDoom Wiki Thread
Perhaps use the new list for args, but keep the old list for flags (since they're a sub-list).
-
- Posts: 248
- Joined: Mon Jan 09, 2023 2:02 am
- Graphics Processor: nVidia (Modern GZDoom)
Re: ZDoom Wiki Thread
Whitespace is good if it separates items. The new design not only separates items but also the header from the accompanying content, and the spacing looks to be identical. This doesn't really help with associating content.
-
- Posts: 442
- Joined: Sat Jun 23, 2012 7:44 am
- Graphics Processor: nVidia with Vulkan support
- Location: Czech Rep.
Re: ZDoom Wiki Thread
The parameter names (and types) already serve as visual separators, so the bigger paragraph space doesn't look really needed. The improved readability, to me, comes from the name and description parts being separated to two lines. Also I like the default value being in an easy to spot, uh, spot, but perhaps it could be put in the "header" line after the type? It would be more condensed but still much more navigable than at the end of the description.
-
- Posts: 5016
- Joined: Sun Nov 14, 2010 12:59 am
Re: ZDoom Wiki Thread
I decided to put the flags in a table. It should be better, I think.
-
- Posts: 16
- Joined: Tue Jul 25, 2017 5:56 am
Re: ZDoom Wiki Thread
The flag table improves it a lot. Nice job!
I still vouch for less space between the parameter names and their descriptions but I can live with how it is now.
I still vouch for less space between the parameter names and their descriptions but I can live with how it is now.