English Amiga Board


Go Back   English Amiga Board > Coders > Coders. Language > Coders. Blitz Basic

 
 
Thread Tools
Old 02 September 2019, 09:39   #1
MickGyver
Registered User
 
MickGyver's Avatar
 
Join Date: Oct 2008
Location: Finland
Posts: 643
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.



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:

Last edited by MickGyver; 15 November 2019 at 19:02. Reason: Version 1.1
MickGyver is offline  
Old 02 September 2019, 10:09   #2
peceha
Registered User
 
peceha's Avatar
 
Join Date: Dec 2017
Location: Poland
Age: 47
Posts: 282
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.
peceha is offline  
Old 02 September 2019, 10:22   #3
MickGyver
Registered User
 
MickGyver's Avatar
 
Join Date: Oct 2008
Location: Finland
Posts: 643
Quote:
Originally Posted by peceha View Post
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 is offline  
Old 03 September 2019, 17:48   #4
MickGyver
Registered User
 
MickGyver's Avatar
 
Join Date: Oct 2008
Location: Finland
Posts: 643
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

Last edited by MickGyver; 04 September 2019 at 22:36. Reason: Removed the script, trying something else...
MickGyver is offline  
Old 04 September 2019, 16:41   #5
themamboman
Registered User
 
Join Date: Dec 2012
Location: Atlanta, USA
Posts: 154
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!
themamboman is offline  
Old 04 September 2019, 17:05   #6
MickGyver
Registered User
 
MickGyver's Avatar
 
Join Date: Oct 2008
Location: Finland
Posts: 643
Quote:
Originally Posted by themamboman View Post
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).
MickGyver is offline  
Old 04 September 2019, 21:05   #7
Cobe
Registered User
 
Join Date: Jan 2014
Location: Belgrade / Serbia
Age: 41
Posts: 999
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...

Last edited by Cobe; 04 September 2019 at 21:33.
Cobe is offline  
Old 04 September 2019, 22:33   #8
MickGyver
Registered User
 
MickGyver's Avatar
 
Join Date: Oct 2008
Location: Finland
Posts: 643
Quote:
Originally Posted by Cobe View Post
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 is offline  
Old 05 September 2019, 11:54   #9
MickGyver
Registered User
 
MickGyver's Avatar
 
Join Date: Oct 2008
Location: Finland
Posts: 643
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 is offline  
Old 15 November 2019, 19:05   #10
MickGyver
Registered User
 
MickGyver's Avatar
 
Join Date: Oct 2008
Location: Finland
Posts: 643
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).
MickGyver is offline  
Old 08 March 2020, 01:17   #11
Eriond
Happy Registered User
 
Eriond's Avatar
 
Join Date: Apr 2009
Location: Stockholm, Sweden
Posts: 101
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
Eriond is offline  
Old 11 March 2020, 12:18   #12
mateusz_s
Registered User
 
Join Date: Jan 2020
Location: Poland
Posts: 181
Quote:
Originally Posted by MickGyver View Post
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/
mateusz_s is offline  
Old 11 March 2020, 15:20   #13
rcman
Long time Amiga Owner
 
rcman's Avatar
 
Join Date: Jun 2017
Location: Uxbridge Canada
Age: 56
Posts: 182
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
rcman is offline  
Old 16 February 2021, 18:51   #14
Havie
Registered User
 
Havie's Avatar
 
Join Date: Mar 2012
Location: UK
Posts: 1,893
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!
Havie is offline  
Old 17 February 2021, 07:08   #15
MickGyver
Registered User
 
MickGyver's Avatar
 
Join Date: Oct 2008
Location: Finland
Posts: 643
Quote:
Originally Posted by Havie View Post
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!
MickGyver is offline  
Old 16 June 2021, 02:13   #16
MrDBUG
Registered User
 
Join Date: Apr 2010
Location: Larvik, Norway
Posts: 125
Does this work on ACA500+ equipped 1 MB chip A500 ? (3.1 kick ?)
MrDBUG is offline  
Old 16 June 2021, 05:54   #17
Samurai_Crow
Total Chaos forever!
 
Samurai_Crow's Avatar
 
Join Date: Aug 2007
Location: Waterville, MN, USA
Age: 49
Posts: 2,186
(Whoops! Wrong thread.)

Last edited by Samurai_Crow; 16 June 2021 at 05:55. Reason: Wrong thread.
Samurai_Crow is offline  
Old 10 March 2022, 15:02   #18
aNdy/AL/COS
Registered User
 
aNdy/AL/COS's Avatar
 
Join Date: Jan 2022
Location: Wales
Posts: 91
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!
aNdy/AL/COS is offline  
Old 29 June 2023, 04:59   #19
CloudInMyHead
Registered User
 
Join Date: Jun 2022
Location: Laguna Hills
Posts: 1
I'm going to give this a try.
CloudInMyHead is offline  
 


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

Similar Threads
Thread Thread Starter Forum Replies Last Post
[blitz basic] How much amiga-blitz friendly is this? saimon69 Coders. Blitz Basic 105 21 April 2022 19:45
What is the legal status of the Ultimate Blitz Basic CD on archive.org? themamboman Coders. Blitz Basic 1 04 September 2019 16:02
Problems installing Ultimate Blitz CD Brick Nash Coders. Blitz Basic 9 31 July 2018 08:50
Ultimate Blitz Basic CD Anakirob support.Apps 2 06 March 2012 13:06
Blitz Basic 2 anyone? jobro request.Apps 12 28 November 2005 18:15

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +2. The time now is 22:40.

Top

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.
Page generated in 0.16422 seconds with 13 queries