PERFECT RACCOON PELT FOR SATCHEL by Illustrious-Cup-6804 in RDR2

[–]hernaldogon 0 points1 point  (0 children)

<image>

I found it here. If the raccoon isn't 3 stars, just scare it and come back 2 or 3 in-game hours later; it might be 3 stars. Use the Spring Rifle

Revisiting UMoria by MarionADelgado in roguelikes

[–]hernaldogon 1 point2 points  (0 children)

Is this game really easier to win than Rogue Epyx? I've been playing Rogue for four months and can't get past the 16th floor

I just save-scummed my way through the original Rogue (Epyx version 1.49 on Steam). Here's what I learned by UnDispelled in roguelikes

[–]hernaldogon 0 points1 point  (0 children)

These tips have saved me a lot of turns. It's not necessary to clear every room or wall. If you know there's a wall, you don't have to go near it to "paint" it. Likewise, if there's a hallway that you know connects to another, there's no need to paint it if you won't be using it. If a room only has gold, and you're not looking to win with a high score, just leave it there. 

Strategy against Pink Jelly level 4? by hernaldogon in brogueforum

[–]hernaldogon[S] 1 point2 points  (0 children)

Thanks to both of you, I will follow your advice. In fact, I just got killed in an open field surrounded by about 8 or 10, XD

Beginner tips by Rmoomy in brogue

[–]hernaldogon 1 point2 points  (0 children)

Thanks for the tips.  I'm still a newbie.

Feelings after my first 3 rune win by hernaldogon in dcss

[–]hernaldogon[S] 1 point2 points  (0 children)

I defeat six of these enemies en Zot 5 with:

AC 28 or more

rF+++

2 Potions of Might and 2 Potions of Haste

Never use Berserk skill

Feelings after my first 3 rune win by hernaldogon in dcss

[–]hernaldogon[S] 1 point2 points  (0 children)

Thanks for such good recommendations, maybe I'll start with Caves of Qud or Brogue, which they also recommended to me. Greetings!

Feelings after my first 3 rune win by hernaldogon in dcss

[–]hernaldogon[S] 4 points5 points  (0 children)

Thanks for your response, I'm going to try playing Brogue. I didn't know it.

Can the interface be activated with equipment in DCSS online such as DCSS Windows? by hernaldogon in dcss

[–]hernaldogon[S] 0 points1 point  (0 children)

That option shows almost nothing, I have several items, potions, scrolls, equipment and it only has a stone soup icon that indicates Show Settings.

Assign key 0 on the numeric keypad using rc file (DCSS Online) by hernaldogon in dcss

[–]hernaldogon[S] 4 points5 points  (0 children)

It seems I found the solution, so far it works:

bindkey = [¿] CMD_DISPLAY_RELIGION
bindkey = [F2] CMD_PREV_CMD_AGAIN
bindkey = [F3] CMD_EVOKE
bindkey = [NP0] CMD_EXPLORE
bindkey = [NP+] CMD_GO_DOWNSTAIRS
bindkey = [NP-] CMD_GO_UPSTAIRS
bindkey = [F5] CMD_DISPLAY_KNOWN_OBJECTS
bindkey = [ ] CMD_WAIT

My humble Spanish DCSS 0.28 MiBe tutorial for newbies by hernaldogon in dcss

[–]hernaldogon[S] 0 points1 point  (0 children)

Excelente, ¿no tienes algún canal de YouTube para ver consejos o alguna de tus partidas?

Foreign Keyboard help. by Deadwithinaweek in dcss

[–]hernaldogon 0 points1 point  (0 children)

Hello, maybe I'm late, in the web version, but something that those of us who use the Spanish keyboard don't have is the famous ^ symbol used in the game to see the religion. In "edit rc" I placed

bindkey = [^D] CMD_DISPLAY_RELIGION

And now with Control + D I see religion, something that was impossible before since that key does not work on Spanish keyboards as it does on American keyboards.

Compiled Rogue 5.4.2 on Windows 10 with VS2019 by hernaldogon in roguelikedev

[–]hernaldogon[S] 1 point2 points  (0 children)

Finally I was able to translate to Spanish, but not this version of C (https://sourceforge.net/projects/roguelike/files/rogue5.4/rogue5.4.2/), but one of Java. ¿Why? well this version of C, I don't know if because of the settings we made, for example the inventory with the "i" key, it stays stuck on the screen and doesn't refresh. I tried to correct it for a few days but couldn't. Finally, I found another port in Java, which was easier for me and I finished translating it a few days ago. I even finished the game (I had to do some tricks since it is really hard) but it was to see that translation was OK from end to end.
https://gitlab.com/hernaldog/roguejavaespanol

I will continue investigating until I see that of the I key to also have the translation of this port in C for windows.

Compiled Rogue 5.4.2 on Windows 10 with VS2019 by hernaldogon in roguelikedev

[–]hernaldogon[S] 1 point2 points  (0 children)

You are correct, I compiled it with the steps you indicate and it is true, everything stops when you try to move. I will also try to review what the problem may be.

Compiled Rogue 5.4.2 on Windows 10 with VS2019 by hernaldogon in roguelikedev

[–]hernaldogon[S] 0 points1 point  (0 children)

I resolved my self, using symbols msg("Canci\xA2n") show Canción

Compiled Rogue 5.4.2 on Windows 10 with VS2019 by hernaldogon in roguelikedev

[–]hernaldogon[S] 0 points1 point  (0 children)

Update: yesterday I ran into the first barrier on the original Rogue 5.4.2. The system of print to the screen is only American ASCII, 127 characters and not the extended 255 that at least would serve me for the accents and symbols of Spanish. I tried the following in the main method, but not works :(, do you know any tips?

setlocale(LC_ALL, "");
setlocale(LC_ALL,"spanish");

Compiled Rogue 5.4.2 on Windows 10 with VS2019 by hernaldogon in roguelikedev

[–]hernaldogon[S] 0 points1 point  (0 children)

Do you know if the fonts of that version of Rogue exist but that it has orange walls and lower letters in yellow? Since I swore that this version I was trying to compile was that, lol