Advertisement
Guest User

Untitled

a guest
Feb 14th, 2016
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.71 KB | None | 0 0
  1. There is no in-game UI function for this feature right now, so players will need to enable it manually through the following steps: 1. Close the game client. 2. Backup the "preferences.xml" file located in the game folder. You may wish to save this backup copy in a separate folder. 3. Open the original (not backup) "preferences.xml" file using a text editor like Notepad. 4. Scroll to the bottom until you see the following lines: Block Quote </scriptsPreferences> <consoleHistory /> </root> 5. Paste two new lines before the </scriptsPreferences> line: Block Quote <isReplayEnabled> true </isReplayEnabled> <ReplayCameraUpdate> 30 </ReplayCameraUpdate> 6. It should now look like this: Block Quote <isReplayEnabled> true </isReplayEnabled> <ReplayCameraUpdate> 30 </ReplayCameraUpdate> </scriptsPreferences> <consoleHistory /> </root> 7. Save the file and launch the game client. 8. Enjoy the game! 9. All of the replays will be stored at the "..\replays" folder, which will be automatically created inside the game folder. 10. To launch a replay, close the game client first. 11. After closing the game, drag and drop the "*.wowsreplay" file to WorldOfWarships.exe, or associate the .wowsreplay file extention with the game executable. 12. Every battle generates a separate replay file. Port cannot be recorded. 13. *.wowsreplay files can only be played with the same client version. Replays may not work properly with newer version of the game client. Replay controls: Block Quote 'PageUp' & 'PageDown' for playback speed control 'Home' for normal speed 'End' for pause (which is actually x100 slower speed) 'LMB' for toggling camera direction between 'free' and 'recorded' '>' & '<' for fast-forward & rewind (can be used together with 'Ctrl')
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement