Disable the bailed out pilots?

Want to edit the game, build your own craft and missions? Here you'll find help, tools, guides and people to discuss with.
Post Reply

Disable the bailed out pilots?

Nimzomitch
Recruit
Posts: 1
Joined: Tue Jan 28, 2020 12:03 am

Post by Nimzomitch » Tue Jan 28, 2020 7:40 am

Is there any way to disable the bailed out pilots? They clutter the radar

Edited by Admin: (Please learn how to use a forum, don't ask your question in the Subject Title and just leave a question mark in the in the Comments Box)

Also this is in the Wrong forum, it should have been posted in Editing!

User avatar
JeremyaFr
XWAU Member
Posts: 3973
Joined: Mon Jan 18, 2010 5:52 pm
Contact:

Post by JeremyaFr » Tue Jan 28, 2020 5:32 pm

Hello,

Do you want to disable the escape pods and the pilots, or only the pilots and keep the espace pods?

User avatar
Jaeven
XWAU Member
Posts: 578
Joined: Mon Mar 30, 2015 3:18 am

Post by Jaeven » Tue Jan 28, 2020 5:47 pm

This is just me, but I'd like the option to disable both or either or.

User avatar
JeremyaFr
XWAU Member
Posts: 3973
Joined: Mon Jan 18, 2010 5:52 pm
Contact:

Post by JeremyaFr » Tue Jan 28, 2020 8:04 pm

Hello,

To disable pilots ejecting, apply this patch:

Code: Select all

; disable pilots ejecting
At offset 0036F4, replace 381D18337700 with EBEB90909090.
To disable escape pods ejecting, apply this patch:

Code: Select all

; disable escape pods ejecting
At offset 00374B, replace E8C00A0900 with EB94909090.
To disable both, apply both patches.

User avatar
Jaeven
XWAU Member
Posts: 578
Joined: Mon Mar 30, 2015 3:18 am

Post by Jaeven » Tue Jan 28, 2020 8:45 pm

Thanks so much, Jeremy!

User avatar
JeremyaFr
XWAU Member
Posts: 3973
Joined: Mon Jan 18, 2010 5:52 pm
Contact:

Post by JeremyaFr » Fri Jan 31, 2020 7:32 pm

Hello,
I've included the patches to XwaExePatcher.

Post Reply