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
7DRL Attempt - divine battle is about to start!
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
  Messages 1 - 25 of 26 - Collapse all  -  Translate all to Translated (View all originals)   Newer >
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
 
aave  
View profile  
 More options Mar 6 2010, 4:58 am
Newsgroups: rec.games.roguelike.development
From: aave <tapiovier...@gmail.com>
Date: Sat, 6 Mar 2010 01:58:20 -0800 (PST)
Local: Sat, Mar 6 2010 4:58 am
Subject: 7DRL Attempt - divine battle is about to start!
I'm now starting my 7DRL attempt.

I'm still struggling to come up with a name, but the main idea of the
game is to depict the battle of good and evil, Heaven and Hell in a
small-ish city. You can join the demonic forces of Lucifer and possess
innocent humans to evolve into a more powerful creature - or you can
be an angel, divine and immortal warrior of God, with a mission to
protect the souls of the people while vanquishing the satanic beings
at the same time.

I'm developing this with C++ using my very own (brand new) rlutil
utility collection (see thread here at r.g.r.d)

It'll be open-source, with binaries for Windows and Linux + I will be
hosting the most recent version on a server so that any platform with
an ssh client can play.

Primary goals:
* Both sides playable
* Evolving into higher beings
* FOV
* Simple AI for both opponents and "prey"/humans/NPC
* Windows and Linux, colored, playable on a server through ssh
* Easy to pick up, "casual"

Secondary goals:
* Complex, random city (including furniced rooms)
* Better AI including friendly "co-workers"
* A nice webpage

I'll add links later.


 
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.
aave  
View profile  
 More options Mar 7 2010, 6:44 pm
Newsgroups: rec.games.roguelike.development
From: aave <tapiovier...@gmail.com>
Date: Sun, 7 Mar 2010 15:44:26 -0800 (PST)
Local: Sun, Mar 7 2010 6:44 pm
Subject: Re: 7DRL Attempt - divine battle is about to start!
Status update!

I've have now basic stuff in place:
 * Movement
 * Collision detection (with walls and monsters)
 * FOV (not very nice yet, though, as it is a simple raycaster)
 * "Monsters" with primitive AI
 * Very primitive random map generation
 * Colors

What I think is neat is that all the monsters use the exact same Actor-
class that the player object is. This means that each monster e.g. has
identical FOV calculations compared to the player, so they don't
cheat. Also, as a learning experience, I switched to using curses
instead of rlutil. I'm thinking of creating an optional zero-
configuration curses backend for rlutil, but that'll have to wait till
after the challenge.

Sadly I won't be able to code much tomorrow, but I think I have gotten
to a good start.


 
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.
aave  
View profile  
 More options Mar 8 2010, 6:13 pm
Newsgroups: rec.games.roguelike.development
From: aave <tapiovier...@gmail.com>
Date: Mon, 8 Mar 2010 15:13:34 -0800 (PST)
Local: Mon, Mar 8 2010 6:13 pm
Subject: Re: 7DRL Attempt - divine battle is about to start!
New status update!

I did some coding after all. \o/  I managed to port my old town
generator to C++ and although not all parts of it (about 800 lines in
total) are done yet, the most important portions are and the game
world is really starting to take its shape.

I've also created an "Ability" system. That means that every action
player can take is represented by an instance of an Ability class.
They are smart in that e.g. if a player tries to move into a blocking
tile, the engine starts to look at his abilities and automatically
uses the most suitable one - for example if there was a door in the
way, the engine finds out the player has OPEN_DOOR ability, so it is
executed. The ability itself takes care of transforming the door from
closed to open. I haven't yet had the time to implement more than that
door opening functionality, but now that the framework is in place,
adding them (kick door, talk, different attacks, etc...) is easy.

Smaller thinks include a title screen / main menu and a start for the
player stats display.

I'll try to cook up something to show to you tomorrow. :P


 
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.
Discussion subject changed to "7DRL City of the Condemned first alpha release" by aave
aave  
View profile  
 More options Mar 10 2010, 8:07 am
Newsgroups: rec.games.roguelike.development
From: aave <tapiovier...@gmail.com>
Date: Wed, 10 Mar 2010 05:07:19 -0800 (PST)
Local: Wed, Mar 10 2010 8:07 am
Subject: 7DRL City of the Condemned first alpha release
The game now has a name: City of the Condemned
I've also done some significant progress in the past couple of days,
improvements include:

* Much better FOV
* Furnished houses
* Improved ability system
* Many new abilities (especially for angels)
* Some combat (managed through abilities)
* Possible to die
* Message system
* Working UI
* Fix a nasty and persistent crash on exit
* Automatic version number generating from Git
* CMake based build (yes, I know it might a bit of an overkill...)

You can try it at its current state if you have an ssh client (your
Linux probably has it already, for Win e.g. google Putty):
ssh ga...@saluuna.dy.fi
password: curse

Most gameplay stuff is still missing, especially for the forces of
Hell as they have more complex abilities and as such, harder to code
so you'd probably be better off testing with the Heavenly Host.

I'll try to update the game at the server as frequently as I can (I
won't be announcing every patch here).

Comments are welcomed :P


 
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.
win  
View profile  
 More options Mar 10 2010, 9:40 am
Newsgroups: rec.games.roguelike.development
From: win <andersdh...@gmail.com>
Date: Wed, 10 Mar 2010 06:40:27 -0800 (PST)
Local: Wed, Mar 10 2010 9:40 am
Subject: Re: 7DRL City of the Condemned first alpha release
On Mar 10, 5:07 am, aave <tapiovier...@gmail.com> wrote:

I had a slight bug when I started playing a the heavenly host. When I
investigated a table and chair I noticed that the messages about where
things were, were one space to the right of the display.  When I tried
to walk back out of the door I found that everything was one space to
the right of where it was shown.  (or more accurately I was one space
to the left of where it looked like I was)

 
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.
win  
View profile  
 More options Mar 10 2010, 9:53 am
Newsgroups: rec.games.roguelike.development
From: win <andersdh...@gmail.com>
Date: Wed, 10 Mar 2010 06:53:44 -0800 (PST)
Local: Wed, Mar 10 2010 9:53 am
Subject: Re: 7DRL City of the Condemned first alpha release
Nevermind, on the white background I have by default I accidentally
focused on the cursor instead of the white 'a'

 
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.
Ryan Szrama  
View profile  
 More options Mar 10 2010, 1:07 pm
Newsgroups: rec.games.roguelike.development
From: Ryan Szrama <ryan.szr...@gmail.com>
Date: Wed, 10 Mar 2010 10:07:07 -0800 (PST)
Local: Wed, Mar 10 2010 1:07 pm
Subject: Re: 7DRL City of the Condemned first alpha release
Hey, very cool!  Is an online playable RL something your rlutil
library enables?  I always wondered how Dungeon Crawl accomplished
that.

Wish the imps wouldn't be such sissies... hard to get a kill when
they're always running away. : D


 
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.
aave  
View profile  
 More options Mar 10 2010, 1:19 pm
Newsgroups: rec.games.roguelike.development
From: aave <tapiovier...@gmail.com>
Date: Wed, 10 Mar 2010 10:19:10 -0800 (PST)
Local: Wed, Mar 10 2010 1:19 pm
Subject: Re: 7DRL City of the Condemned first alpha release
On 10 maalis, 20:07, Ryan Szrama <ryan.szr...@gmail.com> wrote:

> Hey, very cool!  Is an online playable RL something your rlutil
> library enables?  I always wondered how Dungeon Crawl accomplished
> that.

> Wish the imps wouldn't be such sissies... hard to get a kill when
> they're always running away. : D

For a game to be playable through the internet, it only needs to be
implemented in pure console and placed on a server where it can be
ran. For that, usually some library is used, curses being a very
popular choice, rlutil offering more limited functionality. It could
also be graphical, but then the server as well as client needs X
server (or some other windowing system at both ends), so it requires
more resources and breaks cross-platformability.

PS. for those who tested earlier, the game is updated a bit, including
"evolution", better path finding, slightly improved AI and (an
unpolished) possibility to win.


 
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.
Discussion subject changed to "7DRL City of the Condemned" by aave
aave  
View profile  
 More options Mar 11 2010, 7:59 am
Newsgroups: rec.games.roguelike.development
From: aave <tapiovier...@gmail.com>
Date: Thu, 11 Mar 2010 04:59:21 -0800 (PST)
Local: Thurs, Mar 11 2010 7:59 am
Subject: 7DRL City of the Condemned
Ok, things are starting to look quite good. I have now most of the
gameplay elements implemented, meaning e.g. that demons are finally
able to take over human bodies (but beware! those pesky imps are not
so great at controlling their movements...). I've already had some
great experience, like when I was as an angel heading towards a crowd
of people to bless them and to check if there were anyone possessed, I
found out too late that I was surrounded by several demons-in-
disguised who hacked me down swiftly. :P

What remains is mostly tweaking and improving the AI behaviour as well
as adding a proper ending. Some documentation would also be nice. I'm
experiencing some performance regression as I haven't paid any
attention to optimizing and the flexibility of my game system takes
its toll on computer cycles. I think it's still playable though.

You can again test the latest version through ssh as mentioned
earlier. There is also a kind of website here: http://tapio.github.com/cotc/


 
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.
Matt_S  
View profile  
 More options Mar 11 2010, 10:28 am
Newsgroups: rec.games.roguelike.development
From: Matt_S <mattsullivan14...@gmail.com>
Date: Thu, 11 Mar 2010 07:28:18 -0800 (PST)
Local: Thurs, Mar 11 2010 10:28 am
Subject: Re: 7DRL City of the Condemned
This is sounding quite awesome.  I'll give it a spin later today.

 
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.
Matt_S  
View profile  
 More options Mar 11 2010, 12:12 pm
Newsgroups: rec.games.roguelike.development
From: Matt_S <mattsullivan14...@gmail.com>
Date: Thu, 11 Mar 2010 09:12:25 -0800 (PST)
Local: Thurs, Mar 11 2010 12:12 pm
Subject: Re: 7DRL City of the Condemned
I'm not able to get the numpad working properly.  I'm using PuTTY as
my ssh client, and I've tried changing lots of settings, but using the
numpad ends up exiting to the starting menu and then closing.  The
normal number keys let me move just fine, though.

 
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.
aave  
View profile  
 More options Mar 11 2010, 2:45 pm
Newsgroups: rec.games.roguelike.development
From: aave <tapiovier...@gmail.com>
Date: Thu, 11 Mar 2010 11:45:00 -0800 (PST)
Subject: Re: 7DRL City of the Condemned
On 11 maalis, 19:12, Matt_S <mattsullivan14...@gmail.com> wrote:

> I'm not able to get the numpad working properly.  I'm using PuTTY as
> my ssh client, and I've tried changing lots of settings, but using the
> numpad ends up exiting to the starting menu and then closing.  The
> normal number keys let me move just fine, though.

I tried it through PuTTY (with Wine) and got the same problem. I
managed to get it fixed from PuTTY Configuration by checking the box
in Terminal -> Feature -> Disable application keypad. Also, make sure
your NumLock is on.

 
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.
Matt_S  
View profile  
 More options Mar 11 2010, 6:43 pm
Newsgroups: rec.games.roguelike.development
From: Matt_S <mattsullivan14...@gmail.com>
Date: Thu, 11 Mar 2010 15:43:22 -0800 (PST)
Local: Thurs, Mar 11 2010 6:43 pm
Subject: Re: 7DRL City of the Condemned
Alright, the numpad works now.

First play as an angel: the city seems relatively empty.  If I ever
see anybody, they're usually alone.  Angels seem a little too strong,
as well.
First play as a demon: it's still pretty empty.  It's not quite as fun
as being an angel, mainly because of the movement thing.  I tried to
take on an angel and got quickly vanquished.
Second play as a demon: for some reason, there were demons and
possessed people all around me this time.  In fact, I had a hard time
finding people to burn.  When I found an angel and had many of my
fellow demons around me, none of them seemed content to do anything,
presumably because they knew they'd get thrashed.  I think the
strength gap between angels and demons should be a little smaller, and
some ai teamwork would be awesome.
Third play as a demon: Angels don't mind me burning people.
Fourth play as a demon: I let a fellow demon possess the first human I
got to out of my demonic compassion.  Next thing I ran into was an
angel.  I tried locking myself in a building, but he either camped at
the door, or his wandering didn't take him far enough in the time I
was hiding inside.  I guess it serves me right for being a bad demon.

So yeah.  A list of things that would be nice:
* AI angels disguised as humans, and angel ai chasing humans to bless
them.
* More beings in the city, and more people inside buildings.
* Being able to survive more than one attack from an angel.
* Teamwork among AI.
* Angels noticing humans burning alive, and demons and humans
remembering at least for a while if they saw you take on human form
that you were an angel.
* Being able to leave a possessed body.


 
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.
Matt_S  
View profile  
 More options Mar 11 2010, 6:45 pm
Newsgroups: rec.games.roguelike.development
From: Matt_S <mattsullivan14...@gmail.com>
Date: Thu, 11 Mar 2010 15:45:18 -0800 (PST)
Local: Thurs, Mar 11 2010 6:45 pm
Subject: Re: 7DRL City of the Condemned
I actually just noticed that some of the possessed people will attack
angels.

 
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.
Matt_S  
View profile  
 More options Mar 11 2010, 7:09 pm
Newsgroups: rec.games.roguelike.development
From: Matt_S <mattsullivan14...@gmail.com>
Date: Thu, 11 Mar 2010 16:09:26 -0800 (PST)
Local: Thurs, Mar 11 2010 7:09 pm
Subject: Re: 7DRL City of the Condemned
Demon comrades are nothing but kill stealers!

And now some bugs.

* You can possess humans who are already possessed.
* Fellow demons can apparently move on top of you, as can angels.
* Angels sometimes don't even fight back.


 
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.
Matt_S  
View profile  
 More options Mar 11 2010, 7:15 pm
Newsgroups: rec.games.roguelike.development
From: Matt_S <mattsullivan14...@gmail.com>
Date: Thu, 11 Mar 2010 16:15:24 -0800 (PST)
Local: Thurs, Mar 11 2010 7:15 pm
Subject: Re: 7DRL City of the Condemned
* After being upgraded from an imp to an actual demon, I appear as a d
while still possessing a human, and angels can tell I'm a demon.

 
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.
lochok  
View profile  
 More options Mar 11 2010, 7:42 pm
Newsgroups: rec.games.roguelike.development
From: lochok <loc...@optusnet.nospamplease.com.au>
Date: Fri, 12 Mar 2010 11:42:04 +1100
Local: Thurs, Mar 11 2010 7:42 pm
Subject: Re: 7DRL City of the Condemned

Matt_S wrote:
> * After being upgraded from an imp to an actual demon, I appear as a d
> while still possessing a human, and angels can tell I'm a demon.

Sorry - minor net-ique matter - would you mind including the bits of
previous posts you're replying to at the top of your post. This isn't
just a google group - its a usenet group and lots of us use readers that
display posts one at a time.

Lachlan
lochok


 
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.
Matt_S  
View profile  
 More options Mar 11 2010, 8:41 pm
Newsgroups: rec.games.roguelike.development
From: Matt_S <mattsullivan14...@gmail.com>
Date: Thu, 11 Mar 2010 17:41:52 -0800 (PST)
Local: Thurs, Mar 11 2010 8:41 pm
Subject: Re: 7DRL City of the Condemned
On Mar 11, 6:42 pm, lochok <loc...@optusnet.nospamplease.com.au>
wrote:

> Matt_S wrote:
> > * After being upgraded from an imp to an actual demon, I appear as a d
> > while still possessing a human, and angels can tell I'm a demon.

> Sorry - minor net-ique matter - would you mind including the bits of
> previous posts you're replying to at the top of your post. This isn't
> just a google group - its a usenet group and lots of us use readers that
> display posts one at a time.

> Lachlan
> lochok

Sorry. I just don't like the quote pyramids.  I just delete the whole
thing rather than trim it down, out of laziness.  I'll try to be
better about it.

 
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.
Discussion subject changed to "7DRL City of the Condemned - Beta" by aave
aave  
View profile  
 More options Mar 12 2010, 5:17 am
Newsgroups: rec.games.roguelike.development
From: aave <tapiovier...@gmail.com>
Date: Fri, 12 Mar 2010 02:17:01 -0800 (PST)
Local: Fri, Mar 12 2010 5:17 am
Subject: 7DRL City of the Condemned - Beta
Thank you Matt_S for your many comments. :) With 24h remaining, I've
released a beta version (0.125), which addresses many of the issues
you mention as well as adding new things. Hilights include:

* More and better win/lose conditions, with a proper ending screen
* AI can now close doors
* AI angels now know how to cloak their appearance and heal themselves
* Many other AI improvements (like following target to the last known
location)
* UI tweaks
* Balance tweaks

As I don't have much time anymore, I'm now going to mostly just tweak
the balance and fix critical bugs. To help me with this, I'd like to
have as many testers as possible. You can play through ssh as
mentioned before.

Cheers.

PS.

Matt_S wrote:
> * After being upgraded from an imp to an actual demon, I appear as a d
> while still possessing a human, and angels can tell I'm a demon.

This isn't actually a bug - an ascension kills the poor bastard. I've
added a message to describe that.

 
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.
Matt_S  
View profile  
 More options Mar 12 2010, 11:51 pm
Newsgroups: rec.games.roguelike.development
From: Matt_S <mattsullivan14...@gmail.com>
Date: Fri, 12 Mar 2010 20:51:24 -0800 (PST)
Local: Fri, Mar 12 2010 11:51 pm
Subject: Re: 7DRL City of the Condemned - Beta
On Mar 12, 4:17 am, aave <tapiovier...@gmail.com> wrote:

Alright, a few things.
* The message when you ascend to a full demon says "You're" instead of
"Your".
* After ascending to a full demon, I still get "The possessed soul
revolts." and its effects.
* Am I supposed to be able to possess people after I ascend from an
imp to a demon?  It just goes straight to the burning.  I seem to
recall seeing a 'd' possess a human before.  Of course, it would make
an interesting choice if you could have an action that switched
between possessing and just burning.

At the moment my 10 demon compatriots are hunting down the last 7
humans and the last angel.  Overall, it was slightly easy, but fun
as... shall I say.. hell?  I'm an archdemon, which is sweet.
Honestly, my pals did most of the work against the angels, as I think
I only fought one who was disguised as an angel.  Next up is a game as
angels.


 
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.
Matt_S  
View profile  
 More options Mar 13 2010, 12:32 am
Newsgroups: rec.games.roguelike.development
From: Matt_S <mattsullivan14...@gmail.com>
Date: Fri, 12 Mar 2010 21:32:06 -0800 (PST)
Local: Sat, Mar 13 2010 12:32 am
Subject: Re: 7DRL City of the Condemned - Beta
On Mar 12, 10:51 pm, Matt_S <mattsullivan14...@gmail.com> wrote:

Now for angel stuff.
* Loose demons care more about possessing humans that fighting or
running from angels.
* I found two angels disguised as humans who were just hanging out
with a dude in his house.  Back to work, guys!
* I think healing should recover two hitpoints, because otherwise I'm
too busy healing to get promoted, or I die just short of the
promotion.  Alternately, more divinity for killing demons.
* Some way to distinguish blessed humans would be nice.

I've yet to win as an angel, and I've died a couple of times.  I don't
think the angel side as a whole is too much weaker than the demons,
but once you go from imp to demon, you're almost strong enough to take
on an angel, and then you both recover health and get stronger by
killing humans.  If angels could heal more, they would be just about
perfect.

There also seems to be a strange fov glitch (or interesting feature?)
where creatures that just moved out of your view are still visible.


 
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.
Matt_S  
View profile  
 More options Mar 13 2010, 12:48 am
Newsgroups: rec.games.roguelike.development
From: Matt_S <mattsullivan14...@gmail.com>
Date: Fri, 12 Mar 2010 21:48:28 -0800 (PST)
Local: Sat, Mar 13 2010 12:48 am
Subject: Re: 7DRL City of the Condemned - Beta
On Mar 12, 11:32 pm, Matt_S <mattsullivan14...@gmail.com> wrote:

Aw, man!  I just had a wonderful start as an angel, finding large
crowds of non-possessed humans and only running into the occasional
imp.  I was about to get a promotion, but then I found a large crowd
of possessed humans.  So I went inside of a building and waited in
front of the doorway to fight them off.  I vanquished enough demons to
reach Archangel status, but then I accidentally moved into the doorway
and started getting my butt kicked, and so I ended up failing again.
It was so awesome, though.

 
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.
Discussion subject changed to "7DRL City of the Condemned - Success!" by aave
aave  
View profile  
 More options Mar 13 2010, 4:27 am
Newsgroups: rec.games.roguelike.development
From: aave <tapiovier...@gmail.com>
Date: Sat, 13 Mar 2010 01:27:32 -0800 (PST)
Local: Sat, Mar 13 2010 4:27 am
Subject: 7DRL City of the Condemned - Success!
I've now released the 1.0 version completing the challenge. The
announcement should be available @ r.g.r.a. shortly.

Have fun!

Matt_S: Thank you again for your great testing! You'll find that the
release has your latest bug findings fixed and feature requests
implemented (can't do anything to the lazy angels though, if they want
to take an extended coffee break that's their right I guess... :P )


 
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.
Discussion subject changed to "7DRL success: Harmless7DRL" by Konstantin Stupnik
Konstantin Stupnik  
View profile  
 More options Mar 24 2010, 4:13 am
Newsgroups: rec.games.roguelike.development
From: Konstantin Stupnik <konstantin.stup...@gmail.com>
Date: Wed, 24 Mar 2010 14:13:30 +0600
Local: Wed, Mar 24 2010 4:13 am
Subject: Re: 7DRL success: Harmless7DRL

kaw (development) wrote:
> I've now released the 1.0 version completing the challenge. The
> announcement should be available @ r.g.r.a. shortly.

> Have fun!

> Matt_S: Thank you again for your great testing! You'll find that the
> release has your latest bug findings fixed and feature requests
> implemented (can't do anything to the lazy angels though, if they want
> to take an extended coffee break that's their right I guess... :P )

Tried this on mac.
Got following error:
Traceback (most recent call last):
   File "/Users/skv/Temp/harmless7drl/harmless7drl.py", line 223, in
<module>
     main( RootMenuWidget )
   File "/Users/skv/Temp/harmless7drl/cursesui.py", line 13, in main
     handleException()
   File "/Users/skv/Temp/harmless7drl/cursesui.py", line 9, in main
     cui = CursesInterface( debug=True )
   File "/Users/skv/Temp/harmless7drl/cursesui.py", line 36, in __init__
     self.previousCursorState = curses.curs_set(0)

commented out this line (36).
It started, but works very slowly :(
And numpad isn't working at all.
Backspace isn't working, when typing name.


 
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.
Discussion subject changed to "7DRL City of the Condemned - Beta" by Pender
Pender  
View profile  
 More options Mar 24 2010, 12:40 pm
Newsgroups: rec.games.roguelike.development
From: Pender <penderpr...@gmail.com>
Date: Wed, 24 Mar 2010 09:40:39 -0700 (PDT)
Local: Wed, Mar 24 2010 12:40 pm
Subject: Re: 7DRL City of the Condemned - Beta
On Mar 13, 1:32 am, Matt_S <mattsullivan14...@gmail.com> wrote:

> * I found two angels disguised as humans who were just hanging out
> with a dude in his house.  Back to work, guys!

Was the dude named Lot, by any chance?

 
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.
Messages 1 - 25 of 26   Newer >
« Back to Discussions « Newer topic     Older topic »