Page 1 of 1

[Solved] Is there any save editor available?

Posted: 27 Apr 2020, 21:15
by cacud
I just need to rearrange some character's skill points. I think it has nothing to do with Content editor, though I'm using native OpenMW savefile format. I'm sorry if this question has already been asked somewhere, but I haven't found nothing similar neither at this forum nor on the Internet. Thank you!



MOD: Moved to Support subforum and marked as solved
-Atahualpa-

Re: Is there any save editor available?

Posted: 27 Apr 2020, 23:51
by cacud
More specifically, I need minor skill to become misc and vice versa. I tried to call class menu via console, but it sets the skill values to defaults. When it gets to

Code: Select all

Set[SkillName] [Value]
commands, console always returns

Code: Select all

Error: no implicit reference
string, regardless of both SkillName and Value.

Re: Is there any save editor available?

Posted: 28 Apr 2020, 00:45
by CloneTwo
The reason why there is the 'implicit reference' message is because you haven't chosen any reference.
Try clicking on your character first then typing the the command, or just player->[command].
Also changing the stats won't change their position as misc/minor/major skills, you could use the EnableClassMenu or EnableStatReviewMenu commands, but i'm not sure what the effects of using these mid-playthrough but assuming that you haven't gone that far into the game, you should be fairly safe

Re: Is there any save editor available?

Posted: 28 Apr 2020, 17:25
by cacud
Thank you! That helped