Mr. Matthews' Page
This is my page. Here, I can take notes on my projects!
Audio Production CTE Course
Design a two year course. (Two 36 week courses). For example, “Audio Engineering I” and “Audio Engineering II”
Industry Credentials
Examples
Career Clusters
To Do
To Do
Neverwinter Nights
Pack Hunters
Ideas
AI Modification
Use the creature wizard to create a new NPC. (This will setup all of the default AI)
IMPORTANT - When the wizard asks to name the new creature, use the intended TAG instead. (This hard codes the creature's resref, and sets the creature's Tag (Which is convenient.) You can edit the name later.
Read the comments in the OnSpawn event for the new NPC.
Set the variable (int X2_USERDEFINED_ONSPAWN_EVENTS = 3) to fire both pre and post-spawn events.
Edit the OnUserDefined event, and immediately save it as a new file. This customized file will be used to control the behavior of the NPC.
READ (Don't save any changes to this file!) the file NW_C2_DEFAULT9. In it, you'll find commands to unlock specific NPC behaviors. Copy/Paste these commands into your customized OnUserDefined script.
Projects
“What we usually consider as impossible are simply engineering problems… there’s no law of physics preventing them. ”
- Michio Kaku