Notifications
Clear all

[Sticky] Support – Modern Survival Horror Framework

57 Posts
11 Users
25 Reactions
3,864 Views
01aa3face6bfda0d3696b9987cccefa8d43a0057013df33575b2a9463a06c72c?s=80&d=mm&r=g
(@idikey)
New Member
Joined: 4 days ago
Posts: 2
 

Hello. Is any tutorial how to migrate project properly? I've got some mistakes when trying to migrate. UE 5.6  



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

@ironydev Thank you for your message. In this short video, I show how to attach the rifle to the character’s back.

Regarding automatic firing for the rifle, this feature is already planned and will be added in an upcoming update. Since the setup requires a bit more explanation and would take a longer video, it will be implemented directly as a built-in feature instead.

Also, thank you for pointing out the issue you noticed when picking up the shotgun first and then the rifle. It looks like the previous update may have introduced a small issue related to two-slot items in the inventory. I really appreciate the report. We are currently investigating it and will make sure it gets fixed in the next update.



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

@idikey Thank you for asking. The framework is designed as a standalone project and is intended to be used as the base of your project. Because of that, it is not meant to be migrated into another project. Instead, the recommended workflow is to use this framework as your base project and migrate other assets into it if needed.



   
ReplyQuote
526244fe117a850ffca19c2bc9edab40c7a380aec63368cd1b92623d5188ee81?s=80&d=mm&r=g
(@ironydev)
Active Member
Joined: 1 week ago
Posts: 10
 

@farshad 

ok thank you for the support i got it working.

ok super nice that a base working automatic rifle will be included in the next updates.



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

Posted by: @ironydev

@farshad 

ok thank you for the support i got it working.

ok super nice that a base working automatic rifle will be included in the next updates.

You are welcome! I’m glad to hear you got it working. Your feedback is really valuable and helps make the framework even better, thank you!

Also, in version 0.3.0, in addition to the updates I mentioned earlier, the Merchant system will be added, which I think will be very exciting!

 


This post was modified 4 days ago by Farshad

   
ironydev reacted
ReplyQuote
Hosna
(@hosna)
DEVELOPER Admin
Joined: 1 month ago
Posts: 66
 

@shosha Alright, glad that part’s sorted. Now for the ammo issue, you can use "GetActiveWeaponMaxAmmo" function, it’s made specifically to check the real-time ammo count in your Inventory Component. I’ve attached a screenshot showing how to access and use it in your setup. Hope this helps 🙂



   
ReplyQuote
526244fe117a850ffca19c2bc9edab40c7a380aec63368cd1b92623d5188ee81?s=80&d=mm&r=g
(@ironydev)
Active Member
Joined: 1 week ago
Posts: 10
 

@farshad 

Hi good day.

Ok that is awesome, the merchant system and be able to upgrade weapons would be state of the art.
I would like to aks if you have planned to add a parry system like RE4 or a knife system like RE2 or something like that.
I am super exited for the next updates.



   
Farshad reacted
ReplyQuote
99130ef4fcf7601cebb264f2efe23774a497570e3b7dee6b1711d7de852d168e?s=80&d=mm&r=g
(@gunx77)
New Member
Joined: 1 month ago
Posts: 2
 

Hello. I'm currently working on a location and decided to test loading a character into the location after saving. However, a strange problem has arisen. Everything loads, but the controls (or more specifically, the keyboard) completely stop working. Could you please tell me how to solve this problem? Everything works when saving on the demo map, but this problem occurs on the map I'm creating. Thanks in advance for your help.



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

Posted by: @ironydev

@farshad 

Hi good day.

Ok that is awesome, the merchant system and be able to upgrade weapons would be state of the art.
I would like to aks if you have planned to add a parry system like RE4 or a knife system like RE2 or something like that.
I am super exited for the next updates.


Thanks for the suggestion! That’s a really great idea, and we would definitely love to have something like that in the framework. However, it mainly depends on whether we can access or prepare high-quality animation and art assets that don’t have licensing issues. We will look into this idea and consider it for possible future updates.

 



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

Posted by: @gunx77


Hello. I'm currently working on a location and decided to test loading a character into the location after saving. However, a strange problem has arisen. Everything loads, but the controls (or more specifically, the keyboard) completely stop working. Could you please tell me how to solve this problem? Everything works when saving on the demo map, but this problem occurs on the map I'm creating. Thanks in advance for your help.

Thanks for your question! In your new map, add Set Input Mode Game Only in the Level Blueprint at Beginplay, and this should solve your issue.

 


This post was modified 2 days ago by Farshad

   
ReplyQuote
526244fe117a850ffca19c2bc9edab40c7a380aec63368cd1b92623d5188ee81?s=80&d=mm&r=g
(@ironydev)
Active Member
Joined: 1 week ago
Posts: 10
 

Hi, i would like to know how can i add a new target pointer when aiming like the screenshot for example.



   
ReplyQuote
Hosna
(@hosna)
DEVELOPER Admin
Joined: 1 month ago
Posts: 66
 

@ironydev Hi 🙂
You can add a new target pointer for the shotgun in WB_CrossHair, like the existing default setup. Just make a small animation for Walking(Image attached), and use the WeaponType variable in AC_Combat to show it only when the shotgun is equipped.
For the shotgun, you only need 2 parts(Images) instead of the 4 used for defult, then you can check "UpdateCrossHair" in your character class where the Cross hair widget gets updated and define if the weapon is shotgun your new crosshair should be appear.


This post was modified 19 hours ago 2 times by Hosna

   
ironydev reacted
ReplyQuote
Page 4 / 4
Share: