Could not find file: Graphics/system/cursor

● ARCHIVED · READ-ONLY
Started by KitKatPattyWhack 6 posts View original ↗
  1. I don't know where I went wrong.  I had one main event page set up where cutscenes would trigger whether it was Day 1, 2, etc.  It was fine when I had the Transfer student introduction cutscene occur when it was "Day 0" and all the events that follow after.  However, after making a new map, adding conditional branches to items that vary interaction based on the current day, when I re-played the game to test a different issue, I can no longer proceed as I get the error message mentioned in the title.
  2. Did you import a cursor script or some sorts? Like yanfly's? menu cursor? if yes, make sure you imported the cursor file into that exact path that is shown on the error message

    anyway, just try to open paint then create a cursor.png file and put it into you project's Graphics\System folder
  3. Go into your scripts and do a global search (control+shift+f) for that text:


    Graphics/System/Cursor


    That should tell you what script it is.


    Sounds like you've just deleted the file.
  4. or he didn't add it in the first place...
  5. When I did a global search, I found "Graphics/System" but no cursor so I'm pretty sure I never touched the scripts (if there was any to begin with) as I only used the available tools from VXA given my inexperience with scripts.  Nevertheless, the error that kept showing up just before the NPC mentioned the player's name stopped occurring after I deleted Galv's VN Choice script.  I don't know if that was the problem as I didn't follow the 1st step, and the game was working fine with the script in place without activating before.
  6. KitKatPattyWhack said:
    Nevertheless, the error that kept showing up just before the NPC mentioned the player's name stopped occurring after I deleted Galv's VN Choice script.
    Galv's description about the Visual Novel Chpoices specifically states that it uses a picture for the cursor - and you were missing that cursor.
    If it worked for you before, then that was because you hadn't used any event with that specific choice display before.