Legend of Grimrock

Legend of Grimrock

Create and download new dungeons, items, monsters, & environments
Use the Dungeon Editor to build entirely new adventures and challenges for other players to solve. Fill your dungeons with puzzles, traps, or even totally new items, monsters and environments with custom graphics and audio! Click here to learn more.
One man party?
Is there any way to limit the player to just one character, and possibly a pre-made character for the dungeon itself?
< >
Showing 1-6 of 6 comments
Mish Jan 21, 2015 @ 7:52pm 
Toorum
Regis Castus 1 Jan 21, 2015 @ 9:19pm 
How do I go about forcing that?
LocalFire 4 Feb 20, 2015 @ 2:21am 
Don't know if you are still looking for an answer to this but heres what I used

for i=2,4 do party:getChampion(i):setEnabled(false) end
party:getChampion(1):setStat("dexterity", 25)
party:getChampion(1):setStat("willpower", 14)
party:getChampion(1):setName("Evante Morecari")
party:getChampion(1):setClass("Rogue")
party:getChampion(1): trainSkill("assassination",50,true)
party:getChampion(1): trainSkill("daggers",10,true)


end
end
end


just stick that into a script entity and it will reduce the party to a single custom character although you may want to edit it to fit your purpose.
Regis Castus 1 Feb 20, 2015 @ 6:20am 
Thanks, been wondering about this. Will give it a shot.
Dr.Disaster Feb 20, 2015 @ 11:41am 
Check out the "The Characterizer" mod. It let's you modify a party including the number of active characters.
Samard Apr 13, 2022 @ 10:40pm 
Originally posted by LocalFire:
Don't know if you are still looking for an answer to this but heres what I used

for i=2,4 do party:getChampion(i):setEnabled(false) end
party:getChampion(1):setStat("dexterity", 25)
party:getChampion(1):setStat("willpower", 14)
party:getChampion(1):setName("Evante Morecari")
party:getChampion(1):setClass("Rogue")
party:getChampion(1): trainSkill("assassination",50,true)
party:getChampion(1): trainSkill("daggers",10,true)


end
end
end


just stick that into a script entity and it will reduce the party to a single custom character although you may want to edit it to fit your purpose.
Thanks for the script :steamthumbsup:
< >
Showing 1-6 of 6 comments
Per page: 1530 50