Search found 73 matches

by Slava
Tue Jun 24, 2025 2:16 pm
Forum: Mod Creation
Topic: Permanent water breathing
Replies: 2
Views: 45

Re: Permanent water breathing

Hi, Just type in console for i = 1, 4 do party.party:getChampion(i):setConditionValue("water_breathing", math.huge) end To disable for i = 1, 4 do party.party:getChampion(i):setConditionValue("water_breathing", 0) end individual party.party:getChampion(X):setConditionValue("...
by Slava
Sun Jun 15, 2025 8:31 am
Forum: Mod Creation
Topic: Ask a simple question, get a simple answer
Replies: 3993
Views: 3554554

Re: Ask a simple question, get a simple answer

I keep getting this error message and need help to get the script right.
Your problem is this

Code: Select all

party:getChampion(0)
In Lua arrays start with 1. So the index of the first champion will be 1 and not 0
by Slava
Sun Jun 15, 2025 8:25 am
Forum: Mod Creation
Topic: A new mod Keepers of the garden needs help!
Replies: 3
Views: 254

Re: A new mod Keepers of the garden needs help!

Hi! The screenshots look interesting! I am a big fan of Grimrock games! I want this game to have as many mods as possible! So, I am ready to offer my help with scripts. Write me a PM.

You can also find many add-ons on the Nexus Mods website
by Slava
Tue May 27, 2025 5:58 pm
Forum: Custom Dungeons
Topic: [WIP] Generations of Kings
Replies: 57
Views: 29084

Re: [WIP] Generations of Kings

Hi Jos! I said third level, but I was mistaken, it happens at Dark Tower Level 4 (map 36). Okay, I'll take care of it. I think I even know what the problem is. Could you check my hunch? Type in the console: floor_trigger_300.floortrigger:removeConnector("onActivate", "DarkSollSecond&q...
by Slava
Fri May 23, 2025 8:29 am
Forum: Custom Dungeons
Topic: [WIP] Generations of Kings
Replies: 57
Views: 29084

Re: [WIP] Generations of Kings

Thank you so much for your review! It's a great encouragement for me. I am flattered that this is your first post on the forum. :roll:
by Slava
Fri May 23, 2025 6:46 am
Forum: Custom Dungeons
Topic: [WIP] Generations of Kings
Replies: 57
Views: 29084

Re: [WIP] Generations of Kings

Hi Jos, thank you so much for your review! I was expecting some new bugs to appear. Unfortunately, I don't have time to test everything myself. Huge thanks to you for this! I will definitely fix all bugs and release a new version in the near future. Did you find a little mention of yourself in the g...
by Slava
Mon May 19, 2025 2:53 pm
Forum: Custom Dungeons
Topic: [WIP] Generations of Kings
Replies: 57
Views: 29084

Re: [WIP] Generations of Kings

^^ yes it is. I forgot to write about it.
by Slava
Fri May 16, 2025 9:25 am
Forum: Custom Dungeons
Topic: [WIP] Generations of Kings
Replies: 57
Views: 29084

Re: [WIP] Generations of Kings

Thank you for your posts. I'll keep trying to figure it out. UPD Errors corrected. New version uploaded to nexus. Thank you for your bug reports! I hate it so much when everything works fine in the editor, but after saving and uploading it doesn't work as it should. I hate it when compilation crashes!
by Slava
Thu May 15, 2025 10:20 am
Forum: Custom Dungeons
Topic: [WIP] Generations of Kings
Replies: 57
Views: 29084

Re: [WIP] Generations of Kings

Changes in version 1.1 Fixed a problem in the inn in the arena. Recipes on the tables were impossible to take. Fixed a couple of places on the second level of the dark castle where you could get stuck. Added a recipe for making a bear form potion. It's not in the description, but the druid now gets ...
by Slava
Tue May 13, 2025 2:58 pm
Forum: Custom Dungeons
Topic: [WIP] Generations of Kings
Replies: 57
Views: 29084

Re: [WIP] Generations of Kings

Updated the version of the game on the nexus What's new in version r1.0: Now you don't need a password to play your party. If you don't create a party, the default party will be my customized story characters. Fixed some incorrect moments when playing with custom party. You can now adjust the game s...