You are on page 1of 2

# Credits

**PlayMakerArrayListProxy Helper Methods**


ModHelper PlayMakerProxyUtility
BrennFuchS

**Contributors**
Krutonium

**FastOBJImporter**
FastOBJImporter
Marc Kusters (Nighteyes)
http://wiki.unity3d.com/index.php/FastObjImporter

**TGA Texture Importer**


ModAssets LoadTextureTGA()
ALLCAPS
https://forum.unity.com/threads/tga-loader-for-unity3d.172291/#post-1587475

**DDS Texture Importer**


ModAssets LoadTextureDDS()
jeff-smith
http://answers.unity.com/answers/707772/view.html
AARO4130
https://github.com/helemaalbigt/DesignSpace/blob/master/Assets/OBJImport/
TextureLoader.cs

**Normal Map Converter**


ModAssets ConvertToNormalMap()
Bunny83
http://answers.unity.com/comments/1195008/view.html

**INI file read and write**


[CC BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/) (Some changes made,
added a few methods.)
ModINI
Danny Beckett (and dxiv)
https://stackoverflow.com/a/14906422

**Find Bytes**
MSCLoader FindBytes()
John Wein
https://social.msdn.microsoft.com/Forums/vstudio/en-US/ffbbf0ab-2fed-4e70-9f9b-
a0b58861ca55/how-to-find-a-hex-string-in-a-file?forum=csharpgeneral

**UI Click Fix**


MSCLoader InjectUIClickFix
haruna9x
http://answers.unity.com/answers/1410943/view.html
Shrandis
http://answers.unity.com/answers/320484/view.html

**Get Online Date**


[CC BY-SA 3.0](https://creativecommons.org/licenses/by-sa/3.0/) (minor changes to
returned result).
ModEarlyAccess GetDate()
cerberus
https://stackoverflow.com/a/44095036
**Legacy code and old mod loaders**
[GNU General Public License v3.0](https://www.gnu.org/licenses/gpl-3.0.en.html)
https://github.com/MSCLoaderPro/MSCLoaderLegacy
dsonbill
https://github.com/dsonbill/MSCModLoader
piotrulos
https://github.com/piotrulos/MSCModLoader

#### EXTERNAL LIBRARIES:

**Harmony 1.2.0.1**
[MIT License](https://opensource.org/licenses/MIT)
Andreas Pardeike
https://github.com/pardeike/Harmony

**NAudio 1.9**
[MIT License](https://opensource.org/licenses/MIT)
Mark Heath
https://github.com/naudio/NAudio

**NAudio.Flac 1.0**
Nathan Harrenstein
https://github.com/nharren/NAudio.Flacs

**NVorbis 0.8.6**
[MIT License](https://opensource.org/licenses/MIT)
Andrew Ward
https://github.com/NVorbis/NVorbis

**Newtonsoft.Json 12.0.1.22727**
[MIT License](https://opensource.org/licenses/MIT)
Newtonsoft
https://github.com/JamesNK/Newtonsoft.Json

**Ionic.Zip 1.9.1.5**
[Microsoft Public License (Ms-PL)](https://opensource.org/licenses/MS-PL)
Dino Chiesa
https://archive.codeplex.com/?p=DotNetZip

**Unity Doorstop 3.1**


[Creative Commons Zero v1.0
Universal](https://creativecommons.org/publicdomain/zero/1.0/)
NeighTools
https://github.com/NeighTools/UnityDoorstop

You might also like