Search found 24491 matches
- Thu Oct 02, 2025 10:43 am
- Forum: Scripting
- Topic: SwitchableDecorations maybe APROP_DORMANT related
- Replies: 0
- Views: 20
SwitchableDecorations maybe APROP_DORMANT related
I'm trying to figure out why this ACS script does not work as I want it to when I apply it to Switchable Decorations, but it does (with no changes) when I try it with dynamic lights: Script 34 (void) { if(!GetActorProperty(152,APROP_Dormant)) { Thing_Deactivate(152); ThingSound(152, "click", 127 ...
- Wed Oct 01, 2025 11:21 am
- Forum: Off-Topic
- Topic: Imgur not viewable in the UK
- Replies: 13
- Views: 269
Re: Imgur not viewable in the UK
In this case, it doesn't actually seem to be a case of the government blocking anything. It seems more like MediaLab were asked (admittedly by the UK government watchdog) to provide assurances that they were taking appropriate steps to ensure the safety of data, particularly data relating to the ...
- Wed Oct 01, 2025 10:08 am
- Forum: Rules and Forum Announcements
- Topic: ZDoom Wiki Thread
- Replies: 889
- Views: 241200
Re: ZDoom Wiki Thread
I notice on the Wiki page for the spotlight class ( https://zdoom.org/wiki/Classes:SpotLight ) that it says: "This class doesn't define any unique properties, flags or fields; they are all contained in the DynamicLight class." and on checking the DynamicLight page ( https://zdoom.org/wiki/Classes ...
- Wed Oct 01, 2025 5:49 am
- Forum: Off-Topic
- Topic: Imgur not viewable in the UK
- Replies: 13
- Views: 269
Re: Imgur not viewable in the UK
IMG tags also work (maybe not enabled for everyone IIRC?) but they don't do the fancy thumbnailing effect that Imgur links do, so images have to be suitably sized etc. It's amazing how many Imgur links there are on here. Some of the threads are just a wall of "you can't see this" placeholder images ...
- Wed Oct 01, 2025 5:34 am
- Forum: Off-Topic
- Topic: Imgur not viewable in the UK
- Replies: 13
- Views: 269
Re: Imgur not viewable in the UK
I have a VPN as part of my anti-virus package. It works just fine too. Of course, it would be much better if it simply wasn't needed. Doesn't look like that will be happening any time soon. As an aside, last month there was a big "internet drama" on Imgur in protest over Medialabs' policies. Lots of ...
- Wed Oct 01, 2025 5:05 am
- Forum: Scripting
- Topic: Minor problem with a Blade of Agony script.
- Replies: 2
- Views: 57
Re: Minor problem with a Blade of Agony script.
Oh, that's very cool. Thank you. Looks like there hasn't been huge amounts of activity recently (fair enough) but there has been some. [edit] And it looks like the issue has been addressed in the copy of C1M4 on GitHub (at least the scripts lump seems to reflect the change). FWiW, I tried a ...
- Wed Oct 01, 2025 5:04 am
- Forum: Bugs [GZDoom]
- Topic: ZScript parser doesn't notice missing state label
- Replies: 5
- Views: 156
Re: ZScript parser doesn't notice missing state label
An actor that spawns, is invisible but via ACS (or something) the actor is forced into a different state during gameplay?
I've never done it but, in theory at least, I can see it being done.
I've never done it but, in theory at least, I can see it being done.
- Tue Sep 30, 2025 12:58 pm
- Forum: Creation, Conversion, and Editing
- Topic: Ultimate Doom Builder
- Replies: 1048
- Views: 414668
Re: Ultimate Doom Builder
Thanks. I suspected that was the case but it doesn't hurt to ask. I appreciate the confirmation.
I'll give the fake action type thing a go. Thanks again.
I'll give the fake action type thing a go. Thanks again.
- Tue Sep 30, 2025 12:50 pm
- Forum: Off-Topic
- Topic: Imgur not viewable in the UK
- Replies: 13
- Views: 269
Re: Imgur not viewable in the UK
Thanks. So, as I read it, not the Online Safety Act (at least not directly) but MediaLab being investigated and found to not comply with UK standards for child protection and child data handling and facing a fine - so made the "commercial decision" to disallow UK users. Interesting. From what ...
- Tue Sep 30, 2025 10:08 am
- Forum: Off-Topic
- Topic: Imgur not viewable in the UK
- Replies: 13
- Views: 269
Re: Imgur not viewable in the UK
There is now an information page: https://help.imgur.com/hc/en-us/articles/41592665292443-Imgur-access-in-the-United-Kingdom If you can't see it, here's what it says: Imgur access in the United Kingdom From September 30, 2025, access to Imgur from the United Kingdom is no longer available. UK users ...
- Tue Sep 30, 2025 9:59 am
- Forum: Mapping
- Topic: Linked sectors noise location?
- Replies: 0
- Views: 23
Linked sectors noise location?
Sector_SetLink can be used to make several sectors move as one. It's a very useful feature and allows complicated lifts and other multi-sector moving structures to be made and the sector floors/ceilings will stay firmly fixed in place relative to each other, even if the player (or something) blocks ...
- Tue Sep 30, 2025 4:46 am
- Forum: Scripting
- Topic: Minor problem with a Blade of Agony script.
- Replies: 2
- Views: 57
Minor problem with a Blade of Agony script.
I wasn't sure whether to make this a technical issue or a mapping post, but scripting seems to fit. I think blade of Agony is an amazing achievement - IMO, the only real successor to the original Wolfenstein 3D. I love playing it simply for the enjoyment of the game, but also I love unpicking it ...
- Tue Sep 30, 2025 3:54 am
- Forum: Off-Topic
- Topic: Imgur not viewable in the UK
- Replies: 13
- Views: 269
Re: Imgur not viewable in the UK
Yes, it just "died". No ceremnony, no warning, no nothing. I was actually on here and on Imgur in a separate tab. I noticed a post here where I couldn't see the image (as it happens, it was an image that I posted). So, I went to the Imgur tab and when I refreshed the page I just got the "not ...
- Mon Sep 29, 2025 4:44 pm
- Forum: Off-Topic
- Topic: Imgur not viewable in the UK
- Replies: 13
- Views: 269
Imgur not viewable in the UK
For UK folks, or people who want to post images that people in the UK can see, there is now a problem - and speculation is that it might be a long-term. If you are in the UK and see a post on here that has an image hosted on Imgur, you will now just see an image that says "Content not viewable in ...
- Mon Sep 29, 2025 4:32 pm
- Forum: Creation, Conversion, and Editing
- Topic: Ultimate Doom Builder
- Replies: 1048
- Views: 414668
Re: Ultimate Doom Builder
Is there any way in UDB to have a line colour preset for lines that have been given a tag? I can only see options for flags, action and activation type When working on a complicated map, there are obviously lots of lines, and many of them might be given tags because they will end up being given a ...