PopsiclePete
Mission programmer
... source code would you like to be released ? And what for ? Making Armada run under Win95 and use TCP/IP ? Adding systems/ships/factions in the original Privateer ? Some people already have nice ideas, thake this one for instance:
Here's a quote from Matrix in the Editing chat room posted February 13, 2000 20:02
Would it be possible to use some new 3D technologie on some old 2D game ? Unlikely, but the possibility is there, why not give it a try ? There are many other wonderful things talented people in the WC community could do. Have an idea ?
------------------
PopsiclePete
The WC Source Code Release Project needs YOU !
[This message has been edited by PopsiclePete (edited March 03, 2000).]
Here's a quote from Matrix in the Editing chat room posted February 13, 2000 20:02
On each picture the small one is the original as extracted by WCNAV, all the others (except one) are x2. Go ahead, pick a Ferret...any Ferret. =)
Right column show use of a median filter. Middle row uses bilinear filtering (interpolation) ie. the type most 3D accelerators do these days. Bottom right was a test of scaling x4, using the median filter, then scaling back down to x2. Only marginally better.
Left side going top to bottom: Nearest point sampling, bilinear interpolation, bilinear with median. The big one is x3 and still not too bad.
From top: Original, x2, x2 bilinear filtered. The bottom one is a weird combination but was neccessary due to the poor quality of the original. It's a 50% screen of the bilinear filtered version over the the median version.
So what was the point of all that? Just to show there's more than one way to skin a ferret. =) Actually some experiments to see what a WC1/2 engine would render like on todays harwdare...something I'd like to sink my teeth into if Jumper ever extracts the source codes from EA/Origin. We can but hope.
Would it be possible to use some new 3D technologie on some old 2D game ? Unlikely, but the possibility is there, why not give it a try ? There are many other wonderful things talented people in the WC community could do. Have an idea ?
------------------
PopsiclePete
The WC Source Code Release Project needs YOU !
[This message has been edited by PopsiclePete (edited March 03, 2000).]