here is an archive with Blitz3d 1.108 installer + all updates + all doc paks + addon B003 + dplayx lib + dx7 lib :
http://rd-stuff.fr/blitz3d/blitz3d-1.108-installer+addons-B003+docpaks+dplayx+dx7.7z
have fun :)
And here is a link to my fave Blitz3D IDE - 'IDEal'
https://web.archive.org/web/20070704181040/http://www.fungamesfactory.com/download.php?get=IDEalSetup_0.8.87.exe
some mirror links for IDEal :
http://rd-stuff.fr/blitz3d/IDEal_0.8.94_setup.7z
http://rd-stuff.fr/blitz3d/IDEal_patch_win8_v0.8.0.294.7z
( compliant with UE bullshit 😇 )
Quote from: RemiD on Jun 13, 2025, 01:25 PMsome mirror links for IDEal :
http://rd-stuff.fr/blitz3d/IDEal_0.8.94_setup.7z
http://rd-stuff.fr/blitz3d/IDEal_patch_win8_v0.8.0.294.7z
( compliant with UE bullshit 😇 )
Im going to try this.
Quote from: RemiD on Jun 13, 2025, 09:35 AMhere is an archive with Blitz3d 1.108 installer + all updates + all doc paks + addon B003 + dplayx lib + dx7 lib :
http://rd-stuff.fr/blitz3d/blitz3d-1.108-installer+addons-B003+docpaks+dplayx+dx7.7z
have fun :)
@dabzy Will this work with lauch pad ide?
Maybe, I've never tested against that, I just cloned the repo from GIT and build it and use that for Launchpad.
EDIT: This one: https://github.com/blitz-research/blitz3d_soloud
Dabz
the only reason to use the blitz3d 1.108 installer in this archive, (rather than the last installer published on blitzresearch.itch.io/blitz3d )
is that the addons by Bobysait have been coded to work with the 1.108 version...
the addons by Bobysait mainly add the possibilities to create bones, to create skinned vertices, to set weights (influences) of some bones over some vertices, to get skinned vertices positions while animating.
Quote from: Dabzy on Jun 14, 2025, 07:07 PMMaybe, I've never tested against that, I just cloned the repo from GIT and build it and use that for Launchpad.
EDIT: This one: https://github.com/blitz-research/blitz3d_soloud
Dabz
Any chance you could do a Build it walk through guide for Dummies ???
Ohhh... There's one for Blitzmax 8)
Quote from: Baggey on Jun 15, 2025, 08:12 AMAny chance you could do a Build it walk through guide for Dummies
It's pretty much what is on the GIT pages... You need GIT, so nab that, you need Visual Studio Community Edition 2022 with the prementioned components (You can select these when installing), so nab that, install everything, open the command prompt and well... Do the doings in the steps for the build.
It really is very easy Mr B!
Dabz
Before i try. Im always put of with command line stuff.
However i was comfortable with DOS :-X
I assume you have access to menu's and logo's and stuff.
Sorry if this is going of topic!? But im really interested and want to learn.
Quotecommand line stuff
The steps when building are just copy and paste (Into the command prompt) from the GIT repo read me file thingy, nothing else needed/edited.
Dabz