Legend of Grimrock

Legend of Grimrock

Luo ja lataa uusia luolastoja, esineitä, hirviöitä ja ympäristöjä
Käytä Dungeon Editoria rakentaaksesi uusia seikkailuja ja haasteita muille pelaajille. Lisää tyrmiisi pulmia ja ansoja, tai käytä omaa sisältöäsi luodaksesi uusia esineitä, hirviöitä ja ympäristöjä! Klikkaa tästä saadaksesi lisätietoja.
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?
< >
Näytetään 1-6 / 6 kommentista
Mish 21.1.2015 klo 19.52 
Toorum
How do I go about forcing that?
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, been wondering about this. Will give it a shot.
Check out the "The Characterizer" mod. It let's you modify a party including the number of active characters.
LocalFire lähetti viestin:
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:
< >
Näytetään 1-6 / 6 kommentista
Sivua kohden: 1530 50