no i can confirm this is still working you just have to either download the file (you will lose all you personalized configs) or edit the code and look for double entries
Czy możesz stworzyć mod, który usuwa karę za zabranie większej liczby osób z tej samej osady? Gdzie pojawia się informacja o -50 morale? Jak mogę zapytać?
The developers have stated its not really in the plan yet for Bellwright to have First Person (yet) and their official FAQs on Discord state that they only intend the game to have first person while indoors. So here is my guide/mod that works for now.
How to Modify Bellwright GameUserSettings INI to toggle between First Person view and Third Person View:
The Camera view or "PointOfView" Keybind mapping is not set nor is it accessible by default in this current Early Access release of Bellwright for some odd reason. Rebinding the point of view does not show up as a key in the Controls section of the Options menu at this time in Bellwright, so I have spent some time discovering a simple set of solutions for those that want an immersive first person experience in Bellwright now.
Either download my copy of the ini files here and overwrite yours or:
Simply navigate to your Bellwirght AppData directory, generally located at the following drive address: C:\Users\Administrator\AppData\Local\Bellwright\Saved\Config\Windows
Open up the GameUserSettings.ini
Paste the following lines of code at the bottom of the file ( one space below where the "[ScalabilityGroups]" block appears): [/Script/Mist.MistUserInputSettings] ActionBindings=(Name="PushToTalk",Mapping=(ActionName="PushToTalk",bShift=False,bCtrl=False,bAlt=False,bCmd=False,Key=None),AlternativeMapping=(ActionName="",bShift=False,bCtrl=False,bAlt=False,bCmd=False,Key=None),bModified=True) ActionBindings=(Name="PointOfView",Mapping=(ActionName="PointOfView",bShift=False,bCtrl=False,bAlt=False,bCmd=False,Key=V),AlternativeMapping=(ActionName="",bShift=False,bCtrl=False,bAlt=False,bCmd=False,Key=None),bModified=True)
Save the GameUserSettings.ini
Launch Bellwright and when in-game press the V Key in order to toggle the view between Third Person and First person.
After launching your game and changing any setting the GameUSerSettings.ini file will be populated more variables after your new lines, you may change these in-game throug the settings, or futher edit the GameUserSettings.ini if you wish.
To generate a new version of the .ini files you can simply remove or delete the ones that are there. I did rebind the "PushToTalk" key in order to make the "PointOfView" key work. If you don't, it won't work.
It is imporant to note that: At the time of wirting/publishing this Bellwright is in Early Access version v 0.0.36175 (36175) Head or view bobbing is prevealent while using First Person and the player's head will often clip into the camera while using bows/archery.
8 comments
the process or something ?
How to Modify Bellwright GameUserSettings INI to toggle between First Person view and Third Person View:
The Camera view or "PointOfView" Keybind mapping is not set nor is it accessible by default in this current Early Access release of Bellwright for some odd reason. Rebinding the point of view does not show up as a key in the Controls section of the Options menu at this time in Bellwright, so I have spent some time discovering a simple set of solutions for those that want an immersive first person experience in Bellwright now.
Either download my copy of the ini files here and overwrite yours or:
Simply navigate to your Bellwirght AppData directory, generally located at the following drive address:
C:\Users\Administrator\AppData\Local\Bellwright\Saved\Config\Windows
Open up the GameUserSettings.ini
Paste the following lines of code at the bottom of the file ( one space below where the "[ScalabilityGroups]" block appears):
[/Script/Mist.MistUserInputSettings]
ActionBindings=(Name="PushToTalk",Mapping=(ActionName="PushToTalk",bShift=False,bCtrl=False,bAlt=False,bCmd=False,Key=None),AlternativeMapping=(ActionName="",bShift=False,bCtrl=False,bAlt=False,bCmd=False,Key=None),bModified=True)
ActionBindings=(Name="PointOfView",Mapping=(ActionName="PointOfView",bShift=False,bCtrl=False,bAlt=False,bCmd=False,Key=V),AlternativeMapping=(ActionName="",bShift=False,bCtrl=False,bAlt=False,bCmd=False,Key=None),bModified=True)
Save the GameUserSettings.ini
Launch Bellwright and when in-game press the V Key in order to toggle the view between Third Person and First person.
After launching your game and changing any setting the GameUSerSettings.ini file will be populated more variables after your new lines, you may change these in-game throug the settings, or futher edit the GameUserSettings.ini if you wish.
To generate a new version of the .ini files you can simply remove or delete the ones that are there.
I did rebind the "PushToTalk" key in order to make the "PointOfView" key work. If you don't, it won't work.
It is imporant to note that:
At the time of wirting/publishing this Bellwright is in Early Access version v 0.0.36175 (36175)
Head or view bobbing is prevealent while using First Person
and the player's head will often clip into the camera while using bows/archery.
Enjoy.