• Our software update is now concluded. You will need to reset your password to log in. In order to do this, you will have to click "Log in" in the top right corner and then "Forgot your password?".
  • Welcome to PokéCommunity! Register now and join one of the best fan communities on the 'net to talk Pokémon and more! We are not affiliated with The Pokémon Company or Nintendo.

other-gamedev

  1. A

    Mirror reflection for V19

    Mirror_tag = 17 add new attribute in Class TerrainTag: 'shows_mirror_reflections'
  2. S

    Monster Capture For RPG Maker MZ

    First of all, if this is not the right forum for this, I apologize. --------------------------------------------------------------------------------------- The monster capture core serves to create a core for certain core features required for the capture of enemy targets. The core files does...
  3. S

    Carmaniac's Speech Bubble Script Convert Help

    Hey Guys and Ladys, I want to use the Carmaniac Speech Bubble Script in Essentials 19.1. Its normaly for Version 18. Is there a simple way to convert the script to Version 19.1? Everytime i get this Error and i dont find the problem :( In Debug Console: Exception `NoMethodError' at...
  4. D

    Showing an image in a window

    This is not for essentials, just for standard XP I have a window created with the text I want, and I'm trying to show an image located in the pictures folder, but am unsure how to do this. Also, how would I go about making text multi-lined? Mainly the description text class Window_Realms <...
  5. B

    Rock Climb working wonky

    So I've been playing around getting a version of Rock Climb to work, and I've come up with the following: def Kernel.pbNERockwall(event=nil) event = $game_player if !event return if !event oldthrough = event.through oldmovespeed = event.move_speed terrain = Kernel.pbFacingTerrainTag...
  6. #Not Important

    Text To Speech [Accessibility for the blind] [BATTLE SYSTEM DONE]

    Status | Features | How To Implement | Credits | Support[a id]top[/a id] Status[a id]status[/a id] This is a big project, and so far I have done the following:Basic speaking methods PokeGearPause MenuPokedexThe Battle System Features[a id]features[/a id] speak(string) The speak(string)...
  7. Pokeminer20

    Save File Mounting

    Greetings. I have a new, weird script that might help a lot of developers here. I call this Script Save File Mounting. This simple plug and play script is used to allow old save files for existing games to introduce new content without conflict. Easiest example of how to use this is if you had...
  8. N

    RMXP Event Exporter

    Ever needed to search for something in your events, but had to manually click through all of them to find what you were looking for? Now you don't have to! Here is a plug-and-play script that will take all of your events (including common and battle events, if you're using those) and dump them...
  9. DarkFoxVerdigris

    Pokémon Sword and Shield tutor moves

    Hey! Since I found a lot of these moves pretty neat, I decided to program them in my game. Not all are done yet and I'll update this as I go (excluding the ones like Scorching Sands that have already existing effects), but here's what I have so far. If you have suggestions to improve any of...
  10. Boonzeet

    Simple Bitmap Color Swapper

    Simple C++ Library to swap colours of an input RPG Maker Bitmap. Takes two input CSV-formatted color palettes to swap, one for the other. This allows you to create simple greyscale or other images which can then be dynamically colorized, for example to create a character or item customisation...
  11. R

    Gamemaker:Character customization

    Hello everyone.Character customization in game is a feature introduced from gen 6 games onwards.It is easier in those games as it uses textures and models.For it to be done while using sprites,we have to use layers to attain that effect.So,i am presenting an example(the gmk file) on how to do it...
  12. M

    [PSDK] GTS + Online Panel

    Hi :) I was asked to rewrite the GTS script for Essentials to PSDK so I did it. Basically it works a bit the same as the Essentials one but with some differences : - There's currently no animation for the trades in PSDK (that part will be added in the future). - The scripts uses the HTTPS url...
  13. Pokeminer20

    Multi-Disc Network

    Honestly, I couldn't think of a better name for this thread. Originally found here:https://forum.chaos-project.com/index.php?topic=1634.0 this script allows one to exceed the natural limit of RPG Maker's 999 Map limit. with major help from Vendily and NettoHikari we have also allowed for more...
  14. V

    Mass Picture Recolorer

    It's a python 2 script, that uses ImageMagick from the command line to recolor all images in a folder that do not start with "clut". It uses a Color Look Up Table to turn this: Into this: Using this: Don't let the 4 colors fool you though, as you can do all sorts of weird stuff with it...
  15. D

    Requesting scripts for changing the player base in PSDK

    This is a thread just for getting scripts to change the player base in PSDK. It's smaller than usual by default; the same size as the enemy base. If that's interesting to you, feel free to grab the scripts.
  16. M

    [PSDK] DynamicLight

    Hello everyone :) As you can see in this video 3ahhxDYKjpo I programmed a dynamic lighting system. This system allows you to reproduce things like the Ecruteak City's Gym (in HGSS), it will also allow you to make caves that are a little more alive :) How to install the script To install the...
  17. Marin

    Better Bitmaps

    This resource allows you to draw a whole bunch of different shapes to bitmaps, including: Triangles Rectangles Hexagons Circles Ellipses Hexagons with hexagons inside (to represent statistics) Lines between points Other than these default-included shapes, you can always draw your own shape...
  18. Marin

    Marin's Scripting Utilities

    Unlike the first resource I called "Utility Scripts", this one is actually useful. It adds loads of methods and functionality to arrays, strings, hashes, numerics, booleans, sprites, and so forth. They're primarily used by my resources, but you may very well find some methods to be useful...
  19. Zeak6464

    New Season + Weather (Add-on)

    still a WIP (Work in progress) You will need both Scrips ! Place the scripts Above Main. 0VcBIZTjqIE Season Script : https://pastebin.com/raw/LUpxyyZq New Weather Script: https://pastebin.com/raw/XV0UsUFC Graphics: http://www.mediafire.com/file/icwa8s2xv5u6szr/Pictures.rar Credits...
  20. Zeak6464

    PWT - Gen 1-5 (YOU NEED-UPI)

    fe3MPjgnSP8 Credit: Sprites: https://wergan.deviantart.com/art/Pokemon-MEGA-PACK-7G-V0-2-679994847 Help with Sprites: Ulithium_Dragon Script : LukaS.J Modified Script: Zeak6464 PBS: Zeak6464 Map: LukaS.J How to install: 0: Download the script from UPI ...
Back
Top