Skyrim
0 of 0

File information

Last updated

Original upload

Created by

nycz

Uploaded by

nycz

Virus scan

Safe to use

Documentation

Readme

View as plain text

===============================================================================
SKYRIM FACE TRANSFER 0.2.1
===============================================================================
by nycz


1. Description
2. Mod support
3. Transferring race
4. Known bugs/problems
5. Installation and requirements
6. Usage
7. License
8. Changelog


===============================================================================
==== 1. Description ====
===============================================================================

This program lets you transfer your character's face between different saves.
Just choose a save for the face you want to reuse, and then what save to put
it in.


!!! Note that this is an early version! There are most likely several bugs
!!! and glitches in there, so be sure to backup your saves before using this
!!! program! (The source file should never be in danger, but better safe than
!!! sorry, eh?)


===============================================================================
==== 2. Mod support ====
===============================================================================

None, so far. Hopefully I will have it working for version 0.3 (next release).
Until then, you'll have to go in after the transfer and fix up your character
using showracemenu.


===============================================================================
==== 3. Transferring race ====
===============================================================================

Transferring races is currently BUGGED, allthough more or less working.
Therefor it is NOT RECOMMENDED to use it.

If you do it anyway, you may find that your character's head has disappeared.
This can (maybe? I've had mixed results) be fixed by switching race using
the command showracemenu in the console. NOTE THAT YOUR STATS MAY BE SCREWED
UP. This is a known problem. Read more about it on UESP. Also, your character
may revert to the default preset for their race.

Transferring gender seems to work perfectly.


===============================================================================
==== 4. Known bugs/problems ====
===============================================================================

* Using a face from another race without transferring the race works but
might look strange.
* Some very early saves (before you've used the character generator,
typically 0-10min playtime) may not work. SFT will notify you of this.


===============================================================================
==== 5. Installation and requirements ====
===============================================================================

Python 2.x, it will NOT work with Python 3. (These requirements are subject
to change, eg. if a lot of people would like support for Python 3)

Any Python version above or including 2.5 should work, although only 2.6
and 2.7 have been tested.

Download Python: http://www.python.org/ftp/python/2.7.3/python-2.7.3.msi

It does not matter where you extract Skyrim Face Transfer.


===============================================================================
==== 6. Usage ====
===============================================================================

Pick the save with the face you want to use.
Pick the save with the character you want to give a new face to.
Choose if you want to transfer the Source's gender and/or race. (see section 3)
Press Transfer.
Done! The old version of the Target save has been copied to [oldname].facebak0.


===============================================================================
==== 7. License ====
===============================================================================

Skyrim Face Transfer was programmed by nycz (Pyntix on Bethesda's forums) and
is licensed under GPLv3. See the source or license.txt for more info.


===============================================================================
==== 8. Changelog ====
===============================================================================

0.2.1 - 21 april 2012
* Fixed a bug.

0.2 - 20 april 2012
* Changed GUI library from wx to Tkinter, no more wxPython dependency! Only
Python 2.x is required.
* Rewrote half the code to make it less horrible (easier to maintain now).
* Added screenshots and save number to the fileinfo.
* Added more failsafes, warnings and error checks.
* Added some entries to the menu.
* Fixed the title.

0.1 - 16 april 2012
* Initial release.