Notifications
Clear all

[Sticky] Support – Modern Survival Horror Framework

85 Posts
14 Users
35 Reactions
6,512 Views
Farshad
(@farshad)
DEVELOPER Admin
Joined: 2 months ago
Posts: 124
Topic starter  

@calo Thank you for your question.

Yes, you can customize where the character looks by adding a small extension to the system.

Here’s one way to do it(I provided screenshots as well):

1- In BPI_Object, create a new function called something like:
GetPlayerLookAtPoint (return type: Vector).
2- In your Ladder and Narrow classes:
- Add an Arrow Component.
- Position it wherever you want the character to look.
- Implement the interface function and return the Arrow’s world location.
3- Then go to your Character class, inside UpdatePlayerHeadData:
Replace the part that handles the look-at target with a call to your new interface function.

Screenshots

Now you have full control. Each actor can define exactly where the player should look. Don’t forget that you’ll need to repeat this setup for other interactable classes as well (like items) if you want consistent behavior across everything.

If you run into any issues, please let me know.



   
CaLo reacted
ReplyQuote
212ceb9a9627603fd4afc50f32757b5a6e61dee5b9c8d22c97da72dbe0c05505?s=80&d=mm&r=g
 CaLo
(@calo)
Eminent Member
Joined: 2 months ago
Posts: 21
 

Hello again! i have this problem with the narrow BP, it works as expected on the editor, but in a package project the camera gets ahead of the character.

https://youtu.be/ixwha758z5A



   
ReplyQuote
6314afdf6d7351c81fd90f3afae624b6767ea4f5e31490b4e9285bc0ba2753b5?s=80&d=mm&r=g
(@cosmicarcadepro)
New Member
Joined: 1 week ago
Posts: 1
 

Hello, I hope this is the correct place to ask a question. Will this framework eventually be updated to include a menu/ settings menu? I think that one thing would make this pack perfect. Thanks 🙂



   
ReplyQuote
Hosna
(@hosna)
DEVELOPER Admin
Joined: 2 months ago
Posts: 92
 

@cosmicarcadepro Hello and welcome to the forum! 😊

Yes, absolutely, a settings/menu system is definitely planned and will be included in future updates. I really appreciate the suggestion!



   
ReplyQuote
Hosna
(@hosna)
DEVELOPER Admin
Joined: 2 months ago
Posts: 92
 

Posted by: @calo

Hello again! i have this problem with the narrow BP, it works as expected on the editor, but in a package project the camera gets ahead of the character.

https://youtu.be/ixwha758z5A

Thanks for reporting this. are you experiencing this issue only with the Narrow BP you placed in your current level, or does it also happen in the default demo map of the framework? Also, which version of the framework are you currently using?

 



   
CaLo reacted
ReplyQuote
212ceb9a9627603fd4afc50f32757b5a6e61dee5b9c8d22c97da72dbe0c05505?s=80&d=mm&r=g
 CaLo
(@calo)
Eminent Member
Joined: 2 months ago
Posts: 21
 

hi @hosna, i tried to package the demo map on a fresh install of the framework but it give some errors. I think my project is  on the current version, will migrate and try again with the newly downloaded framework.



   
ReplyQuote
Hosna
(@hosna)
DEVELOPER Admin
Joined: 2 months ago
Posts: 92
 

@calo Yes, we were aware of this packaging issue and an update has been released. this update (0.2.4) will be available in a few hours, and the packaging problem is completely fixed. You can download it once it’s released.


This post was modified 1 week ago by Hosna

   
CaLo reacted
ReplyQuote
8012fdcbb87d8ed510cdcbc1895309a43739ecd978a24bf0c190e9d56fc94e30?s=80&d=mm&r=g
(@mr_spookies)
New Member
Joined: 1 week ago
Posts: 2
 

Hi, I'm trying to integrate the forgotten puzzles pack into the MSHF, and while I was able to do so with the CSHF, the process gets a little muddy for me when trying to add it to MSHF. Is there a walkthrough video planned at some point, or would it be alright if I bothered you all for a little advice there? Is the process basically the same as for the classic framework? I ask because I noticed that the components folder in MSHF has a LOT more stuff in there and I'm worried I missed something! Thanks in advance for your time!



   
ReplyQuote
Hosna
(@hosna)
DEVELOPER Admin
Joined: 2 months ago
Posts: 92
 

@mr_spookies Hello and welcome to the forum! Glad to have you here 😊

Thanks for your question! Yes, we’ll create a video showing how to integrate the Forgotten Puzzles pack into the Modern Survival Horror Framework soon. The process can be a bit different compared to the classic framework. Once it’s ready, we’ll announce it in its topic and the video will be also added to the Forgotten Puzzles documentation.

If you have any questions about the frameworks or add-ons, feel free to ask, we’ll be happy to help as much as we can.



   
ReplyQuote
8012fdcbb87d8ed510cdcbc1895309a43739ecd978a24bf0c190e9d56fc94e30?s=80&d=mm&r=g
(@mr_spookies)
New Member
Joined: 1 week ago
Posts: 2
 

@hosna Awesome! Thanks for the quick response. I've spent the last week with the MSHF and am just starting to dive in on the CSHF. Both are incredible works! I'll be looking forward to your video and keep exploring the Classic framework in the meantime!



   
Hosna reacted
ReplyQuote
526244fe117a850ffca19c2bc9edab40c7a380aec63368cd1b92623d5188ee81?s=80&d=mm&r=g
(@ironydev)
Active Member
Joined: 3 weeks ago
Posts: 12
 

Hi, i would like to know an estimated date for the update of the automatic rifle included with the base pistol and shotgun



   
ReplyQuote
Farshad
(@farshad)
DEVELOPER Admin
Joined: 2 months ago
Posts: 124
Topic starter  

@ironydev It will most likely be added in update v0.3.0, which is the same update that introduces the Merchant system. At the latest, it should be included by v0.3.1.



   
ReplyQuote
212ceb9a9627603fd4afc50f32757b5a6e61dee5b9c8d22c97da72dbe0c05505?s=80&d=mm&r=g
 CaLo
(@calo)
Eminent Member
Joined: 2 months ago
Posts: 21
 

Hello @hosna i tried in the framework demo map (last version) and is not as bad, but as you can see the camera still move to fast and from different heights. https://youtu.be/oLDPsfjDUls

Thanks for the support!



   
Hosna reacted
ReplyQuote
212ceb9a9627603fd4afc50f32757b5a6e61dee5b9c8d22c97da72dbe0c05505?s=80&d=mm&r=g
 CaLo
(@calo)
Eminent Member
Joined: 2 months ago
Posts: 21
 

I am sorry for the double post, i forgot to mention that i also tried my project with the new version and it behave the same way. Is the logic tied to frame rate?, if so could that be the reason why it works correctly in the editor but not in a package project?



   
ReplyQuote
44fcc1bbbaa58e380974b54ace1fd8a4507660002e6f89be2315097526895805?s=80&d=mm&r=g
(@phm_dng)
New Member
Joined: 6 days ago
Posts: 2
 

Is this supposed to be here?



   
ReplyQuote
Page 5 / 6
Share: