From 5b70bfb698664fe77ec2fc20a5985c488c99e889 Mon Sep 17 00:00:00 2001 From: Jaysyn Date: Thu, 13 Oct 2022 12:50:30 +0000 Subject: [PATCH] Update 'Home' --- Home.md | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 Home.md diff --git a/Home.md b/Home.md new file mode 100644 index 0000000..cee56ea --- /dev/null +++ b/Home.md @@ -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. +