Git Product home page Git Product logo

rpgmaker's People

Contributors

futokoro avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

rpgmaker's Issues

カテゴリ指定の素材と製作数に必要なアイテムの判定が間違っている?

2200行過ぎたあたり

    //カテゴリ指定の素材と製作員数に必要なアイテムを持っているか
    Game_Party.prototype.hasCategoryMaterial = function(material, number) {
-        return material.category() && this.numCategoryItem(material.category()) >= number;
+       return material.category() && this.numCategoryItem(material.category()) >= material.number() * number;

hasNonCategoryMaterialメソッドはmaterial.number() * numberになっているのでおそらくこちら側が間違っているのではと思います

FTKR_DisplayCommandFrame.js: 枠画像がImageManagerのキャッシュに乗っておらず、初回時に表示されないことがある

掲題のプラグインを利用させていただいております。
ありがとうございます。

下記のコードを修正したところ正常に動作しました。
問題解決に少々時間がかかってしまい、記念に共有できればと思いました。
間違ってたらすみません・・・

//枠画像ファイルの事前ロード
// var _DCF_DataManager_loadDatabase = DataManager.loadDatabase;
// DataManager.loadDatabase = function(name, src) {
//     _DCF_DataManager_loadDatabase.call(this, name, src);
//     ImageManager.loadSystem(FTKR.DCF.frame.image.name);
// };
var Scene_Boot_loadSystemImages = Scene_Boot.loadSystemImages;
Scene_Boot.loadSystemImages = function() {
    Scene_Boot_loadSystemImages.call(this);
    ImageManager.reserveSystem(FTKR.DCF.frame.image.name);
};

SkillUpgradeSystem_Window crashes when opening skill list (new project, English program v1.4.1)

When opening the skill list in a new, default project, the game crashes with an error log. No plugins other than the necessary ones for SkillUpgradeSystem_Window, in this order:

FTKR_SkillExpansion 1.3.3
FTKR_ShowSkillStatus 1.4.2
FTKR_SkillUpgradeSystem_Core 1.4.0
FTKR_SkillUpgradeSystem_Window 1.4.0

Here is the error log:

TypeError: Cannot read property 'count' of undefined at Window_SepTypeList.Window_Base.setSepSkillStatusParams (file:///D:/Games/RPG/Project2/js/plugins/FTKR_SkillUpgradeSystem_Window.js:864:10) at Window_SepTypeList.Window_Base.drawSepSkillStatus (file:///D:/Games/RPG/Project2/js/plugins/FTKR_SEP_ShowSkillStatus.js:1384:21) at Window_SepTypeList.drawSkillStatus (file:///D:/Games/RPG/Project2/js/plugins/FTKR_SkillUpgradeSystem_Window.js:1193:10) at Window_SepTypeList.drawItem (file:///D:/Games/RPG/Project2/js/plugins/FTKR_SEP_ShowSkillStatus.js:2098:10) at Window_SepTypeList.Window_Selectable.drawAllItems (file:///D:/Games/RPG/Project2/js/rpg_windows.js:1250:18) at Window_SepTypeList.refresh (file:///D:/Games/RPG/Project2/js/plugins/FTKR_SEP_ShowSkillStatus.js:2134:8) at Window_SepTypeList.setSkillId (file:///D:/Games/RPG/Project2/js/plugins/FTKR_SEP_ShowSkillStatus.js:2326:8) at Window_SkillList.update (file:///D:/Games/RPG/Project2/js/plugins/FTKR_SEP_ShowSkillStatus.js:1924:54) at file:///D:/Games/RPG/Project2/js/rpg_core.js:6523:19 at Array.forEach (native)

this.spacing is not a function (FTKR_GDM_WindowEditor.js)

Line 4273 in FTKR_GDM_WindowEditor.js

        this._customSpacing   = this.spacing();

will cause this fatal error in RPGMV 1.6.1
error2
and will be fixed by removing ()
error

I'm just a game translator who know nothing about your scripts. I came across this bug when doing translations. Hopefully you can fix this issue and this page will be indexed by search engines.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.