scene.org File Archive

File download

<root>­/­mirrors­/­amigascne­/­Groups­/­E­/­Ephidrena/eph-np_compo_2.lha

File size:
5 904 387 bytes (5.63M)
File date:
2018-03-03 17:11:36
Download count:
all-time: 177

Preview

  • data/blank_sprite.iff 1.29K
  • data/code.iff 2.79K
  • data/colorcycle2.ppm 484B
  • data/colorcycle5.ppm 484B
  • data/colorcycle6.ppm 484B
  • data/dust.iff 7.38K
  • data/ephidrena.piff 71.22K
  • data/frequent.iff 4.57K
  • data/gradient.ppm 48.05K
  • data/loadingbar.dat 4B
  • data/music.iff 3.31K
  • data/negative_process_320_2.piff 118.42K
  • data/np.86 6.13M
  • data/revision.piff 65.80K
  • data/rloader.iff 4.33K
  • data/shanghai.piff 118.91K
  • data/spot.data 576B
  • data/tunnel.data 576B
  • data/tunnel3.data 576B
  • data/turb1_256.iff 76.76K
  • data/turb2_256.iff 76.54K
  • eph-np.exe 94.89K
  • readme.txt 2.28K
  • script4.eph 1.68K
  • startme.amiga 44B
  • startme.uae 23B

file_id.diz

::::::::
readme.txt
::::::::
Negativ Prosess by Ephidrena

Amiga Aga 060 demo 

Note: Requires about 1,8mb of chipram, boot from
cli before starting the demo to avoid issues.

Cheetah got the idea for the new music format (volume x 8-bit)
Loaderror coded and did some graphics  
Frequent did the music  

Tech rant:

A custom 8-bit + Amiga channel volume modulation player
which reduces noise considerably compared to standard
8-bit. It also doesn't lose any volume which is the 
problem with the usual 14-bit audio modes.
Not sure how many bits we can say it is?
We'd like to say it is 11-bit which is just like vinyl. 

Several bitplane modulo effects for stretching the screen
in various ways. The noise effect is also implemented
using bitplane modulos to select different lines of noise
per scanline.

Hires table ball using "non square texels" and vertical 
stretch. Although it is color cycling, I'd like to think 
that the color cycling is less obvious this time because
of the "non square texels".

The Neon-Copperbars are back again.
Now with 3d engine like flexibility so one can 
create copper bar objects and scenes. In the end
the scenes turned out rather simple. Maybe more later.

Aga sub-pixel scroll with weird bugs that make it look
different on Amiga and UAE. Ended scrolling pretty fast
so the subpixel stuff doesn't show. Will fix in final.

"Curl noise" dots. A bit like in an earlier ephidrena
demo, but now less lazy by being realtime and in planar mode. 
There is double buffered dirty tracking of star positions 
to write as little as possible to the dreadfully slow chip ram.
One thing I like about this routine is that culling against 
two sides of the screen can be done with one comparison if 
treating the coordinates as unsigned. Maybe it is standard
for all other amiga coders :) 

As usual most ideas didn't get in because when coding you
spend your time getting cross eyed over a few nemesis bugs
that pop up during the course of the demo creation.

Stuff you can't see which got implemented:

24-bit to ham8 converter in the demo.

Ham8 VHS distort which was pretty cool, but no time
to make good graphics for it.
  
Object loader for .obj files. I don't have Lightwave anymore
so needed to load something from Blender. However no 
objects to show. Maybe because of using Blender?

pgm format picture loader.