What this mod does:
- Installs nude detail textures for all female characters.
- Blanks out standard underwear for all female characters.
- Provides option to use shaved or unshaved textures for female characters.
- Allows for relatively quick change back to v3.0 textures.
What this mod does not do:
-Provide unshaved textures for Warborn and Dwarf female characters. Currently will install unshaved versions if shaved is selected
Don’t work, regardless what I do.
game_pak not found, please refer to readme.txt
Used the right link to the game folder.
Check your shortcut for ArcheAge to see what it’s opening. Such a problem is possible if you’re running multiple installs and modding a different one than you’re playing. With multiple clients, you’ll have ArcheAge1/ArcheAge2/etc folders on C. If you have more than one ArcheAge client installed: edit “nudemod.bat” and type in the path of your ArcheAge game to the game_pak file exactly(ie: C:\Program Files(x86)\Glyph\Game\ArcheAge\Live).
For those struggling, if you are having issues with the “path not found” thing, here is the best way to do it.
1.- For the purpose of this example, go to drive C and create a folder named “PATCHER”
2.- copy/cut your game_pack file to this folder
3.- copy all contents of the nude patch package to this folder as well, your folder contents should be:
BIN *folder
FILES *folder
ArcheageImporter.exe
ArcheageScript.run
game_pack
nudemod.bat
original.bat
shaved.bat
unshaved.bat
4.- edit nudemod.bat and delete the PATH line:
set /p PATH=”Archage directory containing game_pak = ”
save and close the file.
5.- THIS STEP APPLIES FOR THE 3 FILES – open your desired file, for this example, shaved.bat ( because shaved is the way to go! ;V )
replace its contents with this:
echo.
if exist “C:\PATCHER\game_pak” (C:\PATCHER\ArcheageImporter.exe -r -w C:\PATCHER\ArcheageScript.run “C:\PATCHER\game_pak” C:\PATCHER\files\shaved) else echo game_pak not found, please refer to readme.txt
thats it, for the other files, just watch over for the correct path for files folder:
C:\PATCHER\files\unshaved -for unshaved
and
C:\PATCHER\files\original -for original
return your game_pack file to your AA game directory and enjoy!
OH almost forgot, edit your nudemod.bat and replace this lines:
:shaved
call .\bin\shaved.bat
goto end
:unshaved
call .\bin\unshaved.bat
goto end
:original
call .\bin\original.bat
goto end
for this ones:
:shaved
call C:\PATCHER\shaved.bat
goto end
:unshaved
call C:\PATCHER\unshaved.bat
goto end
:original
call C:\PATCHER\original.bat
goto end
See ya!
Awesome! Thank you, Walther. You did a great job!