English Amiga Board

English Amiga Board (https://eab.abime.net/index.php)
-   Coders. Blitz Basic (https://eab.abime.net/forumdisplay.php?f=126)
-   -   Ultimate Blitz Basic 2.1+ CD (https://eab.abime.net/showthread.php?t=98664)

MickGyver 02 September 2019 09:39

Ultimate Blitz Basic 2.1+ CD
 
Hi!

I'm in the process of making a "full" and "clean" Blitz Basic 2.1 installation that can be easily copied by others to avoid having to install using the BB2.1 Ultimate CD and fixed installer etc.

EDIT: Short story shorter, I have updated the Ultimate Blitz Basic 2.1 CD, I call it Ultimate Blitz Basic 2.1+ CD, creative I know. You should be able to run this install from any folder. Hope you like my Photoshopping skillz btw. :)

http://www.gamephase.net/files/linke..._Software).png

Get it here:
Ultimate Blitz Basic 2.1+ (2019)(Acid_Software) (Unzip on Windows/Linux/Mac, then extract LHA in Workbench)

ReadMe:
Code:

Short:    Ultimate Blitz Basic 2.1+ CD v1.1
Uploader: MickGyver
Author:  dmcminn@house-of-mojo.freeserve.co.uk and MickGyver
Type:    dev/basic

This is an updated version of the Ultimate Blitz Basic 2.1 CD.
You should be able to run this installation from any folder,
even the support suite installation.

To install, use lha on the Amiga to extract the archive, then
run "INSTALLBLITZ2" from Workbench and follow the instructions.
- Install everything! :) In most cases you just need to click
  'Proceed' every time it shows.
- Support Suite asks whick BB version you are installing for,
  leave "V2.1" checked.


INCLUDED:
---------
* Blitz Support Suite
  (Included on the original UBB2.1 CD)

* SuperTED v2.52 Update
  (http://www.david-mcminn.co.uk/blitz-2000/archives/patch/superted252.lha)

* REDDebugger Update: The fixed update that does not use
  interrupt based timing in the main loop. This stops the
  debugger from slowing your computer down (WinUAE and
  Mediator/Voodoo3-NOINT can be affected like this).
  (http://www.david-mcminn.co.uk/blitz-2000/archives/patch/rdb.lha)
 
* REDHelp fix: Fixes problems with the REDHelp scripts and
  guide files so that they execute correctly and actually
  work.
  (http://www.david-mcminn.co.uk/blitz-2000/archives/patch/redhelpfix1.lha)
 
* RIARexx library update: Update for the RI ARexx library
  which comes with the BSS.
  (http://www.david-mcminn.co.uk/blitz-2000/archives/patch/riarexxlib_update.lha)
 
* GadTools updates (7th March 2002): Bugfixed and updated
  version of the GTLib for Blitz - shapes and visual prefs
  work well now.
  (http://www.david-mcminn.co.uk/blitz-2000/archives/patch/blitzgtfix.lha)
 
* all.res: Contains both the real OS include structures
  (without the underscores) and the problem ones (with the
  underscore). Now you can use a single resident file to
  compile any previously written Blitz code.
  (http://www.david-mcminn.co.uk/blitz-2000/archives/patch/all_res.lha)
 
* NewCommandSet V1.9 including ASL and Window patches
  (http://aminet.net/package/dev/basic/NewCommandSet)
  (http://www.david-mcminn.co.uk/blitz-2000/archives/libraries/ncs_asl_fixed.lha)
  (http://www.david-mcminn.co.uk/blitz-2000/archives/libraries/ncs_window_boopsi.lha)
 
* AcidCD32 library
  (http://www.david-mcminn.co.uk/blitz-2000/archives/libraries/acidcd32.lha)

* BlitzPhxPlayer by PHX and idrougge on EAB: What sets this
  library apart from other tracker players is that it works
  with all system versions (and not only 2.0+ like
  Ciatrackerlib) and that it supports simultaneous sound
  effects. The player automatically chooses the most suitable
  channel to override with sound effects, but you can also
  reserve certain channels for music only.
  (http://eab.abime.net/showthread.php?t=87959)
 
* MakeDefLibs executable
  (http://www.david-mcminn.co.uk/blitz-2000/archives/tools/makedeflibs.lha)

* Third party libraries in the EXTRAS folder. Some are already
  installed by the intaller. A description of each library can
  be found in EXTRAS/3RD_PARTY_LIBRARIES/_Info.txt.
  (http://www.david-mcminn.co.uk/blitz-2000/archives/libraries/)
 
* Third party Blitz Basic related tools in EXTRAS/TOOLS.
  (http://www.david-mcminn.co.uk/blitz-2000/archives/tools/)

* Notepad++ automation instructions and files in the
  EXTRAS/NPP_AUTOMATION folder.
  (http://eab.abime.net/showthread.php?t=86316)
 
 
TROUBLESHOOTING:
----------------
* If you experience weird graphical glitches with BB2.1, you
  might want to try and install
  http://aminet.net/util/libs/MMULib.lha
 
* If the help menu is not working, then you will probably need to
  enable ARexx in Workbench. Add the following line to
  S/user-startup:
  SYS:System/RexxMast >NIL: 
 
 
CHANGELOG:
----------
1.1
- Updated 'Installer' to version 43.3, this fixes installation in ClassicWB and possibly
  other configurations.
- No need to select source folder when starting the installation.
- SYS: is now the default installation directory.
- File names converted from upper case to lower case.
- SuperTED installation of the Support Suite no longer asks for FD and Autodoc paths.
- Some useful library related tools added to the 'Blitz2/tools' folder.
- Some text (language) related fixes in the NewCommandSet installer.
- NewCommandSet installer no longer asks if it should rebuild deflibs, it just does.
- Moved cd32lib.obj and ptplayer.obj to extras/blitzlibs/otherlibs
- Removed bum9b/blitzlibs/otherlibs/xbonesciatrackerlib.obj (to avoid duplicated library).
- Removed extras/blitzlibs/otherlibs/xbonesciatrklib.obj (to avoid duplicated library).


1.0
- First release of the updated installation CD.



Things I have done so far:
1. Installed BB2.1 using the BB2.1 Ultimate CD and the fixed installer.
2. Installed NewCommandSet from http://aminet.net/package/dev/basic/NewCommandSet.
3. Ran MakeDefLibs.

What else should I do? I guess I would need to get a comprehensive collection of libs available, does somebody have such a collection they can share?


I will of course share the archive once it is complete, maybe even make a arexx script that creates the needed assigns for blitz2: and blitzlibs:

peceha 02 September 2019 10:09

Hi,
you could include some kind of ReadMe file saying that MMULib.lha from aminet may be required as well.
Please look at my thread http://eab.abime.net/showthread.php?t=91558. There is a possible explanation to what's going on in the very last post.
Some people may encounter same troubles as me (and 2 other user from that thread on REAL amiga) - so I think it is worth mentioning about that program.

MickGyver 02 September 2019 10:22

Quote:

Originally Posted by peceha (Post 1342970)
Hi,
you could include some kind of ReadMe file saying that MMULib.lha from aminet may be required as well.
Please look at my thread http://eab.abime.net/showthread.php?t=91558. There is a possible explanation to what's going on in the very last post.
Some people may encounter same troubles as me (and 2 other user from that thread on REAL amiga) - so I think it is worth mentioning about that program.

Thanks, will do!

MickGyver 03 September 2019 17:48

Here is the first version of the automated install script for Blitz Basic 2.1. Currently, BB2.1 is hardcoded to install to the "Blitz2" folder of the system partition. Feedback on how to improve the script is appreciated!

EDIT: I removed this version of the script, I'm currently fixing/updating the Ultimate Blitz Basic 2.1 CD instead.

Readme:
Code:

Blitz Basic 2.1 Ultimate Install v1.0
by MickGyver
-------------------------------------------------------------

This is an automated installation script for Blitz Basic 2.1.
It is based on the Ultimate Blitz Basic 2.1 CD and has some
other patches, updates and libraries applied.

Blitz Basic 2.1 will be installed to the "Blitz2" folder of
your system partition.

To install, just run the "Install_BB2.1" script from
Workbench and follow the instructions.

Included:
---------
* Blitz Support Suite.
* SuperTED v2.52 Update
* REDDebugger Update: The fixed update that does not use
  interrupt based timing in the main loop. This stops the
  debugger from slowing your computer down (WinUAE and
  Mediator/Voodoo3-NOINT can be affected like this).
* REDHelp fix: Fixes problems with the REDHelp scripts and
  guide files so that they execute correctly and actually
  work.
* RIARexx library update: Update for the RI ARexx library
  which comes with the BSS.
* GadTools updates (7th March 2002): Bugfixed and updated
  version of the GTLib for Blitz - shapes and visual prefs
  work well now.
* all.res: Contains both the real OS include structures
  (without the underscores) and the problem ones (with the
  underscore). Now you can use a single resident file to
  compile any previously written Blitz code.
* NewCommandSet including ASL and Window patches.
* AcidCD32 library.
* BlitzPhxPlayer by idrougge on EAB: What sets this library
  apart from other tracker players is that it works with all
  system versions (and not only 2.0+ like Ciatrackerlib) and
  that it supports simultaneous sound effects. The player
  automatically chooses the most suitable channel to override
  with sound effects, but you can also reserve certain
  channels for music only.
* Automation files to be used with my Notepad++ user defined
  language plus automated build process (optional).
 
Notes:
------
* If you experience weird graphical glitches with BB2.1, you
  might want to try and install
  http://aminet.net/util/libs/MMULib.lha


themamboman 04 September 2019 16:41

Hey, thanks for doing this. I just tried the installer and noticed a few things you might want to address:

1) I don't believe it allowed the choice of install path. Looking at the script, I found it in SYS:blitz2 - not major but someone may like to install it elsewhere depending on disk space

2) After rebooting, there was an error that reqchange.library needed to be v 6 or higher. I'm testing this on AmiKit XE, and it's version is older so I had to download the latest from Aminet and install

3) On running TED, it couldnt' find a blitz2: assigned path, might want to set that up in the installer.

Thanks again!

MickGyver 04 September 2019 17:05

Quote:

Originally Posted by themamboman (Post 1343573)
Hey, thanks for doing this. I just tried the installer and noticed a few things you might want to address:

1) I don't believe it allowed the choice of install path. Looking at the script, I found it in SYS:blitz2 - not major but someone may like to install it elsewhere depending on disk space

2) After rebooting, there was an error that reqchange.library needed to be v 6 or higher. I'm testing this on AmiKit XE, and it's version is older so I had to download the latest from Aminet and install

3) On running TED, it couldnt' find a blitz2: assigned path, might want to set that up in the installer.

Thanks again!

Thanks for the feedback! I might do this another way instead, I will look into modifying the Ultimate BB2.1 CD image directly (adding files and updating the fixed install script).

Cobe 04 September 2019 21:05

I just tried it.
When I start Blitz I get error! unable to open window!
snoopdos says:
findport ted_rexx1 fail
opendev clipboard.device fail

hm.. I see I had ted 2.24 and with it it works. I see it tokenizing some commands I didn't have.

double hm... in os3.9 it works but in 3.1 and 3.1.4 it gives that error...

MickGyver 04 September 2019 22:33

Quote:

Originally Posted by Cobe (Post 1343645)
I just tried it.
When I start Blitz I get error! unable to open window!
snoopdos says:
findport ted_rexx1 fail
opendev clipboard.device fail

hm.. I see I had ted 2.24 and with it it works. I see it tokenizing some commands I didn't have.

double hm... in os3.9 it works but in 3.1 and 3.1.4 it gives that error...

Yeah, forget about that first attempt of mine. Thanks for testing it though! I'm now editing the Blitz Ultimate CD installation scripts instead, almost done with a test version I think. I don't know, but for me, even with the fixed installer, the support suite would not install if I didn't install from "BlitzCD:", this will now be corrected.

MickGyver 05 September 2019 11:54

I just uploaded the "Ultimate Blitz Basic 2.1+ CD". You can get it (and more info) in the original post. Please try it and let me know of bugs etc. Install everything! Cheers :)

P.S. @DamienD, can you please rename this thread to "Ultimate Blitz Basic 2.1+ CD"? Thanks!

MickGyver 15 November 2019 19:05

I uploaded a new version of the Ultimate Blitz Basic 2.1+ CD with the changes below. You can use the download link in the original post.

Code:

- Updated 'Installer' to version 43.3, this fixes installation in ClassicWB and possibly
  other configurations.
- No need to select source folder when starting the installation.
- SYS: is now the default installation directory.
- File names converted from upper case to lower case.
- SuperTED installation of the Support Suite no longer asks for FD and Autodoc paths.
- Some useful library related tools added to the 'Blitz2/tools' folder.
- Some text (language) related fixes in the NewCommandSet installer.
- NewCommandSet installer no longer asks if it should rebuild deflibs, it just does.
- Moved cd32lib.obj and ptplayer.obj to extras/blitzlibs/otherlibs
- Removed bum9b/blitzlibs/otherlibs/xbonesciatrackerlib.obj (to avoid duplicated library).
- Removed extras/blitzlibs/otherlibs/xbonesciatrklib.obj (to avoid duplicated library).


Eriond 08 March 2020 01:17

I have tried installing it three times now, but end up with the same issue during installation: https://i.imgur.com/GkBBkhC.png
My system is a WB2.1/Kick2.05 (A600) https://i.imgur.com/pfJuM0F.png

mateusz_s 11 March 2020 12:18

Quote:

Originally Posted by MickGyver (Post 1359273)
I uploaded a new version of the Ultimate Blitz Basic 2.1+ CD with the changes below. You can use the download link in the original post.

Code:

- Updated 'Installer' to version 43.3, this fixes installation in ClassicWB and possibly
  other configurations.
- No need to select source folder when starting the installation.
- SYS: is now the default installation directory.
- File names converted from upper case to lower case.
- SuperTED installation of the Support Suite no longer asks for FD and Autodoc paths.
- Some useful library related tools added to the 'Blitz2/tools' folder.
- Some text (language) related fixes in the NewCommandSet installer.
- NewCommandSet installer no longer asks if it should rebuild deflibs, it just does.
- Moved cd32lib.obj and ptplayer.obj to extras/blitzlibs/otherlibs
- Removed bum9b/blitzlibs/otherlibs/xbonesciatrackerlib.obj (to avoid duplicated library).
- Removed extras/blitzlibs/otherlibs/xbonesciatrklib.obj (to avoid duplicated library).


Thanks for UBB2.1+ it really helps a lot..
If you are planning future changes I would recommend including Mildred C2P library with guide and examples:
http://www.david-mcminn.co.uk/blitz-2000/archives/mildred/

rcman 11 March 2020 15:20

Hi,
Yes I've tried installing it and it seems to crash on installing documentation.

Installing it in WinUAE, A1200, kickstart 3.1.4 and rom 3.1.4

https://www.dropbox.com/s/4az5w0xkd7...48-06.mp4?dl=0

Havie 16 February 2021 18:51

Just wanted to say thanks (once again) MickG as decided to upgrade the debugger on my Blitz install (I have never used the debugger - ever) and completely messed up the install so nothing would compile! Remembered this so used your install and now have a working install and new debugger working. Much easier than sorting it out myself!

Cheers matey!

MickGyver 17 February 2021 07:08

Quote:

Originally Posted by Havie (Post 1462902)
Just wanted to say thanks (once again) MickG as decided to upgrade the debugger on my Blitz install (I have never used the debugger - ever) and completely messed up the install so nothing would compile! Remembered this so used your install and now have a working install and new debugger working. Much easier than sorting it out myself!

Cheers matey!

I'm glad it that it comes to use! Happy coding! :guru

MrDBUG 16 June 2021 02:13

Does this work on ACA500+ equipped 1 MB chip A500 ? (3.1 kick ?)

Samurai_Crow 16 June 2021 05:54

(Whoops! Wrong thread.)

aNdy/AL/COS 10 March 2022 15:02

Just a quick THANKS for producing this! Have managed to find time to get back into Amiga dev and have used this UBB2.1+ package extensively now. Much better than doing battle with my old BB2.1 floppies on my A1200!

CloudInMyHead 29 June 2023 04:59

I'm going to give this a try.


All times are GMT +2. The time now is 04:16.

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.

Page generated in 0.04742 seconds with 11 queries