Search the web
Sign In
New User? Sign Up
roguelikegames · Roguelike Games - A forum for Roguelike game fanatics.
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 6135 - 6194 of 6731   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
6135
The link is no good. Are you sure you typed it correctly? colinvdb <no_reply@yahoogroups.com> wrote: I have an old executable of when it was being ported to...
Thomas Covenant
Thomas_Coven...
Offline Send Email
Oct 8, 2003
2:26 am
6136
I've got rogue 1.1 for DOS. Been playing it for years now, but I've never discovered how to load a saved game. I've read on here to do rogue -s<character...
Daniel
janitor_stag...
Offline Send Email
Oct 8, 2003
5:43 pm
6137
To load a saved game in Rogue you need to start it from DOS or edit the shortcut icon that windows creates. The command to start a game saved as "mygame" is: ...
paul_r_knight
Offline
Oct 9, 2003
8:53 am
6138
I'm thinking of making a roguelike game. Nothing that major, really. Just changing Rogue itself around a little bit. I know how to change the text with a hex...
Daniel
janitor_stag...
Offline Send Email
Oct 12, 2003
12:51 am
6139
... amusement. ... appreciated!!!! ... Creating a rogue game dpends on various factors, the main one being the complexity and the amount of depth you want to ...
vegeta666_ssj666
vegeta666_ss...
Offline Send Email
Oct 12, 2003
10:05 am
6141
Does anyone have the version programmed in basic for the Pet? I believe that this version was before the Trash 80......
dontpntpool
Offline
Oct 22, 2003
5:44 am
6146
Email me at colinvdb@... if you want me to send it to you.... the link was there when I first sent it but it seems to have gone away - I will look around...
colinvdb
Offline
Oct 29, 2003
9:24 am
6147
http://www.geocities.com/core_dump_000/rogue/ Found it in my lists and it is still up - not my site but very good. I will be back soon however. C....
colinvdb
Offline
Oct 31, 2003
8:24 am
6155
Hello, I attempted to compile the "C" programs for Advanced Rogue (which used to run on the AT&T 3B20 running Unix System V Release 2). I went to Google and...
jr4notaxes
Offline Send Email
Nov 18, 2003
6:25 pm
6156
Doesn't DJGPP use pdcurses for the lib name instead of curses? Been a while since I've used that toolset, so I'm just pulling this from memory....
Thomas Kilburn
corzican
Offline Send Email
Nov 18, 2003
6:50 pm
6157
Yes, it does use pdcurses - but the makefile has "-lcurses" in it. DJGPP came with a curses.h file, so I don't think I'm supposed to change it to "-lpdcurses"....
jr4notaxes
Offline Send Email
Nov 18, 2003
9:10 pm
6158
Why not? I mean, it couldn't hurt to try....
Thomas Kilburn
corzican
Offline Send Email
Nov 18, 2003
9:17 pm
6159
Hey, THAT WAS IT! First, I tried to change "-lcurses" to "- lpdcurses" in the makefile, but I got a makefile error (something that asked if I meant to put...
jr4notaxes
Offline Send Email
Nov 18, 2003
11:51 pm
6160
I'm only good for one lucky answer a day. :) Might try http://www.delorie.com/djgpp/v2faq/faq15.html for some luck. Since you're on an XP box, though, you...
Thomas Kilburn
corzican
Offline Send Email
Nov 19, 2003
12:21 am
6161
Thanks - but the delorie site didn't have the answer. Although I haven't completed my search for an answer, two possible theories might be the following: 1. If...
jr4notaxes
Offline Send Email
Nov 19, 2003
5:11 am
6163
Actually, Delorie responded to an e-mail I sent them. Basically, they said I couldn't just move "a.out" to "rogue.exe"; that I had to use "gcc -o rogue.exe...
jr4notaxes
Offline Send Email
Nov 22, 2003
3:14 am
6169
In C getch() doesnt wait for enter to be pressed, try using that instead of whatever your currently using. Just a thought. ... Do you Yahoo!? Free Pop-Up...
eliot cannon
el10t99
Offline Send Email
Nov 23, 2003
9:04 pm
6171
I tried using getch() (replacing "read" in the statement "while (read (0, &c, 1) < 0) continue; ", but it didn't work (it gave a compiler error). I then...
jr4notaxes
Offline Send Email
Nov 26, 2003
6:19 am
6178
... Since you are using curses you ought to be able to replace the whole "while (read (0, &c, 1) < 0) continue;" line with "c=getch ();" The codes returned...
All fields below are ...
michaelblackney
Offline Send Email
Dec 13, 2003
3:01 pm
6181
Just wanted to say Happy Christmas to one and all - this group has been through many busy / non-busy phases but I hope it continues to thrive into the New...
colinvdb
Offline
Dec 22, 2003
9:47 am
6182
So you start out with the +1, +1 mace. If the damage equation is XdY, does the plus one make it (X+1)d(Y+1), or is it the +1 added to the result of the roll?...
Eric
e_a_olson
Offline Send Email
Jan 2, 2004
4:27 pm
6183
+1 XdY +1 means that your chance to hit is increased by +1 (the first +1) and 1 is added to the damage roll. It doesn't give you another die. So if it's +1 2d4...
Thomas Covenant
Thomas_Coven...
Offline Send Email
Jan 2, 2004
6:05 pm
6187
Hi guys! I just joined the group. I have to admit, I'm not a very experienced Dungeon Digger but I have played just about every different one. Rogue, Hack,...
electronicsaiyan
electronicsa...
Offline Send Email
Apr 28, 2004
11:58 pm
6188
i read somewhere that the first + was for the damage of a wielded weapon, and the second one for the weapon when thrown. is this just bs or is it a case of...
a_cluttered_mess
a_cluttered_...
Offline Send Email
Apr 30, 2004
1:59 am
6189
I heard that a +1 +1 mace means you get +1 to hit, and then +1 to damage. --Brick Thrower Message: 1 Date: Fri, 30 Apr 2004 01:58:39 -0000 From:...
Brick Thrower
linkten_synched
Offline Send Email
Apr 30, 2004
1:27 pm
6190
This is correct. The first + is the increased chance to hit. The second is an increase to damage. Thomas Brick Thrower <brick@...> wrote: I...
Thomas Covenant
Thomas_Coven...
Offline Send Email
Apr 30, 2004
3:08 pm
6191
I was reading about the discussion on +1 and what it really means. I have the source code (Palm OS version) to Rogue. I could compile a database of all the...
electronicsaiyan
electronicsa...
Offline Send Email
May 4, 2004
4:02 pm
6192
Hello This company really helped me out. I almost lost my home. I am self employed and I was able to refinance. The best interest rates are available, for a...
alissa_cy1f@...
Alissa_cy1f
Offline Send Email
May 7, 2004
9:04 pm
6193
I would like a list! Could you upload it to the FILES section so we could all get to it? I'm playing iRogue for the Palm. Any other tips or links that anyone...
linkten_synched
Offline Send Email
May 10, 2004
7:35 pm
6194
Back in the '80's I played Super Rogue on an HP mainframe. One of the tricks was to eat the rings. I don't know if it will work on Rogue or not. It works like...
Thomas Covenant
Thomas_Coven...
Offline Send Email
May 10, 2004
9:23 pm
Messages 6135 - 6194 of 6731   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2007 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help