Game
Inverse Polarity
15 years ago

Quick Play!


Inverse Polarity now has Quick Play!

Oh, well that’s a shocker because as far as I knew, we couldn’t get Slick games to work with quickplay on Game Jolt! Hurrah!

Here’s the how-to:
Java fails when it executes a child program that prints out more than a few lines to the console. I bet you didn’t know that! So, you’ll need to write a little batch script to execute your Slick game (you do that anyway right? how else would it find the natives!).

echo off
java -jar -Djava.library.path=./lib/natives InversePolarity.jar << stdout.txt

The line “echo off” should turn off output from the batch script.
The suffix “<< stdout.txt” should make all output from your game go into that file.

And with that, no output = successful quickplay!

Happy Slick Quickplaying!



0 comments

Loading...

Next up

Inverse Polarity on JGO Showcase!

art comission.

The whole squad is here!

Interested? Follow me!

Back in my art school days I used to ride the 710 COPSA line from Parque Del Plata to Montevideo almost everyday. This is the Marcopolo Viaggio G4 Mercedes Benz model from the late 80s, one of the older bus models that was running on the line.

I worked so hard to get all four of them to the end safely, but then...

Very ambitious construction going on in Planet Zoo on Plays today. We're tryin'. LIVE: www.twitch.tv/dreamhackplays

If you have more of an acquired taste, the restaurants in Niravasi have you covered! Maybe skip the salad bar, though.

Levels' maps.

I mostly build 3D First Person Shooter game mechanics in Unity, and in this I'm just showing C4 mechanics I made for a little side project I am working on! :)