- Jazz Jackrabbit Collection MacOSX Free Download. Watch out, Jazz Jackrabbit is in town. This rabbit is on a mission to save his beloved rabbit princess Eva Earlong from Devan Shell and Shellian terrorists having a big gun in his hands. He has to go through 6 episodes with 3 worlds each to save the princess, get the glory, and get the girl.
- This patch upgrades Jazz Jackrabbit 2 for Mac to version 1.2.8. This is ONLY for Macs. I’m fairly sure that this isn’t anywhere else on J2O, but it might be fairly useful to some. If I’m mistaken, or there’s some other reason that it shouldn’t be here, please take it off. The file is really in the SIT format. Just remove the.zip.
Jazz Jackrabbit 2 Game Free Download. The nefarious turtle, Devan Shell, has built a time machine as part of a diabolical plan to rewrite Carrotus’ past. Now, only our hero along with his spaced-out little brother, Spaz, can stop him from turning history on its ear. the PC platform hero has finally made comeback with all-new adventures. This time he’s brought with him not only his space cadet brother Spaz but also their sister, Lori and she has supernatural athletic powers.
This story, completely fresh and new for our gamers, takes our favorite rabbits to a haunted house, a city, and an extended Easter level. On their way, they encounter numerous enemies and sneaky adversaries, but trust them to bring the game to a wild conclusion when they find a mysterious code that is the key to Valhalla.
Want to play ” Jazz-Jackrabbit-Collection Game ” Please hit the Download.
System Requirements of Jazz Jackrabbit 2 Game
- OS: Win-Vista, Win-7, Win-8, Win-8.1, Win-10
- Processor: Intel Pentium or Dual-Core Series or better / AMD or better
- Memory: 512 MB or 1 GB RAM or better
- Graphics: 3D graphics card compatible with DirectX 7 (compatible with DirectX 9 recommended)
- Direct X: 9.0c
- Setup Size: 54 MB
- Storage: 500 MB available Hard Disk space
Download the best games on Windows & Mac. A vast selection of titles, DRM-free, with free goodies, and lots of pure customer love. Jazz Jackrabbit 2 - is Jazz the. Read Full Description. One of the best side-scrolling arcade games ever made, bar none. Jazz Jackrabbit 2 is a superb 2D platformer, a sequel to Epic Megagames' earlier shareware classic Jazz Jackrabbit.In addition to smoothly animated cartoons, funny antics, and varied levels, JJ2 boasts a charming plot that is told via comic-book style intro movie (missing from this CD-rip, though).
# Introduction
Jazz² Resurrection is reimplementation of the game Jazz Jackrabbit 2 released in 1998. Supports various versions of the game (Shareware Demo, Holiday Hare '98, The Secret Files and Christmas Chronicles). Also, it partially supports some features of JJ2+ extension and MLLE.
Jazz² Resurrection supports various versions of the original game, but it is recommended to use The Secret Files. Also, if you have more than one version, you can import all of them, but it's recommended to import The Secret Files as the last one. If you don't have any JJ2 version, you can run Import.exe
by double-click (without parameters) and it will download and import Shareware Demo.
This project is hosted at GitHub.com/deathkiller/jazz2 and uses parts of Duality - A 2D GameDev Framework.
# Downloads
Latest version was released on August 5th, 2021 (59 days ago). Release notes can be found here.
Once you download and install Android version, you will be prompted with some security permissions to install app outside the Play Store.
# Preview
# Running the application
Windows / Linux / macOS
- Download Desktop release (alternatively, build the solution and copy
Content
directory to‹Game›/Content/
) - Run
‹Game›/Import.exe 'Path to original JJ2'
(or drag and drop original Jazz Jackrabbit 2 directory onImport.exe
)- On Linux and macOS, you can run
mono Import.exe 'Path to original JJ2'
- On Linux and macOS, you can run
- Run
‹Game›/Jazz2.exe
- On Linux and macOS, you can run
mono Jazz2.exe
- On Linux and macOS, you can run
‹Game›
is path to Jazz² Resurrection. You can runImport.exe
without parameters to show additional options.
Android
- Download both Desktop and Android releases (alternatively, build the solution and copy
Content
directory to‹Game›/Content/
) - Run
‹Game›/Import.exe 'Path to original JJ2'
(or drag and drop original Jazz Jackrabbit 2 directory onImport.exe
) - Copy
‹Game›/Content/
directory to‹Storage›/jazz2.android/Content/
- Alternatively, you can use
‹Storage›/Android/Data/jazz2.android/Content/
instead - Create empty file
.nomedia
in‹Storage›/jazz2.android/
to hide files from Android Gallery
- Alternatively, you can use
- Install
Jazz2.apk
on Android device - Run the newly installed application
Requires device with Android 5.0 (or newer) and OpenGL ES 3.0 support.‹Storage›
could be internal (preferred) or external storage.The application tries to autodetect correct paths.
WebAssembly
- Go to Jazz² Resurrection page to play Shareware Demo online
- Alternatively, build the solution and copy
Content
directory from Desktop release to build target directory
- Alternatively, build the solution and copy
Requires Google Chrome 57 (or newer), Firefox 53 (or newer) or other browser supporting WebAssembly and WebGL.
# Dependencies
Windows
- .NET Framework 4.5.2 (or newer)
- OpenAL Soft (included in release)
- Copy
x86/openal32.dll
to‹Game›/Extensions/OpenALSoft.x86.dll
- Copy
x64/openal32.dll
to‹Game›/Extensions/OpenALSoft.x64.dll
- Copy
- libopenmpt (included in release)
- Copy
libopenmpt.dll
(x86, and its dependencies) to‹Game›
directory
- Copy
Linux
- OpenAL
- Run
sudo apt install openal1
if it's missing
- Run
- libopenmpt (included in release)
- Copy
libopenmpt.so
(x86, and its dependencies) to‹Game›
directory
- Copy
macOS
Jazz Jackrabbit 2 Download Mac
- OpenAL should be already installed by OS
- libopenmpt
- Copy
libopenmpt.dylib
(x86, and its dependencies) to‹Game›
directory
- Copy
Android
- Xamarin
- OpenAL Soft (included for armeabi-v7a and x86)
- libopenmpt (included for armeabi-v7a and x86)
WebAssembly
- .NET Framework 4.5.2 (or newer) / Mono 5.0 (or newer)
Mono.WebAssembly.Sdk
(included as NuGet)- WebGL.NET (included)
# Building the solution
Windows
- Open the solution in Microsoft Visual Studio 2019 (or newer) and build it
- Copy
/Packages/AdamsLair.OpenTK.x.y.z/lib/OpenTK.dll.config
to/Jazz2/Bin/Debug/OpenTK.dll.config
- Copy dependencies to
/Jazz2/Bin/Debug/
or/Jazz2/Bin/Release/
- If you build Release configuration, you have to replace
Debug
withRelease
in paths above
Linux
- Install Mono 5.0 (or newer)
- Run
msbuild
in directory with the solution file (.sln): - Copy
/Packages/AdamsLair.OpenTK.x.y.z/lib/OpenTK.dll.config
to/Jazz2/Bin/Debug/OpenTK.dll.config
- Obtain and copy
libopenmpt.so
to/Jazz2/Bin/Debug/libopenmpt.so
to enable music playback - Then you can rebuild the solution only with
msbuild
command - Use
msbuild /p:Configuration=Release
to build Release configuration, you have to replaceDebug
withRelease
in paths above
macOS
- Install Mono 5.0 (or newer)
- Open the solution in Microsoft Visual Studio for Mac and build it
- Copy
/Packages/AdamsLair.OpenTK.x.y.z/lib/OpenTK.dll.config
to/Jazz2/Bin/Debug/OpenTK.dll.config
- Obtain and copy
libopenmpt.dylib
to/Jazz2/Bin/Debug/libopenmpt.dylib
to enable music playback - If you build Release configuration, you have to replace
Debug
withRelease
in paths above
.NET 5.0 build can be compiled in a similar way (useJazz2.NET5.sln
solution instead).
Android
- Install Mobile development in .NET for Microsoft Visual Studio 2019 (or newer)
- Open the solution and build
Jazz2.Android
project - Dependencies are already included for common configurations
WebAssembly
- Open the solution and build
Jazz2.Wasm
project - Dependencies are already included for common configurations
Jazz Jackrabbit 2 Download Full Game
# Extensions
OpenGL ES 2.0 (Experimental)
Alternative OpenGL ES 2.0 backend can be built separately. It does not contain all featuresthat are available in default OpenGL 2.1 backend, but it should run faster on low-end configurations.Don't use it if you have no reason to do so!
To use it, build Extensions/Es20Backend
project. The library will be copied to/Jazz2/Bin/Debug/Extensions/Es20Backend.core.dll
automatically.Then copy all files from Content/_ES20
directory to /Jazz2/Bin/Debug/Content
and replace them.
Also, you have to remove /Jazz2/Bin/Debug/Extensions/GL21Backend.core.dll
file to disable default OpenGL 2.1 backend. 1973 johnson 6hp outboard motor repair manual.
# License
This project is licensed under the terms of the GNU General Public License v3.0.