ZDoom Wiki Thread
Re: ZDoom Wiki Thread
A bit inaccurate description here: http://zdoom.org/wiki/Transfer_WallLight
16:Transfer_WallLight (lineid, nofakecontrast)
lineid: ID of the lines to transfer the light to
flags: Specifies what part of the line is affected
16:Transfer_WallLight (lineid, nofakecontrast)
lineid: ID of the lines to transfer the light to
flags: Specifies what part of the line is affected
Re: ZDoom Wiki Thread
The wiki software has just been upgraded from MediaWiki 1.20.6 to 1.21.2. Let me know if anything broke.
This update also includes the SyntaxHighlight extension, which might be useful.
FWIW, most of the standard Interwiki links seem to be working now. Of all the ones I tried, only google: didn't work. I still can't make doomwiki: work, either. Is there some sort of voodoo ritual I need to perform? I've just spent the past nearly two hours mucking about with Interwiki crap, and all that's happened is that I'm even more confused now than I was before about why it won't just work.
This update also includes the SyntaxHighlight extension, which might be useful.
FWIW, most of the standard Interwiki links seem to be working now. Of all the ones I tried, only google: didn't work. I still can't make doomwiki: work, either. Is there some sort of voodoo ritual I need to perform? I've just spent the past nearly two hours mucking about with Interwiki crap, and all that's happened is that I'm even more confused now than I was before about why it won't just work.
-
- Posts: 5043
- Joined: Sun Nov 14, 2010 12:59 am
- NeuralStunner
-
- Posts: 12328
- Joined: Tue Jul 21, 2009 12:04 pm
- Preferred Pronouns: No Preference
- Operating System Version (Optional): Windows 11
- Graphics Processor: nVidia with Vulkan support
- Location: capital N, capital S, no space
- Contact:
Re: ZDoom Wiki Thread
The wiki tag is (still? again?) tripping up on /. Example: [wiki=MAPINFO/Map_definition]MapInfo Map Definition[/wiki]
-
- Posts: 5043
- Joined: Sun Nov 14, 2010 12:59 am
Re: ZDoom Wiki Thread
The wiki is inaccessible; I'm getting a "502 Bad Gateway" error.
-
- Posts: 2062
- Joined: Mon Feb 07, 2011 5:02 am
wiki is down?
sorry guys but the zdoom wiki seems to be down.
I keep getting 'gateway down' messages...
so, anyway until later...
Id like to know, what does A_FALL do? I mean, what's it for ideally?
I keep getting 'gateway down' messages...
so, anyway until later...
Id like to know, what does A_FALL do? I mean, what's it for ideally?
Re: wiki is down?
Yes, the wiki is down (502 Bad Gateway -- can someone fix that?)
-
- Posts: 5043
- Joined: Sun Nov 14, 2010 12:59 am
Re: wiki is down?
A_Fall is exactly the same as A_NoBlocking (the name A_Fall came from Doom, if I recall).osjclatchford wrote:Id like to know, what does A_FALL do? I mean, what's it for ideally?
If I'm reading the source code right, it clears the SOLID flag from the actor and drops all of the items the actor defines with the DropItem actor property, if any.
It also sets the alpha of a stealth actor to 1.0 (and another thing related to that but I don't know what it is), and if the actor has a conversation that sets an item to drop, the item will be dropped as well.
- Kappes Buur
-
- Posts: 4182
- Joined: Thu Jul 17, 2003 12:19 am
- Graphics Processor: nVidia (Legacy GZDoom)
- Location: British Columbia, Canada
- Contact:
Re: ZDoom Wiki Thread
Selecting all the photos of cats doesn't seem to save an edit.

Clicking on 'Save Page' just keeps on popping up with a new selection of photos, over and over.
At one point I thought that there may have a differentiation between cats and kittens, but that didn't work either.
I don't remember what I had in mind when I typed the above line.

Clicking on 'Save Page' just keeps on popping up with a new selection of photos, over and over.
At one point I thought that there may have a differentiation between cats and kittens, but that didn't work either.
I don't remember what I had in mind when I typed the above line.
Last edited by Kappes Buur on Thu Jan 30, 2014 3:59 pm, edited 2 times in total.
Re: ZDoom Wiki Thread
As an administrator, I never get the captcha, so I can't test it. I tried creating an account, and it worked fine there, though. Unfortunately, it's the only captcha offered that's worth a damn anymore.
-
- Posts: 2062
- Joined: Mon Feb 07, 2011 5:02 am
Re: wiki is down?
thanks most hepfull, oh and thanks to ww(?) for moving my post, sorry, I should have looked for a wiki thread first eh?Blue Shadow wrote:A_Fall is exactly the same as A_NoBlocking (the name A_Fall came from Doom, if I recall).osjclatchford wrote:Id like to know, what does A_FALL do? I mean, what's it for ideally?
If I'm reading the source code right, it clears the SOLID flag from the actor and drops all of the items the actor defines with the DropItem actor property, if any.
It also sets the alpha of a stealth actor to 1.0 (and another thing related to that but I don't know what it is), and if the actor has a conversation that sets an item to drop, the item will be dropped as well.
Re: ZDoom Wiki Thread
I think that sometimes, the captcha's own database is incorrect. I have had a similar problem on another wiki, but it solved itself after retrying a few times.randi wrote:As an administrator, I never get the captcha, so I can't test it. I tried creating an account, and it worked fine there, though. Unfortunately, it's the only captcha offered that's worth a damn anymore.
Re: ZDoom Wiki Thread
The download link for stacktest.7z demo map in the stacked sectors page no longer works. http://zdoom.org/wiki/Portal Might want to remove or fix that.
Re: ZDoom Wiki Thread
If the above is, in fact, the case, the A_RaiseChildren page should be modified to include this information.Blue Shadow wrote:According to the source code (if I'm reading it right), one of the requirements for an actor to be successfully resurrected is to already be at a state with -1 tic duration when the function is called.