From 43c32f4223ede12b1c1ecb06550630996ba4193e Mon Sep 17 00:00:00 2001 From: "Marvin \"Morphyum\" Schwabe" Date: Sun, 6 May 2018 15:19:45 +0200 Subject: [PATCH 1/3] Update README.md --- README.md | 74 ++++++++++++++----------------------------------------- 1 file changed, 18 insertions(+), 56 deletions(-) diff --git a/README.md b/README.md index 1490fd7..cf5e338 100644 --- a/README.md +++ b/README.md @@ -1,60 +1,22 @@ # CommanderPortraitLoader -Loads your custom pngs as a possible commander icon +BattleTech mod (using BTML) that allows you to use a custom png for your commander, when starting a new campaign. +## Requirements +** Warning: Uses the experimental BTML mod loader that might change, come here again to check for updates ** -Instructions: +* install [BattleTechModLoader](https://github.com/Mpstark/BattleTechModLoader/releases) using the [instructions here](https://github.com/Mpstark/BattleTechModLoader) + +## Features +- Let's you place any png file in the mod folder and use it as your commander portrait. + +## Download + +Downloads can be found on [github](https://github.com/Morphyum/CommanderPortraitLoader/releases). + +## Install +After installing BTML, put everything into \BATTLETECH\Mods\ folder. +Place Any png you like to use for your commander in \BATTLETECH\mods\CommanderPortraitLoader\Portraits . +Start the game. +Start a new campaign +Your png should now be available as a preset, **Warning: currently only for male or genderless** -1) Put your png into the C:\Program Files (x86)\Steam\steamapps\common\BATTLETECH\BattleTech_Data\StreamingAssets\sprites\Portraits folder -2) Go to C:\Program Files (x86)\Steam\steamapps\common\BATTLETECH\BattleTech_Data\StreamingAssets\data\portraits and edit one of the files to contain your png name without .png in the icon field and set isCommander to true. - Example for guiTxrPort_Kara_utr.png: - - { - "Description" : { - "Id" : "PortraitPreset_1", - "Name" : "PortraitPreset_1", - "Details" : "", - "Icon" : "**guiTxrPort_Kara_utr**" - }, - "DataManager" : null, - "backgroundColor" : { - "r" : 0, - "g" : 0, - "b" : 0, - "a" : 0 - }, - "headMesh" : 0.226, - "hairMesh" : 2, - "beardMesh" : 4, - "suitMesh" : 0, - "scar" : 8, - "lightRig" : 2, - "cameraPosition" : 1, - "complexionTex" : 3, - "eyebrowTex" : 2, - "tattooTex" : 1, - "actualTattooTex" : 3, - "weights" : [ - 20.26338, - 22.60093, - 14.9322, - 32.04418, - 5.584234, - 4.57507 - ], - "browOffsetY" : -0.007, - "browOffsetZ" : 0.00082, - "noseBridgeScale" : -0.132, - "noseTipScale" : 0.109, - "chinScale" : 0.2662281, - "cheekOffsetY" : 0.00387, - "eyeWidth" : 0.0042, - "jawWidth" : 0.066, - "animation" : 2, - "isCommander" : **true**, - "skinToneId" : "Skin_05", - "eyeColorId" : "Eye_03", - "hairRootId" : "Hair_07", - "hairTipId" : "Hair_08", - "tattooColorId" : "Tattoo_04", - "lipColorId" : "Lip_01" -} From 109fab4376dfb0a14c7bec7584b7ca949ac78194 Mon Sep 17 00:00:00 2001 From: "Marvin \"Morphyum\" Schwabe" Date: Sun, 6 May 2018 15:20:05 +0200 Subject: [PATCH 2/3] Update README.md --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index cf5e338..caaa9f1 100644 --- a/README.md +++ b/README.md @@ -14,9 +14,9 @@ BattleTech mod (using BTML) that allows you to use a custom png for your command Downloads can be found on [github](https://github.com/Morphyum/CommanderPortraitLoader/releases). ## Install -After installing BTML, put everything into \BATTLETECH\Mods\ folder. -Place Any png you like to use for your commander in \BATTLETECH\mods\CommanderPortraitLoader\Portraits . -Start the game. -Start a new campaign -Your png should now be available as a preset, **Warning: currently only for male or genderless** +- After installing BTML, put everything into \BATTLETECH\Mods\ folder. +- Place Any png you like to use for your commander in \BATTLETECH\mods\CommanderPortraitLoader\Portraits . +- Start the game. +- Start a new campaign +- Your png should now be available as a preset, **Warning: currently only for male or genderless** From 72c3c9d6cafe2cce12175c902509785174fc5cef Mon Sep 17 00:00:00 2001 From: "Marvin \"Morphyum\" Schwabe" Date: Sun, 6 May 2018 15:20:36 +0200 Subject: [PATCH 3/3] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index caaa9f1..8438826 100644 --- a/README.md +++ b/README.md @@ -15,8 +15,8 @@ Downloads can be found on [github](https://github.com/Morphyum/CommanderPortrait ## Install - After installing BTML, put everything into \BATTLETECH\Mods\ folder. -- Place Any png you like to use for your commander in \BATTLETECH\mods\CommanderPortraitLoader\Portraits . +- Place any png you like to use for your commander in \BATTLETECH\mods\CommanderPortraitLoader\Portraits . - Start the game. -- Start a new campaign -- Your png should now be available as a preset, **Warning: currently only for male or genderless** +- Start a new campaign. +- Your png should now be available as a preset. **Warning: currently only for male or genderless**