ShadowfallStudios / ALS-Community

Replicated and optimized community version of Advanced Locomotion System V4 for Unreal Engine 5.4 with additional features & bug fixes
Other
2.25k stars 586 forks source link

Vehicle Possession (Chaos) with ALSV4 Version 4.23.3 #457

Closed MrSte26 closed 1 year ago

MrSte26 commented 1 year ago

Hi, I am having problems creating a vehicle using the plugin

1) When I create a vehicle the character does not get into the car.

2) When I try to choose a key this any the Editor crashes.

3) I saw from the Crash Report what line of code the problem is due to: UnrealEditor_ALSV4_CPP!AALSPlayerController::OnPossess() [D:\Unreal Projects\TPWCS-singl\Plugins\ALS-Community-4.23.3\Source\ALSV4_CPP\Private\Character\ALSPlayerController.cpp:29

4) TPWCS is a shooting system that I use within my project, where by following a guide from the author I was able to integrate it all

How can I solve it?

victorgasay96 commented 1 year ago

I have the same error, how did you solve it?

victorgasay96 commented 1 year ago

The problem did not go away with the update to 4.24

victorgasay96 commented 1 year ago

crash happens with a clean project when switching possess pawn

dyanikoglu commented 1 year ago

Possessing cars is pretty project specific scenario. You need to modify source code to conform your requirements within plugin source.