Legend of Grimrock

Legend of Grimrock

새로운 던전, 아이템, 괴물 그리고 게임 환경을 제작하고 다운로드하세요.
Dungeon Editor로 다른 플레이어들이 헤쳐나갈 수 있는 새로운 모험과 도전들을 만들어 보세요. 퍼즐과 함정 또는 자체 제작 그래픽과 소리를 이용한 새로운 아이템과 몬스터 그리고 환경적 요소로 던전을 채워보세요! 여기에서 자세한 정보를 학인할 수 있습니다.
Regis Castus 1 2015년 1월 21일 오전 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?
< >
6개 댓글 중 1-6개 표시
Mish 2015년 1월 21일 오후 7시 52분 
Toorum
Regis Castus 1 2015년 1월 21일 오후 9시 19분 
How do I go about forcing that?
LocalFire 4 2015년 2월 20일 오전 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 2015년 2월 20일 오전 6시 20분 
Thanks, been wondering about this. Will give it a shot.
Dr.Disaster 2015년 2월 20일 오전 11시 41분 
Check out the "The Characterizer" mod. It let's you modify a party including the number of active characters.
Samard 2022년 4월 13일 오후 10시 40분 
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:
< >
6개 댓글 중 1-6개 표시
페이지당 표시 개수: 1530 50