Welcome, Guest. Please login or register.

Author Topic: Birdie textures 16 colours for perfect palette  (Read 10854 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline OldSkoolTopic starter

  • Newbie
  • *
  • Join Date: Oct 2005
  • Posts: 10
    • Show all replies
Birdie textures 16 colours for perfect palette
« on: July 21, 2010, 01:55:20 PM »
Hello. Just bought an A1200 (Blizzard1230) and I'm setting up my workbench. Already installed all kind of goodies.
I saw some very nice 16 colour Birdie examples from MR500, Rebel and Cammy.
I use the 16 colour palette Cammy and Rebel made.
I'm now looking for the birdie textures they use? already searched on Aminet. Does anybody know where I can download these (Birdie textures)?
 

Offline OldSkoolTopic starter

  • Newbie
  • *
  • Join Date: Oct 2005
  • Posts: 10
    • Show all replies
Re: Birdie textures 16 colours for perfect palette
« Reply #1 on: July 24, 2010, 06:18:06 PM »
Have the 1200 for 1 month now.
Just thought you could probably download these things somewhere.
I already tried converting some themes (OS4) which you can download from aminet with PP to 16 colours and then remap the colours to the palette.
But this didn't look very good.
 

Offline OldSkoolTopic starter

  • Newbie
  • *
  • Join Date: Oct 2005
  • Posts: 10
    • Show all replies
Re: Birdie textures 16 colours for perfect palette
« Reply #2 on: July 24, 2010, 08:48:39 PM »
Looks very good.

And everything in 16 colours (looks like 256).

Hope it will be released soon.
 

Offline OldSkoolTopic starter

  • Newbie
  • *
  • Join Date: Oct 2005
  • Posts: 10
    • Show all replies
Re: Birdie textures 16 colours for perfect palette
« Reply #3 on: May 03, 2011, 10:14:33 PM »
Hi Cammy and Rebel,

Just dusted of my Amiga and tried your skins. They are very nice indeed. First had some trouble with the Birdie program crashing but by placing a the and of the startup-sequence its seems to work.

Just have an issue with outline fonts. They are displayed blue instead of white and black when installing the skins (the Birdie skin distorts the icon font).
Probably I'm doing something wrong?
What should I do (I have fullpallete with your palette installed)?

Regards,
 

Offline OldSkoolTopic starter

  • Newbie
  • *
  • Join Date: Oct 2005
  • Posts: 10
    • Show all replies
Re: Birdie textures 16 colours for perfect palette
« Reply #4 on: May 04, 2011, 06:24:52 PM »
Dear All

Hereby an example of the blue icon text I have on my screen.
Probably something to do with my start-up sequence.
(My computer is a A1200 with Indivision AGA + B1260 64mb)

This is my start-up sequence:
; $VER: Startup-Sequence_HardDrive 40.2 (25.2.93)
; Startup-Sequence for hard drive systems

C:SetPatch QUIET

C:Version >NIL:
C:AddBuffers >NIL: DF0: 15
FailAt 21

C:MakeDir RAM:T RAM:Clipboards RAM:ENV RAM:ENV/Sys
C:Copy >NIL: ENVARC: RAM:ENV ALL NOREQ

Resident >NIL: C:Assign PURE
Resident >NIL: C:Execute PURE

Assign >NIL: ENV: RAM:ENV
Assign >NIL: T: RAM:T
Assign >NIL: CLIPS: RAM:Clipboards
Assign >NIL: REXX: S:
Assign >NIL: PRINTERS: DEVS:Printers
Assign >NIL: KEYMAPS: DEVS:Keymaps
Assign >NIL: LOCALE: SYS:Locale
Assign >NIL: LIBS: SYS:Classes ADD
Assign >NIL: HELP: LOCALE:Help DEFER


C:BlazeWCP
C:FBlit
C:FText


BindDrivers
C:Mount >NIL: DEVS:DOSDrivers/~(#?.info)

IF EXISTS DEVS:Monitors
  IF EXISTS DEVS:Monitors/VGAOnly
    DEVS:Monitors/VGAOnly
  EndIF

  C:List >NIL: DEVS:Monitors/~(#?.info|VGAOnly) TO T:M LFORMAT "DEVS:Monitors/%s"
  Execute T:M
  C:Delete >NIL: T:M
EndIF

SetEnv Language "english"
SetEnv Workbench $Workbench
SetEnv Kickstart $Kickstart
UnSet Workbench
UnSet Kickstart

C:AddDataTypes REFRESH QUIET
Run > NIL: "Work:VisualPrefs"

C:IPrefs

Run > NIL: FPPrefs

C:ConClip


Path >NIL: RAM: C: SYS:Utilities SYS:Rexxc SYS:System S: SYS:Prefs SYS:WBStartup SYS:Tools SYS:Tools/Commodities

IF EXISTS S:User-Startup
  Execute S:User-Startup
EndIF

Resident Execute REMOVE
Resident Assign REMOVE

C:LoadWB

Run <>NIL: C:Birdie SYS:Prefs/Presets/Skins/SilverBlue/Active SYS:Prefs/Presets/Skins/SilverBlue/InActive ACTIVEPATTERN REDRAWBITMAPS PUBSCREENS NOICONBORDER FLOODMASKMWB

EndCLI >NIL: