0 of 0

File information

Last updated

Original upload

Created by

suancaiyu

Uploaded by

wzx2248106591

Virus scan

Some suspicious files

Tags for this mod

37 comments

  1. joey163520
    joey163520
    • member
    • 0 kudos
    任 *.pak *_100_P.pak
    复制过去运行没反应
    1. as5070
      as5070
      • member
      • 0 kudos
      ren*.pak *_100_P.pak
      你的翻译软件给ren翻译成任了
    2. Deadlyboi
      Deadlyboi
      • member
      • 2 kudos
      Download the Rename Files.bat from the link:

      https://limewire.com/d/uUkMZ#QN49MPqBsZ

      Put it inside your mods folder (Make a backup of your mods before anything!!!).
      Run the bat file inside your mods folder with all the mods. The file will automatically rename all of the mods with 100,101,102, in increasing order. You don't need to do anything. Run the game and enjoy. Your Welcome.

      Chinese:

      从以下链接下载 Rename Files.bat 文件:

      https://limewire.com/d/uUkMZ#QN49MPqBsZ

      将其放入你的 mods 文件夹(操作前请先备份你的 mods!!!)。
      运行 mods 文件夹中包含所有 mods 的 bat 文件。该文件将自动将所有 mods 重命名为 100、101、102,并按升序排列。你无需执行任何操作。欢迎使用。
    3. Deadlyboi
      Deadlyboi
      • member
      • 2 kudos
      使用我的评论
    4. Donny0607
      Donny0607
      • member
      • 0 kudos
      Thanks a lot!
    5. www23360
      www23360
      • member
      • 0 kudos
      Thanks a lot bro!!
    6. CenBaijinqu
      CenBaijinqu
      • member
      • 0 kudos
      抱歉,此文件已丢失。您能否再次上传
  2. terry60115
    terry60115
    • member
    • 0 kudos
    您好,我這邊遇到一個狀況,我這邊嘗試了使用您提供的BAT去執行操作但是現在是有成功更改了檔名,但是MOD卻沒有顯示出來,此外有在嘗試下載了在這個平台的冥河代理人的MOD去放進MOD資料夾也是一樣的情形不知道是不是有甚麼東西是要去調整的?
  3. Joekubas
    Joekubas
    • member
    • 0 kudos
    Can anyone help me mod? I a new player and this is very confusing. I downloaded mod manager and the game from steam. In folder "Paks" I created folder "~mods" and added mod. As previous comments said, I renamed the "_P" part with "_100_P". Manager opens my ~mods folder, I select the mod and press apply. I close the manager, open the game and still doesnt change Lyfe's default skin. Did I missed something?
    1. Deadlyboi
      Deadlyboi
      • member
      • 2 kudos
      ive posted my comment but im giving details to u here aswell.
      You dont need to use the mod manager, give me the link for the mod ur using so i can look into it
    2. Joekubas
      Joekubas
      • member
      • 0 kudos
      https://www.nexusmods.com/snowbreakcontainmentzone/mods/291 this one. I dont need the pak mod manager?
    3. Deadlyboi
      Deadlyboi
      • member
      • 2 kudos
      You should know that there are three variants of lyfe in game, one of them is SR and other two SSRs. One SSR is standard which u can get easily as a begginer, but other SSR is limited banner. So check if u have the correct one not the standard banner one. Now to mod, first of all you don't need mod manager at all. Just create a "~mod" folder inside pak folder and place all mods there. The klukai mod your downloading has 4 variants and u can use one at a time. Download the one of ur choice, rename it as e.g.
      From:ClurkyV4_P.pak
      To:ClurkyV4_P_100_P.pak
      It should work.
    4. Joekubas
      Joekubas
      • member
      • 0 kudos
      I just started playing few days ago, where do I check which sr or ssrs I have?
    5. Deadlyboi
      Deadlyboi
      • member
      • 2 kudos
      The one ur applying mod to is called Lyfe Infinite Syte, check if u have the same one, u can check in operatives which are SSRs, they have golden frame
    6. Joekubas
      Joekubas
      • member
      • 0 kudos
      thanks for help
    7. Joekubas
      Joekubas
      • member
      • 0 kudos
      But I have a question, how do I know for which version of operative the mod is made for?
  4. Erukoshindo
    Erukoshindo
    • member
    • 0 kudos
    Thanks! This workaround is effective! approved!


    backup all your mods before renaming them all manually or using a .bat file to rename them all

    manual:
     - right click the file to rename it
     - DO NOT touch the whole name but add [_100_P] before the -.pak file format (like ModName_P_100_P.pak)
     - to do this to other mods you have, just increase the end numerical value like 101, 102, and up
     - press enter to confirm it, close the folder, launch the game.


    https://imgur.com/a/0jbpVw2 for context.
    1. Deadlyboi
      Deadlyboi
      • member
      • 2 kudos
      plz can i have the mod in the picture
    2. Erukoshindo
      Erukoshindo
      • member
      • 0 kudos
      https://www.nexusmods.com/snowbreakcontainmentzone/mods/358
    3. Deadlyboi
      Deadlyboi
      • member
      • 2 kudos
      Thnx
  5. kokoyume
    kokoyume
    • member
    • 0 kudos
    @echo offfor /R %%i in (*.pak) do ( ren "%%i" "%%~ni_100_P.pak"
    )
    pause

    ↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑
    This .bat script is designed to rename all .pak files inside a folder and all of its subfolders, appending _100_P before the .pak extension.

    • @echo off: Hides command line output for a cleaner execution.
    • for /R %%i in (*.pak) do (...): Recursively finds all .pak files from the folder where the script is located (and all subfolders).
    • ren "%%i" "%%~ni_100_P.pak":

      • %%i is the full path of each .pak file found.
      • %%~ni extracts only the file name (no extension).
      • It renames the file to originalFileName_100_P.pak.
    • pause: Keeps the console window open so the user can confirm the results before it closes.
    So, for example:

    • example.pakexample_100_P.pak
    • subfolder/sample.paksample_100_P.pak
    1. 0poq0
      0poq0
      • member
      • 0 kudos
      It seems to be the only one work with all subfolders, thank u!
  6. Ministerando
    Ministerando
    • member
    • 0 kudos
    The breakage situation of the Dorm Mod After 4.17 release that can be confirmed currently is :

    Fenny, Siris, Lyfe, Cherno, Marian,Haru(Qing), Nita.

    (Renaming the file cannot solve the problem and it has been confirmed to be completely broken. )
  7. Luziye233
    Luziye233
    • member
    • 0 kudos
    you are Hero
  8. Noirekira
    Noirekira
    • member
    • 0 kudos
    感谢大佬 昨天折腾半天一个个排查以为是哪个mod炸了 白搞 乐
  9. Deadlyboi
    Deadlyboi
    • member
    • 2 kudos
    Download the Rename Files.bat from the link:

    https://limewire.com/d/uUkMZ#QN49MPqBsZ

    Put it inside your mods folder (Make a backup of your mods before anything!!!).
    Run the bat file inside your mods folder with all the mods. The file will automatically rename all of the mods with 100,101,102, in increasing order. You don't need to do anything. Run the game and enjoy. Your Welcome.

    Chinese:

    从以下链接下载 Rename Files.bat 文件:

    https://limewire.com/d/uUkMZ#QN49MPqBsZ

    将其放入你的 mods 文件夹(操作前请先备份你的 mods!!!)。
    运行 mods 文件夹中包含所有 mods 的 bat 文件。该文件将自动将所有 mods 重命名为 100、101、102,并按升序排列。你无需执行任何操作。欢迎使用。
  10. rikoka
    rikoka
    • member
    • 0 kudos
    大佬,那基地里一些人的脸直接掉到脚的位置了,这要怎么解决啊
    1. rpglike
      rpglike
      • member
      • 0 kudos
      那个是炸掉了,没法解决,只能看后面还有没有佬重新做了