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.
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?
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
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.
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
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.
@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.
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.
37 comments
复制过去运行没反应
你的翻译软件给ren翻译成任了
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,并按升序排列。你无需执行任何操作。欢迎使用。
You dont need to use the mod manager, give me the link for the mod ur using so i can look into it
From:ClurkyV4_P.pak
To:ClurkyV4_P_100_P.pak
It should work.
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.
@echo off
for /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.
- It renames the file to
So, for example:@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).originalFileName_100_P.pak
.pause
: Keeps the console window open so the user can confirm the results before it closes.example.pak
→example_100_P.pak
subfolder/sample.pak
→sample_100_P.pak
Fenny, Siris, Lyfe, Cherno, Marian,Haru(Qing), Nita.
(Renaming the file cannot solve the problem and it has been confirmed to be completely broken. )
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,并按升序排列。你无需执行任何操作。欢迎使用。