FAangband 1.4
Collapse
X
-
Spanish Translation Project - Nothing to be done for ...src\Makefile.win
Hi
I have a project about to translate de game to Spanish language, I've translate 15% of all text, items, monsters, etc.
Now I like to compile to test my translation, I've installed Cygwin (its in C:\cygwin64) and I add the Enviroment path. I write the command:
> make C:\FAangband-1.4.4\src\Makefile.win
And I Get the Error:
Code:C:\FAangband-1.4.4\src\M akefile.win cygwin warning: MS-DOS style path detected: C:\FAangband-1.4. 4\src\Makefile.win Preferred POSIX equivalent is: /cygdrive/c/FA angband-1.4.4/src/Makefile.win CYGWIN environment variable option "nodosfilewarning" turns off this warning. Consult the user's guide for more details about POSIX paths: http://cygwin.com/cygwin-ug-net/using.html#using-pathnames make: Nothing to be done for 'C:\FAangband-1.4. 4\src\Makefile.win'.
> make -f C:\FAangband-1.4.4\src\Makefile.win
HTML Code:C:\FAangband115\src\Makefile.win:33: Makefile.inc: No such file or directory make: *** No rule to make target 'Makefile.inc'. Stop.
include Makefile.inc
But this file is in my folder!
Help please!!La web de Dark-N - Traducciones de Juegos
http://darkn.romhackhispano.org/Comment
-
Nothing to be done for ...src\Makefile.win
Hi
I have a proyect about to translate de game to Spanish language, I've translate 15% of all text, items, monsters, etc.
Now I like to compile to test my translation, I've installed Cygwin (its in C:\cygwin64) and I add the Enviroment path. I write the command:
> make C:\FAangband-1.4.4\src\Makefile.win
And I Get the Error:
Code:C:\FAangband-1.4.4\src\M akefile.win cygwin warning: MS-DOS style path detected: C:\FAangband-1.4. 4\src\Makefile.win Preferred POSIX equivalent is: /cygdrive/c/FA angband-1.4.4/src/Makefile.win CYGWIN environment variable option "nodosfilewarning" turns off this warning. Consult the user's guide for more details about POSIX paths: http://cygwin.com/cygwin-ug-net/using.html#using-pathnames make: Nothing to be done for 'C:\FAangband-1.4. 4\src\Makefile.win'.
> make -f C:\FAangband-1.4.4\src\Makefile.win
HTML Code:C:\FAangband115\src\Makefile.win:33: Makefile.inc: No such file or directory make: *** No rule to make target 'Makefile.inc'. Stop.
include Makefile.inc
But this file is in my folder!
Help please!!La web de Dark-N - Traducciones de Juegos
http://darkn.romhackhispano.org/Comment
-
Is there any way specificaly you have to compile FA for Linux? I have tried a couple different ways and I get errors.Comment
-
Sorry - the file got renamed to keymap.txt, but I failed to update the name in command.hlp. So you can look at the file from outside, but not in-game.
There's a list in lib/info/Spoil/Wizard_commands.txtOne for the Dark Lord on his dark throne
In the Land of Mordor where the Shadows lie.Comment
-
Code:./configure --enable-sdl make sudo make install
If there is no configure script, you can try runningCode:./autogen.sh
If none of that works, let me know where it went wrong.One for the Dark Lord on his dark throne
In the Land of Mordor where the Shadows lie.Comment
-
./configure --enable-sdl
make
sudo make install
works
compiling without sdl dosen't work though,but happy to get something to work anyways, thanks.Comment
-
Where is map of Middle-Earth?
Have been playing FAAngband for the first time, but have not been able to find the map of Middle Earth. I know I saw something of a map relationship chart in the character creation process, but now under the help "?" exploring the wilderness and dungeons, map of Middle-Earth, the response is "Cannot open Maps.txt" and there is no maps.txt in the edit files that I could find.“We're more of the love, blood, and rhetoric school. Well, we can do you blood and love without the rhetoric, and we can do you blood and rhetoric without the love, and we can do you all three concurrent or consecutive. But we can't give you love and rhetoric without the blood. Blood is compulsory. They're all blood, you see.”
― Tom Stoppard, Rosencrantz and Guildenstern are DeadComment
-
Have been playing FAAngband for the first time, but have not been able to find the map of Middle Earth. I know I saw something of a map relationship chart in the character creation process, but now under the help "?" exploring the wilderness and dungeons, map of Middle-Earth, the response is "Cannot open Maps.txt" and there is no maps.txt in the edit files that I could find.
The actual file is lib/help/mapmode.txt.One for the Dark Lord on his dark throne
In the Land of Mordor where the Shadows lie.Comment
-
and....
./configure
make
sudo make install
worked just fine now no problems maybe its my newer version of ubuntu linux or maybe Nick fixed something I don't know but cool.
I'm kind of curious is there plans to update FA to the newer codebase once all the bugs are settled in V 4.0? Would be cool to keep this surviving over the years.Comment
-
When I've made so many changes to Vanilla that everyone wants me to stop for a while might be a good time to work on itOne for the Dark Lord on his dark throne
In the Land of Mordor where the Shadows lie.Comment
-
A suggestion for FA-Angband, after playing what I think is the current version (1.4.something...).
It was pretty unclear what the difficulty value was supposed to mean. The word difficulty suggested some things were probably supposed to be harder than others in some way, but I couldn't tell what the value meant, nor whether a higher number meant a harder game, nor the other way around, or something else.
Since I was new to the game, i wanted the maximally easy character to get started, so picked one with the best stats. And died. And died. And died.
Here my streak of stubbornness kicked in. I thought this is an option offered for starting the game, so surely it must be possible to start this way. After rolling around 50 characters (really, there should be a faster restart loop if this setting should remain unchanged), I gave up and turned on cheat death for the first time. I would try to kill a single enemy before dying. Every once in a while I succeeded. Once I was high enough level, I was able to head south through the killing fields to the lower level areas of the game. At this point, the gauntlet past, my endorphins crashed and a I quit the game. I don't think I'll go back to it.
Still, I think the introductory menu could use clarification, or at least the help text files.Comment
Comment