Notifications
Clear all

[Sticky] Support – Modern Survival Horror Framework

219 Posts
24 Users
69 Reactions
17.8 K Views
Hosna
(@hosna)
DEVELOPER Admin
Joined: 3 months ago
Posts: 163
 

@calo You can carefully modify these parts to achieve the desired result. Changing the socket locations and z value for End section in line trace should fix your issue.


This post was modified 3 weeks ago 2 times by Hosna

   
CaLo reacted
ReplyQuote
Hosna
(@hosna)
DEVELOPER Admin
Joined: 3 months ago
Posts: 163
 

@raffygames You can find the section related to weapon aiming in the Input Data section (see the attached screenshot).

To add a new item with unique logic, you first need to create a Data Asset for it. After that, there are two main areas where you can handle behavior based on your new item type (especially if you are introducing a new type for Pickup Item in E_PickupType).

In AC_Interact, the custom event HandlePickupItem is where you can implement any specific behavior for your item. Additionally, there is a function called AddItemToInventory in AC_Inventory, where you may also want to apply changes depending on your needs. I assumed you are using the third-person mode of the framework, Because in first-person mode, the item goes through an inspection state before being added to the inventory.

Before making any changes, please make sure to create a backup of your original project. If you have any questions, feel free to ask. We’re here to help 😊


This post was modified 3 weeks ago 5 times by Hosna

   
ReplyQuote
D8f1a0890a9ba8dd32a8c0f85bb2a5cc4fc07fad68b88c5941b77ea2f4cd1743?s=80&d=mm&r=g
(@raffygames)
Active Member
Joined: 3 weeks ago
Posts: 14
 

Hi, how are you? Where is the audio system located? I've been looking for it for a while but I can't find it.

 



   
ReplyQuote
D8f1a0890a9ba8dd32a8c0f85bb2a5cc4fc07fad68b88c5941b77ea2f4cd1743?s=80&d=mm&r=g
(@raffygames)
Active Member
Joined: 3 weeks ago
Posts: 14
 

Hi, how are you? Where is the audio system located? I've been looking for it for a while but I can't find it.



   
ReplyQuote
Hosna
(@hosna)
DEVELOPER Admin
Joined: 3 months ago
Posts: 163
 

@raffygames Hi, I’m doing well, thanks 🙂 Could you please clarify which audio you are referring to? If you mean the weapon sounds, open the weapon animation inside the Data Asset, and the sounds are set there.



   
ReplyQuote
D8f1a0890a9ba8dd32a8c0f85bb2a5cc4fc07fad68b88c5941b77ea2f4cd1743?s=80&d=mm&r=g
(@raffygames)
Active Member
Joined: 3 weeks ago
Posts: 14
 

I meant the footsteps sound



   
ReplyQuote
Hosna
(@hosna)
DEVELOPER Admin
Joined: 3 months ago
Posts: 163
 

@raffygames You can find the footstep sounds in ABP_PlayerMM, within the FootstepDetection function.



   
ReplyQuote
D8f1a0890a9ba8dd32a8c0f85bb2a5cc4fc07fad68b88c5941b77ea2f4cd1743?s=80&d=mm&r=g
(@raffygames)
Active Member
Joined: 3 weeks ago
Posts: 14
 

Hi, how's this thing going? How do you delete the save data that's saved in the typewriter? See the image to understand.



   
ReplyQuote
212ceb9a9627603fd4afc50f32757b5a6e61dee5b9c8d22c97da72dbe0c05505?s=80&d=mm&r=g
 CaLo
(@calo)
Trusted Member
Joined: 3 months ago
Posts: 46
 

Hello, dont know if this question fits support, but, i been experimenting with loading levels (streaming), and i realized that i can use the doors overlap event to load the sub levels (using the persistent level BP), the question, how can i access (can i?) de Trigger side A/B of the door so i can load and unload levels?



   
ReplyQuote
D8f1a0890a9ba8dd32a8c0f85bb2a5cc4fc07fad68b88c5941b77ea2f4cd1743?s=80&d=mm&r=g
(@raffygames)
Active Member
Joined: 3 weeks ago
Posts: 14
 

I don't understand why it does this to me and a door without a lock should open with physics and your door why does it do this to me I'm in 5.7 maybe that's why?



   
ReplyQuote
Farshad
(@farshad)
DEVELOPER Admin
Joined: 3 months ago
Posts: 197
Topic starter  

@raffygames It is tested in 5.7 and didn’t encounter any issues. Have you placed the door correctly on the floor? If the door is slightly intersecting the ground, the physics may not behave properly. For example, on a flat surface at a normal level, the door’s Z offset should be zero(Image attached).

Regarding your other question, if you need to remove save data, you can do so manually in the save files directory. You can create a UI button and use the "Delete Game in Slot" node by passing the save slot index to remove the desired save.

Since the framework is inspired by Resident Evil 3 Remake’s save system, there is no default button for deleting saves...However, this could be considered for a future updates if there is enough demand for it.



   
ReplyQuote
99130ef4fcf7601cebb264f2efe23774a497570e3b7dee6b1711d7de852d168e?s=80&d=mm&r=g
(@gunx77)
Active Member
Joined: 3 months ago
Posts: 12
 

@farshad Yes, I downloaded the new version, but I didn't replace it because I couldn't find any information about bug fixes or new features being added.
I'll try updating the version.



   
ReplyQuote
Farshad
(@farshad)
DEVELOPER Admin
Joined: 3 months ago
Posts: 197
Topic starter  

@calo The door class already has SideATrigger and SideBTrigger. You can use their overlap events and "SideA" boolean variable to determine which side the player is coming from.



   
CaLo reacted
ReplyQuote
Farshad
(@farshad)
DEVELOPER Admin
Joined: 3 months ago
Posts: 197
Topic starter  

@gunx77 Yes, please test it, and if you notice anything unexpected, feel free to let us know so we can review it and include improvements in a future update.


This post was modified 3 weeks ago by Farshad

   
ReplyQuote
01352b2cb30cbbae42d1c50f0660e7f784dc3085f2c049fe6736243a4dc9ee27?s=80&d=mm&r=g
(@cloudo)
Active Member
Joined: 4 weeks ago
Posts: 10
 

Hi

The new update has a new bug, I went up the elevator and combined the herbs then started fighting the zombie and allowed him to hit me to see the new injury animations, then I killed him. Now my health status is danger, I used the mixed herbs but they didn't heal me! I tried this multiple times, the bug persisted!

Nice update by the way 😀 



   
ReplyQuote
Page 10 / 15
Share: