oranebeast 2014-08-25 05:54
You forgot source!
Foon → Ludum Dare Explorer → LD30 → SPIRITS!
By hackingroelz
| Category | Rank | Score | Count | |
|---|---|---|---|---|
| Coolness | 1836 | 28 |
You forgot source!
The game's coded in Lua, so the source is included in the Windows version.
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.
Run the debug.bat file or run the jar directly
Lights didn't seem to work for me, but other than that, cool game!
Nice stealth action, lots of things to interact with as your other self, quite difficult though I found.
@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.
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
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 :)
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!
Game looks great on screenshots, too bad I get an error too :/ This is the log: http://pastebin.com/pAtjPbT1
[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
Sorry, no Java.
Made in pure java? Congratulations...
Nice game! :D
I only got a black screen. Do I need a certain version of Java?