Update 'Home'

Jaysyn 2022-10-13 12:50:30 +00:00
commit 5b70bfb698

38
Home.md Normal file

@ -0,0 +1,38 @@
Welcome to the PRC4NWN35 wiki! This wiki will contain information useful for general module creation.
## Useful Links
[3rd Edition SRD](https://www.dandwiki.com/wiki/3e_SRD:System_Reference_Document) - Pen & Paper system Neverwinter Nights is based on.
[PRC Manual](http://nwnprc.com/manual/index.html) - NWNDS is built on top of the incredible Player's Resource Compendium.
[Neverwinter Nights Wiki](https://nwn.wiki/display/NWN1/) - Exhaustive resource for modding Neverwinter Nights.
[NWN Lexicon](https://lexicon.nwn.wiki/index.php?title=Main_Page) - The NWN Lexicon Project is intended to be a community-based NWScript Language Reference and Resource Guide for BioWare's Neverwinter Nights role playing game.
[NWN Script Archive](http://www.dmh-online.net/nwn/scripts/) - A collection of Neverwinter Nights scripts.
[NWN Text Color Token Generator](https://colortoken.nwn1.net/) - Tool for creating color text in NWN dialogs.
[SQLite Tutorial](https://www.sqlitetutorial.net/) - A primer for understanding SQLite.
## Useful Tools
[Notepad++](https://notepad-plus-plus.org/) - Best text editor around.
[Visual Studio Code](https://code.visualstudio.com/) - Great for externally compiling the module.
[HexHero](https://www.hexhero.com/tools/add-hex-numbers) - Add hexidecimal numbers visually.
[Paint.NET](https://www.getpaint.net/) - Directly convert & edit TGA & DDS.
## Modeling & Texture Resources
[PolyHaven](https://polyhaven.com/) - Public 3D Asset Library.
[FreePBR](https://freepbr.com/) - Free PBR materials and texture files.
[GPUOpen](https://matlib.gpuopen.com/main/materials/all) - MaterialX Library
[AmbientCG](https://ambientcg.com/categories) - More free PBR materials and texture files.