退出游戏后报:sta..系统堆栈错误,也就是你的脚本产生了无限循环,比如说方法a呼叫方法b,方法b又呼叫方法a之类的,去检查一下你的脚本有哪里重复调用的,如果有的话就删掉多余的部分,如果是脚本不相容造成的话就改一下其中一个脚
So basically, when using RPG Maker VX Ace, errors may occur because Ruby 1.9+ does not"detect"the script file encoding, so it fails when trying to load it usingKernel.loadorKernel.require. This error is easily fixed by adding# encoding: utf-8in the first line of the script contents lik...
Cache:106: stack level too deep, SystemStackError Maybe it has something to do with it. EDIT: Found some minor issues that occur if the player either wins or loses. 1. There's an offset at the enemy graphics, which is not shown in place. 2. Blocks appear above the border and vic...
A little update on my progress: For the past week I've been working on something "boring" (not to me, though), which is a modular HUD script for RPG Maker VX Ace. The reason is that while there's a lot of HUD scripts out there, and I could've made my own the "simple" way ...