I noticed that code=php no longer affects syntax highlighting.
It used to work.
Search found 4138 matches
- Sun Oct 26, 2025 2:21 am
- Forum: Scripting
- Topic: I need some help with a script
- Replies: 5
- Views: 90
- Tue Oct 21, 2025 3:24 am
- Forum: Off-Topic
- Topic: Whats happening ?
- Replies: 38
- Views: 905
Re: Whats happening ?
https://forum.zdoom.org/viewtopic.php?p=1263453#p1263453 My view, unless I am wrong in which case I will apologize, is that there is an important difference. The transitions from ZDoom and QZDoom to GZDoom were amicable, at least at the time. Whereas the transition to UZDoom seems more predatory ...
- Mon Oct 20, 2025 6:27 pm
- Forum: Off-Topic
- Topic: Whats happening ?
- Replies: 38
- Views: 905
Re: Whats happening ?
Oh btw, I learned of the imgur decision to not show images for UK users,
does the ibb image show up?
does the ibb image show up?
- Mon Oct 20, 2025 6:03 pm
- Forum: Off-Topic
- Topic: Whats happening ?
- Replies: 38
- Views: 905
Re: Whats happening ?
I read through the threads on Doomworld, so I know of the drama. What I am womdering is, what does UZDoom have to do with this forum? For example, when Skulltag got ousted by the Zandronum team, it created a completely new set of webpages for Zandronum instead of continuing under the Skulltag banner ...
- Mon Oct 20, 2025 5:23 pm
- Forum: Scripting
- Topic: I need some help with a script
- Replies: 5
- Views: 90
Re: I need some help with a script
Thank you for trying to help. I replaced T_BARON with "BaronOfHell". The map however does not end. Like I mentioned, I tried several combinations and == 0, <1, etc with no success. Perhaps ACS cannot solve the problem. The other question I have is, How can I count the number of Barons still in the ...
- Mon Oct 20, 2025 2:37 pm
- Forum: Off-Topic
- Topic: Whats happening ?
- Replies: 38
- Views: 905
Whats happening ?
https://ibb.co/GvSFRp0K
I noticed that the GitHub link (green) on the Start page links to ZDoom/gzdoom
But on the other pages (yellow) the link goes to UZDoom/UZDoom
Why ?
I noticed that the GitHub link (green) on the Start page links to ZDoom/gzdoom
But on the other pages (yellow) the link goes to UZDoom/UZDoom
Why ?
- Mon Oct 20, 2025 1:54 pm
- Forum: Scripting
- Topic: I need some help with a script
- Replies: 5
- Views: 90
I need some help with a script
I have come to realize that my aged brain no longer seems to be able to construct a working script, and I need to elicit some help. This is the map No matter what I come up with for ThingCountName or ThingCount nothing works as intended. Either the map ends right away or ends after 3 Barons are ...
- Fri Oct 17, 2025 7:23 pm
- Forum: Mapping
- Topic: Is it possible for a Switch to activate a server command?
- Replies: 2
- Views: 85
Re: Is it possible for a Switch to activate a server command?
You must be a really friendly person, but I decline.
sv_fastweapons 2 can be used in a script, ACS or ZSCRIPT.
However, set sv_cheats to 1 first, an easy way is to include it in autoexec.cfg.
- Fri Oct 17, 2025 4:09 am
- Forum: Mapping
- Topic: Creating maps with WDC
- Replies: 2
- Views: 129
Re: Creating maps with WDC
I have not done this myself, however this video seems to explain the process quite well
https://www.youtube.com/watch?v=04V-dHKV_bI
https://www.youtube.com/watch?v=04V-dHKV_bI
- Tue Oct 14, 2025 3:33 am
- Forum: Mapping
- Topic: Please can someone explain to me in detail how to change the fonts used
- Replies: 5
- Views: 122
Re: Please can someone explain to me in detail how to change the fonts used
Check out https://forum.zdoom.org/viewtopic.php?t=33409 Print and Printbold have a tendency to display scaled down text in high resolutions, thus I like to use a script with HudMessage, such as #include "zcommon.acs" // ======================================================= script 2 open { SetFont ...
- Wed Oct 08, 2025 3:22 pm
- Forum: Mapping
- Topic: Black shapes in the sky - any way to avoid?
- Replies: 7
- Views: 199
Re: Black shapes in the sky - any way to avoid?
After looking at your video several times I tried a few scenarios with different skies and complex sectors. I even replayed some of the Boa maps. But nothing like that showed up in the sky. I wonder, that is a fairly irregular shape with a 90° angle, could that be superimposed onto the sky somehow? ...
- Sun Oct 05, 2025 12:28 pm
- Forum: Mapping
- Topic: Black shapes in the sky - any way to avoid?
- Replies: 7
- Views: 199
Re: Black shapes in the sky - any way to avoid?
I am surprised that it shows up when Vulkan is selected, I would have expected OpenGL to cause the artifact. I made a few maps (just single sector) with various kothic skies and also just single colour skies to see what happens on my end, without an artifact showing up. Would you mind providing a ...
- Sun Oct 05, 2025 4:30 am
- Forum: Mapping
- Topic: Generating terrains in Blender
- Replies: 1
- Views: 109
Re: Generating terrains in Blender
I used your terrain.obj and imported it into an opened map with r4238. The only difference was that I set the import to a higher value, it should be around 500 to 2000 to make it interesting https://imgur.com/gPt4SyN It took ca 25 secs to load. https://imgur.com/jA38P3i Then I change the ceiling to ...
- Sun Oct 05, 2025 2:59 am
- Forum: Mapping
- Topic: Black shapes in the sky - any way to avoid?
- Replies: 7
- Views: 199
Re: Black shapes in the sky - any way to avoid?
Just wondering.
Does this happen in both OpenGL and Vulkan?
I seem to remember a similar thing happening to a floor artifact (some small white shape) which was remedied by dpJudas.
Does this happen in both OpenGL and Vulkan?
I seem to remember a similar thing happening to a floor artifact (some small white shape) which was remedied by dpJudas.