kevin9768
    • Create new note
    • Create a note from template
      • Sharing URL Link copied
      • /edit
      • View mode
        • Edit mode
        • View mode
        • Book mode
        • Slide mode
        Edit mode View mode Book mode Slide mode
      • Customize slides
      • Note Permission
      • Read
        • Only me
        • Signed-in users
        • Everyone
        Only me Signed-in users Everyone
      • Write
        • Only me
        • Signed-in users
        • Everyone
        Only me Signed-in users Everyone
      • Engagement control Commenting, Suggest edit, Emoji Reply
      • Invitee
    • Publish Note

      Share your work with the world Congratulations! 🎉 Your note is out in the world Publish Note

      Your note will be visible on your profile and discoverable by anyone.
      Your note is now live.
      This note is visible on your profile and discoverable online.
      Everyone on the web can find and read all notes of this public team.
      See published notes
      Unpublish note
      Please check the box to agree to the Community Guidelines.
      View profile
    • Commenting
      Permission
      Disabled Forbidden Owners Signed-in users Everyone
    • Enable
    • Permission
      • Forbidden
      • Owners
      • Signed-in users
      • Everyone
    • Suggest edit
      Permission
      Disabled Forbidden Owners Signed-in users Everyone
    • Enable
    • Permission
      • Forbidden
      • Owners
      • Signed-in users
    • Emoji Reply
    • Enable
    • Versions and GitHub Sync
    • Note settings
    • Engagement control
    • Transfer ownership
    • Delete this note
    • Save as template
    • Insert from template
    • Import from
      • Dropbox
      • Google Drive
      • Gist
      • Clipboard
    • Export to
      • Dropbox
      • Google Drive
      • Gist
    • Download
      • Markdown
      • HTML
      • Raw HTML
Menu Note settings Sharing URL Create Help
Create Create new note Create a note from template
Menu
Options
Versions and GitHub Sync Engagement control Transfer ownership Delete this note
Import from
Dropbox Google Drive Gist Clipboard
Export to
Dropbox Google Drive Gist
Download
Markdown HTML Raw HTML
Back
Sharing URL Link copied
/edit
View mode
  • Edit mode
  • View mode
  • Book mode
  • Slide mode
Edit mode View mode Book mode Slide mode
Customize slides
Note Permission
Read
Only me
  • Only me
  • Signed-in users
  • Everyone
Only me Signed-in users Everyone
Write
Only me
  • Only me
  • Signed-in users
  • Everyone
Only me Signed-in users Everyone
Engagement control Commenting, Suggest edit, Emoji Reply
Invitee
Publish Note

Share your work with the world Congratulations! 🎉 Your note is out in the world Publish Note

Your note will be visible on your profile and discoverable by anyone.
Your note is now live.
This note is visible on your profile and discoverable online.
Everyone on the web can find and read all notes of this public team.
See published notes
Unpublish note
Please check the box to agree to the Community Guidelines.
View profile
Engagement control
Commenting
Permission
Disabled Forbidden Owners Signed-in users Everyone
Enable
Permission
  • Forbidden
  • Owners
  • Signed-in users
  • Everyone
Suggest edit
Permission
Disabled Forbidden Owners Signed-in users Everyone
Enable
Permission
  • Forbidden
  • Owners
  • Signed-in users
Emoji Reply
Enable
Import from Dropbox Google Drive Gist Clipboard
   owned this note    owned this note      
Published Linked with GitHub
2
Subscribed
  • Any changes
    Be notified of any changes
  • Mention me
    Be notified of mention me
  • Unsubscribe
Subscribe
# Assassin's Creed Valhalla Localization Tutorial Worked with cousty@[XeNTaX Discord](https://discord.gg/zWxdRZK) Method ## Tools * [HxD](https://mh-nexus.de/en/hxd/): Hex editor * [Blacksmith](https://github.com/theawesomecoder61/Blacksmith): Assassin's Creed Extraction Tool * [quickbms & script](https://mega.nz/file/WV4hUQZZ#NqS1XGsBDomLWUQP3OxwFNKBPffDkMQfo0xqlXgvOHU): An importing tool with script written by cousty@[XeNTaX Discord](https://discord.gg/zWxdRZK). ## Tutorial ### I. Match Russian Localization Files with *.acv If you know the number of Russian Files in certain version, you can skip this step. E.g. v1.10 => [13632.acv,13634.acv] 1. Exporting .acv from DataPC_patch_01.forge 1. Unzip the importing tool inside ACValhalla's main path 2. Open quickbms.exe 1. Select acv.bms ![](https://i.imgur.com/EencMsO.png) 2. Select DataPC_patch_01.forge ![](https://i.imgur.com/INR5uxv.png) 3. Create a folder to ditch those acvs and select it to save ![](https://i.imgur.com/BZ7NNUM.png) 4. Processing ![](https://i.imgur.com/hnc3alk.png) 5. Done ![](https://i.imgur.com/1Nw8vM1.png) 2. Get Russian Localization Files with Blacksmith 1. Open [Blacksmith](https://github.com/theawesomecoder61/Blacksmith) 2. Set ACValhalla Path in setting ![](https://i.imgur.com/JcJRnsy.png) 3. Go to Assassin's Creed: Valhalla->DataPC_patch_01.forge ![](https://i.imgur.com/hRs2JZn.png) 4. Locate Russian Files ![](https://i.imgur.com/5ucSIMT.png) 5. Save raw data & decompressed data for both LocalizationPackage_Russian and LocalizationPackage_Russian_Subtitles ![](https://i.imgur.com/3YCD4Om.png) Result: ![](https://i.imgur.com/oDYqrz8.png) 3. Match data size of .dat file and .acv file ![](https://i.imgur.com/Lc9P2ZB.png) 4. We can find out 13632.acv & 13634.acv is our target to overwrite > Note that you can search acv files by sorting the files in the directory by data size > Also the order of the file is > 1. Russian > 2. Russian_MTM > 3. Russian_Subtitles > 4. Russian_Subtitles_MTM > > We pick the first and the third as target ### II. Modify localization files to Russian's format Taking Interface file as example, Subtitles file share the same method. 1. Get any previous modified localization file Here, we take v1.04 RU->EN 11887.acv made by cousty@[XeNTaX Discord](https://discord.gg/zWxdRZK) 2. Get your target file with decompressed format (.acv) by step I.2. 3. Open [HxD](https://mh-nexus.de/en/hxd/) 4. Copy the header of previous file ![](https://i.imgur.com/RY2Vecs.png) 5. Paste it to the head of our target ![](https://i.imgur.com/gO81mb3.png) 6. Modify our target file with Russian's format 1. Get Russian's format from previous File ![](https://i.imgur.com/lkArkxn.png) 2. Overwrite our target file Before: ![](https://i.imgur.com/10wV2jf.png) After: ![](https://i.imgur.com/d9wi0E8.png) > Since the length of Package name would be different sometimes, make sure you cover over 6 bytes after readables > In the case above, you should cover over "01 F5 E0 6C 17" in the previous file 7. Modify the offset byte of our target (Could be tricky sometimes) ![](https://i.imgur.com/Fs8nBIx.png) 1. We have to get the difference between upper byte and lower byte from Russian's files. In this case the lower byte of our target file is 7D EB 07(at 00000042). Our goal is to modify those 3 upper bytes 88 D2 07(at those black boxes). > Difference differs between Interface file and Subtitles file 2. Open Russian's .dat & .acv file, you can get these files by step I.2. 1. Retrieve those bytes from .dat ![](https://i.imgur.com/cIEUJvf.png) In this case it is 0C 3C 09, which is our upper byte for Russian's file 2. Retrieve those bytes from .acv ![](https://i.imgur.com/dmvO1Hg.png) In this case it is E4 3B 09, which is our lower byte for Russian's file 3. To find the difference between those 2 bytes, 0C 3C 09 and E4 3B 09, is quite different than regular math. The carry digits are reverse. Thus, to calculate 0C - E4, we have to take 1 from our next byte, which makes 3C => 3B and 0C => 1 0C. After that we can get 1 0C - E4 easily with the hex calculator with the result 28. 4. We add the first byte with 28 from our lower byte in our target file. We then get 7D+28 = A5 (Remind that carry might be required). So our upper byte for our target file will be A5 EB 07. Lastly, we modify these bytes from our target file. ![](https://i.imgur.com/ViEx37K.png) ### III. Importing modified files to DataPC_patch_01.forge 1. Get the number of LocalizationPackage_Russian and LocalizationPackage_Russian_Subtitles in .acv format by step I 2. Modify the name of the files we modified in step II to the corresponding number. In the case of v1.10, they would be 13632(Interface) and 13634(Subtitle). 3. Ditch those 2 files into a folder with any name you want, this case we call it RUEN. And ditch this folder into your game folder ![](https://i.imgur.com/oCe4sQA.png) 4. Create a bat file with code > quickbms.exe -w -r -r acv.bms DataPC_Patch_01.forge RUEN > You can modify RUEN to any name as long as it's identical to the folder you create above. 5. Backup DataPC_patch_01.forge and make sure you have [quickbms & script](https://mega.nz/file/WV4hUQZZ#NqS1XGsBDomLWUQP3OxwFNKBPffDkMQfo0xqlXgvOHU) in your game folder 6. Run the bat file you created. ### IV. Game crashing issue 1. Delete everything inside C:\Users\\%username%\Documents\Assassin's Creed Valhalla 2. Run it again and it would probably crash again 3. Run it again and it will be fine

Import from clipboard

Paste your markdown or webpage here...

Advanced permission required

Your current role can only read. Ask the system administrator to acquire write and comment permission.

This team is disabled

Sorry, this team is disabled. You can't edit this note.

This note is locked

Sorry, only owner can edit this note.

Reach the limit

Sorry, you've reached the max length this note can be.
Please reduce the content or divide it to more notes, thank you!

Import from Gist

Import from Snippet

or

Export to Snippet

Are you sure?

Do you really want to delete this note?
All users will lose their connection.

Create a note from template

Create a note from template

Oops...
This template has been removed or transferred.
Upgrade
All
  • All
  • Team
No template.

Create a template

Upgrade

Delete template

Do you really want to delete this template?
Turn this template into a regular note and keep its content, versions, and comments.

This page need refresh

You have an incompatible client version.
Refresh to update.
New version available!
See releases notes here
Refresh to enjoy new features.
Your user state has changed.
Refresh to load new user state.

Sign in

Forgot password

or

By clicking below, you agree to our terms of service.

Sign in via Facebook Sign in via Twitter Sign in via GitHub Sign in via Dropbox Sign in with Wallet
Wallet ( )
Connect another wallet

New to HackMD? Sign up

Help

  • English
  • 中文
  • Français
  • Deutsch
  • 日本語
  • Español
  • Català
  • Ελληνικά
  • Português
  • italiano
  • Türkçe
  • Русский
  • Nederlands
  • hrvatski jezik
  • język polski
  • Українська
  • हिन्दी
  • svenska
  • Esperanto
  • dansk

Documents

Help & Tutorial

How to use Book mode

Slide Example

API Docs

Edit in VSCode

Install browser extension

Contacts

Feedback

Discord

Send us email

Resources

Releases

Pricing

Blog

Policy

Terms

Privacy

Cheatsheet

Syntax Example Reference
# Header Header 基本排版
- Unordered List
  • Unordered List
1. Ordered List
  1. Ordered List
- [ ] Todo List
  • Todo List
> Blockquote
Blockquote
**Bold font** Bold font
*Italics font* Italics font
~~Strikethrough~~ Strikethrough
19^th^ 19th
H~2~O H2O
++Inserted text++ Inserted text
==Marked text== Marked text
[link text](https:// "title") Link
![image alt](https:// "title") Image
`Code` Code 在筆記中貼入程式碼
```javascript
var i = 0;
```
var i = 0;
:smile: :smile: Emoji list
{%youtube youtube_id %} Externals
$L^aT_eX$ LaTeX
:::info
This is a alert area.
:::

This is a alert area.

Versions and GitHub Sync
Get Full History Access

  • Edit version name
  • Delete

revision author avatar     named on  

More Less

Note content is identical to the latest version.
Compare
    Choose a version
    No search result
    Version not found
Sign in to link this note to GitHub
Learn more
This note is not linked with GitHub
 

Feedback

Submission failed, please try again

Thanks for your support.

On a scale of 0-10, how likely is it that you would recommend HackMD to your friends, family or business associates?

Please give us some advice and help us improve HackMD.

 

Thanks for your feedback

Remove version name

Do you want to remove this version name and description?

Transfer ownership

Transfer to
    Warning: is a public team. If you transfer note to this team, everyone on the web can find and read this note.

      Link with GitHub

      Please authorize HackMD on GitHub
      • Please sign in to GitHub and install the HackMD app on your GitHub repo.
      • HackMD links with GitHub through a GitHub App. You can choose which repo to install our App.
      Learn more  Sign in to GitHub

      Push the note to GitHub Push to GitHub Pull a file from GitHub

        Authorize again
       

      Choose which file to push to

      Select repo
      Refresh Authorize more repos
      Select branch
      Select file
      Select branch
      Choose version(s) to push
      • Save a new version and push
      • Choose from existing versions
      Include title and tags
      Available push count

      Pull from GitHub

       
      File from GitHub
      File from HackMD

      GitHub Link Settings

      File linked

      Linked by
      File path
      Last synced branch
      Available push count

      Danger Zone

      Unlink
      You will no longer receive notification when GitHub file changes after unlink.

      Syncing

      Push failed

      Push successfully