The future of Oangband?
Collapse
X
-
What version of Oangband is the newest (and has the original Unlight)? I'd like to look at it... -
Another idea is to nerf "It feels deathly cold". First, make the sticky-curse more rare. Let characters wield bad (formerly cursed) items without knowing it, without receiving the "deathly cold" message. This leaves it up to the player to notice it through in-game observation, or pseudo {cursed} or {bad}status to appear.
With the comp character, I was low on ID (as always), but I did have a store bought scroll of remove curse. I started wielding un-ID'd rings figuring I would just remove any bad (sticky-cursed) rings. I ended up wearing an un-ID'd non-cursed Ring of Aggravation for a loooooong time before I realized it.Leave a comment:
-
An idea which I don't think has been tried yet is to make pseudo-id faster but unreliable, so a character who has cheap identify has an incentive to use it, even if the item seems average, but characters who don't have cheap identify still get some benefit from pseudo-id.Leave a comment:
-
Some variants do that already. But if you're going to do that then you might as well never generate average items, as people will just carry them briefly and drop them when pseudo-id kicks in. An idea which I don't think has been tried yet is to make pseudo-id faster but unreliable, so a character who has cheap identify has an incentive to use it, even if the item seems average, but characters who don't have cheap identify still get some benefit from pseudo-id.Leave a comment:
-
I have to say that the most frustrating things are ports that I am not able to compile and error-check (windows, OS X) and syncing code with vanilla and getting a lot of formating issues in the diffs.
As for the X-chars and UTF8 issues, I think the best solution is to not include anything before Vanilla has adopted UTF8. The relevant code lines that calls on x-chars are few and stand out so I can avoid them.
Continuing to the identify issue, I am starting to consider changing pseudo-id so that it is instant or very fast, but no longer detects curses. How does that sounds?Leave a comment:
-
Out of interest, how much of what we have left to do is front-end-specific? Because one wonders whether it's worth investing in that or the core-UI split.Leave a comment:
-
You can see the latest attempts on my utf-8 branch on github. noz has done almost all of the heavy lifting. We still have a ways to go, though.Leave a comment:
-
Leave a comment:
-
I decided to try out the next competition character to get a feel of things that needs fixing, and it clearly stands out that the early game is too annoying.
Not because of hard monster, no. It is because of lack of consumables and how hard it is to get enough money stocked up to start diving. The main problems seems to be identify and word of recall. Lack of identify stops me from clearing out stuff from inventory/home, while lack of WoR keeps me from going deeper than dlvl 3.
I have to consider different solutions to these problems. For example:
- Like I mentioned earlier: study the vanilla identification model.
- Just make the scrolls really cheap and always in stock.
- A Diablo II approach of using scroll books. Making these unsellable and give players a decent stock at start would speed up gameplay while preventing them from being abused for money.
I am also open to other ideas.
Identify: The most important thing is not to pick up everything you see. Sure that dagger on dlevel 1 might be a Defender, but it probably isn't. In fact it almost certainly isn't worth an identify scroll, or even a charge on a staff of perception. I rarely pick up weapons or armour before dlevel 10. Wands and staves are much better, as they are more likely to be valuable and can largely be identified by use, cautiously of course. Scrolls and potions are best identified by selling in the early game.
WoR: I don't use WoR to go down in the early game. I often don't use it to go down in the mid or late game, as I often don't want to go down to my max depth. So I am using one scroll per trip. I just need to make sure that I collect some stuff worth one scroll per trip. Since I typical dive to at least dlevel 12 on my first trip I am almost certain to find something.
In general I don't think you should be considering changes in game mechanics until you have played more. You risk solving problems which don't really exist.Leave a comment:
-
Not because of hard monster, no. It is because of lack of consumables and how hard it is to get enough money stocked up to start diving. The main problems seems to be identify and word of recall. Lack of identify stops me from clearing out stuff from inventory/home, while lack of WoR keeps me from going deeper than dlvl 3.
I have to consider different solutions to these problems.- ID by use (like Vanilla's, but better
)
- unidentified things will still stack if they would identified
- Rods of Perception are shallower and more common
- Mages get the spell earlier and cheaper
Leave a comment:
- ID by use (like Vanilla's, but better
-
Not because of hard monster, no. It is because of lack of consumables and how hard it is to get enough money stocked up to start diving. The main problems seems to be identify and word of recall. Lack of identify stops me from clearing out stuff from inventory/home, while lack of WoR keeps me from going deeper than dlvl 3.
Unless the comp character simply has horrible pseudo-ID skill, having stronger pseudo-ID, or simply fixing pseudo-ID, would help immensely.
WoR isn't necessary at all (in the early game) if you're willing to abuse the elevator-staircase mechanic (playing with connected stairs).
If you want to do some maintainer work, yank CLW form the mage spellbook, add low level potions of restore mana that just restore 10 SP or 10% or something so mages don't have to rest all the time. Resting sucks!Leave a comment:
-
I decided to try out the next competition character to get a feel of things that needs fixing, and it clearly stands out that the early game is too annoying.
Not because of hard monster, no. It is because of lack of consumables and how hard it is to get enough money stocked up to start diving. The main problems seems to be identify and word of recall. Lack of identify stops me from clearing out stuff from inventory/home, while lack of WoR keeps me from going deeper than dlvl 3.
I have to consider different solutions to these problems. For example:
- Like I mentioned earlier: study the vanilla identification model.
- Just make the scrolls really cheap and always in stock.
- A Diablo II approach of using scroll books. Making these unsellable and give players a decent stock at start would speed up gameplay while preventing them from being abused for money.
I am also open to other ideas.Leave a comment:
-
There are may be a few somewhat tricky/non-obvious bits when detecting SDL. Feel free to be 'inspired' by http://gitorious.org/tome2/tome2/blo...CMakeLists.txtLeave a comment:
-
Leave a comment:
-
Leave a comment: