Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Escape from Fobbahland - V0.1
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  9 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
fob...@gmail.com  
View profile  
 More options May 11 2008, 2:59 pm
Newsgroups: rec.games.roguelike.development
From: Fob...@gmail.com
Date: Sun, 11 May 2008 11:59:09 -0700 (PDT)
Local: Sun, May 11 2008 2:59 pm
Subject: Escape from Fobbahland - V0.1
Hey all, ive just started getting along with my first real roguelike,
i think its working out quite well so far :).

i think i'll be going with a post-apocalyptic or cyberpunk setting but
i havnt really figured out any kind of plot so far, the short of it is
there is modern weaponry but close combat will still play a big
factor, and there will probably be some amount of spellcasting/psychic
powers involved.

piccy here for anyone interested:
http://img164.imageshack.us/img164/5462/eff2ry5.gif

got the first 0.1 beta up here, i think its reasonably challenging so
far, obviously lacking a lot of polish though, any crits are welcome.

http://www.mediafire.com/download.php?qudmyamhsz1

basic controls -
numpad for movement

> - down stairs

< - up stairs
f - fire ranged weapon
r - reload weapon
t - throw grenade
g - pick up item
u - use item
w - wield weapon/melee weapon
e - unwield weapon/melee weapon
s - wait for 1 turn
x - spend attribute points
z - cast spell

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
fob...@gmail.com  
View profile  
 More options May 11 2008, 3:11 pm
Newsgroups: rec.games.roguelike.development
From: Fob...@gmail.com
Date: Sun, 11 May 2008 12:11:56 -0700 (PDT)
Local: Sun, May 11 2008 3:11 pm
Subject: Re: Escape from Fobbahland - V0.1
On May 12, 4:59 am, Fob...@gmail.com wrote:

scratch that, uploaded the wrong version :P
had a debug version posted up there

real version 0.1
http://www.mediafire.com/?jsmmvkb9mmf


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Jakub Debski  
View profile  
 More options May 11 2008, 4:06 pm
Newsgroups: rec.games.roguelike.development
From: Jakub Debski <debski.ja...@wp.pl>
Date: Sun, 11 May 2008 22:06:21 +0200
Local: Sun, May 11 2008 4:06 pm
Subject: Re: Escape from Fobbahland - V0.1

Microsoft Windows XP [Wersja 5.1.2600]
(C) Copyright 1985-2001 Microsoft Corp.

c:\eff>rungame.bat

c:\eff>java -jar eff.jar
Exception in thread "main" java.lang.UnsupportedClassVersionError: Bad
version n
umber in .class file
        at java.lang.ClassLoader.defineClass1(Native Method)
        at java.lang.ClassLoader.defineClass(Unknown Source)
        at java.security.SecureClassLoader.defineClass(Unknown Source)
        at java.net.URLClassLoader.defineClass(Unknown Source)
        at java.net.URLClassLoader.access$100(Unknown Source)
        at java.net.URLClassLoader$1.run(Unknown Source)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.net.URLClassLoader.findClass(Unknown Source)
        at java.lang.ClassLoader.loadClass(Unknown Source)
        at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
        at java.lang.ClassLoader.loadClass(Unknown Source)
        at java.lang.ClassLoader.loadClassInternal(Unknown Source)

regards,
Jakub


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
fob...@gmail.com  
View profile  
 More options May 11 2008, 8:08 pm
Newsgroups: rec.games.roguelike.development
From: Fob...@gmail.com
Date: Sun, 11 May 2008 17:08:58 -0700 (PDT)
Local: Sun, May 11 2008 8:08 pm
Subject: Re: Escape from Fobbahland - V0.1
On May 12, 6:06 am, Jakub Debski <debski.ja...@wp.pl> wrote:

Hi jakub. Shame to see you had those problems, do you have the latest
version of the JRE? EFF requires version 1.6..

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Jakub Debski  
View profile  
 More options May 12 2008, 5:13 am
Newsgroups: rec.games.roguelike.development
From: Jakub Debski <debski.ja...@wp.pl>
Date: Mon, 12 May 2008 11:13:33 +0200
Local: Mon, May 12 2008 5:13 am
Subject: Re: Escape from Fobbahland - V0.1
Fob...@gmail.com explained on 2008-05-12 :

> Hi jakub. Shame to see you had those problems, do you have the latest
> version of the JRE? EFF requires version 1.6..

I had 1.5. The game works with 1.6 installed.

regards,
Jakub


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Slash  
View profile  
 More options May 14 2008, 10:27 pm
Newsgroups: rec.games.roguelike.development
From: Slash <java.ko...@gmail.com>
Date: Wed, 14 May 2008 19:27:21 -0700 (PDT)
Local: Wed, May 14 2008 10:27 pm
Subject: Re: Escape from Fobbahland - V0.1
On May 11, 1:59 pm, Fob...@gmail.com wrote:

> Hey all, ive just started getting along with my first real roguelike,
> i think its working out quite well so far :).

Looks pretty nice (and it is java, which is nice :)) would you be
interested in some real hosting over roguetemple?

--
Slashie


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
fob...@gmail.com  
View profile  
 More options May 15 2008, 1:42 am
Newsgroups: rec.games.roguelike.development
From: Fob...@gmail.com
Date: Wed, 14 May 2008 22:42:36 -0700 (PDT)
Local: Thurs, May 15 2008 1:42 am
Subject: Re: Escape from Fobbahland - V0.1
On May 15, 12:27 pm, Slash <java.ko...@gmail.com> wrote:

> On May 11, 1:59 pm, Fob...@gmail.com wrote:

> > Hey all, ive just started getting along with my first real roguelike,
> > i think its working out quite well so far :).

> Looks pretty nice (and it is java, which is nice :)) would you be
> interested in some real hosting over roguetemple?

> --
> Slashie

i was considering hosting it on sourceforge, but yeah, that would be
fantastic slashie.
Cheers :).

Fobbah


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Corremn  
View profile  
 More options May 26 2008, 10:13 am
Newsgroups: rec.games.roguelike.development
From: "Corremn" <corr...@dodo.com.au>
Date: Mon, 26 May 2008 23:43:18 +0930
Local: Mon, May 26 2008 10:13 am
Subject: Re: Escape from Fobbahland - V0.1
On May 12, 3:59 am, Fob...@gmail.com wrote:

> Hey all, ive just started getting along with my first real roguelike,
> i think its working out quite well so far :).

Escape from Fobbahland has a post apoc feel with the player starting off
in a city and decending into the sewers for some reason. Each level has
its own feel and enemies, like gangers and such. Enemies generally try
to shoot you or club you to death, there is also a chicken that seems to
wander around clucking, a nice touch .  Another java game, when will
people learn ;p Slash will be happy.

Although I have not got far the game is quite challenging, in the fact
that death can come quite quickly and unexpected if you are not paying
attention. This is offset by the fact that you have medikits that heal
you fully and an assortment of weapons that deals with any threats
quickly. Frag grenades that have area effect and actually damage walls
is nice.

Overall this game has an unfinished quality to it but is very playable.

Large nit picks.
What am I supposed to be doing, I like to know even if it is only "Go to
the bottom of the dungeon."
Need a look command, stat! (unless I missed it)
First time I played there was no '>' on first level. (I could of not
seen it though)
Game crashed when going up '<' (on first level)
'<' and '>' are not mentioned in the read me.
Items can be generated in the wall
Picking up ammo should stack with other ammo and drop what you cant fit.
If I pick up two lots of 30/50 ammo I should have ont 50/50 and one
10/50 allowing me to pick up another 30/50 ammo stack. Instead I have
two 30/50 ammo stacks (and in inventory is full I can not pick up more ammo)

Medium nit picks
Add in game help, for key map at least. i.e pressing '?'
Some of the ascii characters look a bit funny (cut off)
Pressing 'x' is a suprise. Not mentioned anywhere in download.
How do you close a door?
's' for wait a turn? try '.' or '5' or 'numpad del'
Some rooms were generated next to the edge, making them have no walls on
the edge. (sewer system)

Small nit picks
Controls should be listed as lowercase (even though uppercase also works)
I can hear a chicken clucking even though I cant see it. "Something
clucks" would be better.
Items and monster names should not have capital letters, unless named.
(IMO anyway)
To confirm spell target, I was unsure what to press. Space seemed
obvious but not 'c'.  I understand why it is 'c' but space and 'c' would
be good, like fireing 'f' and space works.
You dont have your contact details anywhere in the download. Hence this
post.

Good stuff and good luck.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Fobbah  
View profile  
 More options Jun 2 2008, 1:21 am
Newsgroups: rec.games.roguelike.development
From: Fobbah <Fob...@gmail.com>
Date: Sun, 1 Jun 2008 22:21:52 -0700 (PDT)
Local: Mon, Jun 2 2008 1:21 am
Subject: Re: Escape from Fobbahland - V0.1
Wow, that's very in depth you've gone there. You pointed out a number
of issues i hadnt really thought about, like a better key for wait (s
is really taken from nethack, ie search) and spellcasting. A couple of
issues you've mentioned have been fixed already, but a few others i'd
overlooked in the rush to add more depth (and eventually plot) to the
game, but i'll definitely take them all into consideration before
releasing 0.2 (ie online help via the ? key) :)

Thanks again for taking the time to point out what i'd overlooked, it
helps when i'm trying to figure out a plan of action for development.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »