Author Topic: Unit A - World Tour Golf cracktro  (Read 2459 times)

0 Members and 1 Guest are viewing this topic.

Offline stormbringer

  • Time moves by fast, no second chance
  • Amiga 1200
  • ****
  • Posts: 453
  • Karma: 73
    • View Profile
    • www.retro-remakes.net
Unit A - World Tour Golf cracktro
« on: March 21, 2008 »
Win32 Remake of the Unit A cracktro on Amiga
(Different Mark II music)
We once had a passion
It all seemed so right
So young and so eager
No end in sight
But now we are prisoners
In our own hearts
Nothing seems real
It's all torn apart

Offline benny!

  • Senior Member
  • DBF Aficionado
  • ********
  • Posts: 4384
  • Karma: 228
  • in this place forever!
    • View Profile
    • bennyschuetz.com - mycroBlog
Re: Unit A - World Tour Golf cracktro
« Reply #1 on: March 21, 2008 »
Great tune.

Starts and scroller are way too fast on my laptop though.
[ mycroBLOG - POUET :: whatever keeps us longing - for another breath of air - is getting rare ]

Challenge Trophies Won:

Offline stormbringer

  • Time moves by fast, no second chance
  • Amiga 1200
  • ****
  • Posts: 453
  • Karma: 73
    • View Profile
    • www.retro-remakes.net
Re: Unit A - World Tour Golf cracktro
« Reply #2 on: March 21, 2008 »
thanks for the nice comments... just some info about the intro running too fast. I exclusively rely on the VBL of your graphics card and so not use any timer. Here is the reason why:

1) the Amiga display ran at either 50Hz (PAL) or 60Hz (NTSC) and the closest refresh rate on a PC is 60Hz (or 60 fps). All the internal counters/timers are based on that refresh rate. This means that you have to set your display refresh rate on 60Hz (which is possible on all the PCs)

2) Although I know how to use a high-precision timer, I do not do it in these remakes because I want the intro to work in the same way as it did on the Amiga => which means in sync with the VBL. using a high-precision timer will guarantee the timing but will result in jerky animations on-screen.

3) the remakes only set the VBL sync on through the available API (OpenGL). But the driver settings can override that state, so there is no guarantee that he VBL sync is on UNLESS you set it so in your driver (set on application controlled)
We once had a passion
It all seemed so right
So young and so eager
No end in sight
But now we are prisoners
In our own hearts
Nothing seems real
It's all torn apart