
"Hello starfarer, fancy a haircut?"
Change your own or other's look on the go with this wonderful quality of life mod. This allows you to alter Player, Officer and Administrator appearances but probably not any unique stuff that other mods have created.
Simply go to Intel tab > Personal > Change Portrait and have fun.
---------------
Developed by Lukas04 and CY / Milkydromeda.
Hard dependencies on Lunalib!
---------------
1.0.1 Version, fixes an issue where the players portrait will reset to its innitial one when you reload a save/game.
It's save compatible but you may need to;
runcode import com.fs.starfarer.api.Global; import com.fs.starfarer.api.campaign.comm.IntelInfoPlugin; import java.util.ArrayList; import portrait_changer.PortraitChangerIntel; for (IntelInfoPlugin intel : new ArrayList<IntelInfoPlugin>(Global.getSector().getIntelManager().getIntel())) { if (intel instanceof PortraitChangerIntel) { Global.getSector().getIntelManager().removeIntel(intel); } }
Mantafloppy
2023-06-21 15:29:51 +0000 UTCRageEevee
2023-06-21 07:50:09 +0000 UTCEmilio Rios
2023-06-21 02:42:48 +0000 UTCCyrille Yukimaru
2023-06-20 20:21:22 +0000 UTCMantafloppy
2023-06-20 20:08:01 +0000 UTC