English Amiga Board


Go Back   English Amiga Board > Support > support.Demos

 
 
Thread Tools
Old 22 April 2022, 10:40   #21
ross
Defendit numerus
 
ross's Avatar
 
Join Date: Mar 2017
Location: Crossing the Rubicon
Age: 53
Posts: 4,468
Quote:
Originally Posted by hexaae View Post
Why these groups don't release normal files instead of adfs (especially today) is beyond me. Files can still run from disks too... so why? There's a technical reason to make them prefer non-std FS floppies?
Quote:
Originally Posted by khph_re View Post
OCS/ECS demoscene competitions usually require A500 512k/512k and floppy disk. The whle thing is probably geared towards a track loader.
This.

Surely it would take less effort to run the demo on higher spec machines, where you don't have to worry about available memory or CPU power.

Of course you could create a floppy (possibly in FFS) containing a single file that is allocated somewhere in memory and then use it as a cache for data retrieval.
But the required machine would no longer have anything to do with a bare A500 512+512, which is the real challenge in competitions and on which we all want these little marvels of code and art to be performed
ross is offline  
Old 25 April 2022, 16:58   #22
stevelord
Registered User
 
stevelord's Avatar
 
Join Date: Apr 2019
Location: UK
Posts: 540
Quote:
Originally Posted by nikosidis View Post
EON is 2 disc and require ECS chipset and Rom 1.3 from what I remember.
Try to run HDD with 1.3

My CDTV does this. I have an ECS chipset with 1.3 and a SCSI HD. It's not that hard to run a HD with 1.3, it all boils down to your SCSI interface being supported.
stevelord is offline  
Old 01 October 2023, 18:57   #23
paraj
Registered User
 
paraj's Avatar
 
Join Date: Feb 2017
Location: Denmark
Posts: 1,098
Still lots of work to be done, but runs to completion on my 060 (not so much on plain a1200 and very painful until then).

Expect major gfx glitches (especially for disk 2) and also out of sync music, and various other problems.

Rename the adf files to disk.1 and disk.2 respectively and place them next to the slave.

If anyone wants to lend a hand, I'll share debug notes/disassemblies etc.
Attached Files
File Type: 7z tbl-eon-whdload.7z (3.3 KB, 84 views)
paraj is offline  
Old 01 October 2023, 19:26   #24
tomcat666
Retro Freak
 
tomcat666's Avatar
 
Join Date: Nov 2001
Location: Slovenia
Age: 51
Posts: 1,646
What can I say that hasn't been said before... Amazing work Paraj !
tomcat666 is offline  
Old 01 October 2023, 20:01   #25
RenegadeFTL
Registered User
 
RenegadeFTL's Avatar
 
Join Date: Dec 2022
Location: East-Germany
Posts: 35
i'm afraid i don't understand. is that right?
Attached Thumbnails
Click image for larger version

Name:	eon.png
Views:	87
Size:	35.2 KB
ID:	80379  
RenegadeFTL is offline  
Old 01 October 2023, 20:10   #26
paraj
Registered User
 
paraj's Avatar
 
Join Date: Feb 2017
Location: Denmark
Posts: 1,098
Quote:
Originally Posted by RenegadeFTL View Post
i'm afraid i don't understand. is that right?
Looks right, but note that I've only been testing from the command line, so there isn't a proper icon (or installer). Open a shell,cd into that directory and run "whdload tbl-eon.slave nocache" and hopefully it'll work (no guarantees).
paraj is offline  
Old 01 October 2023, 20:35   #27
RenegadeFTL
Registered User
 
RenegadeFTL's Avatar
 
Join Date: Dec 2022
Location: East-Germany
Posts: 35
awesome thx paraj
RenegadeFTL is offline  
Old 02 October 2023, 00:27   #28
Snoopy1234
Registered User
 
Snoopy1234's Avatar
 
Join Date: Apr 2022
Location: Australia
Age: 51
Posts: 836
Quote:
Originally Posted by paraj View Post
Still lots of work to be done, but runs to completion on my 060 (not so much on plain a1200 and very painful until then).

Expect major gfx glitches (especially for disk 2) and also out of sync music, and various other problems.

Rename the adf files to disk.1 and disk.2 respectively and place them next to the slave.

If anyone wants to lend a hand, I'll share debug notes/disassemblies etc.
Added icon and diskfiles for the less equipped.
Runs to completion on A1200 ACA 1230/28 with a glitch in the parking lot. Otherwise good.
Attached Files
File Type: 7z EON_TBL_Party.7z (1.42 MB, 91 views)
Snoopy1234 is offline  
Old 02 October 2023, 19:10   #29
paraj
Registered User
 
paraj's Avatar
 
Join Date: Feb 2017
Location: Denmark
Posts: 1,098
Updated a bit. "Rubber cube" should no longer look like amiga is crashing (it uses OCS "7bpl trick" + copper updates of BPL5DAT, only partially fixed), also now runs code from fast ram. Nearly runs to completion w/o nocache on 060. Still annoying music glitch in late part.
Attached Files
File Type: 7z tbl-eon-whdload_v0.0.2.7z (5.1 KB, 54 views)
paraj is offline  
Old 03 October 2023, 02:40   #30
xavlahaye
Registered User
 
Join Date: May 2021
Location: Berlin
Posts: 47
I could test it on a Blizzard 1260 and it ran until the end
here's what I noticed:
- the tbl logo anim at the beginning is sometimes "jumping"
- the demo pauses abruptly at the beginning of the street scene when the car starts to appear, for a couple of seconds
- the rubber cube is glitching indeed
- yeah same music glitch, there is a wrong instrument/music bug for a short time in the room scene
- I couldn't exit the demo as usual like with other whdload demos or games (for me it's configured as F9)
it's so cool to run it on real hardware and CRT, thanks for your work

Last edited by xavlahaye; 03 October 2023 at 02:43. Reason: clarification
xavlahaye is offline  
Old 04 October 2023, 08:04   #31
h0ffman
Registered User
 
Join Date: Aug 2008
Location: Salisbury
Posts: 744
The rubber cube effect uses the osc/ecs bpldat trick. It's never going to work on an aga machine.

Edit: note to self, make sure you properly read the rest of the thread before replying.

Last edited by h0ffman; 04 October 2023 at 10:45.
h0ffman is offline  
Old 04 October 2023, 20:01   #32
paraj
Registered User
 
paraj's Avatar
 
Join Date: Feb 2017
Location: Denmark
Posts: 1,098
Quote:
Originally Posted by h0ffman View Post
The rubber cube effect uses the osc/ecs bpldat trick. It's never going to work on an aga machine.

Edit: note to self, make sure you properly read the rest of the thread before replying.

Hi h0ffman, great music for a great demo


Still need to iron out a few things, but demo in itself works fine on fast machines. Main issue seems to be that the loader outpaces the demo[*] - code and data get overwritten before they're done being used. It would probably be all fine if memory allocator was just given larger area (maybe I'll try that a bit later), but I went another route and just delay loading next effect until previous one has finished (which is why there are delays in transitions in the whdload version).



Proper conversion of the "rubber cube" is still evading me. Just using 5-bpl mode (not in any of the so-far released versions) with a bitplane that has bpl5data=$ffff in the cube area makes the colors right, but it still glitches and shadow is missing. More debugging necessary..


[*] Yes I did try lots of different delay things..
paraj is offline  
Old 05 October 2023, 00:21   #33
Bren McGuire
Registered User
 
Bren McGuire's Avatar
 
Join Date: Nov 2019
Location: Croydon
Posts: 580
it's unacceptable to release a demo today without a hd install version on the side it's 2023 i don't want to hear it
Bren McGuire is offline  
Old 05 October 2023, 12:35   #34
britelite
Registered User
 
Join Date: Feb 2010
Location: Espoo / Finland
Posts: 818
Quote:
Originally Posted by Bren McGuire View Post
it's unacceptable to release a demo today without a hd install version on the side it's 2023 i don't want to hear it
The only unacceptable thing here is the amount of sense of entitlement in your post.

Last edited by britelite; 05 October 2023 at 18:25.
britelite is offline  
Old 05 October 2023, 12:55   #35
DanyPPC
Registered User
 
Join Date: Dec 2016
Location: Italy
Posts: 729
Quote:
Originally Posted by Bren McGuire View Post
it's unacceptable to release a demo today without a hd install version on the side it's 2023 i don't want to hear it
It's an A500 demo which use a non dos format disk.
WHDLoad exists also for this purpose.
DanyPPC is offline  
Old 05 October 2023, 14:19   #36
indigolemon
Bit Copying Bard
 
indigolemon's Avatar
 
Join Date: Jan 2017
Location: Kelty, Fife, Scotland
Age: 41
Posts: 1,293
Quote:
Originally Posted by Bren McGuire View Post
i don't want to hear it
Much like I don't want to see any more of your posts?
indigolemon is offline  
Old 05 October 2023, 14:43   #37
CCRider
Registered User
 
CCRider's Avatar
 
Join Date: Oct 2017
Location: São Leopoldo / Brazil
Age: 46
Posts: 203
Quote:
Originally Posted by indigolemon View Post
Much like I don't want to see any more of your posts?
...as many other people here.
CCRider is offline  
Old 05 October 2023, 15:40   #38
AndyC
Registered User
 
AndyC's Avatar
 
Join Date: Sep 2016
Location: Dunfermline
Posts: 60
Quote:
Originally Posted by Bren McGuire View Post
it's unacceptable to release a demo today without a hd install version on the side it's 2023 i don't want to hear it
Thankfully, I can now sleep better knowing your opinion on the matter...

Last edited by AndyC; 05 October 2023 at 15:49.
AndyC is offline  
Old 05 October 2023, 17:17   #39
str0m
Registered User
 
Join Date: Oct 2016
Location: Newcastle, UK
Posts: 264
This forum needs a Like button
str0m is offline  
Old 05 October 2023, 17:45   #40
TCD
HOL/FTP busy bee
 
TCD's Avatar
 
Join Date: Sep 2006
Location: Germany
Age: 46
Posts: 31,518
Quote:
Originally Posted by str0m View Post
This forum needs a Like button
That's what I keep saying
TCD 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
Silkcut/TBL Bobic support.Demos 18 13 July 2008 15:52
TBL - Starstruck Music ? blade002 request.Modules 6 30 October 2006 15:39
Music from MAGIA by TBL tomcat666 request.Modules 7 07 September 2003 14:25
TBL's Tint demo problem in 0.8.22 R8 Alan_HU support.WinUAE 0 19 July 2003 10:55
TBL-Captured Dreams Amiga1992 support.Demos 0 05 March 2002 21:50

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 12:54.

Top

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