Click Here
home features news forums classifieds faqs links search
6071 members 
Amiga Q&A /  Free for All /  Emulation /  Gaming / (Latest Posts)
Login

Nickname

Password

Lost Password?

Don't have an account yet?
Register now!

Support Amigaworld.net
Your support is needed and is appreciated as Amigaworld.net is primarily dependent upon the support of its users.
Donate

Menu
Main sections
» Home
» Features
» News
» Forums
» Classifieds
» Links
» Downloads
Extras
» OS4 Zone
» IRC Network
» AmigaWorld Radio
» Newsfeed
» Top Members
» Amiga Dealers
Information
» About Us
» FAQs
» Advertise
» Polls
» Terms of Service
» Search

IRC Channel
Server: irc.amigaworld.net
Ports: 1024,5555, 6665-6669
SSL port: 6697
Channel: #Amigaworld
Channel Policy and Guidelines

Who's Online
7 crawler(s) on-line.
 100 guest(s) on-line.
 0 member(s) on-line.



You are an anonymous user.
Register Now!
 MickJT:  8 mins ago
 kiFla:  24 mins ago
 matthey:  25 mins ago
 OneTimer1:  43 mins ago
 Matt3k:  1 hr 4 mins ago
 zipper:  1 hr 21 mins ago
 AmigaPapst:  1 hr 23 mins ago
 Torque:  2 hrs 19 mins ago
 Seiya:  2 hrs 49 mins ago
 amigakit:  2 hrs 56 mins ago

/  Forum Index
   /  Amiga OS4 Software
      /  TV Paint installation adventure
Register To Post

PosterThread
ChrisH 
TV Paint installation adventure
Posted on 26-Oct-2009 15:43:20
#1 ]
Elite Member
Joined: 30-Jan-2005
Posts: 6679
From: Unknown

I managed to install the (now free) TV Paint on my Sam440, but it was quite an "adventure", since I did not have any floppy drive (which the installer assumes).

As I don't imagine less technically able users would manage this, I am posting to see if it is worth my posting a how-to (or possibly an AmigaDOS script).

EDIT: You can find my installation script/guide in post #8.

Last edited by ChrisH on 27-Oct-2009 at 11:35 PM.

_________________
Author of the PortablE programming language.
It is pitch black. You are likely to be eaten by a grue...

 Status: Offline
Profile     Report this post  
DAX 
Re: TV Paint installation adventure
Posted on 26-Oct-2009 15:46:40
#2 ]
Elite Member
Joined: 30-Sep-2009
Posts: 2790
From: Italy

@ChrisH
Highly apreciated

_________________
SamFlex Complete 800Mhz System + AmigaOS 4.1 Update 4
Amiga 2000 DKB 2MB ChipRam GVP G-Force040 Picasso 2 OS3.9 BB2
AmigaCD 32

 Status: Offline
Profile     Report this post  
number6 
Re: TV Paint installation adventure
Posted on 26-Oct-2009 15:53:37
#3 ]
Elite Member
Joined: 25-Mar-2005
Posts: 11589
From: In the village

@ChrisH

Can't you just do an assign?
I think that's all I had to do when I installed it.

#6

_________________
This posting, in its entirety, represents solely the perspective of the author.
*Secrecy has served us so well*

 Status: Offline
Profile     Report this post  
AmiDelf2 
Re: TV Paint installation adventure
Posted on 26-Oct-2009 17:02:41
#4 ]
Regular Member
Joined: 9-Aug-2005
Posts: 346
From: Norway, Oslo

You shouldn't need to install TvPaint at all. It should run just like that out of the box. It's only important that you have needed fonts in Fonts:



_________________
Regards,
Michal, Amiga user since 1988
amitopia@gmail.com

 Status: Offline
Profile     Report this post  
ChrisH 
Re: TV Paint installation adventure
Posted on 26-Oct-2009 19:34:39
#5 ]
Elite Member
Joined: 30-Jan-2005
Posts: 6679
From: Unknown

@AmiDelf2 & number6
I got the TV Paint installation files from here:
http://amigau.com/c-graphics/tvpaint.htm

It requires that you create 3 floppy disks, which the installer expects. First two disks come as LHA archives, which do not even contain all the files required! While the last disk is a self-extracting DMS image (SFX), which cannot be solved by just an assignment.

If there is a simpler (and Newtek-approved) download, then that would save me the bother of writing a how-to or script...

Last edited by ChrisH on 26-Oct-2009 at 07:37 PM.

_________________
Author of the PortablE programming language.
It is pitch black. You are likely to be eaten by a grue...

 Status: Offline
Profile     Report this post  
danwood 
Re: TV Paint installation adventure
Posted on 26-Oct-2009 19:42:14
#6 ]
Super Member
Joined: 30-Sep-2008
Posts: 1059
From: Unknown

@ChrisH

Why not just use DiskImageGui? It just mounts ADF/DMS files as standard disks on your workbench desktop, easy, I've used it for years.

 Status: Offline
Profile     Report this post  
ChrisH 
Re: TV Paint installation adventure
Posted on 26-Oct-2009 20:02:48
#7 ]
Elite Member
Joined: 30-Jan-2005
Posts: 6679
From: Unknown

@danwood
Does it mount Executable DMSes (SFX)? I tried using DMS on the SFX file, and it didn't like it. (There is an 'easy' work-around, but I'd rather mention it as part of a full explanation/script.)

_________________
Author of the PortablE programming language.
It is pitch black. You are likely to be eaten by a grue...

 Status: Offline
Profile     Report this post  
ChrisH 
Re: TV Paint installation adventure
Posted on 27-Oct-2009 23:33:32
#8 ]
Elite Member
Joined: 30-Jan-2005
Posts: 6679
From: Unknown

OK, here is the promised installation script:
Quote:
FailAt 21

;create disk 1
IF NOT EXISTS TVPaint_1
MakeDir TVPaint_1
;lha x tvpd1.lha TVPaint_1/
UnArc tvpd1.lha TVPaint_1 AUTO
Copy cyber.lha TVPaint_1
ENDIF

;create disk 2
IF NOT EXISTS TVPaint_2
MakeDir TVPaint_2
;lha x tvpd2.lha TVPaint_2/
UnArc tvpd2.lha TVPaint_2 AUTO
Copy ex.lha TVPaint_2
ENDIF

;create disk 3
IF NOT EXISTS TVPaint_3
MakeDir TVPaint_3
Mount Sys:Storage/DOSDrivers/RAD
Assign df0: RAD:
Protect tvpd3.SFX +E
Echo ""
Echo "WARNING: The Grim Reaper will appear!"
Echo "You MUST click 'More...' and then 'Continue Program'"
Echo "" TO T:TVPaintInstaller
tvpd3.SFX Nil: TVPaint#3: TVPaint_3
ENDIF

;start the installer
Assign TVPaint#1: TVPaint_1
Assign TVPaint#2: TVPaint_2
Echo ""
Echo "NOTE: Your serial number is: " NOLINE
Type tvp.txt
Echo ""
CD TVPaint#1:
Installer Install_TVPaint3.6 TVPaint AVERAGE AVERAGE

Echo "PLEASE REBOOT YOUR AMIGA!"
Echo "(Otherwise system may be unstable & crash)"


1. Create a TVPaintInstall folder somewhere. I suggest NOT in RAM, because a crash would loose it.

2. Copy & paste the above script into Notepad, then save as TVPInstall in the TVPaintInstall folder.

3. Find the TVPInstall file with Workbench, select it with a click, then choose Icons/Information from the menu. Click the Icon tab, and change the Default tool to IconX (you will have to delete whatever it shows there - probably Multiview). Then click Save.

4. Now download http://amigau.com/c-graphics/TVPaint.lha . This may take some time, so be patient!
EDIT: That site is currently down, but you can get it from here instead:
http://web.archive.org/web/20060315193951/http://www.amigau.com/c-graphics/TVPaint.lha

5. Now extract TVPaint.lha to the TVPaintInstall folder.

6. Finally Open the TVPaintInstall folder, and double-click on the TVPInstall file. Follow any instructions!

If you run into problems during installation, I have designed the installer script so it can be run again. But I suggest rebooting first.

EDIT: The install script is now fixed to work with OS4.1 Update 1.

Last edited by ChrisH on 27-Aug-2012 at 06:56 PM.
Last edited by ChrisH on 26-May-2010 at 10:41 AM.
Last edited by ChrisH on 26-May-2010 at 10:05 AM.
Last edited by ChrisH on 26-May-2010 at 10:05 AM.

_________________
Author of the PortablE programming language.
It is pitch black. You are likely to be eaten by a grue...

 Status: Offline
Profile     Report this post  
Daedalus 
Re: TV Paint installation adventure
Posted on 28-Oct-2009 0:09:25
#9 ]
Super Member
Joined: 14-Jul-2003
Posts: 1680
From: Glasgow - UK, Irish born

@ChrisH

Cool! I didn't have any problems installing it on my A1, but I don't remember how I did it on the other hand... Might be worth uploading that script to AmiNet so the masses can make use of it!

_________________
RobTheNerd.com | InstallerGen | SMBMounter | Atoms-X

 Status: Offline
Profile     Report this post  
redfox 
Re: TV Paint installation adventure
Posted on 28-Oct-2009 1:33:16
#10 ]
Elite Member
Joined: 7-Mar-2003
Posts: 2067
From: Canada

@ChrisH

I think this is a great idea. Thanks.

I installed TV Paint a few years ago on my MicroA1. It was quite an experience. I extracted the lha files using the unarchive program on OS4, then launched my AmigaOS4PPC version of E-UAE to do the actual install. The ADF files became my floppies on my emulated Workbench 3.1. If I recall correctly, the self extracting program worked quite well in the E-UAE environment. Afterwards, I went back to OS4 and dragged the TV Paint drawer out to a more convenient location on my hard drive.

I also learned quite a bit about E-UAE as well, such as how to "pop" a virtual floppy disk into a virtual floppy drive.

---
redfox

Last edited by redfox on 28-Oct-2009 at 01:45 AM.
Last edited by redfox on 28-Oct-2009 at 01:43 AM.

 Status: Offline
Profile     Report this post  
clusteruk 
Re: TV Paint installation adventure
Posted on 28-Oct-2009 4:44:53
#11 ]
Super Member
Joined: 20-Nov-2008
Posts: 1544
From: Marston Moretaine, England

@redfox

Amazing guys, I just dropped it into my 68k Work folder and ran it, no installer no assigns and off it went. Runs beautifully on IcAros.

Will have to do a video of this.

Have they released Lightwave 5.5, I only have 3.5

_________________
Amiga 1000, 3000D Toaster, Checkmate A1500 Plus
http://www.checkmate1500plus.com/

 Status: Offline
Profile     Report this post  
ChrisH 
Re: TV Paint installation adventure
Posted on 28-Oct-2009 9:21:57
#12 ]
Elite Member
Joined: 30-Jan-2005
Posts: 6679
From: Unknown

@Daedalus Quote:
Might be worth uploading that script to AmiNet so the masses can make use of it!

Someone else is free to upload it (with note of credit to me).

_________________
Author of the PortablE programming language.
It is pitch black. You are likely to be eaten by a grue...

 Status: Offline
Profile     Report this post  
ChrisH 
Re: TV Paint installation adventure
Posted on 28-Oct-2009 9:54:11
#13 ]
Elite Member
Joined: 30-Jan-2005
Posts: 6679
From: Unknown

@clusteruk Quote:
I just dropped it into my 68k Work folder and ran it, no installer no assigns and off it went.

Are we talking about the same installation download? It REQUIRES that you manually create 3 floppy disks, before the installer will work. And it definitely REQUIRES the installer running before the program will work!

(Sure, once TV Paint is installed, it runs fine on OS4, without any assigns.)

Last edited by ChrisH on 28-Oct-2009 at 09:54 AM.

_________________
Author of the PortablE programming language.
It is pitch black. You are likely to be eaten by a grue...

 Status: Offline
Profile     Report this post  
DAX 
Re: TV Paint installation adventure
Posted on 28-Oct-2009 11:39:30
#14 ]
Elite Member
Joined: 30-Sep-2009
Posts: 2790
From: Italy

@clusteruk
5.5 was only released for PCs sadly. If they made it for Amiga with PPC and Warp3D support (the Tornado3D guys were doing it as I can see from AmigaLife back issues I have here) it would have been very nice...

_________________
SamFlex Complete 800Mhz System + AmigaOS 4.1 Update 4
Amiga 2000 DKB 2MB ChipRam GVP G-Force040 Picasso 2 OS3.9 BB2
AmigaCD 32

 Status: Offline
Profile     Report this post  
KimmoK 
Re: TV Paint installation adventure
Posted on 28-Oct-2009 12:10:46
#15 ]
Elite Member
Joined: 14-Mar-2003
Posts: 5211
From: Ylikiiminki, Finland

@ChrisH

hopefully "mounted&assigned" floppy images are enough? (or RAD disk)

_________________
- KimmoK
// For freedom, for honor, for AMIGA
//
// Thing that I should find more time for: CC64 - 64bit Community Computer?

 Status: Offline
Profile     Report this post  
redfox 
Re: TV Paint installation adventure
Posted on 28-Oct-2009 23:11:13
#16 ]
Elite Member
Joined: 7-Mar-2003
Posts: 2067
From: Canada

@clusteruk

I downloaded the files from the same place ChrisH mentioned,
http://amigau.com/c-graphics/tvpaint.htm

As I said before, that was a few years ago and I used E-UAE and Amiga Workbench 3.1 to do the install on my MicroA1 because I did not know of any other way to handle ADF files. The emulated classic Amiga provided the environment I needed to get the job done.

Once the files were extracted and installed on the hard drive, I just moved the whole TVPaint drawer out to a more convenient place on my hard drive, so that I could access the drawer more conveniently from my OS4 Workbench.

TVPaint runs just fine on OS4.0 and OS4.1 with no assigns necessary and launches just fine from the OS4 AmiDock.

---
redfox

Last edited by redfox on 29-Oct-2009 at 04:09 AM.

 Status: Offline
Profile     Report this post  

[ home ][ about us ][ privacy ] [ forums ][ classifieds ] [ links ][ news archive ] [ link to us ][ user account ]
Copyright (C) 2000 - 2019 Amigaworld.net.
Amigaworld.net was originally founded by David Doyle