I wish you luck. I've been waiting for almost two years to be able to contribute to the wiki again.JonayaRiley wrote:Okay, that does make sense - who're the wiki admins?
ZDoom Wiki Thread
-
- Posts: 678
- Joined: Mon Jan 16, 2006 8:53 pm
- Location: Rio de Janeiro - Brazil
Re: ZDoom Wiki Thread
-
- Spotlight Team
- Posts: 1085
- Joined: Mon Nov 25, 2019 8:54 am
- Graphics Processor: Intel (Modern GZDoom)
Re: ZDoom Wiki Thread
I mean, i got mines because i asked Gez in a PM.Logan MTM wrote:I wish you luck. I've been waiting for almost two years to be able to contribute to the wiki again.JonayaRiley wrote:Okay, that does make sense - who're the wiki admins?
Also MediaWiki can indeed be rather finnicky with who can do who. I am actually implementing a MediaWiki setup on my work modelled after ZDoom's, so i guess ZDoom's influences go many aways, haha.
-
-
- Posts: 17924
- Joined: Fri Jul 06, 2007 3:22 pm
Re: ZDoom Wiki Thread
Images are completely broken suddenly. Instead there's text saying: "Error creating thumbnail: Unable to save thumbnail to destination"
This also affects the Raze wiki, not that anyone uses it.
This also affects the Raze wiki, not that anyone uses it.
-
- Posts: 13738
- Joined: Tue Jan 13, 2004 1:31 pm
- Preferred Pronouns: She/Her
Re: ZDoom Wiki Thread
This is on my to-do list to address, but right now unfortunately there are much more critical issues that have to be tackled first with the site.Gez wrote:Images are completely broken suddenly. Instead there's text saying: "Error creating thumbnail: Unable to save thumbnail to destination"
This also affects the Raze wiki, not that anyone uses it.
-
-
- Posts: 17456
- Joined: Mon Oct 27, 2003 12:07 am
- Location: Kuala Lumpur, Malaysia
Re: ZDoom Wiki Thread
Any chance to add a dark skin for the wiki? My eyes aren't what they used to be anymore...
-
-
- Posts: 4143
- Joined: Thu Jul 17, 2003 12:19 am
- Graphics Processor: nVidia (Legacy GZDoom)
- Location: British Columbia, Canada
Re: ZDoom Wiki Thread
That would nice indeed.Nash wrote:Any chance to add a dark skin for the wiki? My eyes aren't what they used to be anymore...
I wonder if the Night Mode extension is easy to import
-
- Spotlight Team
- Posts: 1085
- Joined: Mon Nov 25, 2019 8:54 am
- Graphics Processor: Intel (Modern GZDoom)
Re: ZDoom Wiki Thread
There is also MediaWiki's DarkMode extension, although it is experimental.Kappes Buur wrote:That would nice indeed.Nash wrote:Any chance to add a dark skin for the wiki? My eyes aren't what they used to be anymore...
I wonder if the Night Mode extension is easy to import
-
- Posts: 13738
- Joined: Tue Jan 13, 2004 1:31 pm
- Preferred Pronouns: She/Her
Re: ZDoom Wiki Thread
Made several attempts to load the darkmode extension, to no avail. For some reason it crashes the wiki load and I can't find any clues in the error log.
The images and page editing should be fixed.
The images and page editing should be fixed.
-
- Posts: 13738
- Joined: Tue Jan 13, 2004 1:31 pm
- Preferred Pronouns: She/Her
Re: ZDoom Wiki Thread
Sorry to say but with the way the wiki is currently designed, dark skins are not possible. It will be necessary to update templates in order to be skin-neutral.
I'll leave DarkCosmos active for now in case things like that ever get updated. But the skin is currently unusable with the way things are set up right now in the wiki itself.
I'll leave DarkCosmos active for now in case things like that ever get updated. But the skin is currently unusable with the way things are set up right now in the wiki itself.
-
- Posts: 76
- Joined: Mon Aug 26, 2019 9:18 pm
- Graphics Processor: nVidia with Vulkan support
Re: ZDoom Wiki Thread
I've written two guides on the wiki on how to make actors that can by modified by the level editor, one of them is about using ZScript user variables to do it, and is obviously targeted to L/GZDoom. And the other is has the same subject too, but uses only DECORATE and is mostly targeted towards Zandronum, and is about making a configurable actor by adding values to the actors' args[] array fields, then having custom behavior given to the actor, by checking for what the value of a member of the array is from within action functions that support expression parameters, especially A_JumpIf(). The latter half also covers how to use editor keys to integrate the custom arguments to the editor, such as by giving each field uses by the actor a name, a tooltip, and even enums to make drop down menus for the argument, instead of just purely entering numbers into it. Below are the links for both guides:
[wiki]Using user variables in ZScript[/wiki]
[wiki]Making configurable actors in DECORATE[/wiki]
The ZScript guide I wrote a few days ago, and I planned to write its' DECORATE equivalent just tomorrow after writing the first one, but due to a mix of lack of motivation, procrastination and replacing my old-ass ooga booga caveman OptiPlex 760 with a custom PC from the 21st century in the middle of writing half of the guide, it took 2-3 days longer to finish it than anticipated.
Also does anyone know if there is a way to embed external animated GIFs ? I want to embed an animated GIF to my user page with an alt-text caption on it, but can't.
[wiki]Using user variables in ZScript[/wiki]
[wiki]Making configurable actors in DECORATE[/wiki]
The ZScript guide I wrote a few days ago, and I planned to write its' DECORATE equivalent just tomorrow after writing the first one, but due to a mix of lack of motivation, procrastination and replacing my old-ass ooga booga caveman OptiPlex 760 with a custom PC from the 21st century in the middle of writing half of the guide, it took 2-3 days longer to finish it than anticipated.
Also does anyone know if there is a way to embed external animated GIFs ? I want to embed an animated GIF to my user page with an alt-text caption on it, but can't.
-
-
- Posts: 17924
- Joined: Fri Jul 06, 2007 3:22 pm
Re: ZDoom Wiki Thread
Embedding external images in a MediaWiki depends on whether this setting is on and I believe it to be off on the ZDoom wiki.inkoalawetrust wrote:Also does anyone know if there is a way to embed external animated GIFs ? I want to embed an animated GIF to my user page with an alt-text caption on it, but can't.
-
- Posts: 57
- Joined: Wed Oct 06, 2021 11:23 am
Re: ZDoom Wiki Thread
https://zdoom.org/wiki/User_variable
user_* variables are inherited by child actors
(it's not mentioned anywhere)
user_* variables are inherited by child actors
(it's not mentioned anywhere)
-
- Posts: 818
- Joined: Thu Apr 25, 2013 12:21 pm
- Preferred Pronouns: They/Them
- Operating System Version (Optional): Windows 11 for the Motorola Powerstack II
- Graphics Processor: nVidia with Vulkan support
- Location: The Corn Fields
Re: ZDoom Wiki Thread
all variables are inherited by child actors. That's how object oriented programming works. There really shouldn't be a need to point that out in the wiki.determin1st wrote:https://zdoom.org/wiki/User_variable
user_* variables are inherited by child actors
(it's not mentioned anywhere)
-
- Posts: 16
- Joined: Tue Jul 14, 2020 6:11 pm
Re: ZDoom Wiki Thread
Hey, I'd like to set up a wiki account but something seems to be blocking me from doing so, is there another way I can create an account?
-
- Posts: 16
- Joined: Tue Jul 14, 2020 6:11 pm
Re: ZDoom Wiki Thread
Oh, whoops, didn't fully read the thread. I'll go ahead and PM.