Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Finishing Episode 1 support #258

Merged
merged 45 commits into from
May 1, 2024
Merged

Finishing Episode 1 support #258

merged 45 commits into from
May 1, 2024

Conversation

knoxed
Copy link
Member

@knoxed knoxed commented Jan 14, 2024

Finishing EP1 gametype support

This is a work in progress. Opened PR so we can have a list of all the stuff that has to be added or bugs to be fixed.

Up to map script ep1_c17_00 everything should be finished already.

General TODO

  • Figure out crashing on map ep1_c17_00a (and even 00) (something with antlions maybe?)
  • Check and make sure episodic content is mounted and loaded correctly.

Intro in ep1_citadel_00 still has some missing content (blue vorts and missing animations)

  • Add medkit to default loadout on every map.
  • Change the doors at the end of _00 to be always open.

ep1_c17_00a

  • Checkpoints.
  • Add wait trigger to the elevator which then goes up to changelevel trigger.
  • Fix the door closing too soon in horde area and also adding a checkpoint BEFORE elevator

ep1_c17_01

  • Checkpoints.
  • Prevent combine wall closing

ep1_c17_02

  • Checkpoints.
  • Add a teamwait keyvalue to the elevator in the vent maze at the end <- I rather would not!

ep1_c17_02a

  • Checkpoints.
  • Fix alyx not picking up a shotgun when she should.

ep1_c17_02b

  • Checkpoints

ep1_c17_05

  • Checkpoints
  • Make NPCs follow you along with a billion other issues that appeared. Mostly works ATM

ep1_c17_06

  • Checkpoints
  • Wait trigger for all to hop on the train

* - Has yet to be play tested with multiple people to see what map logic has to be modified.

Feel free to play test this branch and leave feedback.

Copy link

@ZhylevarYTRUS ZhylevarYTRUS left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"CSceneEntity alyx :"Alyx" failed to start sequence "alyx_wall_lean""
Can you guys fix that error?
Also, alyx is muted, she doesn't say something.

@ZehMatt
Copy link
Collaborator

ZehMatt commented Mar 16, 2024

"CSceneEntity alyx :"Alyx" failed to start sequence "alyx_wall_lean"" Can you guys fix that error? Also, alyx is muted, she doesn't say something.

In which map is this? Also make sure that no other addons are conflicting with Lambda, try to disable all of them except Lambda.

@ZhylevarYTRUS
Copy link

#258 (comment)
on ep_c17_00 on start. Also i dont have any addons except Lambda and Half - Life 2 & Ep1 Maps.

@ZehMatt
Copy link
Collaborator

ZehMatt commented Mar 17, 2024

#258 (comment) on ep_c17_00 on start. Also i dont have any addons except Lambda and Half - Life 2 & Ep1 Maps.

I can't reproduce this, we do have some custom models that merged the animations/sequences of episodic models, it might be just that you started playing Sandbox or any other game mode first which loads the default models which prevents from loading the custom ones afterwards.

@ZhylevarYTRUS
Copy link

#258 (комментарий) к ep_c17_00 в начале. Также у меня нет никаких аддонов, кроме карт Lambda и Half-Life 2 и Ep1.

Я не могу это воспроизвести, у нас есть несколько пользовательских моделей, в которых объединены анимации/последовательности эпизодических моделей. Возможно, вы просто сначала начали играть в «Песочницу» или любой другой игровой режим, который загружает модели по умолчанию, что предотвращает загрузку пользовательских. после.

no, its still don't work.

@ZehMatt ZehMatt merged commit dc2750e into develop May 1, 2024
1 check passed
@ZehMatt ZehMatt deleted the more-ep1 branch May 1, 2024 15:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants