Raze - An Introduction
Re: Raze - An Introduction
It seems that Blood's save system is fixed, but more testing would probably a good idea.
- Phredreeke
- Posts: 309
- Joined: Tue Apr 10, 2018 8:14 am
Re: Raze - An Introduction
Got a question in regard to 32-bit support. I know the released builds are 64-bit but will it build from source for 32-bit systems?
(want to know for the Blood wiki)
(want to know for the Blood wiki)
Re: Raze - An Introduction
For now - yes - but 32-bit support isn't checked frequently, and may break.
Basically, 32-bit is unsupported, but working, most of the time, and someone can always @ me in Discord to request a 32-bit build. (No one ever really does because hardly anyone uses 32-bit anymore)
Basically, 32-bit is unsupported, but working, most of the time, and someone can always @ me in Discord to request a 32-bit build. (No one ever really does because hardly anyone uses 32-bit anymore)
Re: Raze - An Introduction
32-bit version for Windows is built on every push to GitHub repository. I don't think that somebody is using it though.
- Phredreeke
- Posts: 309
- Joined: Tue Apr 10, 2018 8:14 am
Re: Raze - An Introduction
Given that Win XP isn't supported I think that's most of the remaining 32-bit userbase out of the picture anyway. Thanks for clarifying.
- Graf Zahl
- Lead GZDoom+Raze Developer
- Posts: 49174
- Joined: Sat Jul 19, 2003 10:19 am
- Location: Germany
Re: Raze - An Introduction
Actually, with GZDoom XP was merely 10% of 32 bit users before support for XP was dropped. But I'd think by now 32 bit user share has dropped even more. Last summer's survey had it at 1.6%.
But the writing is on the wall - it's a dying platform not worth investing time in anymore. With GZDoom I am waiting until the numbers from the coming summer's survey - if it drops below 0.5% I'm going to pull the plug for good.
But the writing is on the wall - it's a dying platform not worth investing time in anymore. With GZDoom I am waiting until the numbers from the coming summer's survey - if it drops below 0.5% I'm going to pull the plug for good.
Re: Raze - An Introduction
By the way I think it's worth pointing out, NAM and WW2GI will both go to the RedNukem module if Duke 1.5 compatibility mode is enabled. The only EDuke32 game that will not is Ion Fury, since it actually requires the EDuke32 extensions and will not work without them.
Probably should also add to the post that to way to activate the RedNukem module or EDuke32 module is to pass the "-duke_compatibility_15 <1/0>" switch to the command line.
Probably should also add to the post that to way to activate the RedNukem module or EDuke32 module is to pass the "-duke_compatibility_15 <1/0>" switch to the command line.
Re: Raze - An Introduction
What files does Raze read to detect each game?
- Graf Zahl
- Lead GZDoom+Raze Developer
- Posts: 49174
- Joined: Sat Jul 19, 2003 10:19 am
- Location: Germany
Re: Raze - An Introduction
Generally the main GRP file. For Blood it uses Blood.rff. The files are detected based on content, it uses CRC checksums to identify the different files.
-
- Posts: 160
- Joined: Fri Nov 15, 2019 4:28 am
- Graphics Processor: Intel with Vulkan/Metal Support
- Location: Australia
Re: Raze - An Introduction
As a controller-only couch gamer, this makes me smile knowing how well xinput controller support works in GZDoom. It is the most responsive game that I've ever played (in terms of perceived input latency). Makes a huge difference and a big part of why it feels as good as it does IMO.Kinsie wrote: [*]Controller support is included, using the existing ZDoom controller code
Thanks to dev team for the effort. It will be a blast to play these other classic FPS games.
-
- Posts: 197
- Joined: Sat Aug 31, 2019 11:59 pm
Re: Raze - An Introduction
Is On Unit Whole Blood the only supported version of Blood?
- wildweasel
- Posts: 21706
- Joined: Tue Jul 15, 2003 7:33 pm
- Preferred Pronouns: He/Him
- Operating System Version (Optional): A lot of them
- Graphics Processor: Not Listed
- Contact:
Re: Raze - An Introduction
If I remember right, the same data files are in Fresh Supply, so those should work too. If NBlood supported your version of Blood, Raze should too. It's all from upstream.Artman2004 wrote:Is On Unit Whole Blood the only supported version of Blood?
- Graf Zahl
- Lead GZDoom+Raze Developer
- Posts: 49174
- Joined: Sat Jul 19, 2003 10:19 am
- Location: Germany
Re: Raze - An Introduction
Actually, not quite. NBlood never verifies the resources, it just looks for a blood.ini file. Raze as a multi-game port cannot do that, it needs to check blood.rff. But the only version I have is the extended version containing episode 6. So if someone got the original release with only 4 episodes it won't be recognized - I'd need the CRC32 checksum for that file to add support.
- wildweasel
- Posts: 21706
- Joined: Tue Jul 15, 2003 7:33 pm
- Preferred Pronouns: He/Him
- Operating System Version (Optional): A lot of them
- Graphics Processor: Not Listed
- Contact:
Re: Raze - An Introduction
I have an original 2 disc release on my shelf at home - if I can remember to check it, I will try and get you some checksums when I get home tonight.Graf Zahl wrote:Actually, not quite. NBlood never verifies the resources, it just looks for a blood.ini file. Raze as a multi-game port cannot do that, it needs to check blood.rff. But the only version I have is the extended version containing episode 6. So if someone got the original release with only 4 episodes it won't be recognized - I'd need the CRC32 checksum for that file to add support.