Temple of The Roguelike Forums
Announcements => Traditional Roguelikes (Turn Based) => Topic started by: getter77 on January 29, 2012, 10:00:45 PM
-
Triangle Wizard is a hack 'n slash game developed by me, Wouter van den Wollenberg, in my spare time. It is freeware, which means anyone may download it, play it and even distribute it free of charge. When asked what the game is like I usually answer that it is a combination of NetHack and normal hack 'n slash games like Diablo.
I started with it back in spring 2008 basically because I was bored and I wanted to program something. I never made a hack 'n slash (nor a Roleplaying game for that matter) before so I decided to give it a whirl. I initially started with a complex text-based game based on D&D rules, but I quickly abandoned it because the programming wasn't very exciting. I did like the idea that users could easily mod the game by modifying some .ini files, but I didn't like the non-graphic nature of it.
During that time a friend of mine introduced me to a game called NetHack (see NetHack Official Homepage, hell check out Diablo too while you are at it). It was a turn-based hack 'n slash game which was unbelievably hard (at least to modern standards) and one little mistake (even one as small as pressing the wrong button at the wrong time) could end your game. Perhaps the most memorable part of the game were its graphics; all monsters and items were represented by mere letters and characters. A + would indicate a door for example. Of course there are versions of NetHack that do have bitmaps and no longer use letters, but somehow I really liked the letter graphics.
So I decided to make a hack 'n slash game using letters as monsters, but make it a real time game instead. I also removed some of the more complex mechanisms from NetHack such as fountains (including the wishes), pit traps and the need for sustenance. Getting rid of the bitmaps freed me of the task of creating my own which was boring (not to mention that I tended to suck at it) and could instead focus on the game itself. I did add some fancy looking spells though, since spell effects can be easily simulated with glow effects and don't require that many bitmaps.
The result is Triangle Wizard, named after the main character who is (the only person not to be represented by a letter) represented by a triangle. The wizard part it just because you only get to play a wizard; although there are many types of wizards you could opt to play. You may ask me why I didn't add Knights, Barbarians or even Tourists (Yes, you can play as a tourist in NetHack). My answer would be that I find playing fighters boring (I don't play the Barbarian in Diablo for example) and because fighting with letters just looks plain silly. No, we want to throw fireballs and such, not bump letters into letters. Of course without warriors there would be no need for equipment and such, which saves me the time I would have to spend to code an entire item system.
So anyways, you get to play a wizard and your goal is to rid a lengthy dungeon of all baddies and stay alive (read: 'refrain from being destroyed' should you opt to play as a vampire or lich) while doing it. There are many spells you can learn, shops to buy them and wreak havoc with. In addition the game features 106 mostly randomized dungeon levels inhabited by a wide variety of creatures both hostile and friendly. You will also have to deal with some boss monsters, magical traps, spiked walls and rivers of lava.
In order to obtain the 'retro' look the dungeon will be minimalistically displayed; mind you that this is also to avoid the ridiculous situation where a fully beautified dungeon is populated by a bunch of ASCII characters. And to keep the game nerdy enough (I would classify NetHack as a nerdy game because the only people I know who play it are nerds) the game is not only very difficult but contains numerous switches, strange hotkeys and nerdy creatures. You can even die, leave a corpse, and have a future adventurer find it (like in NetHack).
It also doesn't contain any sounds or music. This has been done on purpose to stay true to NetHack, and because I think most sounds are nothing more than a distraction. Furthermore since the monsters are represented by ASCII characters you are basically imagining a kobold when you see a green k anyway so why not imagine it growling and attacking too?
But the greatest thing about the game is its modability. All creatures, traps, unique monsters and even level parameters (remember the levels are randomly generated) are contained in .ini files which can be easily read and modified by using some text editor. Want to add a unique monster that bears your name? Feel free to put it in! Want to create a trap so fiendishly difficult even I did not include it? Again feel free to put it in (or even give it to your friends and laugh as they run away in fright from your demonic contraption!). The included manual explains what everything in the .ini files does so read that to get started if you want to mod the game.
Oh by the way, english is not my first language (which is dutch), so I expect there are some spelling mistakes here and there that I've missed (or more precisely, which Microsoft's marvellous grammar check has missed). In addition I, and probably every other non-native english speaker, tend to get confused because of British and American english so if you see some British words mixed up with some American ones please forgive me (or don't, I won't care).
That is about all I have to say about the game. If you want more information please use the menu which has been so conveniently provided at your left.
Some pretty dramatic gains here for the first release here in 2012! 8)
http://trianglewizard.webs.com/apps/blog/
Hey all! Welcome to the first update of 2012! It is pretty big, featuring a new class, a new utility spell, new talents, a shrine, a deity and new diseases. But the biggest change is probably the darkness system.
You can now only see within a small radius around your character; the so-called light radius. It can be increased by wearing appropriate items (a torch is a cheap early game item for this) or by playing a race/class with an improved light radius. There are also ways to see creatures in darkness (darkvision, detect alignment, etc.), these might come with your race, class or obtained via talents or items. You can also use the new utility spell, Wizard's Flare (activated by pressing Q) to provide additional light. Spell effects (and burning enemies!) also provide light circles of their own. Not every creature can see into darkness, so if you find a way to remove your own light radius you'll become invisible to them! (that is, until you cast a spell since that provides a quick flash of light).
Since this is a pretty powerful change (it is not active in every level by the way) I have created a way to turn it off if you hate it (I would love some feedback though :P) To do so go into the global_settings.tri file and under [user_settings] add the following line:
overwrite_darkness=1
and it will be turned off!
Patch R 13.01 Notes:
-Fixed empty shops.
-Improved the targeting of the Recall spell.
-Fixed a graphical error with a flying squared character.
-Added some clarification notes in the Trianglopedia.
-Corrected the article for the Cryptic Shrine in the Trianglopedia.
-Heroes spawned by the Dance with Death mission will no longer be generated inside walls.
-Added the Haunting Jitters, Hexomalady, Nocturna and Repugno Syndrome diseases.
-AI will no longer attempt to attack creatures which have been recently converted to their side.
-Angry dieties now regularly smite you with holy damage if you have any of their items equipped.
-A list of player allies can be found in the character dump now.
-Added the Servant of the Pantheon class.
-Removed the finding chance part of the message when you pick spells up; this was very confusing for new players. It can still be found at the spell info screen.
-Spell incantations powerups now correctly give you a spell level if you have none (or a negative amount) whilst also already having storage.
-Added a darkness system.
-Many spells, sigils, creatures now give light, some very rare creatures radiate darkness.
-Added several new item modifications.
-Added several ways to see into darkness, some races obtains some of these at the start of the game.
-Fixed a rare bug which caused you to have an insurmountable spell delay.
-Dorah now also grants Terrasight.
-Summoned creatures and allies no longer follow masters they cannot see (either through darkness or invisibility). Only if these creatures possess means to see invisible creatures or see into darkness will they follow their master. You can still use Recall to get them to teleport to you.
-AI controlled casters can now 'see' themselves always even when they are invisible and cannot see invisible creatures.
-Added the Wizard's Flare utility spell.
-Q can no longer be used to cycle spell in a certain letter bin (noone used this anyway). Q is now used to cast the new Wizard's Flare spell.
-Added a few new talents including Touch of Midas, Guidance of Kreia and Irene's Glare.
-Added the Twilight shrine.
-Added a new player corpse type; the Phantom.
-Added a new deity, Dauros the Benefactor.
-Removed the classes, races and spells from the manual. These are replaced by the ingame Trianglopedia.
-There is now a prompt after loading a very big level before the game continues, this way you can get a cup of tea in the meantime.
-Call of the Forest is now considered a nature spell for Druids.
-The Weather Tap ability of Weather Mages now provides a boost of 45% (up from 15%) quicker regenerating of wind spells.
-
R 13.02---tis a doozy! :o Odds are high the next release will have a number of things that didn't quite make it into this one though.
Hi all! Welcome to a shining new (and hopefully bug free) version of Triangle Wizard! The contents are various quality of life updates that multiple people had requested, a possibly game changing handling of unit stacking (i.e. they don't anymore), and a reworked priest class.
The priest class is actually what took the most time this update since many of the unique boons they get are not just statistics changes. For example priests of Montezuma can sometimes capture and enslave enemies instead of killing them, priests of Abigail reflect spell damage if they are immune to the damage type of that spell, and priests of Karthus are surrounded by an aura that deals continual death damage. Ow there is also a new deity and a new quest!
Patch 13.02 notes:
-Pressing ESC now also offers an extended menu from which all other menu's and settings can be accessed without remembering the keycodes.
-Fixed a few typos.
-Quest related creatures are now immune to Charm and Anarchy.
-Azathoth will no longer instantly permakill anyone who offends it. Instead 60% of max hitpoints are lost until amends are made.
-Added an option to require shft/alt for mouseovers to be visible.
-Gnomish extra spell now levels when leveling up.
-Modified the graphics of Liquid Form.
-Quest escorts enjoy a moment of absolute immunity along with the player at the start of a new level for half the normal duration.
-Casting Wizard's Flare a second time in quick succession makes the flares explode in more brighter secondary particles which can no longer be controlled and stick to walls.
-Added a new quest: The Rituals.
-Less spell effects should penetrate to the next dungeon level.
-Galio should no longer drop his head twice.
-Magic sigils can now also contain the Dweomer Thief spell.
-Pyth now decreases the duration of status effects and diseases on the player by 75% instead of 50% on all allies.
-Melee immunity is now only granted after the third attack made on someone in a short moment. This makes groups somewhat more dangerous. Creatures can no longer make infinite amount of melee attacks in some period of time, they now get a small cooldown after each attack. They can still perform knockbacks though.
-Trolls now regenerate incantations 55% slower instead of only 35%.
-The Berserker unique ability, Enchanted Weapons, now grants a quicker melee attack speed and quicker melee immunity.
-Floating damage numbers now have a different font if the damage was directed against yourself or allies.
-Creatures can no longer stack on top of each other.
-Knocking creatures into each other will knock those creatures also back.
-Increased the chances of Euphoria granting a wish.
-Radically changed the Priest's unique ability, Divinity Everlasting. It now grants a unique boon depending on your deity. A priest without any deity suffers major penalties.
-Entering a level where there is a gem to be found while you have a zero chance at finding magical items will no longer crash the game.
-Losing or gaining resistances via deities will no longer affect resistance powerup drop rates.
-Shop levels can no longer have darkness.
-Added internal support for item mods influencing non-resistable damage types.
-Added several new item suffixes.
-Corpses of a disciples will no longer be disciples if raised from death.
-Clockwork units have a new font.
-Increased the rate at which the Color Blast ability granted by Taric increases in spell level.
-Updated the handling of the poisoned status effect; it should no longer permanently change melee damage output.
-Added a few new creatures.
-Worshipping the RNG now also affects gambling.
-Added a new deity: Niwrad, the Evolving One.
-Champion enemies can now be generated with many new unique abilities.
-
R 13.03
Hallo all wizarding triangles! Now, almost three and a half years after the initial release of the game we are still going strong with updates! This update buffs priests in that they now have two deity specific spells (one of them usually being a circle one or two attack spell). It also has a few quality of life upgrades, bug fixes, two new deities and one new quest.
-Text for Priests of Jeffears now correctly state a wish can be gained from sigils instead of shrines in game creation.
-Quest creatures no longer drop copious amounts of loot that they shouldn't.
-Priests now gain two deity specific spells instead of one.
-Fixed some typos.
-Priests of the 5th Age can now control their Hypnotic Mesmer spells for a short duration.
-Priests of Azmodan can no longer steal traits from other deities by desecrating shrines.
-Followers of Tir-Jahar should no longer get stuck in walls.
-Slightly changed the graphics of Karthus' death aura ability.
-If burning creatures are knocked into each other the fire may spread.
-Fixed a bug which sometimes caused some followers to not appear at the stairs of the next level after descending.
-The player is now also healed upon descending as was already the case with his/her allies.
-Detect Alignment no longer flashes if used without low light vision; it will now introduce an offset which is constant but random for each creature.
-Berserkers can now attack much more rapidly.
-Added a new deity: Akatosh, the Dragon God of Endurance.
-Increased the chances champion monsters have talents.
-Added death texts for if you die to certain deity effects.
-Character creation now lists if races have special types of vision (such as low light vision).
-Modified the handling of Stoutheart's curse. You can no longer die from it.
-Powerful items now glow when on the ground.
-Doors have a chance of opening the opposite way as well.
-Added a new late game quest: Ancient Domains of Mystery.
-Scrolls gained via worship to Azmodan are now sacred to Azmodan.
-Added a new deity: Mystra, the Goddess of Magic.
-Buffed Ilmater's boon; his healing potions will now also remove curses and have a chance at removing diseases.
-Data from artifacts.tri is now automatically added to the Trianglopedia.
-
R 14.01
Hey all!
I managed to finish another version! Featuring two new races (thx Delekti!), a fix for the infamous 'Got killed by a summoned dragon to the face' early death and some various small updates. The game now also contains an option menu (accessible through the main menu) allowing to change many settings without having to go into a .ini file yourself. And least but not least for those who dislike abstract art there is now an option in the option menu to use tiles. This adds graphics to floors, walls and some powerups. There is now also an option to enable gore.
The default settings, however, show the game as it has always been, goreless with abstract art :P
Patch Notes
-Fixed several wrong entries in the Trianglopedia.
-You can again true resurrect fallen disciples to regain favor with their deity if it is angry.
-Lava Maws now correctly breathe fire instead of acid.
-Necromancers now correctly lose the need to breathe when becoming undead.
-Summoned creatures are now immune to melee and can't melee themselves for a second or so. This should reduce the chances of early game 'I summoned a dragon on your head' death.
-Game creation screen will no longer incorrectly say that Priests have the Sacred Wrath spell.
-You can no longer get a quest before entering Castle Everdoom.
-Montezuma's curse should no longer teleport the exit into walls.
-Akatosh will no longer stop healing potions from working at all, they now function as though you were cursed.
-Frostlings move somewhat faster.
-Added the Stitched One and Dark Dwarf races.
-Creature info now also lists the actual light (or darkness) radius of creatures.
-Added an option menu in the main menu which allows you to set things without having to open .ini files yourself.
-Altered the way walls are drawn to make it look like the outside of a level is all solid.`
-Made darkness look more pleasant.
-Added an option to use tiles. This adds new graphics to walls, floors and stuff like water. It is also featured in the minimap.
-Added support for GML scripts for levels.
-Added the option to use tiles and toggle shaded walls to the ingame option menu.
-Made enemies less likely to glitch outside levels during boss fights.
-Banjo should no longer cast so many Charms spells your computer crashes.
Some excellent gains! 8)
-
I'd like to get back to play this game.. just a little bit worried about learning again the controls (I remember that wasn't properly easy).
I'm glad to know Wouter still keeps working on it.. I had a lot of fun with Triangle Wizard.
-
Controls aren't too rough so long as you're handy on a mouse wheel and can do a bit of combo between KB and mouse---your standard sort of Diablo II, Divine Divinity, etc styled setup really. I'd not be surprised if there was some way to remap at least part of it all though I never went looking as the default scheme worked OK for me for the most part.
-
I'm rather fond of the abstract visuals as they are. Will probably check out the tiles at least once though. I luv ascii gore.
The one thing I would really like to see though would be sound for this game.
-
Controls aren't too rough so long as you're handy on a mouse wheel and can do a bit of combo between KB and mouse---your standard sort of Diablo II, Divine Divinity, etc styled setup really. I'd not be surprised if there was some way to remap at least part of it all though I never went looking as the default scheme worked OK for me for the most part.
I remember I had some troubles with them until I got some experience with it.. and not one of the easiest games to learn. But once you're in it's very good and there's nothing similar around. Last but not least, Wouter is a very active developer who also listens to players' opinions.
I'm rather fond of the abstract visuals as they are. Will probably check out the tiles at least once though. I luv ascii gore.
Same here, I love the black empty corridors of Triangle Wizard and I'll probably never go for tiles.
Anyway I'd be keen to see some less abstract representations for the monsters like the "tiles" NON is using with Infra Arcana.
-
R14.02
Hey all! It is time for a new patch. It is mostly a patch to polish a few things, but it does add some new features such as the ability to buy incantations in shops, secret vaults and a new quest.
Patch R 14.02 Notes
-You can now buy plain incantations for spells in shops.
-Added the ingame clock to the option menu.
-The tiled minimap should be clearer.
-Priest of Dorah now correctly benefits from the normal boon of Dorah in addition to the priest boon.
-Corpus Furia produces additional gore (if gore is enabled).
-You can no longer pickup gold while your are jumping.
-Azathoth now correctly grants resurrections based on dungeon level instead of character level.
-Character information of the player now shows if Azathoth will provide a resurrection or not.
-Creatures can only take damage from an Evaporate Wall spell every few frames.
-Tydei powerups now have random color and correctly function together with tiles. Tydei no longer makes you confuse items.
-There are now tiles for altars, shrines and staircases if you enable tiles.
-Added a new mid level quest, The Case of the Lost Diamond Pickaxe.
-Improved the level generation algorithm, there should be some more variety in room placement.
-Grechen's curse can no longer put your gold into the negative.
-Added secret vaults. These are randomly present and are only visible if you have opened them (by blowing up the entrance or wall-walking over it). They contain random rewards and danger.
-Priests of Dorah can now detect hidden vaults.
-Worshipping Jeffears increases the chances of finding vaults.
-Added a new item suffix.
-Creatures can no longer hold doors closed.
-Treasure Hunters find more gold in vaults.
-Added blinking red glows at the sides during a death warning.
Some nice improvements and so soon after the last major. 8)
-
R 14.03
Hey all!
Time for another update! It is actually a deceptively big one; it adds about one hundred new talents, that includes a new talent for each and every spell! They are quite varied; for example there is a talent that snares victims of Malediction spells to nearby walls, one that allows you to put wall spells down in a circle, a talent for Death Storm that makes it suck in nearby creatures during its start-up phase and even one that allows Haste to slow incoming projectiles!
Another major addition are auras which can best be understood when compared to the Paladin auras in Diablo II. Champion monsters are the most prevailing source of these auras, although some very rare items also produce them. There are both aggressive and defensive auras, and because they are read from their own new file it is easy to add new auras or modify existing ones!
Patch R 14.03 Notes:
-Dramatically increased the cost of buying incantations in shops. The incantations found on the ground in a shop still have the normal price.
-Buying an incantation from the shopkeep no longer grants you knowledge of the spell; you also need to buy a spell level.
-If using permadeath the game is saved after opening a vault to avoid exploits.
-Gold now has a graphic if using tiles.
-Added a new stat; Encumbrance.
-Armor no longer gives a flat speed penalty and can always be worn.
-Armor now has an encumbrance value that represents a fraction of speed decrease. Encumbrance acts multiplicative.
-Added a few item prefixes.
-Added a few new general talents.
-Increased the chances champion monsters have talents.
-Added about 100 new talents.
-Increased the power of the Brute's Strength talent.
-Erachna's lair now contains holy water instead of ordinary water.
-Standing in holy water provides protection against death magic, standing in unholy water provides protection against holy magic.
-Worshipping Neptus increases these benefits.
-Death Storm with the Divine Storm talent will no longer poison water.
-The Pandemonium Fortress now contains holy water, and the Halls of Anguish unholy water. Pools of such water can also randomly be found in quest areas.
-Added auras to the game. Auras work a bit like the Paladin auras in Diablo II. They can be modded and new ones added since they have been given their own new files: auras.tri. Champion monsters may randomly have auras and auras can also be found on rare items.
-Added support for auras for unique creatures and quest related creatures.
-Added auras to several unique creatures.
-Call Hero heroes can no longer obtain several of the more powerful abilities of champion monsters (i.e. damage reflection etc.).
-Increased Orc base speed. Orcs also suffer from less encumbrance.
-Added the Death Knight and Gargoyle races (thx Delekti).
-Dream Images sent to kill the player by Euphoria will now pursue the player down the stairs.
-Increased the variety in champion monster names.
-Corpses should no longer sometimes show up in dark vision.
The tradition of minor updates adding major and far-reaching new features continues unabated. 8)
-
R 15.01 with some rather substantial and quality of life changes:
Time for another update! The AI is smarter with Dispel Magic now, you can now talk to friendlies in the dungeon to make them either join you, wait for you, or hostile to you. There are also a few quality-of-life updates such as better visibility for the map screen if using tiles, and F2 now prefering powerups over traps should they be in the same location. You can now also insult deities at their own altars, and atheists can now loot them.
The biggest addition is perhaps the chance to play the ultimate evil by choosing the Nameless One himself as your deity. This changes the story a bit and can lead to a new ending. Instead of seeking to imprison the Nameless One you now actively seek his release upon the world. This path is very difficult though, as you become the enemy of all Creation and many former enemies may now join to seek your destruction. Only for veterans!
I still have a few fan suggestions to go through, but I am going on holiday in the near future so those will have to wait for a future update.
-Fixed some typos.
-Added the Darkness Aura.
-Fixed a rare bug in the champion monster talent generation that could cause a crash.
-The Tear of the Broken God now also generates healing potions when casting spells, but only if you have less than ten.
-There are no longer zones in water and lava where you are not affected by it.
-Clarified the description of the Arcane Sanctum spell with regards to the Turn Undead spell.
-Getting a winning lottery ticket via a wish now grants bonus points if you finish the game, defeating Maevalin, holding it. It also changes the ending in a minor way.
-Walls in the minimap screen now oscillate between tiles and non-tiles to make them more distinct from floors if using tiles.
-Entrance and exits of dungeons should no longer be in the lava, water or wall.
-The new game screen now has a clock.
-The AI is now more intelligent with the usage of Dispel Magic; they now only dispel hostile enchantments on allies, beneficial enchantments on enemies and enemy invocations such as Death Storm and Pestilence.
-The effect that Dispel Magic has, which causes it to dispel multiple enchantments at higher levels, does not work if used on friendly enchantments.
-Allies that join you in the dungeon don't do so automatically, you now first need to talk to them. However, they will still be friendly and aid you (but not follow you) if you don't.
-You can tell allies to stop following you by talking to them. You can also make them hostile.
-You can now insult other deities at their altars to gain their curse. If you are an atheist you can loot the altars instead.
-Taric demands a few less quests.
-Healthbar outline is now different for creatures who can join you but have not done so.
-Examine (F2) will now prefer powerups over traps if they are in the same place.
-When all aspects in the Hall of Spirits are killed, Taeniasis will now spawn at the player's location.
-Azathothian Cultists will now deal disintegration damage if below 75% of max health instead of 60%.
-Added the Nameless One as a deity. This also adds a new ending. Following this deity makes for a more difficult game. It will also change the dialogues of several boss encounters.
-Mystra's details, for a Chosen of Mystra, in the Deity screen will no longer have text on top of other text.
-Added another fix for the game crashing upon achieving victory.
-AI will now recognize that it can use Glass Spray on flying creatures if it has the Jagged Skies talent.
-Many bosses now use various talents.
-Increased Maevalin's hitpoints.
-
R 15.02 in the Holiday Spirit. :D
It is the annual roguelike release party, so I guess I should also release something :P. So here we go! I have added two classes inspired on suggestions by Delekti, a few talents have gotten buffs, a new deity, planar travel and spell talents are now more common for your starting spells. Also added was a timeline showing the various deaths of your characters. Unfortunately this feature will only function with adventurers who will die from this version on.
Also remember, on the 27th of October Triangle Wizard will exist for 4 years! :D
Patch R 15.02 Notes
-Priests no longer swap class names upon being cursed.
-Fixed the death text from Karthus's Death Aura and the aura of Akatosh.
-Added the Zombie Lord and Blackguard classes.
-The Judgement of the Righteous talent now also grants Turn Undead bonus fire damage.
-The Hand of Carceri talent now also grants Touch from Beyond a chance to infect victims.
-Talents of class starting spells now turn up much more frequently for that class, rewarding the player for sticking to those spells.
-Provided another fix for the player victory crash bug.
-The Contingency Mantles talent is now more effective.
-Fixed a bug that sometimes caused Spellmantle to malfunction until you descended a level.
-Fixed a bug in the Archmage Morcalava quest which caused walls to glow yellow when a member of Morcalava's Harem was slain.
-Modified the font in the Trianglopedia so it can display odd characters.
-Added a new deity: Raziel, The Soul Reaver.
-Creatures reanimated via a unique ability, for example Pyro's Clockwork creatures, do no longer provide experience or gold when they are slain.
-Added Syntropic Shrine.
-Added the timeline.
-You can now sort items in your inventory by item type and quality level. You can sort the items in a shop in the same way.
-Caster AI now understands Entangle removes the ability to fly and will now use spells that only hit non-flying creatures on entangled creatures.
-Added time stamps on character creation and death.
-
R 15.03
Hey all! So it turned out there was some pretty serious problem with the sorting algorithm in the previous version (the ARRP version). The problem was serious enough for me to warrent a quick fix update. Therefore there are no new features in this update; only a few fixes, but I would still implore you all to use this new version over the old one ;).
Patch R 15.03 Notes
-Fixed Zenithar making his disciples pay for things in random levels when he is not angry.
-Fixed a crash that would occur if low level enemies became frozen.
-Fixed a bug where Wuzeare could make entire walls disappear.
-Fixed a few typoes.
-Belt items are now sorted between ring and feet slots when using sort by type.
-Fixed a major bug in the item sorting algorithm that lead to exploits.
-
R 15.04 featuring some....interesting....levels and quests alongside the heap of nice fixes and additions 8)
Hello everyone!
It is almost Triangle Wizard Day! Only a few more days until the game exists for four years. Let us celebrate with another update! There is a new class (thx Delekti for the inspiration!), a new quest and a new random level and a few graphical upgrades for a few spells. Also included are a new devious form of trap; wall mounted traps! Another thing that is going to be useful is the ability to toggle talents so you can deactivate talents temporarily.
Patch R 15.04 Notes
-The Dungeons and Decorating quest now also allows lava (for the Dungeon Master) and (un)holy water as water.
-Holy, acid and unholy water now correctly works with the Brinelady powers.
-Fixed a few typos.
-Color Blast has a new visual effect if you have the Mesmerizing Colors talent.
-Friendly Cloud of Ashes spells do not obscure sight as much.
-Cursed items now also sparkle if powerfully cursed and they are on the ground.
-Gemini's priest power now works correctly with tiles.
-Corrected some starting spell levels for the Blackguard and Zombie Master classes.
-Added the Fool class, an insane mage whose abilities increase via cursed items.
-Fixed a crash involving Wuzeare's priest ability and fixed an error that stopped it from functioning properly.
-Upgraded the visual of Swirling Stars a bit.
-Total item level is now visible in the inventory (this is particularly of use to the new Fool class).
-Save games now have an extension identifying the game version.
-Traps can now also be mounted inside walls.
-Traps can now have spell talents.
-Many talents can now be deactivated (and reactivated later if needed) in the talent screen.
-Another fix for the crash on victory bug.
-Added the Dread More late game quest.
-Added the Trollmire random level.
-Fixed a bug that caused some quest creatures to be spawned inside walls.
-Added the Cloaking Aura.
-Crusade should no longer spawn creatures outside the level boundaries.
-Cursed Potions of Level Up can no longer be used in unique levels.
-Umbral Blot can now fly.
-Maevalin's random talents can no longer make him immune to damage.
-Added Delekti's Plot Hole as a unique drop.
-Updated the visual for Fury a bit.
-
R 15.05
Hello everyone!
I have rolled out another patch. Due to time constraints it is mostly bug fixes, but there are also a few quality of life updates.
Patch R 15.05 Notes:
-More fixing for crashes at victory.
-The Nameless One can now cast Teleport.
-Fixed an error with the Scroll of Tartarus that caused it to decrease the chances at receiving resistance power ups instead of increasing them.
-Added an option to increase game speed, use with caution!
-ESC menu options now show keyboard shortcuts.
-Added keyboard shortcut for shifting dimensions.
-Enhanced visual of Fury.
-Fixed a major oversight that caused erratic power up drop behavior at later stages of the game.
-Added the Averin's Ecstasy talent.
-
R 15.06
Perhaps the smallest release ever, but still nifty in one particular part:
Hello everyone!
A bug with the Fool's class was discovered last week, so I decided to release a small fix for it. I also included a new random level to honor another roguelike that I have been playing a lot recently.
Patch R 15.06 Notes:
-Fix a bug which caused certain quests to put the game into an infinite loop if you were playing the Fool class.
-Added the Dark Days Ahead random level.
-
R 15.07
Hello everyone!
Since a bug was discovered yesterday, and I can't stand bugs (especially in my own programs), so here is a bug fix upgrade. And due to some extra free time we get here in the Netherlands because of ascension day, I also managed some other stuff. In particular there is a new talent, and a few new unique and normal creatures to combat!
Patch R 15.07 Notes:
-Fixed a bug which occurred when looting an altar as a theist that could cause your character to gain some extreme bonuses.
-Added 12 new normal creatures and 7 new unique creatures.
-Added the Arcen's Sanguine Burst talent. To see the full visual you do need to switch gore on.
-Changed the Azathoth priest power to deal melee disintegration damage 50% of the time instead of requiring your health to be below a certain percentage for it to kick in.
-
R 16.01....amusingly just a short while ahead of ARRP 2013 :P
Hello wizarding triangles!
After much waiting I found a few days to do some work on Triangle Wizard, so here is another update! Many new races in this new version, along with a new class. We can all thank Pierpaolo Bonetti for his many suggestions! In addition there are quite some bug fixes, and some small upgrades here and there.
Patch R 16.01 Notes:
-Information about the location of the Trollmire and the Dark Days Ahead levels can now be correctly obtained via a Sanctified Shrine.
-Fixed some issues with the font in the inventory.
-Added the 'item_fix' console command to retrieve objects that are outside the level.
-Trolls now correctly deal high damage in melee.
-Added the Cro-Magnon and Salientian races.
-Added the Paragon class.
-Fixed a small problem with the initial spell keybinding of the Zombie Lord.
-Zombie Lord's Infection spell now correctly regenerates and starts at level two.
-Fixed a bug in the Necromancer transformation handler which could affect spell damage.
-Mechayon is now immune to the Infection spell.
-Oozemaster's Slimeform now lasts 30 seconds regardless of level, allowing for better timing.
-Added the Werewolf race.
-Increased the power of the Totemic Whisperer's familiar.
-Fixed a problem with followers of Zenithar having to pay for stuff in non-shop levels. Zenithar shop functionality now takes a few seconds to be available after level start.
-Excruciating Demisatisus disease now has a chance to make the victim explode when it ends.
-Trolls now have slower casting speed instead of slowed spell regeneration.
-Some levels are no longer square.
-Fixed a bug in the level generation logic which could generate levels which are not connected.
-Fixed a very rare bug that could crash the game while worshipping Zenithar.
-Items which 'on-cast' effects now correctly work when equipped on an ally.
-You can now ask allies to unequip and drop their item by pressing PageUp on top of them (the same key you use to give items with).
-Fixed a bug whereby equipping an ally with an item, killing them, resurrecting them and equipping them again etc. would lead to infinite stats.
-Fixed a typo in Captain Jack's Compass.
-Added five new unique creatures.
-Added a little something for Triangle Wizard day (the fifth anniversary).
-
A key fix slipped through the cracks last night, redownload about now'ish to have the correct R 16.01
-
R 16.02
Hello wizarding triangles!
Two small problems were identified with the previous version, notably some missing characters in the font and a minimap that did not display the entire level (thanks to Sam Stephens for reporting!). So this update fixes those problems. In addition I added a new disease to torment you, along with twelve new creatures to haunt you.
Patch R 16.02 Notes:
-Fixed a font problem.
-The whole level should now correctly fit on the minimap.
-Added the Atomic Dissonance disease.
-Added 12 new creatures.
-
R 16.03 ARRP
Hello my fellow wizarding triangles,
This weekend is the Annual Roguelike Release Party 2013, so I guess it is time for another update! This time we may thank James Benson who has been sending me a lot of fine feedback last week, some of which has been incorporated in this update. Unfortunately there was no time to add everything, but it is on the to-do list for the next update. Aside from his comments there are a few tiny fixes here and there in this update.
Patch R 16.03 Notes:
-The Lasher now deals corruption damage.
-Fixed a problem with the initial keybindings of the Zombie Lord class.
-Allies will no longer cast empowered spells outside of combat.
-Added an option to disable background battles in the menu.
-Description of the Angel race no longer overlaps with vision info.
-Added an option to show persistant spells affecting the player on the top right of the screen.
-Powerups for spells you already know now glow for easy recognition.
-Status effects are now shown in werewolf form.
-Added an option for allies to automatically join without the need to talk to them.
-You can now gain redemption quests for offended deities even if you currently worship another one. Performing these will remove their curse but will not make you join them.
-Asking your deity to protect you from another deity when you (accidentally) kill one of their disciples is no longer possible. Instead you can force your deity to do so, but this has a chance to upset your deity.
-Weather mage's Weather Tap ability has been increased to 50%.
-Auramancer's Mystic Auras ability has been increased to 50%.
-Chronomancer's Tempus Fugit ability has been increased to 15%.
-New game text for the Auramancer now correctly states that the Auramancer gains the detect alignment ability.
-Ocular Neopythe's Baneful Sight ability has been increased to 12.
-Druid's Nature's Servant ability has been increased to 10.
-Sorcerer's Arcane Will ability increased to 8.
-You can now also use Esc to exit the Credits and the Tomb.
-Stamina is now fully restored when going to the next level and in addition any exhaustion is removed.
-You can now press M in the New Game menu to get a dropdown menu for the choice you need to make on the active tab. (Incidentally you can also press N to go to the next tab and Z to start the game if you are in a hurry).
-Added the Pantheon random level.
-
R 16.04
Hello my fellow wizarding triangles,
Here is a small update due to a bug that could lead to a crash if you stayed in the spiritual plane too long. There is also a new random special level because I dislike releasing bare bug fix updates.
Patch R 16.04 Notes:
-Some processes (such as the symbols appearing in the Spiritual Dimension) should no longer plague the minimap.
-Fixed a crash due to using the Spiritual Plane in a dark level.
-Added the Halls of Mirrors random special level.
-Increased the value of the Umbral Blot's loot.
-AI will now sometimes cast wall spells (such as Firewall) under the player instead of between her and himself.
-
Bit of a shame Wouter hasn't been updating the game for three years. Does anybody have some information on him and this project?
-
Things happened(he's totally ok!)....but....there's cause for optimism to be renewed of late. 8)
-
Good to hear! Thanks Getter, long time we haven't chatted.
-
Heh, no prob---I never truly stopped bothering Wouter about it this entire time really~ :P
-
R 17.01 As foretold with hopes for years~ 8)
Hello there my fellow wizarding triangles,
It has been a long time, has it not? Well the time has come again, there is a new Triangle Wizard update! The main new addition is the melee system overhaul and the addition of ranged weapons. I have also updated the GUI a bit and added support for larger resolutions. And of course there are also some new items, creatures, etc. I hope you will all enjoy it!
Patch R 17.01 Notes:
-Added support for the changing of the screen resolution.
-Changed some fonts.
-Removed the inventory limit. You can now carry as many items as you want.
-Gave the spellbook an overhaul.
-Removed standard letter key-bindings for spells. You can now only set one spell per letter. Pressing the letter instacasts the spell, and does not switch your selection.
-Added keylistings to several screens.
-It now costs time to cast spells and some spells acquire a target at the start of spellcasting, whilst others do so at the end.
-Added some new item prefixes and suffixes.
-Lowered Spectre's vulnerability to magic and holy damage.
-Sprinting is now done via the shift key and no longer the right mouse button.
-Removed right mouse botton movement.
-Sprinting is no longer an option that can be toggled in the options menu.
-There are different types of melee attacks now. You can right click to melee as well (for ranged weapons).
-Vertigo now lowers melee damage by 50%.
-Poison now lowers melee damage by 30%.
-Added new items.
-Added new creatures.
-Added new unique creatures.
-Added alternative melee and ranged weapons.
-Some bosses now have alternative melee attacks.
-Fixed a bug involving melee causes of death having incorrect descriptions in the log.
-Added the "Back to the Future" late-game quest.
-Fixed a bug with the Halls of Mirrors special level not appearing.
-Added the Target Practice special level.
-Added the "The Immaculates" mid-game quest.
-Yellow Musk Zombies now have a speed.
-Fixed a bug where a redemption quest would mention the wrong deity.
-Showing healthbars is now the default option.
-Damage no longer has to be integer for spells.
-Added sparkles to powerful items in the shop screen.
-
I was really interested in this back in the day, but couldn't play it on Linux. The latest version seems to run in Wine :)
As always,
Minotauros
-
Dreams come true! I didn't belive that TriWizard would resurrect.
-
That's very good news. Getter, this is also your merit.
-
R 17.03 8)
Hello there my fellow wizarding triangles,
Again it has been a very long time since the last update. We are now in 2018, the tenth year since Triangle Wizard's initial release back in 2008. The last few years there have been only a few updates. The main reasons were my PhD and me moving on to other projects. However, bugs were reported and so I answered the call with an update. Two actually; the first was just the quick bug fix, the second adds some new content.
Patch R 17.03 and R 17.02 Notes:
-Fixed bug where sometimes you could no longer cast any spells.
-Added Mimisica, The Dame of Pleasure, as a new deity.
-
Wooo-hooo! I almost forget about that game, it's time to play it again :)