SPIRITS! by Hackingroelz

[raw]
made by Hackingroelz for LD30 (COMPO)
Run the debug.bat file or run the jar directly to start playing.

Controls
Use WASD to move, space to go to the Shadow World and enter to posses something.

Issues:
- Lighting doesn't work
FIX: try to run the batch file instead of the jar file.

Feedback

oranebeast
25. Aug 2014 路 05:49 UTC
You forgot source!
馃帳 Hackingroelz
25. Aug 2014 路 06:52 UTC
The game's coded in Lua, so the source is included in the Windows version.
DeathPidgeon
25. Aug 2014 路 06:57 UTC
How do you run your game? I installed the LUA interpreter but when I double click on main file a terminal window flashes then goes away.
馃帳 Hackingroelz
25. Aug 2014 路 07:14 UTC
Run the debug.bat file or run the jar directly
hungyg
25. Aug 2014 路 07:51 UTC
Lights didn't seem to work for me, but other than that, cool game!
McFood
25. Aug 2014 路 08:11 UTC
Nice stealth action, lots of things to interact with as your other self, quite difficult though I found.
馃帳 Hackingroelz
25. Aug 2014 路 08:20 UTC
@hungyg, if you're running the jar file, try the batch file. For me the lighting doesn't work either when I run the jar file directly, no idea why, it should be exactly the same.
MrSylar59
25. Aug 2014 路 09:06 UTC
When I run the jar, I have a black screen and when I run the batch file, same + Compilation error
http://www.hostingpics.net/viewer.php?id=611377error.png
Vallar
25. Aug 2014 路 11:00 UTC
The game idea looked really nice and since I love stealth game I liked it.

It is a bit too difficult where the mobs detect you sometimes when they are giving you their backs. They sometimes find you in dark areas too. Wasn't really sure what to do some of the time. But I had fun with some of the levels and the interactions.

All in all, I liked the game's idea and how I interact with things in the spirit world.
Good work :)
ChronusZ
26. Aug 2014 路 20:40 UTC
I felt as though the guards' lines of sight were often wonky. Also, it seems as though hiding in the shadows doesn't affect visibility, which is odd for a stealth game. Nice job, otherwise, though!
ice cold muffin
26. Aug 2014 路 20:47 UTC
Game looks great on screenshots, too bad I get an error too :/ This is the log: http://pastebin.com/pAtjPbT1
tmpxyz
31. Aug 2014 路 05:25 UTC
[rGine] Initializing...
[rGine] Loading game code...
[rGine] Initializing game...
Exception in thread "main" org.luaj.vm2.LuaError: vm error: org.luaj.vm2.LuaError: attempt to index ? (a nil value)
at org.luaj.vm2.lib.jse.JavaMethod.invokeMethod(Unknown Source)
at org.luaj.vm2.lib.jse.JavaMethod$Overload.invokeBestMethod(Unknown Source)
at org.luaj.vm2.lib.jse.JavaMethod$Overload.invoke(Unknown Source)
at main$init.call(main.lua:6)
at org.luaj.vm2.lib.ZeroArgFunction.invoke(Unknown Source)
at org.luaj.vm2.LuaValue.invoke(Unknown Source)
at hackingroelz.LuaEnv.invoke(LuaEnv.java:123)
at hackingroelz.Start.main(Start.java:53)
Caused by: org.luaj.vm2.LuaError: attempt to index ? (a nil value)
at org.luaj.vm2.LuaValue.error(Unknown Source)
at org.luaj.vm2.LuaValue.indexerror(Unknown Source)
at org.luaj.vm2.LuaValue.gettable(Unknown Source)
at org.luaj.vm2.LuaValue.get(Unknown Source)
at org.luaj.vm2.LuaValue.get(Unknown Source)
at hackingroelz.debug.Log.fatalError(Log.java:170)
at hackingroelz.gfx.Screen.createDisplay(Screen.java:70)
at hackingroelz.gfx.Screen.createDisplay(Screen.java:155)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
... 8 more
Endurion
02. Sep 2014 路 11:56 UTC
Sorry, no Java.
Tosic
05. Sep 2014 路 08:36 UTC
Made in pure java? Congratulations...
Nice game! :D
jprogman
11. Sep 2014 路 02:30 UTC
I only got a black screen. Do I need a certain version of Java?