Legend of Grimrock

Legend of Grimrock

Skap og last ned nye grotter, gjenstander, monstre og miljøer
Bruk Dungeon Editor for å lage helt nye eventyr og utfordringer som andre spillere kan løse. Fyll grottene dine med puslespill, feller og til og med helt nye gjenstander, monstre og miljøer med egen grafikk og lyd! Klikk her for å få vite mer.
Regis Castus 1 21. jan. 2015 kl. 8.24
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?
< >
Viser 16 av 6 kommentarer
Mish 21. jan. 2015 kl. 19.52 
Toorum
Regis Castus 1 21. jan. 2015 kl. 21.19 
How do I go about forcing that?
LocalFire 4 20. feb. 2015 kl. 2.21 
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 20. feb. 2015 kl. 6.20 
Thanks, been wondering about this. Will give it a shot.
Dr.Disaster 20. feb. 2015 kl. 11.41 
Check out the "The Characterizer" mod. It let's you modify a party including the number of active characters.
Samard 13. apr. 2022 kl. 22.40 
Opprinnelig skrevet av 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:
< >
Viser 16 av 6 kommentarer
Per side: 1530 50