WastelandSettler Posted December 10, 2022 Share Posted December 10, 2022 Hey all, I was recently inspired by Joseph Russell's video guide on how to make a custom framework follower like Lucien. I was able to successfully complete everything up till when I need to compile my first script (which he provided) for the initial follower custom framework. I have watched, and rewatched the videos and I'm almost certain I've followed everything so far but when I go to compile the provided script it just will not do it and gives me the same error each time. Starting 1 compile threads for 1 files...Compiling "BG01MinscController"...D:\Steam\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\temp\BG01MinscController.psc(3,0): no viable alternative at character 'ÿ'D:\Steam\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\temp\BG01MinscController.psc(31,0): no viable alternative at character 'ÿ'D:\Steam\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\temp\BG01MinscController.psc(55,0): no viable alternative at character 'ÿ'D:\Steam\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\temp\BG01MinscController.psc(67,0): no viable alternative at character 'ÿ'D:\Steam\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\temp\BG01MinscController.psc(81,0): no viable alternative at character 'ÿ'No output generated for BG01MinscController, compilation failed.Batch compile of 1 files finished. 0 succeeded, 1 failed.Failed on BG01MinscControllerThis is what I am getting. I'm not experienced enough in any of this to understand what this is trying to tell me and sadly I've encountered a roadblock and will sadly have to give up unless I can figure this out. My ultimate goal is to recreate Minsc and Boo as potential followers. Hopefully someone here can help shed light on what I'm doing wrong and maybe have a solution to my problem. Thank you for reading. Link to comment Share on other sites More sharing options...
WastelandSettler Posted December 10, 2022 Author Share Posted December 10, 2022 UPDATE: I figured out the problem. For anyone with this issue there were extra spaces at each locations. Lines (3,0); (31,0); (55,0); (67,0); and (81,0) corresponded to one additional space that somehow got added. Removing those spaces fixed the script and is compiled now. Link to comment Share on other sites More sharing options...
IsharaMeradin Posted December 11, 2022 Share Posted December 11, 2022 FYI - If you use a third party program like a word processor to type of the script, such program can leave hidden codes / characters that cause problems for the papyrus compiler. And if you do use a third party text editor such as Notepad++ or Sublime Text, make sure that the text is saved as plain text rather than with some type of encoding as that too will cause issues with the papyrus compiler. Link to comment Share on other sites More sharing options...
Recommended Posts