solved

  1. Jonforum

    Little question about Object property with array

    Hi I am building my quest system. I use for Quests the Rmmv Armors Items, $dataArmors[], because I do not use this DB in my project. At the beginning of the game, I inject all in $dataArmors [?].meta my individually properties for Quest. I write them in a .js file, because the comment...
  2. Jonforum

    $gameScreen.picture(PID).Height ??? exist ???

    I do not know if I am too tired, but I can not find how return Height; of a picture? I am completely blocked. :headshake: I do not know what to look for. I just need to get the height of the previous images. Images are generated dynamically and randomly, and their size varies depending on...
  3. Jonforum

    Why Number($dataMap.meta.??) give me string ?? and not number ??

    Hi i have issue with Number() function. WhereAreYouinGalaxi = []; function QuestMenu(WhatToDo) { WhereAreYouinGalaxi = [Number($dataMap.meta.Galaxi),Number($dataMap.meta.Planet)]; //[Galaxi,Planet]; } Why my var WhereAreYouinGalaxi return ['0','0'] and not [0,0] ...
  4. Jonforum

    How to prevent Cropped words when use .match & .join

    Hi  I have a var with a huge string. Am try to make a max letter count for each line. Is work, but is cropped my word. How i can prevent Cropped words ? Like the red Arrow show.. Here how ma var are setup I use this myvar=myvar.match(/.{1,40}/g).join(' \n '); // The text string...
  5. BloodletterQ

    SOLVED! Yanfly Visual State FX: Moving State Icons

    What code in this plugin moves the overhead state icons? I've changed the battlers' anchor points but the icons that are supposed to be over their heads are far off to the side. How do I change their x and y coordinates? Bear in mind this is with the row formation plugin. Edit: Solved! In...
  6. Jonforum

    Reset correctly a Timeout? clearTimeout(var); ?

    How to clear a Timeout in a var ?? I try many tricks, but no one work. The timer , never reset correctly. If i click fast, the timer doesn't reset and make some bad thing Tank you guys function AvatarAnim(WhatToDo,ID) { //when run this function do this if (WhatToDo == 'SHOW') {...
  7. Jonforum

    PIXI. Circle

    this will be displayed circle This is a little example representative, i find on google . I would like the plugin operates,with the Pixie engine, with radius variable. thank you https://pixijs.github.io/docs/PIXI.Circle.html
  8. Jonforum

    Regex match and return Word \w+ space \s

    Hi  I have something like this TXTitem = " #Cadre: D4 Fire #Slot: Dice #type: Power "; I need to get text after #Cadre: How to get te full text with space. I try this var matches = /#Cadre: (\w+)\s/.exec(TXTitem); or this var matches = /#Cadre: (\w+)\s+/.exec(TXTitem)...
  9. Jonforum

    my pluginCommand dont get args[0] why ???

    hi guys I have error undefined in my plugin When i use this script in Rmmv CommontEvent for call command plugin // command, args this.pluginCommand('GenerateMenueItem', PageNumber); The plugin work and he calling the commandPlugin GenerateMenueItem, but he...
  10. Jonforum

    can i use pluginCommand in multiple JS files?

    Hi guys, simple question. Can i have same header here with other files .JS. or i need to change variable ex:  var jon_interpreterCommand var jon_interpreterCommand2 var jon_interpreterCommand = Game_Interpreter.prototype.pluginCommand...
  11. Jonforum

    where is the suggest section ? for software rmmv

    hi, where is the suggest section ? for Rmmv soft knowing that, the idea is to always improve the software according to the ideas and taste from your customers , I find unfortunate about this section missing or untraceable. Maybe i make bad search ?
  12. Jonforum

    save variable and array ?

    Hi I can understand that a temporary variable example var test = [x, y, w]; do not be saved. But what about of another important variables and arrays. example: test = [x, y, w]; // need to be save What are your tips, you have tips ?, because I am already quite advanced, but I...
  13. Jonforum

    2D array, i get undefinid ID ?

    hi why i get error when i delete example DiceSlotBig[3][2 and 3] i add a conditional if  if (DiceSlotBig[2]!== null) {  So, if no found 2d array after de x, y, is suppose to jump the for, and not give me error ?! the msg error is  TypeError: Cannot read property 'id' of...
  14. Alpha Hedge

    [SOLVED] Player won't stop moving to the right.

    Whenever I play test my game the player automatically starts moving right without stopping. If I hold left, the player stops, and up and down still work. This only started today, and my right key isn't stuck at all. I can provide any other information if needed. EDIT: Thanks to Seriel for...
  15. Jonforum

    PIXI.BLUR Pictures Layer ? (for space navigation)

    Hello, I' would like embellished my navigation space map of my project. I want. to know if exist any plugin or CallScript technique to put a blur in image layer? In my example, when choosing a planet, I would put a gradual blurring of the background planet. Ideally I'd like to have some...
  16. Jonforum

    $gameMap.event().screenX Not work ? [SOLVED]

    Hi guys. i try get the screenX of a dynamic event but not seem work , if some can explain me why :) $gameMap.event().screenX This give me  function () { var tw = $gameMap.tileWidth(); return Math.round(this.scrolledX() * tw + tw / 2); } I try many way but without success.
  17. Jonforum

    How set a value in $gameScreen._pictures[] [solved]

    Hi guys. I did succeed to set value to a array X,Y value. I try to set definitely the ._originX of the ex: $gameScreen._pictures[1] I try this   $gameScreen._pictures[1]._originX=800; or   $gameScreen._pictures[1]._originX.setValue(800); Nothing work Its Alway reset to...
  18. Jonforum

    Rmmv Noise filter

    Hi guy who know a plugin filter to make some animated noise. ? This is a example a map theme am trying to do. I wish I could apply a very very light animated noise, to give an effect similar to a movie. I would also like to play with different option for some experience. If a...
  19. Jonforum

    $gameActors.actor(1)._hidden = true; ? other way ? (solved)

    Hi guys. This other way to do thats. $gameActors.actor(1)._hidden = true; $gamePlayer.refresh(); Because when hide, this make move the actor(2) to the actor(1) position. I need to set him transparent. Tank you
  20. Tyranida

    Turn toward <Event>

    So, in my game, I'm going to make the player see an event, and then turn toward it. But I realized that there is no such function in the "Set Movement Route" command (at least that I discovered), and I was wondering if anyone knew how to do it? I think I need a script for it, and I don't know...

Latest Threads

Latest Profile Posts

Couple hours of work. Might use in my game as a secret find or something. Not sure. Fancy though no? :D
Holy stink, where have I been? Well, I started my temporary job this week. So less time to spend on game design... :(
Cartoonier cloud cover that better fits the art style, as well as (slightly) improved blending/fading... fading clouds when there are larger patterns is still somewhat abrupt for some reason.
Do you Find Tilesetting or Looking for Tilesets/Plugins more fun? Personally I like making my tileset for my Game (Cretaceous Park TM) xD
How many parameters is 'too many'??

Forum statistics

Threads
105,868
Messages
1,017,066
Members
137,576
Latest member
SadaSoda
Top