PROBLEM:
In the latest builds of UDK following warning appears in the log
.
REASON:
Scaleform tries to load the IME movie clip from a movie path that doesn't exist: int.scaleform.ime.moviepath.
FIX 1:
1. Create a Scaleform.int file in the \UDKGame\Localization\INT folder.
2. Open the file in notepad and add following lines:
3. Save it and it's done!
FIX 2:
Just download the file (right click > save as...) and save it in the \UDKGame\Localization\INT folder.
In the latest builds of UDK following warning appears in the log
Code:
Warning: Failed to load 'SwfMovie ?INT?Scaleform.IME.MoviePath?':
REASON:
Scaleform tries to load the IME movie clip from a movie path that doesn't exist: int.scaleform.ime.moviepath.
FIX 1:
1. Create a Scaleform.int file in the \UDKGame\Localization\INT folder.
2. Open the file in notepad and add following lines:
Code:
[IME] MoviePath=UDKFrontEnd.udk_ime
FIX 2:
Just download the file (right click > save as...) and save it in the \UDKGame\Localization\INT folder.
Comment