Defaultplayer001 / Deus-Ex-Universe-Community-Update-

Community Update for Deus Ex
105 stars 7 forks source link

John Smith absent corpse bug #19

Open Proletar666 opened 2 years ago

Proletar666 commented 2 years ago

There is a script message in 06_HONGKONG_WANCHAI_CANAL

In this piece:

else if (localURL == "06_HONGKONG_WANCHAI_CANAL") { if (!flags.GetBool('Supervisor01_Dead') && flags.GetBool('Have_ROM')) { foreach AllActors(class'DeusExCarcass', carc, 'John_Smith_Body') carc.bHidden = False; } }

Have_ROM must be replaced with HaveROM. If you don't, John Smith corpse won't spawn in the canal. It should appear if you don't knock out/kill Hundley despite Smith's request and obtain the code the other way. A hobo confirms that people use it to get rid of something they don't want to be seen.

Happens on both 1.002 and 1.112GOTY maps, I think. Additionally, needs a script to make Smith disappear from the office because he still stays alive there.