Hey Guys, Sorry if this is not the correct place to post this, I'm having a problem while compiling a script that uses AAF. I get the Following errors whether i compile from the CK or from a batch file. D:\Games\steam\steamapps\common\Fallout 4\Papyrus Compiler\AAF_MainQuestScript.psc(0,0): filename does not match script name: "aaf:aaf_mainquestscript" expected: "aaf_mainquestscript" D:\Games\steam\steamapps\common\Fallout 4\Papyrus Compiler\AAF_MainQuestScript.psc(0,0): filename does not match script name: "aaf:aaf_mainquestscript" expected: "aaf_mainquestscript" D:\Games\steam\steamapps\common\Fallout 4\Data\Scripts\Source\User\aaf\AAF_API.psc(0,0): filename does not match script name: "aaf:aaf_api" expected: "aaf_api" D:\Games\steam\steamapps\common\Fallout 4\Data\Scripts\Source\User\aaf\AAF_API.psc(0,0): filename does not match script name: "aaf:aaf_api" expected: "aaf_api". This is the contents of my compiler batch file, PapyrusCompiler.exe %1 -f="Institute_Papyrus_Flags.flg" -i="D:\Games\steam\steamapps\common\Fallout 4\Data\Scripts\Source\Base;D:\Games\steam\steamapps\common\Fallout 4\Data\Scripts\Source\User;D:\Games\steam\steamapps\common\Fallout 4\Data\Scripts\Source\User\aaf;D:\Games\steam\steamapps\common\Fallout 4\Data\Scripts\Source\User\BBM;D:\Games\steam\steamapps\common\Fallout 4\Data\Scripts\Source\User\DCC;D:\Games\steam\steamapps\common\Fallout 4\Data\Scripts\Source\User\DD;D:\Games\steam\steamapps\common\Fallout 4\Data\Scripts\Source\User\four_play;D:\Games\steam\steamapps\common\Fallout 4\Data\Scripts\Source\User\FPA" I have the .psc I'm trying to compile in the Papyrus Compiler Folder and just drag it to the .BAT file My Folder structure for the scripts folder is like this, Data\Scripts\Source\Base, CreationClub, DLC01, DLC02, DLC03, DLC04, DLC05, DLC06, Torture Devices and User Under User are all the other Mod Script Source folders such as AAF, BBM, DCC, DD, Four_play, FPA, Fragments, RSE and others Any Help appreciated..