Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
Yes, of course, feel free to DM me, and I’ll share the required files with you.
That's okay (I used discussion since the comment section is so limited), I played the Stories expansions manually with my friends, and we have yet to beat the bosses at the final floor. If you're planning to support the setup, that will be great. Otherwise, I can attempt to modify your script (I tried once, but I was missing two requires so I couldn't use external editor like Visual Studio Code, and tne in-game script editor is horrible. Can I DM you about the two requires I'm missing?)
Apologies for the delayed respons, I missed your message.
The Stories expansion provides two additions:
Stories – Adds storylines to the adventure, which is already implemented in this mod.
The Epic Dungeon – This is what you're referring to, but the script setup hasn’t been added to the mod, so this mode isn’t available by script for the game. However, you can still play in this mode by manually configuring the setup, as it seems all the necessary cards are included for that purpose.
I'm glad you liked it! Did you play the update with the tracker that lets you choose the number of dice and skill bonuses, or was it the previous update without the tracker?
I intentionally didn’t add four slots to keep characters closer together, which makes it easier to play in a more compact setup. You can always hold the portion cards in your hand, for example. When my friends and I play, it doesn’t cause any inconvenience, so I’d prefer not to add more slots as I don’t really like how much space it would take up.
Thank you for your additions! We had a session tonight and were impressed with the new features. The Rest command works, hero un/conscious figurines also flip automatically. The bonuses work too when rolling, although we had a debate in some cases (e.g. +1 str and +1 melee attack using str). If I click melee attack action, it doesn't count the +1 str bonus (expected though). I need to confirm the rules though if the total bonus for melee attack is +2 or just +1.
Another request: could you expand the potion and spell slots? Right now, the potions and spell slots are combined together (only 2 for both of them). I read the FAQ for the potion expansion, we should have two slots each (2 spells and 2 potions, for a total of 4 slots).
Improvement:
- Added action tokens displaying bonus numbers to enhance gameplay clarity and track benefits more intuitively.
- Fixed the issue with drawing a new card from the dungeon deck.
- Removed 2 goblins from the goblin deck according to the rules.
- Fixed the issue where the health marker wasn’t moving to 7 or 8 points.
Thank you to Vaeux for identifying the issues and suggesting a solution.
Thank you so much for the detailed feedback. You’re the first to not only describe the issues but also suggest technical solutions, which I truly appreciate as I’ve just started learning to script for this mod, so it’s entirely possible I’ve missed a few things along the way. :)
Regarding the indexing issue—thank you for catching that! Lua does indeed start indexing at 1, which may have thrown me off. I’ll definitely double-check that.
Great observation about the goblins as well! I appreciate it.
You’re absolutely right about the manual health adjustment not always working. I’ve added a screen-based health adjustment as a temporary solution. I also plan to switch to a token system that can be adjusted by clicking the left or right mouse button, as moving them manually isn’t always the most convenient.
Also noticed some other things:
- There should only be 1 Shooty and 1 Pokey goblin in the base game, but this mod has 2 of each. The correct goblins are shown on page 2 of the rulebook.
- Manually moving the hero health markers doesn't work sometimes (immediately start and try moving Grok's health to 7 or 8). The checkPositions function's rounding method is the cause, I'd replace it with something like this:
return (math.abs(p1[1]-p2[1])+math.abs(p1[3]-p2[3])) < 0.1
(not proper euclidian distance, but good enough)
Version 4.0.10 Release Notes:
- Fixed several minor bugs.
- Removed the ability to pick up the hero card in hand.
- Added a reset button on the hero mat and the hero figurine.
- Improved health change showing for the hero.
- Added hero figurine rotation when they fall or regain consciousness.
I’m glad to hear that you enjoyed using the mode, as that was exactly what I aimed to achieve. Thank you for sharing your observations and advice. I’ll try to take a look starting next week, and hopefully, I’ll find some time and inspiration for it. Could you please clarify if the reset button has been missing from the start, or did it disappear after the back button was pressed or the mode was reloaded?
- A modifier for skill check and counter dice rollers, so e.g. I want to perform a Strength check with a total of +3 (bonuses from my gears), and my total is 5, the printed result is 8. If it's too hard, at least a modifier +/- button beside the roller would be nice to remind everyone how much the bonus is.
- A Damage context menu for the minions, just to reduce their health by 1. It might be tedious to, say, damage 4, and is easier to move the health track manually, so probably add a submenu for the amount of damage (1 2 3 etc.), like the rotational value of a dice (if you know what I mean).
Some issues:
- When the HP is 0, the text says "X hero is conscious". Did you mean "unconscious"? Also, it would be great if the corresponding hero miniature is laid down (or simply flipped) to indicate they are unconscious.
- When playing with my friend, somehow the Rest menu on our hero mat did not occur. When playing solo, it occured. I don't know why, will investigate it further when we encounter the same issue.
- Enhanced log functionality.
- Added notifications for dangerous actions.
- Added hero figures similar to the original ones.
- Improved hero and enemy positioning in rooms.
- Updated icons for digital buttons.
- Made speed and defense stats editable on-screen.
- Enhanced functionality of the End Turn button.
- Improved Torch Up/Down controls.
- Enhanced End Enemy Turn feature.
- Added a Claim Turn button.
- Improved 1PC (One-Player Computer) mode for smoother gameplay.
Improvements for "Go into Room" / "Prepare Room" Actions:
- If the newly prepared room is not connected with any adjacent room, an error will be displayed.
- Improved synchronization between walls and rooms.
Thank you very much for your feedback! Oh, you know, I had encountered this issue before but assumed it was related to my computer since my friends said everything was fine for them. :)
I appreciate the detailed information. It seems I've identified the cause of the problem, so it shouldn't occur again. If you notice anything new or have suggestions for improvement, please feel free to let me know.
On Act 1 side of the Torch Mat, when the Torch is at the bottom-left box (in between the "Enemy Action" and "Spawn Goblin in Entrance" boxes), clicking on the End Turn button will cause the game to seize up, showing two error lines:
"Error in Script (Global) function <clickedEndTurnButton>: index + length > size"
"Error in Script (Global) function <onSave>: Index was outside the bounds of the array."
The game then became extremely laggy, like 5fps. After some testing and trial and error, we realize that the issue seems centered around the script activating the "Spawn Goblin" box, but we're not sure exactly what causes the issue.
Nonetheless we still thoroughly enjoyed your mod and appreciate your efforts, thank you so much for making this!
Okay, I'll give it a try, thanks. I didn't notice this issue when 1PC is parameter was turned off. Thanks for letting me know.
Thank you for the great feedback! Enjoy your game. If you notice any bugs or have suggestions for improvement, please don't hesitate to reach out.
Yes, I have only tested it on solo mode with the 1PC parameter turned on so far.
I will be testing it out with some friends(will be 3-4 of us) on the weekend and let you know if we encountered any issues.
Thank you for clarifying how it works. Could you please let me know if this applies to solo mode when the 1PC parameter is turned on?
version 4.0.3 Release Notes:
- Fixed an issue where life was not automatically deducted when a monster appeared.
- Added auto zoom room card.
- Implemented action recovery for cards such as rooms, goblins, and monsters when pressing the back button.
Unfortunately, when I started scripting the mod, I didn't know that the back button would break the scripts. Since a lot of work has been done, it's now a bit challenging to adapt. About half of the work is done, and I hope I will have the strength and inspiration to finish it in the future. For now, please try to correct mistakes manually without using the back button.
"That's a shame that you don't have the original miniatures, I saw that other mods had them and figured they were available for the public."
I'll try to come up with something in the future.
"Sorry I misread the rules on set bonuses! Such as you gain health on attacks with lion set not gain additional base health per item!"
I'm glad you figured it out; I was starting to worry that I had done something wrong. The rules in the game aren't too complex, but there's always something new to discover.
Ahh I did use the back button! I used it because I "prepared the room" in the wrong position.
That's a shame that you don't have the original miniatures, I saw that other mods had them and figured they were available for the public.
Sorry I misread the rules on set bonuses! Such as you gain health on attacks with lion set not gain additional base health per item!
What specific item did you use to increase your base health stat? I don't recall any such item. Currently, this feature is not available, as these stats only duplicate the values from the hero mat.
Thank you for your feedback!
Unfortunately, I have added a lot of scripts to this mod, making it difficult to test and catch any issues by myself. Additionally, the back button is not supported, so I should probably add some information about this in the mod description.
"I had an issue last night where the tiles on the edge of the dungeon was not forming the corridors correctly and the minion did not spawn(was also on the edge of the dungeon)."
Did you press the back button? If the problem persists, could you please take a screenshot of the game showing the tile order, take a screenshot of the general chat and the logs, and maybe even save the game and share the JSON file?
"Also is there an option to add the original game miniatures?"
Unfortunately, I don't have the original game miniatures, which is why they are not included.
I had an issue last night where the tiles on the edge of the dungeon was not forming the corridors correctly and the minion did not spawn(was also on the edge of the dungeon).
Also is there an option to add the original game miniatures?
Thanks for all the hard work!
- The mod has been reorganized to reduce the number of elements being loaded.
- Added support for 2 languages.
- Changed the approach to dungeon deck formation due to minor bugs that were discovered.
- Added the ability to add and remove expansion components at the start of the game.
- The dungeon deck now correctly forms when selecting a story.
- Added the ability to automatically unlock a trap with the press of a button.
- The "End Turn" button is now placed at the top.
- The enemy turn is now a separate turn that needs to be ended by pressing a button.
- Added monster spawning.
- Added the ability to kill a monster.
- The lair card now has an action to enter the boss, after which Act 2 is automatically prepared.
If you're still interested in this board game, I wanted to let you know that many scripts have been added, including the ones you mentioned.
I've made some special fixes just for you!
the minion Troll's enemy action will influence the prepare action and kill goblin action. the automatically summoned goblin card's position and goblin token's color are wrong with the "kill" button missing.
All files were taken from the mod I left a link to in the description, try to get them from there or contact their owner.
Also, regarding the items under " https://drive.usercontent.goo