Search the Community
Showing results for tags 'mz'.
Found 4 results
-
minimap Optimized Advanced Auto Scaling Minimap RPG Maker MV/MZ
Castiger posted a topic in RPG Maker
A straight forward, optimized minimap plugin for RPG Maker MV and MZ, made during development of Knight of the Celestial, along with more advanced features, the basic version is free to use, check out the advanced if you enjoy it! KoTC Advanced Optimized Autoscaling Minimap Advanced Features: -Picture Map Mode, builds a detailed picture of the map for use as the minimap. -Option to Draw Parallax in the place of the background color. -Auto Terrain Map Mode: based on users tilesets. -More ways of displaying icons on events such as Dots, Square, and even the events own texture. -Exploration Map Mode, map is drawn as you explore it, and is memorized for when you return to it. Basic Features: -Full collision map, adaptable even to randomized terrain. -Default color control of the background, collision map, player, and border. -Configurable minimap size, automatically scales any map icons, as well as the minimap to fit the chosen size in pixels, whether its too big or too small. -Commands to change colors and size during the game. -Setting icons on events through their notes referencing pictures in the pictures folder. -Setting visibility distance for minimap icons if one wishes to do so. -Player location and current directional facing. Terms of Usage: For commercial and non commercial use as long as you credit me, and do not redistribute the script. If you were to make a game commercially with my script id appreciate it if you messaged me about it. -
In RMMZ the font is loaded in a different way than RMMV, probably because we have two types of fonts: One for texts like dialogs and terms in menus And another for numbers like HP, MP, time, money, etc First you must copy the font files to your project's fonts folder. To change the font of text before or after a dialog box, execute this code via the Script (Last Page) event command: FontManager._urls["rmmz-mainfont"]=""; FontManager._states["rmmz-mainfont"]=""; FontManager.load("rmmz-mainfont","MyPersonalizedFont.ttf"); Replace MyPersonalizedFont.ttf with the name of the copied font in the folder, enclosed in quotation marks. To restore the font of the texts to the one defined in the database, use the following command without changing anything: FontManager._urls["rmmz-mainfont"]=""; FontManager._states["rmmz-mainfont"]=""; FontManager.load("rmmz-mainfont",$dataSystem.advanced.mainFontFilename); To change the font of the numbers, which are likely to be less used, the command is similar: FontManager._urls["rmmz-numberfont"]=""; FontManager._states["rmmz-numberfont"]=""; FontManager.load("rmmz-numberfont","MyPersonalizedFont.ttf"); To restore the font of the texts to the one defined in the database, use the following command without changing anything: FontManager._urls["rmmz-numberfont"]=""; FontManager._states["rmmz-numberfont"]=""; FontManager.load("rmmz-numberfont",$dataSystem.advanced.numberFontFilename); To understand, the _urls and _states objects serve to memorize the loaded fonts, so it is necessary to delete them to reload the new fonts. If you prefer a simple plugin ready to work follow this link: https://github.com/BossRpg/RMMZ-SimpleFontManager
-
Galacti-Chron's Sci-Fi Warehouse tileset pack has been released! This contains a full sci-fi tileset. This includes animated computer consoles, music, an iconset and tilesets (all layers). It can be used for any purpose but is sized for RPG Maker MV. Sound effects and plugins have their own licenses however and while included in the function of this pack, are not authorized for re-use unless the original copyright holder deems it ok. The video above shows a short preview of the pack in action. You are free to use this in your commercial and non-commercial projects. The pack is being created for our game in development (Star Shift). While Star Shift is a commercial product, the development process and assets are using a 100% open development model. Star Shift on Steam: https://store.steampowered.com/app/1072840/Star_Shift/ As a bonus, the pack also contains a proof of concept for the Star Shift Battle System (Which uses a mix of plugins) Website: http://psychronic.com Patreon: https://www.patreon.com/psychronic Facebook: https://www.facebook.com/psychronicgames/ Youtube: https://www.youtube.com/channel/UC4pkhNirMTaVLy0gEaPulXQ Hashtags: #StarShift #RPG #JRPG #Psychronic #scifi #indiegame #space #aliens CREDITS: Music - Deceased Superior Technician - AngryMod http://nosoapradio.us Music - Alexander Zhelanov - Battle_1: https://opengameart.org/content/post-apocalyptic-and-cyberpunk-melodies DST-AngryMod.ogg Alexander_Zhelanov-Battle_1.ogg
-
Galacti-Chron's Interstellar Society tileset pack has been released! This contains a full sci-fi tileset. This includes characters, animated computer consoles, music, and tilesets (all layers). It can be used for any purpose but is sized for RPG Maker MV. The video above shows a short preview of the pack in action. You are free to use this in your commercial and non-commercial projects. The pack is being created for our game in development (Star Shift). While Star Shift is a commercial product, the development process, basic gameplay and assets are using a 100% open development model and are freely available. Star Shift on Steam: https://store.steampowered.com/app/1072840/Star_Shift/ Itch.IO: https://psychronic.itch.io Website: http://psychronic.com Discord: https://discord.gg/TjQ5dBg Patreon: https://www.patreon.com/psychronic Facebook: https://www.facebook.com/psychronicgames/ Youtube: https://www.youtube.com/channel/UC4pkhNirMTaVLy0gEaPulXQ Hashtags: #StarShift #RPG #JRPG #Psychronic #scifi #indiegame #space #aliens TERMS: Tileset layers are created by Galacti-Chron and are free to use for any commercial or non-commercial purposes. Character sets which are human are modified from the Looseleaf character set, made using Game Character Hub. It should be ok to use these but were not exclusively developed by Galacti-Chron. All character sets which are computer consoles or doors are free to use for any non-commercial or commercial purposes as part of this set. Music is free to use for commercial or non-commercial purposes as long as you credit the artists who made it. CREDITS: Paintings: All paintings on the Art Gallery Layer come from Pixabay and are free to use for commercial and non-commercial purposes without giving credit: https://pixabay.com Music: Deceased Superior Technician - Gangster Credit Deceased Superior Technician - Gateway Deceased Superior Technician - Honor Guard Deceased Superior Technician - Orbital Rain https://nosoapradio.us Eric Matyas - Dream Voyager Eric Matyas - Techno-Isolation https://soundimage.org All Music is free to use for commercial or non-commercial purposes as long as you credit the original artist. DST-GangsterCredit.ogg DST-Gateway-Long.ogg DST-HonorGuard.ogg DST-OrbitalRain.ogg Eric_Matyas_-_Dream-Voyager.ogg Eric Matyas - Techno-Isolation.ogg
-
- galacti-chron
- psychronic
-
(and 8 more)
Tagged with: