English Amiga Board


Go Back   English Amiga Board > abime.net - Hosted Projects > project.Sprites

 
 
Thread Tools
Old 18 November 2005, 21:52   #1
jpadams
 
Posts: n/a
[Request] Sensible Golf ?

any help getting these tiles and sprites would be awesome thanks
 
Old 19 November 2005, 12:26   #2
Joe Maroni
Moderator
 
Joe Maroni's Avatar
 
Join Date: Feb 2003
Location: Germany
Age: 44
Posts: 1,303
Send a message via MSN to Joe Maroni
i hope this will help...

but this is not all...
Attached Thumbnails
Click image for larger version

Name:	1.png
Views:	699
Size:	9.4 KB
ID:	9724   Click image for larger version

Name:	2.png
Views:	647
Size:	20.9 KB
ID:	9725   Click image for larger version

Name:	3.png
Views:	651
Size:	4.6 KB
ID:	9726   Click image for larger version

Name:	4.png
Views:	602
Size:	2.7 KB
ID:	9727  
Joe Maroni is offline  
Old 03 December 2005, 19:12   #3
Johan Walfridso
worm
 
Johan Walfridso's Avatar
 
Join Date: Aug 2005
Location: Sweden
Posts: 45
Send a message via MSN to Johan Walfridso
Please more!
Johan Walfridso is offline  
Old 17 June 2020, 22:57   #4
Hungry Horace
Wipe-Out Enthusiast
 
Hungry Horace's Avatar
 
Join Date: Nov 2005
Location: .
Age: 43
Posts: 2,538
Thread necromancy here, but is anyone able to work out the format/size for the Sensi Golf graphics?


Just like SWOS/Cannon Fodder etc, the files are RNC packed, which is easy enough to unpack, but SWOS uses raw interleaved files of (iirc 352x262 size) .... the Sensi Golf ones seem to be quite different sizes, and i cannot get them to load/convert at all!
Hungry Horace is offline  
Old 04 July 2020, 00:33   #5
Hungry Horace
Wipe-Out Enthusiast
 
Hungry Horace's Avatar
 
Join Date: Nov 2005
Location: .
Age: 43
Posts: 2,538
I've managed to convert every .raw file for this game except one.

Every other one is a random mix of 4 bitplanes, and 5 bitplanes, and various sizes. (see attached pic).

My next plan is to automate the importing of the palettes from the various .pal files that go with them.

There is only one i cannot work out however, despite trying various options, and that is WOODPAT.RAW - fairly obviously this creates the wood pattern used in the menus.

I'd be very grateful if anyone who uses the 'traditional' route of gfx ripping (either maptapper or getting in the memory with ARIII or similar) could see if they can find this file and at least provide me an indication of the width/height (number of bitplanes used would be great too!), as this would probably be enough for me to get this completed.

I'll then upload a full set of IFFs that can be batch converted to PNG if desired.

Cheers
Attached Thumbnails
Click image for larger version

Name:	Screenshot 2020-07-03 at 23.29.20.png
Views:	322
Size:	190.3 KB
ID:	68017  
Hungry Horace is offline  
Old 14 August 2020, 23:59   #6
clenched
Registered User
 
Join Date: Sep 2008
Location: Gainesville U.S.A.
Posts: 771
Maybe already solved. Here goes how to reconstruct with Maptapper anyway.

Load file, fill in boxes like picture so.
Address downward: $0,336,40,4,0,336,40,Amiga ILBM

Instead of guessing palette, boot game and await some wood grain. GUI debugger F9 have a look at color registers.
s 00000ccc0999 see if the first few colors exist elsewhere
Scanning.. 00000000 - 00400000 (Chip memory)
001B6E6E 001B6E8E 0025F616 0025F636 yes
S \pal 25f616 !64 Save 32 colors
Back to Maptapper, Palette>Load Palette From Binary File. Load pal

EDIT: I see now target is IFF. Maybe Blitz2 to ACBM is better.
Code:
DEFTYPE.b r,g,b
DEFTYPE.w c
DEFTYPE.l bm
BitMap 0,336,40,4
For j=0 To 15 ;*** create palette
Read c
r=c/256 AND 15:g=c/16 AND 15:b=c AND 15
PalRGB 0,j,r,g,b
Next j
Data.w   $0000,$0ccc,$0999,$0655,$0003,$0002,$0fb4,$0d92
Data.w   $0a70,$0842,$0731,$0621,$0510,$0410,$0300,$0200

InitCopList 0,44,40,$4,8,16,0
DisplayAdjust 0,2,-8,0,-16,0
DisplayPalette 0,0
DisplayBitMap 0,0
BLITZ
CreateDisplay 0

bm=Peek.l (Addr BitMap(0)+8)
If ReadFile (0,"dh1:woodpat.raw") = True
FileInput 0
For j=0 To 39
  For i=0 To 3
    bx$=Inkey$(42)
    Poke$  bm+j*42+i*42*40,Left$(bx$,41)
    Poke.b  41+bm+j*42+i*42*40,Asc(Right$(bx$,1))
  Next i
Next j
CloseFile 0
MouseWait
AMIGA
SaveBitmap 0,"dh1:woodpat.iff",0
EndIf
End

Last edited by clenched; 18 August 2020 at 22:03. Reason: suggest alternate solution
clenched 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
Leaderboard Golf tomcat666 Games images which need to be WHDified 6 01 June 2011 11:46
Sensible Golf, MS-DOS s2325 support.Games 1 15 July 2009 21:57
Golf Game clarencebeaks Looking for a game name ? 4 22 February 2007 09:55
Zany Golf? Photon request.Old Rare Games 2 25 December 2005 12:23
HD only golf game? zardoz Looking for a game name ? 6 23 May 2005 11:13

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 14:28.

Top

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