Hey Hendrik. I've been trying to run your game with no success. Fedora hasn't really packaged most of ocaml yet.
I did manually install ocaml-glMLite from http://www.linux-nantes.org/~fmonnier/ocaml/GL/ however now I'm missing png_loader, svg_loader and genimg_loader. I tried removing them, but if I do that, it complains about
File "wander.ml", line 1, characters 0-1: Error: Reference to undefined global `Unix'
I'm guessing this won't happen if I had the other cmas, but I dunno what file(s) to install to get those dependencies in line. I'd appreciate any help. Thanks!
Edit: Nevermind the loaders. I figured them out, I had to install ImageMagick-devel and librsvg-devel to compile those pieces of glMLite. I'm still getting the undefined global Unix though.
Edit 2: I figured out the Unix thing, I had to add unix.cma to the makefile. It runs!
Uhm. I have a "normal" Laptop with 4GB of Ram and a Core 2 Duo @ 2.53Ghz. It's pretty old, but It gets the job done. This one was the only game that played out painfully slow though. Was there anything else to do besides walk around with the cat?
@RainyMirror "If you're going to review mine, be sure to download the fixed version. There isn't much to review tho. But oh well, someday it will be a complete game, think POTENTIAL :P"
Oh, wow. Your game is so painfully slow, it hurts me physically and mentally. I think the intro before I got control of the cat took around 20 minutes to get past by, and once I had control of the cat, I switch one or two screens before losing all interest. It's really too painful to try to play U>_>.
I'll be using LPC12 style stuff for the next few game(s) I develop. I really like the style, the license and the amount of resources available. :-)
The squirrel looks cute, but I'm not sure how it'd look with the rest of the enemies.
As for Polymorphable... I suggested this on my blog's comment section but you guys could've missed it. I think you should make a "Ghost2"/"Bat2" or "DaphneGhost"/"DaphneBat" that has a higher speed value.
I read somewhere that there was no way to raise Daphne's bat-speed without increasing the enemy bat speed, I think this solution works :P
I had the same issue, unchecking 'Joystick' fixed it. I was planning on using a Wiiremote + Nunchuck to play the game but due to the crazy amount of buttons, didn't and left it enabled. Combat was extremely dificult with it enabled, but once makrohn told me to disable it, it was easy to use.
Personally, I would rather have the attack follow the character's direction, not the mouse direction, as it would allow for a full wiimote setup (or xbox 360 gamepad).
The magic regeneration thing is both a bug and a feature, hah. The version I released to the LPC judges had this bug: Every time you hit reset, it added another timer thread to fill up your mana, so every time you failed a battle, the mana rate would go up and up.
The plus side is that it makes the battles beatable, as eventually you get enough mana to spam fire lions... the downside is that it makes the battles easy.
This bug was fixed in the version I uploaded to my server, however now people are complaining that the game is too hard! Hah.
As for the Shura bug... I uploaded a brand new version on http://unsealed.k3rnel.net/download/ which fixes that issue... thanks for pointing it out! It's not in the LPC version, I added that bug when I tried to over-optimize the game for Android, hah.
Hey Johann,
I wrote a small review of your game. My brother and I really enjoyed playing it!
http://k3rnel.net/2012/08/22/lpc-game-review-gnu-vs-zombie-tomatoes/
Thanks for making the game.
Hey Hendrik. I've been trying to run your game with no success. Fedora hasn't really packaged most of ocaml yet.
I did manually install ocaml-glMLite from http://www.linux-nantes.org/~fmonnier/ocaml/GL/ however now I'm missing png_loader, svg_loader and genimg_loader. I tried removing them, but if I do that, it complains about
File "wander.ml", line 1, characters 0-1:
Error: Reference to undefined global `Unix'
I'm guessing this won't happen if I had the other cmas, but I dunno what file(s) to install to get those dependencies in line. I'd appreciate any help. Thanks!
Edit: Nevermind the loaders. I figured them out, I had to install ImageMagick-devel and librsvg-devel to compile those pieces of glMLite. I'm still getting the undefined global Unix though.
Edit 2: I figured out the Unix thing, I had to add unix.cma to the makefile. It runs!
Hey there.
I'm trying to build your game on Fedora 17, but I'm stuck with this error: http://pastebin.com/uqm5pL6z
Could you help me figure it out? Thanks!
Hey, I've been trying to build Trouble in Libreland in Fedora 17, however the new GCC seems to be bringing up a build error.
Could you look at this pastebin and help me build this? I'd really <3 to Package it, I really liked this game! (Review coming on Monday :) )
The trinlib binary worked wonderfully btw (Well, I had to chmod +x it, but it works).
Uhm. I have a "normal" Laptop with 4GB of Ram and a Core 2 Duo @ 2.53Ghz. It's pretty old, but It gets the job done. This one was the only game that played out painfully slow though. Was there anything else to do besides walk around with the cat?
@RainyMirror "If you're going to review mine, be sure to download the fixed version. There isn't much to review tho. But oh well, someday it will be a complete game, think POTENTIAL :P"
Oh, wow. Your game is so painfully slow, it hurts me physically and mentally. I think the intro before I got control of the cat took around 20 minutes to get past by, and once I had control of the cat, I switch one or two screens before losing all interest. It's really too painful to try to play U>_>.
How about daphnebatv2.txt? :P
I'll be using LPC12 style stuff for the next few game(s) I develop. I really like the style, the license and the amount of resources available. :-)
The squirrel looks cute, but I'm not sure how it'd look with the rest of the enemies.
As for Polymorphable... I suggested this on my blog's comment section but you guys could've missed it. I think you should make a "Ghost2"/"Bat2" or "DaphneGhost"/"DaphneBat" that has a higher speed value.
I read somewhere that there was no way to raise Daphne's bat-speed without increasing the enemy bat speed, I think this solution works :P
I had the same issue, unchecking 'Joystick' fixed it. I was planning on using a Wiiremote + Nunchuck to play the game but due to the crazy amount of buttons, didn't and left it enabled. Combat was extremely dificult with it enabled, but once makrohn told me to disable it, it was easy to use.
Personally, I would rather have the attack follow the character's direction, not the mouse direction, as it would allow for a full wiimote setup (or xbox 360 gamepad).
Thanks for the review forthevin!
The magic regeneration thing is both a bug and a feature, hah. The version I released to the LPC judges had this bug: Every time you hit reset, it added another timer thread to fill up your mana, so every time you failed a battle, the mana rate would go up and up.
The plus side is that it makes the battles beatable, as eventually you get enough mana to spam fire lions... the downside is that it makes the battles easy.
This bug was fixed in the version I uploaded to my server, however now people are complaining that the game is too hard! Hah.
As for the Shura bug... I uploaded a brand new version on http://unsealed.k3rnel.net/download/ which fixes that issue... thanks for pointing it out! It's not in the LPC version, I added that bug when I tried to over-optimize the game for Android, hah.
Pages