Training-Mode
Training-Mode copied to clipboard
Current Version Unable to build TM Codeset
Running "Build Training Mode Codeset.bat" from windows powershell (as administrator and as not) yields this error
"Build Training Mode Codeset.bat"
C:\Users\Isaak\Documents\Melee\Training-Mode-master (1)\Training-Mode-master\Build TM Codeset>gecko build
2019/06/12 21:50:39 Failed to write temporary asm file
open ..\ASM\Additional Codes\Better Camera [Achilles,UnclePunch]\Pause Camera Snaps To Off Screen Players\Pause Camera Snaps To Off Screen Players - Always Onscreen.asmtemp: The system cannot find the path specified.
2019/06/12 21:50:39 Failed to read file at ..\ASM\Onscreen Display\Additional Playerblock Variables\ASC Queue + Global AS Frame Count + Frames Intangible+PostHitstunFrames\Inc Frame Count+Frames Tangible+Hitstun.asm
open ..\ASM\Onscreen Display\Additional Playerblock Variables\ASC Queue + Global AS Frame Count + Frames Intangible+PostHitstunFrames\Inc Frame Count+Frames Tangible+Hitstun.asm: The system cannot find the path specified.
Will be using NTSC-ISO-Creator in the meantime. Thanks
I have similar error messages when running "Build Training Mode Codeset.bat"
2020/06/27 15:15:31 Failed to read file at ..\ASM\Onscreen Display\Additional Playerblock Variables\ASC Queue + Global AS Frame Count + Frames Intangible+PostHitstunFrames\Store Previous AS + Reset AS Frame Count Timer.asm
open ..\ASM\Onscreen Display\Additional Playerblock Variables\ASC Queue + Global AS Frame Count + Frames Intangible+PostHitstunFrames\Store Previous AS + Reset AS Frame Count Timer.asm: The system cannot find the path specified.
I was getting exactly the same error on the exact same file as @atom-sgt
What I did to fix it was to do a git clone
and not downloading the repo as a zip file. Maybe the download of the zip file got broken for some strange reason, but that's how I fixed it.
Prefer cloning repos and not downloading them as is!
I fixed this by removing the spaces on either end of the plus signs in Training-Mode\ASM\training-mode\Onscreen Display\Additional Playerblock Variables\ASC Queue + Global AS Frame Count + Frames Intangible + PostHitstunFrames
and the inner file Store Previous AS + Reset AS Frame Count Timer.asm
. So now the folder is named ASC Queue+Global AS Frame Count+Frames Intangible+PostHitstunFrames
and the file is named Store Previous AS+Reset AS Frame Count Timer.asm
.