Yeah that's more or less why I'd like to have it.
Thanks fizzix. I just compiled with that change so we'll see how it works.
Customizing Home Capacity.
Collapse
X
-
There's a quick fix that seems to work. You can set STORE_INVEN_MAX in store.h to a larger number. This will allow you to store more in your home. It will also increase the capacity of all the other stores, but they won't stock more items, they just can hold on to more of the stuff you sell them (which will disappear after a store refresh).
You can still select items from the home by scrolling down to the correct item and using g and then enter. The display preceding the item is not correct
Fixing the display seems (for example paginating it) seems like much more work, which I'm not up for at the moment. But this is certainly playable with just changing the STORE_INVEN_MAX parameter.Leave a comment:
-
I'm curious, do you want a larger home because you have that many items that you're trying to stockpile? Or is it a matter of wanting to hang on to artifacts? If it's the latter, I'm with you wanting a way to hang onto them. [LOST] is second only to "You die." on my list of things I dislike seeing in Angband.Leave a comment:
-
Great! There are two things you need, a way to compile and a way to get access to the source code. We'll do the source code first.I'm game for this. I'd like to see if I could fix my issue of being unable to increase the font size of the main window without distorting the font while we're at it. I haven't played much 3.4.0 because of that.
I'm running XP, but I have a dual boot with ubuntu(?) so which ever is easier for you to explain things on I can use.
The absolute easiest way to get the source code (say for 3.4) is to go here and click the ZIP button on the top left. This will download the source code. However, while this is the easiest way it is certainly not the best way. The best way is to get it through git (instructions here)
For compiling, either XP or Linux should work. I compile on XP using MinGW, but others have used Cygwin. I cannot help with Linux, but others can.
The quick steps for MinGW are:
install MinGW (it's free)
Add it to PATH (instructions here)
run cmd
go into the src directory
run Mingw-make -f Makefile.win
and that's it, you should get an executable that you can run.
(here's a recent thread about windows compilation)
There is an IRC chat room #angband-dev at irc.freenode.net where people can help you. I'm not the most knowledgeable about compiling, but there are other people who know more than me that might be able to help. (also our time zones might not overlap)
I think that predates 3.1.2, but unfortunately for ewert's branch he was messing around with Line-of-Sight trap detection and may have removed the detect traps spells. If you decide to use Git, it's best to keep separate ideas in separate branches (or at least in separate commits) this way it's easy to navigate through them. Ewert didn't do this so it makes it difficult to pick out exactly what is related to the infinite home and what relates to some of his other changes.EDIT: As far as the 3.1.2 version, when did they add the green DTrap radius? Probably one of my favorite improvements since picking up Angband.
Don't bang your head over git, people in #angband-dev or here will be very willing to help. It has a very steep learning curve, and poor online help documentation, but it's extremely useful once you figure out what's going on.Leave a comment:
-
I'm game for this. I'd like to see if I could fix my issue of being unable to increase the font size of the main window without distorting the font while we're at it. I haven't played much 3.4.0 because of that.
I'm running XP, but I have a dual boot with ubuntu(?) so which ever is easier for you to explain things on I can use.
Thanks.
EDIT: As far as the 3.1.2 version, when did they add the green DTrap radius? Probably one of my favorite improvements since picking up Angband.Leave a comment:
-
A while back ewert made an infinite home for angband, it's out of date now, but if you don't mind playing an earlier version with some other custom mods, and an infinite home option, it might be ok. See if the iVanilla on this download page works: https://github.com/ewert/angband/downloads (I have not tried this, but it does seem to have the infinite home commit in it.) There are some other custom changes like a smite spell for priests in iVanilla, but it's not too different from 3.1.2 Vanilla.
To update to 3.4.0, would require both some coding and compiling. If you want to go this route, you'll find many people willing to help, including myself.
(here's a ladder character of mine that I played with the infinite home mod http://angband.oook.cz/ladder-show.php?id=10688)Leave a comment:
-
Unfortunately, house capacity is hardcoded. Indeed all stores (including the house) share the same maximum capacity of 24 items, as defined in store.h. Changing this would require recompiling the program, and there might be other consequences as well -- for example, I don't know if the store interface will correctly handle slots "off the end of the alphabet".
Older versions of Angband had paginated stores, with each page providing access to something like 18 items. I could believe that adding support for more pages would have been easier than increasing the store limit in the current version. Either way though, you'd need to recompile the game.Leave a comment:
-
Customizing Home Capacity.
I'd like to play with a (much) larger Home size just for the personal enjoyment factor and I'm curious if such a thing is possible to modify. This isn't something I'd use to submit a dump to the ladder, at least not without heavy disclaimers and an understanding that it didn't count, just something I'd like to try out, so:
1. Is it possible to modify home capacity? 2. Is it within my abilities to accomplish?(no programming/compiling experience to really speak of). 3. If it isn't within my limited programming abilities, would someone point me in a direction to get help on it?
Also I apologize in advance if this has been covered in a previous thread that I was not able to find.
Thanks.Tags: None
Leave a comment: