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...
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...
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: ...
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...
... amusement. ... appreciated!!!! ... Creating a rogue game dpends on various factors, the main one being the complexity and the amount of depth you want to ...
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...
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...
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"....
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...
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...
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...
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...
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...
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...
... 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...
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...
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?...
+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...
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,...
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...
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...
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...
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...
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...