SyntaxBoom

Languages & Coding => BlitzBasic (Plus/3D variants) => Topic started by: RemiD on Jun 13, 2025, 09:35 AM

Title: Blitz3d 1.108 installer + updates + doc paks + addon B003 + dplayx lib + dx7 lib
Post by: RemiD on Jun 13, 2025, 09:35 AM
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 :)
Title: Re: Blitz3d 1.108 installer + updates + doc paks + addon B003 + dplayx lib + dx7 lib
Post by: 3dzForMeStill on Jun 13, 2025, 11:49 AM
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
Title: Re: Blitz3d 1.108 installer + updates + doc paks + addon B003 + dplayx lib + dx7 lib
Post by: RemiD on Jun 13, 2025, 01:25 PM
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 😇 )
Title: Re: Blitz3d 1.108 installer + updates + doc paks + addon B003 + dplayx lib + dx7 lib
Post by: Baggey on Jun 13, 2025, 07:48 PM
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.
Title: Re: Blitz3d 1.108 installer + updates + doc paks + addon B003 + dplayx lib + dx7 lib
Post by: Baggey on Jun 14, 2025, 05:11 PM
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?
Title: Re: Blitz3d 1.108 installer + updates + doc paks + addon B003 + dplayx lib + dx7 lib
Post by: Dabzy on Jun 14, 2025, 07:07 PM
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
Title: Re: Blitz3d 1.108 installer + updates + doc paks + addon B003 + dplayx lib + dx7 lib
Post by: RemiD on Jun 14, 2025, 11:24 PM
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.
Title: Re: Blitz3d 1.108 installer + updates + doc paks + addon B003 + dplayx lib + dx7 lib
Post by: Baggey on Jun 15, 2025, 08:12 AM
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)
Title: Re: Blitz3d 1.108 installer + updates + doc paks + addon B003 + dplayx lib + dx7 lib
Post by: Dabzy on Jun 15, 2025, 08:18 AM
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


Title: Re: Blitz3d 1.108 installer + updates + doc paks + addon B003 + dplayx lib + dx7 lib
Post by: Baggey on Jun 15, 2025, 08:22 AM
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.
Title: Re: Blitz3d 1.108 installer + updates + doc paks + addon B003 + dplayx lib + dx7 lib
Post by: Dabzy on Jun 15, 2025, 08:24 AM
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