# NicePack This repo contains sources for the last public NicePack release. It is a haphazard bunch of changes that were made to customize [ScrN](https://github.com/poosh/KF-ScrnBalance) for ourselves. It is unfinished, but due to some reasons I don't want to release it publicly anymore. ## Documentation - [Config file](Configs/NicePack.ini). - [Changelog](Docs/CHANGELOG.md). ## Build Info > N.B. `NiceNameHack` is required for scrn testmap only! You can use this [bat file](Docs/Compile%20Scripts/Compilation.bat) for basic compilation. ```ini EditPackages=ServerPerks EditPackages=ServerPerksMut EditPackages=ScrnSP EditPackages=ScrnBalanceSrv EditPackages=ScrnWeaponPack EditPackages=ScrnHTec EditPackages=ScrnHMG EditPackages=ScrnZedPack EditPackages=NicePack EditPackages=NiceNameHack ``` ## Installation The link to the compiled NicePack, along with all necessary files, is here: ```text NicePack Assets: ├── Animations │ └── NicePackA.ukx ├── Sounds │ └── NicePackSnd.uax ├── StaticMeshes │ └── NicePackSM.usx └── Textures ├── MeanZedSkins.utx └── NicePackT.utx ``` ```text Requirements Assets |-- Animations | |-- HMG_A.ukx.ukx | |-- HTec_A.ukx | |-- ScrnAnims.ukx | |-- ScrnWeaponPack_A.ukx | `-- ScrnZedPack_A.ukx |-- Maps | |-- KFO-Foundry-SE.rom | `-- KF-ScrnTestGrounds.rom |-- Sounds | |-- HMG_S.uax | |-- ScrNFoundry.uax | |-- ScrnSnd.uax | |-- ScrnWeaponPack_SND.uax | `-- ScrnZedPack_S.uax |-- StaticMeshes | |-- ScrnWeaponPack_SM.usx | `-- ScrnZedPack_SM.usx `-- Textures |-- BDFonts.utx |-- CountryFlagsTex.utx |-- GunSkins_T.utx |-- HMG_T.utx |-- ScrnAch_T.utx |-- ScrnTex.utx |-- ScrnWeaponPack_T.utx |-- ScrnZedPack_T.utx `-- TSC_T.utx ```