English Amiga Board


Go Back   English Amiga Board > Support > New to Emulation or Amiga scene

 
 
Thread Tools
Old 19 February 2017, 21:29   #21
idrougge
Registered User
 
Join Date: Sep 2007
Location: Stockholm
Posts: 4,332
FS-UAE seems to do something stupid when you press alt.

Grabbing an animbrush is easy. Go to Anim->Animbrush->Pick up…
idrougge is offline  
Old 19 February 2017, 21:43   #22
Team_Hoi
Former Amiga game creator
 
Team_Hoi's Avatar
 
Join Date: Mar 2005
Location: Netherlands
Posts: 212
Thanks Idrougge, appreciated.

The observations so far regarding DPaint (IV) in FS-UAE on MacOS, followed by a couple of questions:

• To get correct pointer behaviour when using a Wacom (Cintiq) pen, add this to the FS-UAE Launcher 'Custom Configuration…' entry window: “mouse_integration = 1” .

• If right-mousebutton menus directly disappear after activating them, turn off the Warp mode for correct menu behaviour.

• To properly open submenus in a right-mousebutton menu, click on the left side of the submenu entry in the parent menu. Clicking on the right side of a submenu entry instantly activates the first function in the submenu.

• Holding the Alt key should activate animpainting in DPaint (if you've got some frames), but that doesn't work. There seems to be something wrong with the Alt key in FS-UAE, or at least when running DPaint (IV).


Questions:

• How do I copy saved image files from my Amiga harddisk image to MacOS? Once I know how to do that, I expect XnConvert for MacOS will allow me to convert the IFF files to PNG or GIF format.

• Is there a way to easily save frames from a DPaint animation, or maybe to convert a DPaint animation to an animated GIF?

Thanks for your help!

Last edited by Team_Hoi; 19 February 2017 at 21:56.
Team_Hoi is offline  
Old 19 February 2017, 22:04   #23
emufan
Registered User
 
Join Date: Feb 2012
Location: #DrainTheSwamp
Posts: 4,545
Quote:
Originally Posted by Team_Hoi View Post
• Is there a way to easily save frames from a DPaint animation, or maybe to co
ffmpeg can now read iff anims and convert to mp4, avi and gif anims.
here is a link to some mac osx builds.
ffmpeg -i iff_anim.iff gif_anim.gif
Quote:
Originally Posted by Team_Hoi View Post
• How do I copy saved image files from my Amiga harddisk image to MacOS? Once I know how to do that, I expect XnConvert for MacOS will allow me to convert the IFF files to PNG or GIF format.
mount a directory as a hardrive, never done in fs-uae, but should work aswell.

Last edited by emufan; 19 February 2017 at 22:12.
emufan is offline  
Old 19 February 2017, 22:27   #24
idrougge
Registered User
 
Join Date: Sep 2007
Location: Stockholm
Posts: 4,332
Quote:
Originally Posted by Team_Hoi View Post
• How do I copy saved image files from my Amiga harddisk image to MacOS? Once I know how to do that, I expect XnConvert for MacOS will allow me to convert the IFF files to PNG or GIF format.
Just add another disk pointing to a Mac directory in FS-UAE's hard disk dialogue.

Xee will show IFF ILBM pictures, and there is also a Quicklook plugin for IFF mt by Dalton/Tulou.

Quote:
Originally Posted by Team_Hoi
• Is there a way to easily save frames from a DPaint animation, or maybe to convert a DPaint animation to an animated GIF?
PPaint can save as animated GIF.
idrougge is offline  
Old 20 February 2017, 00:17   #25
emufan
Registered User
 
Join Date: Feb 2012
Location: #DrainTheSwamp
Posts: 4,545
Quote:
Originally Posted by Team_Hoi View Post
• Holding the Alt key should activate animpainting in DPaint (if you've got some frames), but that doesn't work. There seems to be something wrong with the Alt key in FS-UAE, or at least when running DPaint (IV).
try adding this line into settings -> advanced settings:
input.1.keyboard.0.button.56.LMENU = KEY_ALT_LEFT.17,SPC_QUALIFIER_ALT.0

it's taken from my winuae config, using the left alt key. using here a mac compatible keyboard.
i'm not sure if fs-uae will understand this config line, but worth a try.
not really sure if it will work

in the source code docs for the keyboard input you can read for example:
LALT ------ keyboard_key_kp_lalt ----- Different physical position on Mac

the document may help to find the working config line for your mac, I'm stiil looking for that.

maybe something like:
keyboard_key_56 action_key_kp_lalt
or:
keyboard_key_56 action_key_lalt

Last edited by emufan; 20 February 2017 at 00:31.
emufan is offline  
Old 20 February 2017, 00:29   #26
idrougge
Registered User
 
Join Date: Sep 2007
Location: Stockholm
Posts: 4,332
It's not that Mac alt isn't alt in the emulated Amiga, but each time you hold alt while pressing the mouse, the emulator enters some mode where you can reposition the mouse pointer.
idrougge is offline  
Old 20 February 2017, 09:33   #27
Team_Hoi
Former Amiga game creator
 
Team_Hoi's Avatar
 
Join Date: Mar 2005
Location: Netherlands
Posts: 212
Many thanks for your replies guys, much appreciated! I'll be looking into everything you've suggested.
Team_Hoi is offline  
Old 21 February 2017, 12:36   #28
Team_Hoi
Former Amiga game creator
 
Team_Hoi's Avatar
 
Join Date: Mar 2005
Location: Netherlands
Posts: 212
Thumbs up

Really useful — GraphicConverter. It can convert just about everything, including IFF Anims to animated GIF or separate PNGs. Brilliant! This helps me a great deal in the transition of files from DPaint and PPaint to MacOS!
Team_Hoi is offline  
Old 21 February 2017, 12:57   #29
idrougge
Registered User
 
Join Date: Sep 2007
Location: Stockholm
Posts: 4,332
Yes, I've used it a lot since it was bundled with all Macs ten years ago.
idrougge is offline  
Old 21 February 2017, 12:59   #30
Team_Hoi
Former Amiga game creator
 
Team_Hoi's Avatar
 
Join Date: Mar 2005
Location: Netherlands
Posts: 212
I've known GraphicConverter for a long time as well, but never used it. I used XnConvert for image conversions, but GraphicConverter is amazing. I'm very happy with it!
Team_Hoi is offline  
Old 21 February 2017, 16:17   #31
emufan
Registered User
 
Join Date: Feb 2012
Location: #DrainTheSwamp
Posts: 4,545
Quote:
Originally Posted by Team_Hoi View Post
I've known GraphicConverter for a long time as well, but never used it. I used XnConvert for image conversions, but GraphicConverter is amazing. I'm very happy with it!
if you get something done with PPaint/DPaint give us some examples

Quote:
Originally Posted by idrougge View Post
Yes, I've used it a lot since it was bundled with all Macs ten years ago.
is this the same GraphicConverter which was available for mac os 7/8/9 many moons ago?

#1) wikipedia says: "Initial release 1992; 25 years ago"
i guess it is the one i was using on some classic machines

Last edited by emufan; 21 February 2017 at 16:28.
emufan is offline  
Old 21 February 2017, 16:22   #32
Team_Hoi
Former Amiga game creator
 
Team_Hoi's Avatar
 
Join Date: Mar 2005
Location: Netherlands
Posts: 212
I will. I'm about ready to start pixeling, after the search for the right emulation workflow and tools.

Another question:

If I want to install DPaint V from the installation disk to my harddisk image in FS-UAE, can I simply double-click the Install icon? And more important: will the harddisk installation of DPaint automatically be saved, so DPaint V will remain on my virtual Amiga harddisk forever?

This is probably a stupid question for you Amiga and emulation veterans.
Team_Hoi is offline  
Old 21 February 2017, 16:30   #33
emufan
Registered User
 
Join Date: Feb 2012
Location: #DrainTheSwamp
Posts: 4,545
Quote:
Originally Posted by Team_Hoi View Post
I will. I'm about ready to start pixeling, after the search for the right emulation workflow and tools.

Another question:

If I want to install DPaint V from the installation disk to my harddisk image in FS-UAE, can I simply double-click the Install icon? And more important: will the harddisk installation of DPaint automatically be saved, so DPaint V will remain on my virtual Amiga harddisk forever?

This is probably a stupid question for you Amiga and emulation veterans.
yes, it should work that way. and content will be saved permanently once installed to hdd

#1) maybe it will ask for a serial: you can try this: 12642205EA593355
it' been a while, so i cannot remember exactly (version DPaint V 5.2)

Last edited by emufan; 21 February 2017 at 16:41.
emufan is offline  
Old 21 February 2017, 18:49   #34
Team_Hoi
Former Amiga game creator
 
Team_Hoi's Avatar
 
Join Date: Mar 2005
Location: Netherlands
Posts: 212
Thanks Emufan!
Team_Hoi is offline  
Old 21 February 2017, 18:52   #35
Retrofan
Ruler of the Universe
 
Retrofan's Avatar
 
Join Date: Mar 2010
Location: Lanzarote/Spain
Posts: 6,185
You can watch this guy painting live now and then with Deluxe Paint. It is live right now: [ Show youtube player ]
Retrofan is offline  
Old 21 February 2017, 19:07   #36
emufan
Registered User
 
Join Date: Feb 2012
Location: #DrainTheSwamp
Posts: 4,545
Quote:
Originally Posted by Retrofan View Post
You can watch this guy painting live now and then with Deluxe Paint. It is live right now: [ Show youtube player ]
cool. thanks for the link.
emufan is offline  
Old 21 February 2017, 19:25   #37
Team_Hoi
Former Amiga game creator
 
Team_Hoi's Avatar
 
Join Date: Mar 2005
Location: Netherlands
Posts: 212
Cool, thanks!
Team_Hoi is offline  
Old 21 February 2017, 21:41   #38
emufan
Registered User
 
Join Date: Feb 2012
Location: #DrainTheSwamp
Posts: 4,545
the DPaint session was really cool. there were only 2-4 ppl watching. but was worthwhile.
Amiga Wave youtube channel
Quote:
Originally Posted by Team_Hoi View Post
Thanks Emufan!
np. are you now able to use the animpaint feature in dpaint - or still no solution in fs-uae?
emufan is offline  
Old 21 February 2017, 21:44   #39
Team_Hoi
Former Amiga game creator
 
Team_Hoi's Avatar
 
Join Date: Mar 2005
Location: Netherlands
Posts: 212
Unhappy

Quote:
Originally Posted by emufan View Post
Are you now able to use the animpaint feature in dpaint - or still no solution in fs-uae?
Not yet. 😟 I just can't get the Alt + LMB combination to work in FS-UAE on MacOS. I've submitted the issue at the FS-UAE Github page, but no response yet. I hope it will follow soon, and I hope it's simply a matter of a configuration adjustment in stead of having to wait for an update.
Team_Hoi is offline  
Old 21 February 2017, 21:47   #40
emufan
Registered User
 
Join Date: Feb 2012
Location: #DrainTheSwamp
Posts: 4,545
Quote:
Originally Posted by Team_Hoi View Post
Not yet. 😟 I just can't get the Alt + LMB combination to work in FS-UAE on MacOS. I've submitted the issue at the FS-UAE Github page, but no response yet. I hope it will follow soon, and I hope it's simply a matter of a configuration adjustment in stead of having to wait for an update.
FrodeSolheim was online today. maybe he is working on a solution right now
emufan 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
Deluxe Paint IV Andrew support.Apps 40 29 April 2021 13:51
Deluxe Paint v3.99 oRBIT request.Apps 15 08 October 2018 19:43
Deluxe Paint IV komunita support.Other 14 20 June 2006 13:16
Deluxe Paint IV Galahad/FLT MarketPlace 5 03 November 2002 08:12
Deluxe Paint V Marcuz request.Apps 0 13 June 2002 02:30

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 03:50.

Top

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