Hi everyone I am new to the forums, but have been an angband player for years, but didn't know this forum existed. I go way back to Moria, and as far back as angband 3.0.2. I have always loved the game, and am interested in learning how to do some coding on my own, is there any help pages that describe sort of what you have to do to learn how to alter game files and stuff?
New to angband
Collapse
X
-
Tags: None
-
Not really. The codebase is huge and messy, and there isn't an easy guide to it. But if you browse the Development forum there are several threads that deal with particular aspects of it. If you use IRC, you can come and ask questions at #angband-dev on irc.freenode.net and someone will probably be able to help. Welcome aboard!Hi everyone I am new to the forums, but have been an angband player for years, but didn't know this forum existed. I go way back to Moria, and as far back as angband 3.0.2. I have always loved the game, and am interested in learning how to do some coding on my own, is there any help pages that describe sort of what you have to do to learn how to alter game files and stuff?"Been away so long I hardly knew the place, gee it's good to be back home" - The Beatles -
Also, editing a lot of in game items/monsters/egos etc is very easy through the edit files found in /lib/edit . They are fairly self-explanatory and don't require recompiling, provided you do not want to add any new attacks or abilities that don't currently exist somewhere.Comment
-
Ah Okay, thanks! so basically for just expereimentation on the edit files, all I have to do is rewrite, or change number values in that file and it will be updated then in the game? I can change creature name, hp, and such?Comment
-
Yes to all those. The edit files should each contain a comment section that shows what goes where.Comment
-
Thanks for the valuable information guy's!Comment
Comment