Search found 1126 matches
- Wed May 29, 2024 10:35 pm
- Forum: Addons
- Topic: Quickshot and Munitions Expert Evoltuions for Archer
- Replies: 3
- Views: 11898
Re: Quickshot and Munitions Expert Evoltuions for Archer
Changed the check used by Quickshot to fetch the tool slot ammo in order to accommodate steamguns, thanks to a report on Steam. An Archer can't off-shoot like a Gunslinger, and this won't change that it in any way and will explicitly only handle a mainhand launcher, anyhow. v 1.0.2 ___ Now works wit...
- Wed May 22, 2024 3:26 pm
- Forum: Addons
- Topic: QUICK Campaign
- Replies: 19
- Views: 14867
Re: QUICK Campaign
I may have forgotten to address that space dwarf cave issue that Rexo reported previously... but it didn't take long for someone else to run into another one of these zones, which prompted me to go over my method for gating transitions with regard to these sub-level type areas and try to come up wit...
- Mon May 20, 2024 6:20 pm
- Forum: Addons
- Topic: QUICK Campaign
- Replies: 19
- Views: 14867
Re: QUICK Campaign
Small typo in the main Zemekkys chat, in the fifth perk handling: {_t"Choose the anti-magic scroll (gain the fungus talent line and enhanced anti-magic zone talent)", action = function(npc, player) player.__quick_perks = player.__quick_perks or {} player.__quick_perks[#player.__quick_perk...
- Sun May 19, 2024 5:26 pm
- Forum: Addons
- Topic: QUICK Campaign
- Replies: 19
- Views: 14867
Re: QUICK Campaign
Small typo in the main Zemekkys chat, in the fifth perk handling: {_t"Choose the anti-magic scroll (gain the fungus talent line and enhanced anti-magic zone talent)", action = function(npc, player) player.__quick_perks = player.__quick_perks or {} player.__quick_perks[#player.__quick_perk...
- Sat May 18, 2024 10:04 pm
- Forum: Addons
- Topic: QUICK Campaign
- Replies: 19
- Views: 14867
Re: QUICK Campaign
I looked into the chat for the AAT and I see what you mean. I can hook into that and change the options to accommodate wanderers and adventurers pretty easily, I think. I didn't think about the whole "tinkers need monster bits" thing. I'm not sure what to do there, but some kind of shop mi...
- Sat May 18, 2024 4:32 pm
- Forum: Development
- Topic: JSON chat files?
- Replies: 2
- Views: 64038
Re: JSON chat files?
Oddball question: I've seen, both in the game module and in several addons, chat definitions written in a JSON format rather than the usual Lua newChat{} method. The JSON data includes 'pos_x' and 'pos_y' fields, so I'm guessing they're generated by some GUI graph-manipulation program. Since the en...
- Sat May 18, 2024 12:35 pm
- Forum: Addons
- Topic: QUICK Campaign
- Replies: 19
- Views: 14867
Re: QUICK Campaign
Congrats on the win! And I'm really glad you're enjoying it :D I'll look into the spaceship cave thing. I never encountered it in my testing. I did encounter other other event mini areas, like damp cave, and I was able to transition between those and the level without trouble... but some vaults were...
- Thu May 16, 2024 8:29 pm
- Forum: Addons
- Topic: QUICK Campaign
- Replies: 19
- Views: 14867
Re: QUICK Campaign
v1.0.0 is up! The campaign is now up to par for my goals of the "full release" (and then some, see below). From here on out it's just bug fixing and balancing. I do have a few more ideas for end game challenges (with certain DLCs), but I'm going to take a break from adding anything new for...
- Thu May 16, 2024 5:08 pm
- Forum: Addons
- Topic: QUICK Campaign
- Replies: 19
- Views: 14867
Re: QUICK Campaign
Heh, glad to be of service. :) I will wait for the patch, no problem. I will probably die in the Prides anyway, so ... Btw, have you considered adding some extra minilevels / bossrooms (like Bill's glade or the Weirdling beast in the fortress or an arena level, for example) with a couple more bosse...
- Thu May 16, 2024 1:26 pm
- Forum: Addons
- Topic: QUICK Campaign
- Replies: 19
- Views: 14867
Re: QUICK Campaign
Heya nsrr, I was able to finally beat the Master with my Krog Mindslayer on 0.0.9 (game was also created on that version) , but it looks like I got softlocked in the Ambush level :). I story-died there and now can't use neither the RoR, nor the exit, hehe. Here is the character in question: https:/...
- Mon May 13, 2024 2:14 pm
- Forum: Addons
- Topic: QUICK Campaign
- Replies: 19
- Views: 14867
Re: QUICK Campaign
Is… Zemekkys supposed to turn hostile when you're antimagic? :? I've reproduced this both with an Oozemancer and with a regular character that took Wild-gift/Antimagic as a stage reward. Also, I've tried taking the Rune of Reflection as a stage reward a couple times, and haven't ever gotten it. [so...
- Mon May 13, 2024 12:38 am
- Forum: Addons
- Topic: QUICK Campaign
- Replies: 19
- Views: 14867
Re: QUICK Campaign
Hm, no, he shouldn't hate you for being or going anti-magic (of course it would make sense lore wise, but it would also make some characters impossible in the campaign, and that would be no fun). I'll look into that. Whoops, I think when I shuffled the last perks around I forgot to make sure I updat...
- Sat May 11, 2024 5:26 am
- Forum: Addons
- Topic: [v1.7.0+] Automatic Notes
- Replies: 50
- Views: 64502
Re: [v1.7.0+] Automatic Notes
You work Quick
Thanks for taking an interesting and supporting my campaign with your tools

Thanks for taking an interesting and supporting my campaign with your tools

- Tue May 07, 2024 12:39 am
- Forum: Addons
- Topic: QUICK Campaign
- Replies: 19
- Views: 14867
QUICK Campaign
https://te4.org/games/addons/tome/campaign-quick (also available on the Steam Workshop). A fast playing campaign that sends you on a sprint through portions of Age of Ascendancy dungeons with a pit stop after each at a central hub that contains many options for shopping as well as an NPC who will c...
- Fri Mar 22, 2024 1:31 pm
- Forum: Bugs
- Topic: Counterstrike doesn't mention the Defense penalty
- Replies: 1
- Views: 4764
Re: Counterstrike doesn't mention the Defense penalty
I made a MR for this a while back (July 2021, apparently) and it has been merged into the master branch already. In the next version, the counterstrike debuff description will state the defense penalty. It doesn't look like I changed the Block description to mention that the Counterstrike effect it ...