Japanese localization assets for Portal 2: Community Edition.
- Create
localization_ja/directory in your P2:CE installation directory. - Copy the contents of this repository into
localization_ja/. - Copy the
p2ce/directory frommanual_install/into your P2:CE installation directory, pasting over the originalp2ce/directory. - Open
p2ce/gameinfo.txtand add the following line at the top of theSearchPathssection:
SearchPaths
{
+ game localization_ja
// Custom content will get mounted to this directory FIRST and loaded on top of this mod's content.
game "p2ce/custom/*"
// ... rest of the file ...
}See THIRD_PARTY_NOTICES.md for third-party notices.