Revision 2025 64k Intro Compo Rules Changes
category: general [glöplog]
Just for the record, I checked with a fresh Windows 11 (or rather Windows Sandbox which promises to be a fresh installation), and while Direct3D 9 to 12 and D3DCompiler_47 are in, dxcompiler.dll is not. So if you want to use shader model 6 or later, it's going to be DXIL (or hopefully soon SPIR-V) only as it seems.
My sandbox has a "C:\Program Files (x86)\Microsoft\Edge\Application\134.0.3124.93\dxcompiler.dll". Note that it's only the 32-bit version, maybe you looked in the 64-bit directory? Of course, expecting that DLL to be there is a great way to be incompatible with future versions of Windows either way.
Yeah, mine has that too. BoyC also pointed it out to me. But I honestly wouldn't use it, firstly because it's not guaranteed to stay in that place or at all (and it has Edge's version number in the path so the intro would have to "manually" search for it) and secondly because I can imagine there's a bunch of people who use Tiny11 or similar bloat-less installs and don't even have Edge. Relying purely on the stuff in System32 is the better option if you want your prod to run on anyone else's machine.
Quote:
Code:%PROGRAMFILES(x86)%\Microsoft\Edge\Application\134.0.3124.93\dxcompiler.dll
Not hard to be version independent by searching in the parent path - though maybe not for 5 years, but then just be honest about your dependencies in the readme.
If you already have a search, what's stopping you from just trawling through the entire hard drive for it? Betters your chances.
Probably the time it would take but that's _the_ opportunity to introduce the scene to the concept of a Loading Music Disk, so by all means go for it! :D
just play canyon.mid as waiting music
Quote:
I can imagine there's a bunch of people who use Tiny11 or similar bloat-less installs
To play the devil's advocate, that wouldn't be a valid platform to run it on, since apparently it's fine for a "64 kilobyte" intro to make use of whatever data you can find in the multi-gigabyte default install. :P
Quote:
Probably the time it would take but that's _the_ opportunity to introduce the scene to the concept of a Loading Music Disk, so by all means go for it! :D
Augh, the FR-08 loader music instantly jumped into my head.
absence: you are not playing devil's advocate here, if Tiny11 would be the requirement it should be clearly stated in the rules, but it's not, so all hell breaks loose
I don't buy "this DLL is not guaranteed to stay in that place" argument, because apparently it doesn't apply to all other things mentioned before that are allowed.
I don't buy "this DLL is not guaranteed to stay in that place" argument, because apparently it doesn't apply to all other things mentioned before that are allowed.
This revelation begs the question if intros should be allowed to tap into external applications? Further will an 8k entry be disqualified if it uses edge's/chrome's dxcompiler.dll (since the provided one would be forbidden)?
Quote:
This revelation begs the question if intros should be allowed to tap into external applications? Further will an 8k entry be disqualified if it uses edge's/chrome's dxcompiler.dll (since the provided one would be forbidden)?
I think if the past is any indication they wouldn't explicitly forbid the use of this dll but it'd definitely hurt the longevity of any prod doing this. On the other hand I'm wondering what practical use there'd be for this in 8k unless you have a crinkler build that supports 64bit binaries so you could actually load the dll and also to have raytracing support. (Just checked, the dll on my system at least in the edge folder seems to be the 64bit version even though it's under Program Files (x86))
It seems that the rule change is mostly disliked, and the arguments brought up are solid. The decision was wrong.
We have reverted the rules and not provide the dx12 dlls. 64k intros relying on this rule will be shown in the PC demo competition, with a special announcement about their nature.
This was my idea.
I apologize to whom I caused distress and harm. I specifically apologize to you if you have put effort in an intro using the new rules.
chaos^fr
We have reverted the rules and not provide the dx12 dlls. 64k intros relying on this rule will be shown in the PC demo competition, with a special announcement about their nature.
This was my idea.
I apologize to whom I caused distress and harm. I specifically apologize to you if you have put effort in an intro using the new rules.
chaos^fr
Thank you on the contrary, I think this effort is well appreciated, even if the consensus is that the solution lies somewhere else.
Plus, this sparked a much needed discussion on avenues to explore.
Plus, this sparked a much needed discussion on avenues to explore.
Are there any hardware features that are accessible through DX12 but not through Vulkan?
Quote:
Are there any hardware features that are accessible through DX12 but not through Vulkan?
There really shouldn't be. The advantage of DX12 over Vulkan is that DX12 can still use the old method of minified shaders for anything below SM6 which would save a bunch of space. But that may not matter in the long run if Ferris's intuition about compressed and processed spirv possibly being on par with compressed shader code.
That is exactly my point (and my clear intuition as well). Intros wanting to use the latest hardware features can just use Vulkan and that soon-to-be awesome SPIR-V compressor.
One more thing:
Picking random Dlls from preinstalled windows applications, like edge, is of course totally forbidden.
It is hard to come up with a clear rule what is allowed and what is not, considering what has been historically accepted or frowned upon, but loading something from "program files" is clearly not allowed.
This is a spectrum. My opinion:
* using Arial is ok. We used system fonts on C64, Amiga and even Dos. So why not Windows?
* using Webdings is cheesy. If I ever again see that Mona Lisa in an intro, that's a thumb down. But not illegal.
* using example media from the windows install, well, I have to acknowledge the boldness. Once. It's forbidden now.
* Using random stuff from programs that are installed alongside windows? That's just cheating.
Picking random Dlls from preinstalled windows applications, like edge, is of course totally forbidden.
It is hard to come up with a clear rule what is allowed and what is not, considering what has been historically accepted or frowned upon, but loading something from "program files" is clearly not allowed.
This is a spectrum. My opinion:
* using Arial is ok. We used system fonts on C64, Amiga and even Dos. So why not Windows?
* using Webdings is cheesy. If I ever again see that Mona Lisa in an intro, that's a thumb down. But not illegal.
* using example media from the windows install, well, I have to acknowledge the boldness. Once. It's forbidden now.
* Using random stuff from programs that are installed alongside windows? That's just cheating.
Chaos: sometimes we all have some sanity :)
Quote:
One more thing:
Picking random Dlls from preinstalled windows applications, like edge, is of course totally forbidden.
Does that include certain DLLs from *certain Windows installs* so you rely on a specific Windows version?
For instance, there is some DLLs in Windows 8 and up that expose DEFLATE compression which works fine with zlib made content. Is it fine to abuse that in a executable compressor to abuse? Likewise LZMS, which is MS's variant of LZMA in some APIs?
Now, suddenly, everything is cheating.
I still stand with my argument that we need some consistency over time, and those rules shouldn't easily change from party to party.
Otherwise, you won't be able to compare intros from different parties/years with each other.
Unfortunately top intros on the charts were not following those stricter regulations. Elevated 4k requires external d3d9_33.dll as I recall. I suspect, Offscreen Colonies 64k is using TTS, but I'm not 100% sure, is it not? Either way, many 64k intros high on charts do. So, with stricter rules, a newcomer has basically no chance competing with them.
I still stand with my argument that we need some consistency over time, and those rules shouldn't easily change from party to party.
Otherwise, you won't be able to compare intros from different parties/years with each other.
Unfortunately top intros on the charts were not following those stricter regulations. Elevated 4k requires external d3d9_33.dll as I recall. I suspect, Offscreen Colonies 64k is using TTS, but I'm not 100% sure, is it not? Either way, many 64k intros high on charts do. So, with stricter rules, a newcomer has basically no chance competing with them.
We clearly need a Demoscene Sizecoding Committee, which would standardize Official Intro Windows Image Version <YEAR.MONTH> which is a bit-perfect reproducible official Microsoft Windows install iso modified with a script that strips out forbidden things, then installs system-specific drivers provided separately, completely disables network and auto-updates, and then again strips out forbidden things that are installed by drivers, and then produces a manifest with signatures of all files found on the system. Demoparties then just announce which version of the Official Image (and GPU driver version) they support.
And then one can be sure that if an intro works on such a system, then it's guaranteed to be good and compliant with party rules.
And then one can be sure that if an intro works on such a system, then it's guaranteed to be good and compliant with party rules.
Quote:
So, with stricter rules, a newcomer has basically no chance competing with them.
There are a bunch of reasons for why a newcomer probably has no chance to compete with "top intros" - compo rules are not one of them though.
Quote:
Quote:So, with stricter rules, a newcomer has basically no chance competing with them.
There are a bunch of reasons for why a newcomer probably has no chance to compete with "top intros" - compo rules are not one of them though.
Do what I do and like I have in the past, have zero intention of even competing with top intros. Just do something for the fun of it with zero intention of making it competitive. Have fun coding the packer, the demotools/framework, the shaders, and don't even get tilted by pouet votes. Just try your best and have fun, and try to have at least something for a local party, since its fun meeting people. And try to improve on each prod as you refine your techniques :)
64kbs can still exist.
Quote:
Picking random Dlls from preinstalled windows applications, like edge, is of course totally forbidden.
Thank you for clarifying this, I genuinely wasn't sure at this point.
Quote:
Now, suddenly, everything is cheating.
[...]
Offscreen Colonies 64k is using TTS, but I'm not 100% sure, is it not? Either way, many 64k intros high on charts do. So, with stricter rules, a newcomer has basically no chance competing with them.
TTS is part of windows, sapi.dll is located in system32, ubuntu also ships with TTS since version 14.
Quote:
I suspect, Offscreen Colonies 64k is using TTS, but I'm not 100% sure, is it not?
That sample was 10k of the 64.