Need help with Xas battle script

● ARCHIVED · READ-ONLY
Started by Primative 6 posts View original ↗
  1. Alright so i followed a few tut's on what to do on adding the script called XAS Battle Script to my project i followed the exact order that there needed to be in and this is the error i get.Is this not made for vx ace or what im not technically sure what the problem is :/ im currently using vx ace

    Error



    Also heres a picture of the scripts in order from which they were placed

  2. That error message is telling you you need a graphic in the path "<Your Project>/Graphics/System/" called "XAS_Hookshot.png" (or .jpg or .gif or whatever). You need to download the image for the hookshot and place it in your /Graphics/System folder.

    Savvy?
  3. Alright so i went and got the image XAS_Hookshot.png and pasted it into my project/graphics/system and it keeps giving me different errors i finally then copy and pasted all the other images that go along with the scripts but i receive this error

    Heres a pic of the error i get now with all the images in the folder system

  4. did you start a new game after installing the scripts, or did you load a savegame?


    Any nil-error means that one of the script objects hadn't been initialised. Most often this happens because you forgot to start a new game (old saves will mostly NOTZ work after adding a complex script).


    If you did start a new game, then something is not configured properly in those scripts.
  5. Well i've got the script fixed and started a new game but it wont let me attack a monster on the map  it just goes to the old battlesystem..:/ Could it have a effect on the script that im not using maybe the right weapon/item?Ive only currently done play test at first when i first read what you said i misinterpreted it wrong i thought you ment i had to create a whole new project/map thankgod i didnt spend but 10 mins on a new project and came bck and read this.

    ,bless you
  6. An ABS does NOT work from simply putting in a script, usually you'll need to configure your project to use that script.


    Please go into the XAS description and manual and follow the instructions there on how to install that system into your project.


    If there is anything you don't know, then you can ask specific questions on "how to do point XY of the instructions".


    However, it looks to me like you're a complete new user, and in that case I suggest you start by making a small game without scripts, just to learn how to handle the editor and the engine. If you need help with the basics, you can start at the link in my signature.