User Tools

Site Tools


games:worldofwarships

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
games:worldofwarships [2018-01-20 12:05] – [Editing permanent camouflage for individual ships] gabrielgames:worldofwarships [2018-01-20 15:24] (current) – [Replacing Steven Seagal unique commander] gabriel
Line 7: Line 7:
 I use GIMP and the DDS plugin for this: I use GIMP and the DDS plugin for this:
  
-https://www.gimp.org/ +  * https://www.gimp.org/ 
-https://code.google.com/archive/p/gimp-dds/ +  https://code.google.com/archive/p/gimp-dds/ 
-https://code.google.com/archive/p/gimp-normalmap/+  https://code.google.com/archive/p/gimp-normalmap/
  
 I will use the RN cruiser Leander as an example and replace the 2017 camo that was a campaign reward from Santa's Christmas Convy. I will use the RN cruiser Leander as an example and replace the 2017 camo that was a campaign reward from Santa's Christmas Convy.
Line 19: Line 19:
 ===== Replacing Steven Seagal unique commander ===== ===== Replacing Steven Seagal unique commander =====
  
-Describe steps here.+There are a few steps involved in removing this strange decision from the game.
  
 +  - Portrait
 +  - Voice
 +  - Name
 +
 +==== Portrait ====
 +
 +Changing the portrait and voice are fairly straightforward, you can simply use one of the standard US portraits and voices.  Changing the name requires modifying the translation file and unfortunately this change doesn't survive patch updates to it needs to be made after every update.
 +
 +The files requiring changes to completely remove Seagal's portrait can be found here:
 +
 +<code>
 +res\gui\crew_commander\base\USA\Seagal.png
 +res\gui\crew_commander\overlay\USA\overlay_Seagal_1.png
 +res\gui\crew_commander\overlay\USA\overlay_Seagal_2.png
 +</code>
 +
 +Choose any portrait and the corresponding overlay files from the same directories and rename them to overwrite the Seagal PNG files in ''res_mods\$VERSION''.
 +
 +==== Voice ====
 +
 +To replace the voice files, extract the audio files for the US captain from this location:
 +
 +''res\banks\Languages\EN\*.*''
 +
 +Move all the files in this directory to the following location:
 +
 +''res_mods\$VERSION\banks\OfficialMods\Seagal''
 +
 +Next, modify the ''mod.xml'' config file you extracted to this folder and replace the ''<Name>EN</Name>'' attribute with ''<Name>Seagal</Name>''.
 +
 +==== Name ====
 +
 +Finally, to change the name it is necessary to modify the text strings in the gettext translations file.  This file is not extracted, but is part of the actual game installation, and can be found here:
 +
 +''C:\Games\World_of_Warships\res\texts\en\LC_MESSAGES\global.mo''
 +
 +This is the compiled version and will need to be decompiled using gettext and can be done online [[http://tools.konstruktors.com/|here]].
 +
 +Once you have the ''global.po'' version of the file, you can modify it using an editor such as [[https://poedit.net/|Poedit]] by replacing the translation string for IDS_SEAGAL with another name such as [[http://ussstlouis.net/dec_7th_1941.htm|George Rood]].
 ===== Modifying custom models for individual ships ===== ===== Modifying custom models for individual ships =====
 +
 +Some ships have custom camouflage that not only change the colours, but also have a custom or modified model file as well.  If you want to use the baseline model for the ship in place of the modified model, you need to follow some additional steps.
  
 Here I will use the example of removing the "beer can" on the top of the Kobayashi custom camo for the Roma. Here I will use the example of removing the "beer can" on the top of the Kobayashi custom camo for the Roma.
 +
 +First determine the location of the "normal" model in the game files, for the Roma this is located:
 +
 +
 ===== Links ===== ===== Links =====
  
   * [[http://forum.worldofwarships.com/index.php?/topic/90685-guide-creating-custom-ship-textures-and-camouflages/|Creating Custom Ship Textures and Camouflages by Rem_]]   * [[http://forum.worldofwarships.com/index.php?/topic/90685-guide-creating-custom-ship-textures-and-camouflages/|Creating Custom Ship Textures and Camouflages by Rem_]]
games/worldofwarships.1516467918.txt.gz · Last modified: 2018-01-20 12:05 by gabriel