Is it possible to change difficulty during the game?

Post here if you need help getting started with Daggerfall Unity or just want to clarify a potential bug. Questions about playing or modding classic Daggerfall should be posted to Community.
Post Reply
mikelit
Posts: 2
Joined: Sat May 25, 2019 8:40 am

Is it possible to change difficulty during the game?

Post by mikelit »

HI mates!

Could you please assist with my strange request?
Is it possible to change the difficulty of the game after I started it?
I am on a pretty high level but I started the game on the maximum difficulty and now it is annoying me to much :)

Tried to search the forum, but did not found nothing.
Thanks in advance!!!

User avatar
Jay_H
Posts: 4070
Joined: Tue Aug 25, 2015 1:54 am
Contact:

Re: Is it possible to change difficulty during the game?

Post by Jay_H »

Welcome :)

That info is stored in your save game. Open it up and go to this section in SaveData.txt:

Code: Select all

            "reflexes": "VeryHigh",
            "name": "Testman",
            "level": 1,
            "stats": {
                "Strength": 90,
                "Intelligence": 90,
                "Willpower": 90,
                "Agility": 90,
                "Endurance": 90,
                "Personality": 90,
                "Speed": 90,
                "Luck": 90
You can change "reflexes" to other applicable settings.

mikelit
Posts: 2
Joined: Sat May 25, 2019 8:40 am

Re: Is it possible to change difficulty during the game?

Post by mikelit »

Jay_H,
Thanks a lot for your quick reply!
It was so easy :)

Post Reply