Search results

  1. Nafraju

    RPG Maker MV / MZ Script Call List

    First - thank you ALL. Second - I really think it all belongs here in this thread, because maybe in future there will be a scriptcall for this. Third - I used another way in my project where I didn't need to Seal an EquipSlot Fourth - just responding to the save issue ... in general I...
  2. Nafraju

    RPG Maker MV / MZ Script Call List

    Thank you both. And you @ATT_Turan for mention it. But this would not be an issue, because I can do a checking of the value .. and block the slot again.
  3. Nafraju

    RPG Maker MV / MZ Script Call List

    Nice I will try it ..
  4. Nafraju

    RPG Maker MV / MZ Script Call List

    Does anyone know a scriptcall to Seal an EquipSlot during runtime ? I skimmed the forum and googled .. but found anything for this.
  5. Nafraju

    Searching This ...

    @Avery That is a base figur from Koikatsu STUFF Which is from the year 2018 .. 5 years ago. And now I ask you - again - are you 100% sure Sure the base body and the base cloth hair ... must have been created .. once. But the point is the MZ has it's generator for the faces. It uses base...
  6. Nafraju

    Searching This ...

    @Avery That is what I have been told the last 4 years. But today while searching via google. I found for this girl 5 other fullbody versions of exactly this character. And it shows (look at the 3rd image I posted) that there where no photoshopping. All are from the same "source". So there must...
  7. Nafraju

    Searching This ...

    no that is not hand-drawn. yes the 2 images - but the 3rd (and I found mor) not. so it must be this - or something else. My Question, what is it ?
  8. Nafraju

    Searching This ...

    Hi, This is by default in RPG-Maker MZ inclusiv the charSprites now via google I found also and many more. So my question: Is there a generator for this ? This different poses are not drawn - each by an artist [as I have been told] I am interested in such a generator. AND explicit in...
  9. Nafraju

    RMMZ [solved] Why is my Debug(F9)Screen-Plugin acting this way ???

    I needed to destroy and (re-)create the _editWindow
  10. Nafraju

    RMMZ [solved] Why is my Debug(F9)Screen-Plugin acting this way ???

    Hi, I made this plugin for the F9 Debug Screen, so that in the left column I have it as usual (Switches + Variables), but in the right column I have the Variables ontop. It works so far. I also can first select the left column to set switches then go to the right column to set variable. The...
  11. Nafraju

    FOR MZ !! Howto get data out of a promise ? SOLVED WITH using async twice and await twice

    INFO MZ All Save/Delete/... operations can also have a delay until the datas were updated so .. /* !!! Must HAVE a delay until the Storage ist updated !!! */ setTimeout(() =>this._listWindow.refresh(), 20);
  12. Nafraju

    FOR MZ !! Howto get data out of a promise ? SOLVED WITH using async twice and await twice

    SOLVED WITH using async twice and await twice :smile: Window_SaveInfo.prototype.refresh = async function() { this.contents.clear(); this.resetFontSettings(); var dy = 0; dy = this.drawGameTitle(dy); if (!this._valid) return this.drawInvalidText(dy); this._saveContents = null; if...
  13. Nafraju

    FOR MZ !! Howto get data out of a promise ? SOLVED WITH using async twice and await twice

    That is not the problem. This working by return result; The problem is the timing. Window_SaveInfo.prototype.refresh = function() { this.contents.clear(); this.resetFontSettings(); var dy = 0; dy = this.drawGameTitle(dy); if (!this._valid) return this.drawInvalidText(dy); const...
  14. Nafraju

    FOR MZ !! Howto get data out of a promise ? SOLVED WITH using async twice and await twice

    the data which are show above out of this Promise like _saveCounts .. Variables .. This content of this saveinfo window is the utmost important think for me as the developer, because there I have all variables (I need to see at once) shown (not like F9) and I have the possiblity to save it /...
  15. Nafraju

    FOR MZ !! Howto get data out of a promise ? SOLVED WITH using async twice and await twice

    Directly after in this.drawContents(dy); the data are needed in all what happends in this called function. this._saveContents = StorageManager.loadObject(saveName); //############ get data console.log(this._saveContents);/// checking via console if data is loaded this.drawContents(dy); use data...
  16. Nafraju

    FOR MZ !! Howto get data out of a promise ? SOLVED WITH using async twice and await twice

    Hi, Window_SaveInfo.prototype.refresh = function() { this.contents.clear(); this.resetFontSettings(); var dy = 0; dy = this.drawGameTitle(dy); if (!this._valid) return this.drawInvalidText(dy); const saveName = DataManager.makeSavename(this.savefileId()); this._saveContents =...
  17. Nafraju

    RPG Maker MV / MZ Script Call List

    Or to get out the value of this damageformular in a variable when NO BATTLE is running.
  18. Nafraju

    RPG Maker MV / MZ Script Call List

    How can I get this damageformula as a string for example Skill 0001 form the database into a javascript variable ? Nafraju
  19. Nafraju

    RPG Maker MV / MZ Script Call List

    THANK YOU: exactly this I have searched because now I can work with that name in a var ... @Archeia PLEASE add this FOR the other people here to that excel-file RPG MAKER MV _ MZ Script Calls.xlsx tab "map" That shrinks my programming about 60% because not I can organisie the MapEvent in...
  20. Nafraju

    RPG Maker MV / MZ Script Call List

    Hi, I this excel-file RPG MAKER MV _ MZ Script Calls.xlsx tab "map" $gameMap.eventsXy(x, y) // Get an array of all events at (7, 8) // $gameMap.eventsXy(7, 8) ? What data are in this array ? ? How can I read this data out [Array to string(s)] ? Please help me with this, I am searching...

Latest Threads

Latest Profile Posts

Okay, that is the last from me for a while, back to stupid work. Eugh!
I made a new little movie for my game, but I'm pretty sure it doesn't fit the family friendly rules here. :LZSgrin: I put it up on my youtube channel though.

Main theme for a Start/Continue/Options screen after Title card
28 notifications, and like 30 emails. And I was only gone for six hours. Yeah, I think I'm done for the day.
Also, I think I have a not secret admirer. Hooray...
Working on a battle cutscene, needs some polishing, but I'm liking the result:

Forum statistics

Threads
134,976
Messages
1,252,493
Members
177,849
Latest member
marck62
Top