Commit Graph
304 Commits
Author SHA1 Message Date
Eugene Sandulenko abea37c9bb ALL: Update ScummVM project license to GPLv3+ 2021-12-26 18:48:43 +01:00
antoniou79 17a1c5b2cc BLADERUNNER: Use enum labels for two McCoy goals 2021-12-12 13:31:40 +02:00
antoniou79 4c8c5f12fa BLADERUNNER: Fix broken Leary talk animations
Should fix bug #13072

The code for Leary's AI script ChangeAnimationMode() was re-checked against the c file produced from our dissassembly of the AI-ACT1-23 dll.
2021-11-14 20:19:43 +02:00
antoniou79 16a83c4460 BLADERUNNER: RC - Move line about real dogs
Use it as banter talk (low random chance) with photographer
2021-10-27 22:34:51 +03:00
antoniou79 8749a2bb36 BLADERUNNER: RESTOREDCONTENT: Fix bugs in Crazylegs arrest
Also restore a few lines for dialogue with Runciter, and a Steele cue

And added notes for bugs to resolve in the future, the BLOND WOMAN dialogue bug with Early Q in particular
2021-08-23 00:09:51 +03:00
antoniou79 60b1b7eb40 BLADERUNNER: RESTOREDCONTENT: Restore dialogue in RC03
For the case when McCoy lets Izo escape

This whole sequence is still untriggered and has some glitches, which will be resolved when we restore the whole segment of catching up to Izo and then letting him go.
2021-07-31 19:13:36 +03:00
antoniou79 8199c96342 BLADERUNNER: Fix remnant clickable and target spot in NR11
For the case when McCoy allows Dektora to leave.

Also RESTORED CONTENT: a small extra dialogue with McCoy telling Dektora to call him Ray.
2021-07-27 23:01:02 +03:00
antoniou79 5656ee3c06 BLADERUNNER: RESTOREDCONTENT: Add more Maggie interactions
Also clean up Maggie's script.
2021-07-21 17:12:00 +03:00
antoniou79 39b2209a80 BLADERUNNER: Add proper balance to Maggie sounds 2021-07-10 19:15:41 +03:00
antoniou79 c35705e7bc BLADERUNNER: Fix Maggie sleep wakeup animations
Also minor cleanup of the code for Maggie's AI
2021-07-10 19:15:41 +03:00
antoniou79 6d79769258 BLADERUNNER: RESTOREDCONTENT: Correct heading for Crazylegs in PS09
Also fix Crazylegs reacting to McCoy drawing his gun in PS09
2021-06-27 18:59:02 +03:00
antoniou79 f3113cf45d BLADERUNNER: More precise naming for time delay vars and parameters
Also use u suffix for unsigned int literal parameters (WIP)
2021-06-14 16:27:19 +03:00
antoniou79 7a2a53b9ff BLADERUNNER: RESTORED CONTENT: Start some music at random second 2021-06-14 16:27:19 +03:00
Orgad Shaneh a05e54f00c JANITORIAL: Remove trailing whitespaces 2021-05-04 11:46:30 +03:00
antoniou79 3c61365692 BLADERUNNER: Fix bad boundbox for corpses
Some of these issues were caused by commit 186de62ffb

Others were original bugs (mutants 2 and 3), and both rats.
This commit includes a fix for Grayford's death animation when shot (in Act 4)
2021-04-17 01:45:38 +03:00
antoniou79 271d0ca27d BLADERUNNER: Comment on potential script bug
It's more of an inconsistency than a bug that matters to gameplay
2021-04-03 14:03:36 +03:00
antoniou79 6d9cb0cf6a BLADERUNNER: Minor comment fixes 2021-01-27 14:58:34 +02:00
antoniou79 45448f93da BLADERUNNER: Fix for when talking characters get interrupted 2020-12-20 18:10:08 +02:00
antoniou79 d88fe480c5 BLADERUNNER: Describe remaining model animations
bullet bob, insect_dealer, tyrell_guard, runciter
2020-12-16 14:38:59 +02:00
antoniou79 819793bd49 BLADERUNNER: Describe Chew and Gaff animations 2020-12-15 20:51:25 +02:00
antoniou79 f962fcaf67 BLADERUNNER: Describe more character animations
EarlyQBartender, Hanoi, Hawker's barkeeper, Holloway, Moraji, Photographer, Rajif, Sgt Walls, Tyrell

Also described shooshine man's animations but he is unused as of yet.
2020-12-15 16:24:22 +02:00
antoniou79 694de1c8b1 BLADERUNNER: RESTOREDCONTENT: Better positioning for Patron3 2020-12-13 22:38:46 +02:00
antoniou79 1ddb99296c BLADERUNNER: RESTOREDCONTENT: Restore HysteriaPatron3 dancer
For the time being both dancers will be shown in NR05

One needs to start a new (restored content) game to get the second dancer,
because her positioning code is in her Initialize() (as in HysteriaPatron2).
Maybe in the future we will allow only one dancer to appear there
choosing them with a random chance.
2020-12-13 22:14:39 +02:00
antoniou79 970c54ff58 BLADERUNNER: Describe Mia Murray animations 2020-12-13 20:13:36 +02:00
antoniou79 e536f50b34 BLADERUNNER: Describe more animations
Izo, Sadik, Twins, EarlyQ, Leon, Sebastian, Leary, Grayford, Hanoi, Clerk, HowieLee, Isabella, FishDealer, InsectDealer

Also restored a talk animation for Hanoi, which looked to be omitted due to an original bug
2020-12-13 19:06:27 +02:00
antoniou79 f0b637ff6d BLADERUNNER: More animation descriptions and notes
Zuben, (Removed) dancer (taffy patron 3), Walkers, Mutants, Bear Doll, General Doll
2020-12-11 23:02:58 +02:00
antoniou79 c0379f45df BLADERUNNER: Cleanup switch statements for AI scripts 2020-12-11 23:02:58 +02:00
antoniou79 0dedb1a34f BLADERUNNER: Animation descriptions for Grigorian and transient
Also usage checks and comments for potential bugs. And a small bugfix for Grigorian's cross arms animation
2020-12-11 17:35:18 +02:00
antoniou79 e5c9d10b13 BLADERUNNER: Describe Crazylegs animations
Also check usage and note some possible bugs for Crazylegs animation states
2020-12-10 17:41:10 +02:00
antoniou79 cc5b61f610 BLADERUNNER: Lucy animation descriptions
Also replaced most instances of _flag to _resumeIdleAfterFramesetCompletesFlag where appropriate
2020-12-10 15:33:20 +02:00
antoniou79 8bebd58730 BLADERUNNER: Describe and check Guzza animations
Also fix typo in Clovis' animation naming
2020-12-09 16:06:47 +02:00
antoniou79 350bf23a47 BLADERUNNER: Describe and check Clovis animations 2020-12-09 16:06:47 +02:00
antoniou79 8cbf764c5a BLADERUNNER: Steele and Gordo animation descriptions 2020-12-07 17:06:49 +02:00
antoniou79 34aa576744 BLADERUNNER: Add descriptive names for some animations
Maggie and rats
2020-12-06 16:52:47 +02:00
antoniou79 9666bc355f BLADERUNNER: Fix McCoy threatening Gordo by aiming his gun
Also restore a line and slightly tweak behavior in dialogue for restored content
2020-11-27 12:09:45 +02:00
antoniou79 9b20f12b5e BLADERUNNER: RESTOREDCONTENT: Tweak Rachael conversation
At MA06 (Elevator). For interrupted speech.
2020-11-18 17:48:15 +02:00
antoniou79 a8b7c9598f BLADERUNNER: RESTOREDCONTENT: Fix Rachael travelling in Act4
She should not be moving or walking

She could still be waling when teleporting her to kSetFreeSlotG and subsequently when we put her in MA06 (elevator)
2020-11-18 17:16:13 +02:00
antoniou79 96df8c91b5 BLADERUNNER: Minor cleanup, comments update and a spelling fix 2020-09-10 00:51:22 +03:00
antoniou79 0e4e3354bd BLADERUNNER: Fix Hanoi throwing McCoy out
Addresses most of the issues in bug #11293

Does not address the "Hanoi is not facing McCoy when speaking to him" bullet, which only occurs on specific banter talk
2020-09-04 23:35:34 +03:00
antoniou79 2704847e65 BLADERUNNER: Add script function Player_Has_Control() 2020-09-04 23:35:34 +03:00
antoniou79 46fe41db32 BLADERUNNER: Easier get up when McCoy is drugged
It was impossible when max frame limit option was enabled
2020-09-04 23:35:34 +03:00
Thanasis Antoniou f24da48704 BLADERUNNER: Remove bad character from izo script (in comment) 2020-04-18 10:24:22 +03:00
Thanasis Antoniou 76bc50aa95 BLADERUNNER: Fix McCoy reporting twice Lucy's VK result
When she is Replicant
2020-03-18 22:13:31 +02:00
Thanasis Antoniou 9d3d87e678 BLADERUNNER: Rename script methods that refer to Set
A few methods were named as though refering to Scene Ids, but are refering to Set Ids

enteredScene, EnteredScene, otherAgentExitedThisScene,OtherAgentExitedThisScene, otherAgentEnteredThisScene, OtherAgentEnteredThisScene were renamed respectively to enteredSet, EnteredSet, otherAgentExitedThisSet,OtherAgentExitedThisSet, otherAgentEnteredThisSet, OtherAgentEnteredThisSet
2020-02-24 21:43:34 +02:00
Thanasis Antoniou cd076b26ae BLADERUNNER: Using preincrement and pre-decrease where possible
In case the compiler won't optimize such cases
2020-02-24 21:24:06 +02:00
Thanasis Antoniou eae6bed7d3 BLADERUNNER: Fix more missing quotes for localized versions
Credits to IlDucci's notes, from the Spanish translation team

This fix restores some lines for BulletBob, Hasan and DeskClerk
2020-02-03 00:48:03 +02:00
Thanasis Antoniou 95714e95ce BLADERUNNER: More fixes and notes for missing quotes in localizations
With the help of IlDucci's notes.
2020-02-03 00:01:15 +02:00
Thanasis Antoniou 882dd06f52 BLADERUNNER: More fixes for cut or muted lines across localizations
Based on notes from IlDucci from the Spanish translation team and mine
2020-02-03 00:01:15 +02:00
Thanasis Antoniou 4d260ea349 BLADERUNNER: SUBTITLES: Added TB_FLY to subtitle-able videos 2020-01-19 01:28:00 +02:00
Thanasis Antoniou 1428aae357 BLADERUNNER: #11239 Fix buggy state and saved games for Desk Clerk
Resolves ticket #11239

Occurs when McCoy leaves the scene with Leon and Desk Clerk too fast, before Leon drops the clerk
Crash happens only when using CDFRAMES, but the animation would be bugged even when using HDFRAMES.DAT
2019-11-05 02:17:17 +02:00