边缘世界 RimWorld

边缘世界 RimWorld

失能机关 - 机动龙骑
CdotH 9 月 29 日 上午 10:48
Can Ghouls mount Dragoons?
Can't access game right now and for some reason can't search on this app.

Can ghouls use the dragoon suits? Have an idea for a Frank Harrigan style character and if I could force them into a dragoon suit I'd be very happy.
< >
正在显示第 1 - 1 条,共 1 条留言
ranger76th 10 月 18 日 上午 6:09 
You can try to modify the Exosuit Framework'file from Github: .source\Thing\Building_MaintenanceBay.cs

public virtual AcceptanceReport AcceptablePawnKind(Pawn pawn)
{
if (GetComp<CompPowerTrader>()?.PowerOn ?? false)
{
return "NoPower".Translate().CapitalizeFirst();
}
/*Obscuring this judgment: Is the driver human?
if (!pawn.RaceProps.Humanlike || pawn.IsQuestLodger() || !pawn.IsColonist && !pawn.IsSlaveOfColony && !pawn.IsPrisonerOfColony && (pawn.IsColonySubhumanPlayerControlled || pawn.IsGhoul))
{
return "PawnNotQualified".Translate(pawn.Name.ToString()).CapitalizeFirst();
}
*/
return true ;
}

But I must say: I tried to modify it this way, and although it allows the synthetic to enter the Exosuit, the Exosuit texture is transparent, and it feels like the synthetic is floating in the air.
< >
正在显示第 1 - 1 条,共 1 条留言
每页显示数: 1530 50