ultima
Vivacious Visitor
- Joined
- Apr 26, 2012
This is a tutorial! There is no patch or other.
Know that at the base, you can not remove underwear default.
It will buy more underwear offer in the game
1 - Personalize underwear with one or more symbols.
2 - well remember (or have a screenshot of your character), then find the files to rename.For this, we will use UModel.
3 - Simply drag the file and umodel.exe you with an overview of the model.
Files in women's clothes are in the folder:
4 - Now that the files are found, rename them (eg name.upk.bak)
5 - start the game and have fun :)
Attention. There are some drawbacks. If you want to change clothes when you changed the files, the game will not find them and you will remove your character. (Dress, pants, shirt ...) But do not worry, everything remains in inventory.
Other incovenient, if you look at the auction sale, items you edit (with overview), the game will crash.
Personally, I create the files *.bat.
bat file in my example:
Nude.bat
Original.bat
View attachment Umodel.rar
Sorry for my english :/
Know that at the base, you can not remove underwear default.
It will buy more underwear offer in the game
1 - Personalize underwear with one or more symbols.
2 - well remember (or have a screenshot of your character), then find the files to rename.For this, we will use UModel.
3 - Simply drag the file and umodel.exe you with an overview of the model.
Files in women's clothes are in the folder:
Code:
...\APBGame\Content\Release\Packages\APB_CharacterTool\Female
4 - Now that the files are found, rename them (eg name.upk.bak)
5 - start the game and have fun :)
Attention. There are some drawbacks. If you want to change clothes when you changed the files, the game will not find them and you will remove your character. (Dress, pants, shirt ...) But do not worry, everything remains in inventory.
Other incovenient, if you look at the auction sale, items you edit (with overview), the game will crash.
Personally, I create the files *.bat.
bat file in my example:
Nude.bat
Code:
[COLOR=#333333][FONT=arial]rename F_Skirt_Mini_Functional_Flared.upk F_Skirt_Mini_Functional_Flared.upk.bak
[/FONT][/COLOR][COLOR=#333333][FONT=arial]rename F_Swimwear_BikiniTop_Functional_HalterRing.upk F_Swimwear_BikiniTop_Functional_HalterRing.upk.bak
[/FONT][/COLOR][COLOR=#333333][FONT=arial]rename F_Underwear_Bra_Functional_Strapless.upk F_Underwear_Bra_Functional_Strapless.upk.bak
[/FONT][/COLOR][COLOR=#333333][FONT=arial]rename F_Underwear_Thong_Functional_Lace.upk F_Underwear_Thong_Functional_Lace.upk.bak[/FONT][/COLOR]
Original.bat
Code:
[COLOR=#333333][FONT=arial]rename F_Skirt_Mini_Functional_Flared.upk.bak F_Skirt_Mini_Functional_Flared.upk
[/FONT][/COLOR][COLOR=#333333][FONT=arial]rename F_Swimwear_BikiniTop_Functional_HalterRing.upk.bak F_Swimwear_BikiniTop_Functional_HalterRing.upk
[/FONT][/COLOR][COLOR=#333333][FONT=arial]rename F_Underwear_Bra_Functional_Strapless.upk.bak F_Underwear_Bra_Functional_Strapless.upk
[/FONT][/COLOR][COLOR=#333333][FONT=arial]rename F_Underwear_Thong_Functional_Lace.upk.bak F_Underwear_Thong_Functional_Lace.upk[/FONT][/COLOR]
View attachment Umodel.rar
Sorry for my english :/
Last edited by a moderator: