1 items

File information

Last updated

Original upload

Created by

Anarchon

Uploaded by

AnarchonAustria

Virus scan

Safe to use

Tags for this mod

17 comments

  1. Banjomir777
    Banjomir777
    • premium
    • 90 kudos
    There are no instructions on how to use this tool.
    When I run it, it says it can't find the ACShadows.ini file.
    1. AnarchonAustria
      AnarchonAustria
      • premium
      • 1 kudos
      Please check if you have an ini file in
      C:\Users\Your Username\Documents\Assassin's Creed Shadows\
      (My tool checks only this path)
      Which version of AC:Shadows do you have?
      (Steam,Ubisoft Connect,...)

      I assume you already played it? xD
    2. Banjomir777
      Banjomir777
      • premium
      • 90 kudos
      My ini file is located in D:\Documents\Assassin's Creed Shadows
    3. AnarchonAustria
      AnarchonAustria
      • premium
      • 1 kudos
      thanks, i will look into it ;-)
    4. AnarchonAustria
      AnarchonAustria
      • premium
      • 1 kudos
      Check the last update..
    5. Banjomir777
      Banjomir777
      • premium
      • 90 kudos
      Thanks, that worked.
  2. tonymodder1
    tonymodder1
    • member
    • 0 kudos
    can u make a mod that removes the hip hop soundtrack pls , sht takes away from the immersion
    1. AnarchonAustria
      AnarchonAustria
      • premium
      • 1 kudos
      No, that's beyond my knowledge.
  3. AnarchonAustria
    AnarchonAustria
    • premium
    • 1 kudos
    Locked
    Sourcecode Link: https://keimlhof.anarchon.net/ACshadowsfix.au3

    Changelog:
    #Improved Handling of Acshadows.ini Backup


  4. Callahan123
    Callahan123
    • premium
    • 1 kudos
    So - I don´t know if it´s ok, but you can change the thing this exe does as followed:


    • Run the game and exit to desktop
    • Go to user\Documents\Assassin's Creed Shadows\


    • Open ACShadows.ini
       in a text editor
    • Search line starting with Sound=, value should be en-US
    • Replace en-US with fr-FR    or      de-DE      or whatever your language is....

    • Save the changes
    • Set file attribute as read-only in file properties until an official patch
    1. AnarchonAustria
      AnarchonAustria
      • premium
      • 1 kudos
      Sure!

      Just use the same language string as in your text field..

      (I think the problem is that AC Shadows appears to load two separate language packs)
  5. DreXav
    DreXav
    • supporter
    • 0 kudos
    Can you please re-add list of the lines that are being added/executed code? Thought I saw it for a moment.
    1. AnarchonAustria
      AnarchonAustria
      • premium
      • 1 kudos
      #Region ;**** Directives created by AutoIt3Wrapper_GUI ****
      #AutoIt3Wrapper_Outfile=C:\Users\Anarc\Documents\Assassin's Creed Shadows\ACshadowsfix.exe
      #AutoIt3Wrapper_UseUpx=y
      #AutoIt3Wrapper_Res_Comment=Automatic Acshadows.ini editor
      #AutoIt3Wrapper_Res_Description=Assassins Creed:Shadows Sounds Fixer
      #AutoIt3Wrapper_Res_ProductName=Acshadowsfixer
      #AutoIt3Wrapper_Res_CompanyName=none
      #AutoIt3Wrapper_Res_LegalCopyright=none
      #AutoIt3Wrapper_Res_LegalTradeMarks=none
      #AutoIt3Wrapper_Res_requestedExecutionLevel=requireAdministrator
      #AutoIt3Wrapper_Run_After="D:\System\Certsigner\CertSigner.exe" "%out%"
      #EndRegion ;**** Directives created by AutoIt3Wrapper_GUI ****
      #cs ----------------------------------------------------------------------------

       AutoIt Version: 3.3.16.1
       Author:         myName

       Script Function:
          Template AutoIt script.

      #ce ----------------------------------------------------------------------------

      ; Script Start - Add your code below here
      $path=@UserProfileDir&"\Documents\Assassin's Creed Shadows"
      $inifile="\AcShadows.ini"
      $inifileb="\AcShadows.bak"
      #include <EditConstants.au3>
      #include <GUIConstants.au3>
      #include <GUIConstantsEx.au3>
      #include <WindowsConstants.au3>
      #Region ### START Koda GUI section ### Form=
      $Form1 = GUICreate("Assassins Creed:Shadows Sounds Fixer", 547, 230, 192, 124)
      $Edit1 = GUICtrlCreateList("", 8, 0, 529, 225,BitOR($WS_BORDER, $WS_VSCROLL))
      GUICtrlSetData(-1, "")
      GUISetState(@SW_SHOW)
      #EndRegion ### END Koda GUI section ###
      $line=1
      func Edit_Text($text)
          GUICtrlSetData($Edit1 & @CRLF,$text,$line)
          $line=$line+1
          EndFunc

      if FileExists($path &  $inifile) then
          Edit_Text("AcShadows.ini found")


      filecopy($path &  $inifile,$path &  $inifileb)
      Edit_Text("Backup created: " & $path &  $inifileb)


      Else

              Edit_Text("AcShadows.ini not found")
      EndIf


      FileSetAttrib($path &  $inifile,"-RA")

      IniWrite($path &  $inifile,"Language","Sound",iniread($path &  $inifile,"Language","Text","de-DE"))
      Edit_Text("Setting Sound Parameter to " &iniread($path &  $inifile,"Language","Text","de-DE"))
      FileSetAttrib($path &  $inifile,"+RA")
      Edit_Text("AcShadows.ini saved and set as write protected")
      Edit_Text("Close this Windows to exit this tool")
      While 1
          $nMsg = GUIGetMsg()
          Switch $nMsg
              Case $GUI_EVENT_CLOSE
                  Exit

          EndSwitch
      WEnd
  6. Aurel79
    Aurel79
    • premium
    • 2 kudos
    Hi,
    Can you put your .exe in a archive ? Nexus shows a virus alert.
  7. AxellSlade
    AxellSlade
    • premium
    • 11 kudos
    Whats does it change in the ini? Your file has been quarantined...
    1. jesped
      jesped
      • member
      • 3 kudos
      You can check the fix here: https://www.pcgamingwiki.com/wiki/Assassin%27s_Creed_Shadows#Missing_music_and_ambient_sounds_in_-_at_least_-_French_version_.28v1.0.0.29
    2. AxellSlade
      AxellSlade
      • premium
      • 11 kudos
      Thank you!