[VX Ace] - Shop problem

● ARCHIVED · READ-ONLY
Started by Gouda Tsuyoshi 3 posts View original ↗
  1. Okay, so I just started working with VX Ace and, instead of cooking up a new game, I decided to go the easy route and convert my old VX project into Ace. With some minor adjustments, things are working fine, but as I would have expected there are some hang ups. Specifically involving the opening of shops and buying stuff from them. Whenever the window to a shop is about to open, I get this message here;



    My knowledge in scripting is practically nilch and I have no idea what could be causing this save some form of inconsistency from VX that's causing a hang up here.
  2. Ace uses an updated form of the scripting language, and VX's RGSS2 and Ace's RGSS3 are not completely compatible.


    Most probably you also copied some scripts from your old game that are no longer compatible and are now causing that error.


    For a more detailed bughunt we need more info on how you got your game transferred to Ace and what scripts you've included.
  3. Right, fair enough.

    Yeah, that's what I'm assuming too, though I can't seem to find any of the old scripts I had in the original over in the ace anymore. Anywho, I've used the program (found here http://www.rpgmakervxace.net/topic/849-vx-ace-conversion-program/) called VX 2 Ace. It was a simple process, I plopped the .INI file of my old game in and the .INI of the ace project into the program and it'd convert them just fine. I did run into a script problem earlier on, but that one I managed to rectify on my own. Only now is this one coming up after testing shops.

    The script used for Window_ShopBuy is pretty much identical to what it is in VXAce, so I'm not sure what could be causing the hang up if I have no old scripts that fiddle with it. But, just in case, I'll pastebin it: http://pastebin.com/Kuizbsgm

    Hopefully this is enough. If not, I can provide more information if needed. Thanks in advance.