FoonLudum Dare ExplorerLD26 → Outside the Box

Outside the Box

By gsmproductions

View on Wayback Machine

CategoryRankScoreCount
Graphics2113.44
Overall2363.24
Fun3072.81
Theme3553.06
Innovation4092.50
Coolness177526

Comments

SuperlevelSebastian 2013-04-30 09:32

When will the build come? :) (I hope there's one for Win-32bit-versions)

gsmproductions 2013-04-30 12:18

There you go, please tell us if anything goes wrong with it! :)

multitude 2013-04-30 15:57

Nice, but a very slow start. maybe some guidance, where to find the guys would be good at the start.

gsmproductions 2013-04-30 17:29

Thanks for the feedback! The idea was to have items placed around the maps (in particular the village) so that exploring it would have proven rewarding at least, but time and all that... ^^;

megabrutal 2013-05-01 18:06

I have a 32-bit Linux system and I can't run the game for you only included a 64-bit binary. :(

I remember following you during LD24 back in August. :D This time I couldn't follow you 'cause I was busy with my own entry. ;) (Which is unfortunately not finished, but it was fun regardless.)

gsmproductions 2013-05-05 15:28

Finally, we have a 32 bit build for Linux. Sorry for taking so long, and hope you (and others) will enjoy the game!

Too bad you couldn't complete your entry, but assembly? Impressive feat. Will try it and give you some feedback :)

khananaphone 2013-05-06 07:52

Wound up crashing when I tried going south outside of town, but still had a impressive amount of art/scripting. JRPGs have a lot of extra work you have to put into them which makes them really crazy to do in a short time.

gsmproductions 2013-05-06 08:23

Thanks for the feedback! Should have prevented players from going back south when on the first map, we completely forgot to check that! Thanks for playing in any case :)

depp 2013-05-06 09:10

I also made a JRPG for LD26 :-) I have some feedback for y'all. Hitting escape quits without warning: I was hoping there was a menu to save my progress, instead it got wiped out. The dialogue is a bit long, it could be more... well, minimal, along with the starting town which has a lot of space and buildings but not much to do. Since you can't save, I had to blast the spacebar through each attempt. It crashes if you head south once you get on the overworld. It's hard to distinguish a bunch of three-letter names that begin with N. The battle with the big bee and two little bees wiped me out twice. There's a bug in the main menu: events will continue to be processed by the main menu after you make a selection, so if you click "new game" then "credits", it will take a while to start a new game but it will then go to the credits instead.

It's a lot of work you got done, though. I never implemented dialogue or towns, and my overworld is a straight line. I liked reading through your dialogue file in the source code.

cakencode 2013-05-06 09:27

I had the same crash as KHANanaphone when trying to re-enter what I thought was the town after leaving through the hole.

The story was rather enticing, and reminiscent of Asimov's The Gods Themselves story, which is great because it pulled me along. The combat was good but it was weird to have my position reset after each battle, was that on purpose?

All in all, great work! I would love to see more :)

gsmproductions 2013-05-06 10:19

@Dietrich Epp : Thank you :) Just tried your game, really good one! The escape things is one of the bugs we found was still on the "to fix" list after we had published the game :o That's what being tired does...

The main menu thing we never got around to finding out exactly what it was. As for the dialogues, it was supposed to be a bit more spaced out, and there was supposed to be something more to do in the village, but we had to cut corners, same thing for why it crashes when you go back south : it was supposed to be possible, but we couldn't add it in time.

The names were playing on the idea that those guy are indeed almost the same, but with such a short time to get introduced to them all, it didn't quite gel.

For next time, something we definitely will focus on more is thinking about "restarting" right from the start. When we decided to see if we could, for example, restart the fight in case of a game over, the code was already not really thought to do that.

Thanks for all the comments anyway, and for reading the dialogs :D

@Cake & Code : That crash is really showing us we should have put the game into somebody else's hands. We almost never did that, so that bug was known, but we filed it as "detail", whereas it seems to be something people do quite consistently (and is logical, in fact).

Thanks for liking the story, one of us worked almost all weekend on it (writing dialogs, planning "cutscenes", ...), she will be very glad :)

The position reset thing happens randomly, and seems to happen more to some people, without any clear lead as to what in the code causes that. It is a complete mystery to us unfortunately :( But no, it is not intentional...

netmute 2013-05-06 11:32

I'm on a Mac. Sorry :(

neonlare 2013-05-06 12:33

Didn't really feel too in key with the theme, the presentation was nice and despite the really, really slow start it did pick up after a while. Did enjoy something different for a change from Ludum Dare!

entrusc 2013-05-06 13:05

Hmm ... it starts (slowly as announced) but after the dialog the screen just stays grey - nothing happens after that :(

someone 2013-05-06 14:31

Inconsistency detected by ld.so: dl-open.c: 596: _dl_open: Assertion `_dl_debug_initialize (0, args.nsid)->r_state == RT_CONSISTENT' failed!

rastagong 2013-05-12 16:48

Yeah, a JRPG, and a fellow Python developer! That must have been a lot of work, congratulations.

It was really nice. I loved the story and the art. Too bad there were quite a few bugs though (the crash at the bottom of the map, the random teleportations after a fight). It was pretty difficult too, I stumbled upon a kind of giant stag which bascially killed me with a single hit. :p

I'll try again ater, I'd really love to get to the end of the game.

doublecaster 2013-05-12 17:47

This was lovely game. Sometimes after the battle my location was reseted to where I entered the map.

megabrutal 2013-05-14 01:34

I've tried the game - sorry for taking it so long, I know you posted up the 32-bit version a week ago, but meanwhile I got other stuff to bother with.

For some reason, the game crashes after I leave the town. :(

This is the error message I get on the terminal:
pyglet.resource.ResourceNotFoundException: Resource "draw_texture.png" was not found on the path. Ensure that the filename has the correct captialisation.

I'm running the Linux version.

The game looks promising; I like the music and art, and I'm curious of the story. Though the movement is quite inconvenient sometimes: it's hard to aim to the doors to get through them, sometimes it's not entirely clear where am I allowed to go through and where there is a wall blocking my way, and once I got stuck after I came out of a house.

gsmproductions 2013-05-18 07:22

@R

gsmproductions 2013-05-18 07:26

Oops...

@Rastagong : Thanks for the kind words! You are right, the bugs left in there are pretty severe, and the difficulty having being set by us means it was a bit too hard. I guess that is our main lesson this time : put your game into the hands of others.

@Doublecaster : Thank you, and sorry for that bug, we know it is really annoying.

@MegaBrutal : No problem! A version including that missing file is uploading right now, so if you want you will still be able to play it. And yes the tileset of the village is not really "readable". Hopefully it will be better outside of it XD

megabrutal 2013-05-20 23:12

This new build is great, it didn't crash at that crucial point. :) Finally I played the game (though still couldn't finish it) and now I'm in hurry with my rating (only few hours left). ;)

Unfortunately, the game seemed to be too buggy to finish. :( It happened quite a lot of times that I got stuck in something - e.g. I was running too fast and rushed into the wall; and I managed to get stuck in Dude's carcass (that was the point where I gave up the game after quite a lot of tries). Also, at first I sucked at battles and got defeated like 4-5 times (don't remember the exact number). And a non-game-breaking bug: I think some dialog lines in the dialog with Dude gets titled to one of our N* guys - not sure, maybe I didn't pay enough attention.

On the other hand:
- I liked the story (though didn't get to the end but it seemed interesting);
- I liked the graphics - e.g. the Deliberately Monochrome color theme and the minimalisticc figures those still had enough character;
- The music fits well with the theme.
- All the above creates a unique feel to the game and it's really great. :)
- Bonus points for listing Lyra in the credits! ;)

Even though I couldn't finish the game now, I may certainly get back to it later. :) (Especially if you provide some bugfixes. :P)