Search results

  1. Moghunter Battle Cursor/Yanfly Selection Control Compatibility

    Here's a start (just know that I am not a developer). I'm sure there is a less convoluted way to fix this. For whatever reason, yanfly's plugin commandeers the battleenemy window for BOTH actors and enemies, which is where the compatibilities clash. None of the battleactor functions get used...
  2. NPC Dialogue Shop

    Is there any way to show the item parameter/stat window shown in "buy" on the "sell" screen as well? Thanks.
  3. NPC Dialogue Shop

    For anyone wondering how to get rid of the "talk" tab -- Comment out these 2 lines in the code (put "//" before them): //this._commandWindow.setHandler('event', this.commandCommonEvent.bind(this)); //this.addCommand(commonEventName, 'event'); And change this number to return 3...
  4. Change HUD image mid-battle with MOG Battle Hud

    Yeah, I have used that plugin before but it's for faces only, not the screen HUD background (unless I am missing something). Maybe there's a clue in there as to how to refresh an image in MOG's plugin?
  5. Change HUD image mid-battle with MOG Battle Hud

    Thanks. The refresh bhud does nothing in this context. The force create battle HUD makes all parts of the hud just disappear (faces, commands, screen layout). I can't even tell if the folder switch is working because it's not refreshing the file with either of those two functions. If you ignore...
  6. Change HUD image mid-battle with MOG Battle Hud

    Hi, I would like a way to change the HUD image mid-battle if a switch is on. So instead of using "Layout_screen" it would use "Layout_screen2" or whatever. Plugin: https://atelierrgss.wordpress.com/rmv-battle-hud/ Thanks for your help.
  7. YED Sideview Battler Change sprite mid-battle

    Hmm.. I'll try it in a new game later. Maybe one of my other plugins is affecting it or you have a different version or something, but it's actively working in my game.
  8. YED Sideview Battler Change sprite mid-battle

    Oh, sorry, I think there's a missing end bracket there: Game_Battler.prototype.getBattler = function() { var battler; if (this.isActor()) { if (this.isStateAffected(ID)) { battler = $dataActors[ID]; } else { battler =...
  9. YED Sideview Battler Change sprite mid-battle

    YES! I think I got it! :) Game_Battler.prototype.getBattler = function() { var battler; if (this.isActor()) { if (this.isStateAffected(YOURSTATEID)) { battler = $dataActors[ACTORID]; } else { battler = this.actor(); }...
  10. MOG_Weather_EX duplicating/reloading ALL weather layers when adding new layer or clearing weather

    I can easily reproduce the issue: Start a new game and enable MOG's weather script and put the weather images folder from MOG's demo in your image folder Put some weather in the default map notetags (let's use "weather : 0 : 0 : 40 : 1 : 0 : Leaf_02B") In the first enemy's troop tags, call a...
  11. YED Sideview Battler Change sprite mid-battle

    Wow, yeah this one does exactly what I was looking for earlier. However, I think it's only checking for a new sprite name and therefore it's not touching the other notetags like sprite size or frames... In the YED code, I wonder if you could somehow switch the actor here to a different actor's...
  12. YED Sideview Battler Change sprite mid-battle

    Can you link to the other plugin you found? Maybe I can take a look at what that does and get it to work. Thanks.
  13. MOG_Weather_EX duplicating/reloading ALL weather layers when adding new layer or clearing weather

    I'm using Mog's plugin to show multiple layers of weather in battle. Assuming you've already setup some weather on the map, if you then use one of the plugin commands, such as (weather : 3 : 2 : 2 : 100 : 2 : Fire_01A) or (clear_weather: 10) in battle with a troop event or common event then...
  14. Remove "was defeated" message

    You can edit the processdefeat function in the rpg_managers.js file. Comment out the this.displayDefeatMessage(); so it looks like this: BattleManager.processDefeat = function() { //this.displayDefeatMessage(); this.playDefeatMe(); if (this._canLose) {...
  15. YED Sideview Battler Change sprite mid-battle

    Also, this assumes that the second spritesheet has the same dimensions, frames, and motions. If you want to change those, you'll have to add your own edits to the js file.
  16. YED Sideview Battler Change sprite mid-battle

    I FINALLY got this to work in a clunky way. Here's how you do it (I used a state to determine when the sprite should change). This is a temporary change. 1. add new notetag <Sideview Battler2: FILENAME> 2. edit YED_sideviewBattler.js: a. add new line to regexp under existing filename...
  17. Yanfly's CTB - Hide Turn Order Window

    Finally figured it out: Dedicate a switch to turning it on and off and then put a new line here: Window_CTBIcon.prototype.updateOpacity = function() { var rate = this.opacityFadeRate(); if ($gameSwitches.value(YOURSWITCH) == false) return this.reduceOpacity();
  18. Yanfly's CTB - Hide Turn Order Window

    So the setting "BattleManager._victoryPhase = true;" hides it permanently. I need a way to turn it off and on when text shows in battle. Window_CTBIcon.prototype.updateOpacity = function() { var rate = this.opacityFadeRate(); if (this._foreverHidden) return this.reduceOpacity()...
  19. Yanfly's CTB - Hide Turn Order Window

    Update: I've solved half of the problem by using the patch here: https://forums.rpgmakerweb.com/index.php?threads/pictures-stuck-on-battle-result-screen-moghunters-battle-result-with-yanfly-plugins-rmmv.104946/ -- It now hides when displaying battle results. var Imported = Imported || {}...
  20. Yanfly's CTB - Hide Turn Order Window

    Hi, I need some help hiding the turn order display in some specific circumstances such as on the victory screen and when text is displayed in battle (temporarily hiding). If someone could either point out how to do it, I would be extremely grateful. Script...

Latest Threads

Latest Posts

Latest Profile Posts

imgur links are back!
now I CAN keep getting away with NOT replacing them with updated renders!
yay!
I forgot RPG Maker even existed. Such good memories. Might boot up steam and download MV one more time
10 pieces of KFC chicken for US$12.30, delivery included. Cheap or expensive? :aswt:
Ugh-I HATE this! There's construction going on in my area and because of that my Internet connection is wonky; this site in particular keeps constantly freezing up on me; I can't even barely type a single sentence without the page freezing in the middle of it! I hope this changes soon.
Yeah, it’s cool to have friends that hang out, but get you a friend that goes grocery shopping together too.

Forum statistics

Threads
131,547
Messages
1,220,742
Members
173,220
Latest member
ZecaVn
Top