Technologies to Add

From Flashpoint Datahub
Revision as of 18:12, 22 November 2020 by Ekulreklawyks (talk | contribs) (→‎VRML)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

This is a list of web game technologies that we hope to support in the future. If you'd like to help us add one of these technologies to Flashpoint, please join the #development-chat channel in our Discord.

Please add new technologies in alphanumeric order.

Here are some places to find more technologies to add to Flashpoint:

mozdev.org - Windows PluginDoc [1]

GitHub Gist - a list of over 10,000 plugins

K-Meleon Extensions Central

Windows95.com - Web Browser Plugins


Adobe Atmosphere

https://en.wikipedia.org/wiki/Adobe_Atmosphere

[Logo Discussion]

Download links

Latest plugin: https://web.archive.org/web/*/http://download.adobe.com:80/pub/adobe/atmosphere/win/2.x/AtmospherePlayer216.exe

Standalone version: https://web.archive.org/web/*/http://download.adobe.com:80/pub/adobe/atmosphere/win/sa_player/atmosphere_saplayer.exe

Example Games/Applications

Problems Encountered

  • The Javascript used by Galleries doesn't seem to work in newer IE. Curation guide might need to specify replacing the gallery's Javascript with code to create the <object> tag. This appears to because of a use of VBScript. VBScript can be reenabled via registry, or it might be cleaner to replace the JS. VBScript and galleries work fine as-is in Flashpoint Secure Player.
  • Some older Atmosphere worlds don't work in the plugin. Newer worlds (including galleries) won't work fully in the standalone player.
  • Low FPS. Can seemingly be fixed by changing "Throttle when not active". Hardware acceleration can be added by editing a text file, but it results in oddities in the tic tac toe world (http://www.it-quadrat.de/ttt/ttt3d/ttt.aer)
  • Cannot point plugin directly at an .aer file, an <object> tag must be used. (This is an original Adobe Atmosphere limitation)
  • Some worlds automatically close chat. Some other worlds put useful information in the chat. The chat open/closed preference is saved, so worlds with chat should probably have some code to open chat embedded.
  • Excessive caching may be a possibility.
  • Stairs are tricky to climb. Could be related to missing avatars? Might want to include default avatar in htdocs.


Atomic 3D / Neutron Viewer

https://web.archive.org/web/19970214041929/http://www.atomic3d.com/downmain.html

Download Links

https://web.archive.org/web/*/http://www.atomic3d.com/download/bin/*

Example Games/Applications

lost 3D model of a nuclear power plant


AXEL Player

Download

Browser Plugin: https://web.archive.org/web/20070222181629/http://www.mindavenue.com:80/downloads/AXELPlayer.exe

Standalone Player: https://web.archive.org/web/20061127002450/http://www.mindavenue.com/DB/en/download/updates/AXELStandAlonePlayer.exe

Download links for all known versions: https://archive.org/details/mindavenue-axel-player

Examples


BitPlayer (BitMagic)

About

Is a standalone player built with Flash and Shockwave, playing both contents.

it downloaded files from the internet on a daily basis. things called BitGames or BitFlicks there was also ads.

The file extension is .bm which just contains a .swf

There were around 2000's various files in its short life, we have only been able to save a little less then 500.

https://web.archive.org/web/20000408230648/http://bitmagic.com/

History

bitmagic.com.au, bitmagic.org, content.ao.bitmagic.com, download.ao.bitmagic.com, download.us.bitmagic.com, www.bitmagic.com

(most of these you might have to search for bitmagic) [Michiel Frackers Interview - Co-founder] [Co-founder flash website] [animators website] [more info] [linkedin profile] [about book by cofounder] [more info 2] [website were player could be downloaded] [blog talking about various inside happenings]

Download

BitMagic should be good for the next release

Items can not be fully curated in the Curate Tab though, items will not directly play so no screen shots etc.

[Current support build] [Recent Discord Post]

Examples are included in the download

Tools

  • bitmagic_converter extracts the Flash or Shockwave file embedded in a BitMagic file and shows metadata such as name, creator/note, and edition (which is usually a date, presumably the date it was published)
  • minimagic_extractor extracts BitMagic .bm files from Minimagic .exes. Minimagic was a way of packaging up a BitMagic animation as a standalone executable.


Castle Game Engine Web Plugin

https://github.com/castle-engine/castle-engine/wiki/Web-Plugin

Download Links

https://cdn.discordapp.com/attachments/442282445098844177/712673109303623760/cge_3d_viewer.7z

Example Games/Applications

https://cdn.discordapp.com/attachments/442282445098844177/712673109303623760/cge_3d_viewer.7z

Problems Encountered

Can't find C:\Program on PATH.

Exception "Exception":

windres failed, cannot create Windows resource

Further notes

No precompiled builds are available yet. As such, you may have to download any of the following files to compile the plugin:

Lazarus: https://sourceforge.net/projects/lazarus/files/Lazarus%20Windows%2032%20bits/ (it might be best to download the version with the highest version number)

Free Pascal (included with Lazarus, but also linked to separately in case that helps get the plugin compiled): https://sourceforge.net/projects/freepascal/files/Win32/

Castle Game Engine: https://github.com/castle-engine/castle-engine/releases/tag/snapshot


Google Native Client

https://developer.chrome.com/native-client

https://en.wikipedia.org/wiki/Google_Native_Client

Slimjet 10, Used by oshaboy for testing: https://bluepload.unstable.life/slimjet10.exe

Example Games

Bomberclone

Bastion Demo (Some Assets lost)

Super Tux

Doom

Problems Encountered

"[6708:11872:0517/190417:ERROR:nacl_process_host.cc(215)] DuplicateHandle() failed" on Chromium 40

.nexe and .pexe files get downloaded by the browser, but don't start.

Slimjet 10 can't see the PNaCl compiler plugin when running through a proxy. (See chrome://components) (That was because the compiler was not in the user folder)


Grail

https://en.wikipedia.org/wiki/Grail_(web_browser)

Download Links

https://sourceforge.net/projects/grail/files/grail/0.6/grail-0.6.tgz/download

Example Games/Applications

http://grail.sourceforge.net/demo/

Problems Encountered

"TclError: Can't find a usable init.tcl in the following directories:" error when trying to run Grail (Solved)

"An exception occurred during applet loading : exceptions.TypeError: compile, argument 1: expected string without null bytes, string found" error on all official Grail demo applets, except for Clocks, Play A Sound File, Demos Similar to Common Java Demos, Show Grail's Applet Exception Handling, Calendar and A Little Joke. (That's because Grail can't decrypt gzipped http packets)

"An error occurred in a callback function : audiodev.error : no audio device" error if trying to play a sound in Play A Sound File. It's possible the audio files don't exist where they originally existed.

Notes

Old versions of Python and Tcl/Tk are required. These may work:

Python 1.5.2: https://www.python.org/ftp/python/win32/py152.exe

Tcl/Tk: ftp://ftp.ncnr.nist.gov/pub/cryst/gsas/win/tcltk80p2+.exe

Alternatively, an all-in-one package can be used instead.

All-in-one packages: https://cdn.discordapp.com/attachments/516027726851735632/711328321819902083/Grail.7z, https://cdn.discordapp.com/attachments/516027726851735632/711588211222118450/Grail_but_More_Portable.7z (more portable version)


HTML+TIME

  • No independent download, added to Internet Explorer in IE 5.5 and removed in IE 9. X-UA-Compatible does not appear to work

Examples


HotSauce

Some kind of 3D viewer for .mcf files, which are things like sitemaps

https://www.macintoshrepository.org/866-apple-s-hotsauce-technology-project-x-

https://en.wikipedia.org/wiki/HotSauce

https://urbigenous.net/library/MCF/

Example Games/Applications

https://web.archive.org/web/19970527121925fw_/http://www.hdcity.com/sample_index.html (requires a multitude of plugins)

https://web.archive.org/web/19970703020221/http://mcf.research.apple.com/hs/sites.html

https://web.archive.org/cdx/search?url=xspace.net&matchType=prefix&collapse=urlkey&filter=!statuscode%3A%5B45%5D&fl=original

https://web.archive.org/cdx/search?url=mcf.research.apple.com&matchType=prefix&collapse=urlkey&filter=!statuscode%3A%5B45%5D&fl=original


LIVEMATH

https://www.livemath.com/lmplugin/

Example Games/Applications


MDL Chime

https://en.wikipedia.org/wiki/MDL_Chime

Download Links

Install and demos: https://sites.fas.harvard.edu/~biotext/chimedemos/getplugins.html

Problems Encountered

When the plugin is installed, navigating to a page that uses the plugin immediately crashes K-Meleon.


MrSID

https://en.wikipedia.org/wiki/MrSID

An image compression plugin mainly used for orthophotos.

Download links

Window on the UK, Window on the Universe (Volumes 1 & 2) and the plugin installer: https://archive.org/details/bnsc-wouk


o2c

Download Link

http://www.o2c.de/en/download/o2c-download.html

Examples

Notes

Player using ocx files, but when trying run as ActiveX Control giving error "Registry Failed".


O3D

https://en.wikipedia.org/wiki/O3D

A proposal by Google for a standard 3D API for the Web. WebGL supplanted it. Google eventually wrote a WebGL version of O3D, but conversion is not automatic and the Beach demo was not converted

Download links

No known trustworthy downloads, although source code exists.

https://www.zhaodll.co/n/20130417/158957.html was tested and works, but the site is sketchy.

Example Games/Applications


Panda3D Plugin

https://en.wikipedia.org/wiki/Panda3D

Download Links

Install and demos: http://www.ddrose.com/~drose/plugin/install_plugin.html

Latest runtime: https://www.panda3d.org/download/runtime-1-0-4/

Example Games/Applications

Open directory of Panda3D stuff: http://www.ddrose.com/~drose/p3d_7/

Pac-Bat - tested and working on 2019-07-21

Dice in a Stone Box

A3P - Acquire, Attack, Asplode, Pwn! - tries to install Python and crashes

Problems Encountered

Has a huge number of runtime components that are downloaded and installed on demand. They are listed here: http://runtime.panda3d.org/contents.xml

The runtime components are all available from this open directory: http://runtime.panda3d.org/


Pipelight

See https://bluemaxima.org/flashpoint/datahub/Linux_Support#Pipelight


QuickTime VR

https://en.wikipedia.org/wiki/QuickTime_VR

Download Links

https://support.apple.com/downloads/quicktime

http://www.oldversion.com/windows/quicktime/

https://en.wikipedia.org/wiki/QuickTime_VR

Example Games/Applications

https://www.virtualparks.org/scenes/ZvSeIxFqURTrIKUDkLjAFyA.html

http://www.middlestreet.org/cabinet/sebacub.htm

http://www.rewind.ac.uk/expanded/Narrative/BFI_422%22.html

Problems Encountered

Uses the Windows system directory and is not portable.

Notes

The latest version available on apple.com requires Visual C++ 2005 Redistributable Service Pack 1 MFC.

Both Apple Application Support and QuickTime are required. Registry entries point to their locations.

Registry files: apple.reg quicktime.reg

Not all data in quicktime.reg is likely needed.

In Flashpoint, Basilisk is currently configured to disable QuickTime by default to avoid conflicts.

Some of the npqtplugin.dll files may interfere with other video/audio plugins or built-in behavior. It may make sense to have the QuickTime plugin available only when viewing a QuickTime curation. Basilisk's built-in MIME type configuration dialog can also be used to choose what plugins are used for different types of content.


Rebol

https://en.wikipedia.org/wiki/Rebol

Plugin for a cross-platform programming language. Unfortunately the plugin only works in Internet Explorer.

Download Links

http://www.rebol.com/plugin/rebolb6.cab

Example Games/Applications

http://www.rebol.net/plugin/demos/


Tulip 3D

http://web.archive.org/web/20021002220716/http://www.exstream.to/

https://web.archive.org/web/20020928152956/http://www.tulip-software.org/

(Note: It's unclear whether these two links reference the same plugin or two different plugins with Tulip in the name)


X3D

https://en.wikipedia.org/wiki/X3D

Download Links

A list of some X3D players: https://www.web3d.org/x3d/content/examples/X3dResources.html

Example Games/Applications

Examples: Scene Archives for X3D: https://www.web3d.org/x3d/content/examples/X3dResources.html#Examples

FreeWRL examples: http://freewrl.sourceforge.net/examples.html

Problems Encountered

Flux Player 2.1 loads indefinitely under TheWorld 3.5.03


XVR

Information

Could potentially be considered just another ActiveX control?

Download Link

Examples

Notes

The sample at https://web.archive.org/web/20051223071519/http://www.pureform.org/virtualGallery.htm (linked from personal projects) reportedly has Flash <-> XVR interaction. This might not be supportable in Flashpoint unless Flash can be added to Flashpoint Secure Player or an NPAPI version of XVR is found.


Technologies Already Included

Added in Flashpoint 8.1

Pulse3D

https://www.sandyressler.com/about/library/weekly/aa122000a.htm

https://lostmediawiki.com/Pulse_3D_(lost_3D_web_plugin_content;_1999-2001)

Pulse3D was previously called "Platinum VRML."

Download Links

https://web.archive.org/web/*/http://www.pulse3d.com:80/players/english/PulsePlayerNsWin.exe

Available from MICD2001_11_NR2.iso here: http://archive.org/details/MICD200111/

https://bluepload.unstable.life/p3d.zip

Installer: https://cdn.discordapp.com/attachments/516027726851735632/705092816220717086/PulseStuff.zip

Netscape version: https://cdn.discordapp.com/attachments/516027726851735632/705175471926673468/PulseNetscape.zip

Example Games/Applications

http://www.learningfriends.com/download.htm

https://web.archive.org/web/20030705212152/http://www.digitalproducer.com/pages/protozoa.htm

https://web.archive.org/web/20040204091717/http://launch.pulse3d.com/harvard/index.htm

https://archive.org/details/Pulse3DPWSPWCPW3Files

https://archive.org/details/www_02_2002

pulse3d.com CDX search

pulsenetwork.com CDX search

dotcomix.com CDX search

muppetworld.com CDX search

barbie.com CDX search

Nutrisystem.com CDX search

Notes

Browser plugins (at least the NPAPI one, didn't check ActiveX) seem to look for Pulse by using ShGetFolderPathA to find CSIDL_FLAG_CREATE | CSIDL_PROGRAM_FILES if that function exists (and if not, looking at a Registry entry).

Some files seem to need a command sent to the plugin (for example, Fozzie needs "play obj=Dummy01 pkg=assets/fozzie/Package2.pws transition=0.30 heading=yes behave=joke"). The NPAPI version of the plugin looks like it relies on LiveConnect, which might not be supported in Basilisk.

Added in Flashpoint 8.2

VRML

https://en.wikipedia.org/wiki/VRML

Download Links

A list of some VRML players: https://www.vrinternal.com/docs/links.html

Cosmo Player: https://cosmo-player.en.softonic.com/download

OpenVRML: https://sourceforge.net/projects/openvrml/files/

Example Games/Applications

*; Also contains links to other places containing VRML content.

Andrew's VRML Games and Puzzles: http://www.soc.napier.ac.uk/~andrew/vrml/

VRML GAME*: http://web.archive.org/web/20191016182344/http://www.ceres.dti.ne.jp/~kekenken/main/3d/game/game.htm

Web3D Amusements* (The English version of VRML GAME. It has VRML programs not in the other version, which is in Japanese): http://web.archive.org/web/20191017225236/http://www.ceres.dti.ne.jp/~kekenken/main/index.html

A Little Bit About Me: http://members.bex.net/jtcullen515/AboutMe.htm

VRML resources for the 3E15 lecture - 14 October 1998*: http://www2.cmp.uea.ac.uk/~jrk/wwwvrml.dir/public-vrml/VRMLLECTURE/

vrml.sgi.com: http://web.archive.org/web/19980113075629/http://vrml.sgi.com/intro.html

A list of chat worlds and games at VR Internal (on the left sidebar): https://www.vrinternal.com/docs/links.html

FreeWRL examples: http://freewrl.sourceforge.net/examples.html

Internet Archive Search: subject:"VRML": https://archive.org/search.php?query=subject%3A%22VRML%22

Google search for VRML, limited to .ac.uk addresses*: https://www.google.com/search?q=VRML+site%3Aac.uk

Floops episodes 7, 10, 24, 28, 29, 31, 36, 38 and 46 from Floops' Greatest Hits, a CD-ROM published in 1997 by Silicon Graphics: https://github.com/Sgeo/floopsArchive/tree/master/floops

Google search for VRML, limited to altervista.org addresses*: https://www.google.com/search?q=VRML+site%3Aaltervista.org

The Haunted House (created by Nekochan member nongrato): http://web.archive.org/web/20190704003702/http://sgizone.co.nf/haunted/

Google search for VRML, limited to VRML archives*: https://www.google.com/search?q=VRML+archive

Google search for VRML, limited to gainos.org addresses*: https://www.google.com/search?q=VRML+site%3Ahttps%3A%2F%2Fgainos.org

Google search for VRML, limited to .edu addresses*: https://www.google.com/search?q=VRML+site:edu

Lots and Lots of VRML 1: https://bluepload.unstable.life/lotsandlotsofvrml1.7z

All VRML worlds from Archive Team's Geocities scrape (1,985 .wrl files total) https://flashfreeze.submissions.unstable.life/geocities.7z

Problems Encountered

Flux Player 2.1 is stuck loading under TheWorld 3.5.03

Too many players with variations: Which ones should get included?

Live3D: Crashes on page navigation resolvable by using in Netscape 4

Cosmo Player: Struggles with large worlds. Direct3D renderer (the default) seems to cause dropped polygons (in Mod Gun and Beat Monk Bash at least) and drifting cameras (in Mod Dance Party) and wrongly rendering textures (in Dilbert animation I Think Therefore I Am). Have been unable to get software renderer to work. OpenGL renderer (HKEY_CURRENT_USER\Software\CosmoSoftware\CosmoPlayer\2.1.1\renderer = OPENGL) seems to work fine on one system, needs testing before any decision to hardcode.

Blaxxun Contact 4.4: If a world has sounds but a sound has not played yet, low FPS. This seems to occur in a full install too.

Blaxxun Contact 4.4: Some worlds rely on RealPlayer G2. Include in Blaxxun config? Example world: http://www.e-spaces.com/portfolio/ssg/vrml/main.wrl

Tcl Plugin

https://people.apache.org/~jim/NewArchitect/webtech/1997/12/junk/index.html

academic paper

Japanese presentation

Download Links

http://www.tcl.tk/software/plugin/download.html

https://fossil.e-lehmann.de/tclplugin/tree?ci=tip

https://fossil.e-lehmann.de/tclplugin/raw/installers/msi/Tclplugin-4.0.msi?name=5daace0ca3aa9cf7b3a52fde29d5b18923c46e3d

Example Games/Applications

See https://bluepload.unstable.life/tcl-info.txt for many examples.

Problems Encountered

The Tcl plugin may not load unless these conditions are met:

  1. The page with the Tcl embed has to be the first page loaded by the browser (not counting about:home).
  2. The page must be allowed to complete loading without scrolling the page or moving the mouse over the embed area.

Tested in latest K-Meleon (non-Goanna) version on 2019-08-17.


Burster

Download Links

https://web.archive.org/web/20150209071910/http://geta3d.com/index.php?option=com_content&view=article&id=38&Itemid=18

https://web.archive.org/web/20160421163457/http://geta3d.com/index.php?option=com_content&view=article&id=2&Itemid=18

Example Games/Applications

http://3d8bits.orgfree.com/pong/pong.htm

https://web.archive.org/web/20111208123049/http://deadcyborg.com/index.html

https://web.archive.org/web/*/http://geta3d.com*