Question.
Question.
How do I force change my alignment in a existing saved game?
- Lord Plothos
- Posts: 525
- Joined: Tue Dec 14, 2004 12:00 pm
- Contact:
If you mean party alignment, I'm not sure that's possible. In fact, I expect it's not. If you mean character alignment, there are character editors out there that should let you do this. Ask around over at co8.org. There are tons of tech-savvy people there who can help you better than I.
Proud user and advocate of [url="http://rptools.net/doku.php?id=maptool:intro"]MapTool[/url]for all my RPing-at-a-distance.
(Use the lastest 1.3 build - it's still beta, but stable and far better than 1.2)
(Use the lastest 1.3 build - it's still beta, but stable and far better than 1.2)
- Lord Plothos
- Posts: 525
- Joined: Tue Dec 14, 2004 12:00 pm
- Contact:
Just thought of something, and posted over at co8 in response to your query. Basically, just type
game.party[0].stat_base_set(stat_alignment,chaotic_good)
or some variation and see if that works. (The 0 is if your paladin is the party leader. If he's in spot 2, make it 1, if he's in spot 3, 2, etc. I don't know if this will work or not, though.
game.party[0].stat_base_set(stat_alignment,chaotic_good)
or some variation and see if that works. (The 0 is if your paladin is the party leader. If he's in spot 2, make it 1, if he's in spot 3, 2, etc. I don't know if this will work or not, though.
Proud user and advocate of [url="http://rptools.net/doku.php?id=maptool:intro"]MapTool[/url]for all my RPing-at-a-distance.
(Use the lastest 1.3 build - it's still beta, but stable and far better than 1.2)
(Use the lastest 1.3 build - it's still beta, but stable and far better than 1.2)