It seems that you're using an outdated browser. Some things may not work as they should (or don't work at all).
We suggest you upgrade newer and better browser like: Chrome, Firefox, Internet Explorer or Opera

×
As already metioned at the reviews, it's possible the game will not start.

The solution is that <s id="ClothLevel">1</s> is missing in the config.xml file.

It could be there, but valued "0"

You have to enable thjs option by putting <s id="ClothLevel">1</s> line in the file or change the value to "1".



Go to:

C:\Users\your_user_name\AppData\Local\Aspyr\Star Wars The Force Unleashed\

Open "config.xml" (rightclick and "edit")

Look for: <s id="ClothLevel">0</s>

If it's there, change 0 to 1

If it's not there, just add <s id="ClothLevel">1</s> yourself.

Mine config.xml looks like:

<?xml version="1.0" encoding="utf-8" ?>
<r>
<s id="Version">1</s>
<s id="VideoWidth">1920</s>
<s id="VideoHeight">1080</s>
<s id="LowDetail">0</s>
<s id="IsKBAndMouse">TRUE</s>
<s id="MovementForward">DIK_W</s>
<s id="MovementLeft">DIK_A</s>
<s id="MovementBack">DIK_S</s>
<s id="MovementRight">DIK_D</s>
<s id="ForceDash">DIK_LSHIFT</s>
<s id="Jump">DIK_SPACE</s>
<s id="Pause">DIK_RETURN</s>
<s id="CenterCamera">DIK_C</s>
<s id="Options">DIK_ESCAPE</s>
<s id="LightSaberAttack">MOUSE_B0</s>
<s id="Block">DIK_R</s>
<s id="ForceGrip">MOUSE_B1</s>
<s id="ForcePush">DIK_E</s>
<s id="ForceLightning">DIK_Q</s>
<s id="LockOn">DIK_LCONTROL</s>
<s id="ActivateActionCamera">DIK_V</s>
<s id="ClothLevel">1</s>
<s id="PlayerOptions">DIK_ESCAPE</s>
<s id="IsMouseXAxisInverted">FALSE</s>
<s id="IsMouseYAxisInverted">FALSE</s>
</r>

Have fun!