Jump to content

estriole

Member
  • Content Count

    2,002
  • Joined

  • Last visited

  • Days Won

    8

estriole last won the day on July 13 2020

estriole had the most liked content!

Community Reputation

326

1 Follower

About estriole

  • Rank
    Advanced Member
  • Birthday 09/16/1985

Profile Information

  • Gender
    Male
  • Location
    Indonesia

Recent Profile Visitors

22,573 profile views
  1. â– Information â•’â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•› EST - Battle Royale EVO Version: 1.0 By Estriole File name: EST_BATTLE_ROYALE_EVO.js â– Introduction â•’â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•› This plugin allow us to have battle royale in our game... what is battle royale? it's a battle with three or more combatant that is fought until only one combatant remain. This plugin also can make your actor 'bribe/recruit/persuade' enemy to fight for you so you can have [Party + Allied Enemies] vs [Enemies] vs [Enemies] vs [Enemies] vs [Enemies] vs [Enemies] they will attack each other and party. also... Allied Enemy cannot be controlled. it will become auto battler. â– Features â•’â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•› - Have BATTLE ROYALE. player + allied_enemy vs enemy vs enemy vs enemy vs enemy - you can bribe / recruit enemy to fight for you (automatic battle though) (also you cannot heal the battler) - your skill that attack all enemies will not hit bribed enemy - use state so it's simple if you want to make certain enemy change sides. â– Changelog â•’â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•› v1.0 2015.10.27 Initial Release â– Plugin Download â•’â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•› Download Demo (Sadly too lazy to create another demo... so i put it inside build and decor one) (also creating demo is not like ACE which we can have <5mb per demo) â– Screenshot â•’â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•› â– How to use â•’â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•› 1) Give the enemy the state that mark it's faction in battle you could also add state that mark enemy as bribed to make it battle for you. 2) if you use Tsukihime Enemy Reinforcement... and add enemy more than 8 member... you might need script call / plugin call to add the state for the rest of the troop. plugin call: add_state_to_troop_member troopIndex stateId WARNING!! index start at 0. so first enemy in troop have 0 as index ex: add_state_to_troop_member 2 14 will add state 14 to third enemy in the troop script call: this.addStateToTroopMember(troopIndex,StateId); WARNING!! index start at 0. so first enemy in troop have 0 as index ex: add_state_to_troop_member 2 14 will add state 14 to third enemy in the troop 3) since the faction and bribe is marked by state. you could just create a skill to add / remove that state or use battle event to add / remove that state. 4) ready for epic Battle Royale !!! â– Dependencies â•’â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•› Optional: Tsukihime Enemy Reinforcement to add more enemies... it won't be royale enough with just 8 enemies â– Compatibility â•’â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•› I'm new in JS... and MV is new engine... so i cannot say for sure. but it should be compatible with most things. â– Parameters â•’â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•› Faction A State ID > state to mark enemy as faction A Faction B State ID > state to mark enemy as faction B Faction C State ID > state to mark enemy as faction C Faction D State ID > state to mark enemy as faction D Faction E State ID > state to mark enemy as faction E Bribed State ID > state to mark enemy as our allies YES... you could have party + allied troop vs 4 vs 3 vs 6 vs 7 vs 2 actually if you really want it... you can edit the js file... and add your new faction... just add Faction E State ID Faction F State ID and so on... in the parameter... but i think 5 faction is lots more than enough for most games. â– License â•’â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•› Free to use in all project (except the one containing pornography) as long as i credited (ESTRIOLE). â– Support â•’â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•› While I'm flattered and I'm glad that people have been sharing and asking support for scripts in other RPG Maker communities, I would like to ask that you please avoid posting my scripts outside of where I frequent because it would make finding support and fixing bugs difficult for both of you and me. If you're ever looking for support, I can be reached at the following: [ www.rpgmakervxace.net ] pm me : estriole â– Author's Notes â•’â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•› Let's Battle Royale to Death !!! if you record a video for this battle royale... please send me the link and i will add it in this post. i'm not used to creating video .
  2. â– Information â•’â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•› EST - AUTO TEXT COLOR PLUS Version: 1.5 By Estriole File name: EST_AUTO_TEXT_COLOR_PLUS.js â– Introduction â•’â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•› This Plugin created based on conversion of my ACE script with same name. http://www.rpgmakervxace.net/topic/18161-est-auto-text-color-plus/ the original script created because i got tired adding \c[4]Nobita\c[0] in the show message box. so i want to make it automatic. each time i wrote Nobita it will change the color to what i set. useful to color actor names or places or important things. i also add capitalization correction too. so if you write nobita. it could fixed to Nobita(what you set in the config) if you want. both auto color and auto caps correct can be binded to switch too if you don't want to always using it. â– Features â•’â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•› - Auto Color Text - Auto Correct Text (will corrected to what you SET though) - Have individual switch for controling when you want some feature activated. - SMART Search so XXXword / wordXXX or XXXwordXXX will not included. - NOT case sensitive... so it can recognize DoraEmon or DorAEMON. - Built in StartEntry in plugin parameters... for easier data entry. (only 20 though)... (i can add more if someone requested it... don't forget to say please . just kidding... it's easy to add that) - Can add new entry in game... or replace previous entry with new data. - Recognize message code such as \n[x] etc. so if you have actor named Doraemon. it could be recognized. â– Changelog â•’â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•› Previous version changelog in spoiler v1.5 2015.11.23 - Add new plugin parameter: UseInAllWindows if set to true... all window that can autocolor will use autocolor this plugin also compatible with Modern Algebra Global Text Codes so now skill / item / status / other window can be auto colored. make sure his plugin is placed BELOW my plugin. â– Plugin Download â•’â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•› Download Demo i use same demo with build and decor â– ScreenShot â•’â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•› â– How to use â•’â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•› 1) Fill the plugin parameter... see Parameter section for more detail add your entry from plugin manager. 2) To control Auto Color / Auto Correct... just turn ON/OFF the coresponding switch. 3) if the data entry from plugin manager is not enough (20 built in). you can also add it inside the game... using this: Plugin Command: UPDATE_AC_ENTRY yourtexthere ; coloridhere >>> space(s) before and after the semicolon( will be deleted. example: UPDATE_AC_ENTRY estriole cool ; 8 "estriole cool" will be colored to 8 or Script Call: $gameSystem.add_AC_Entry(yourtexthere, coloridhere); example: $gameSystem.add_AC_Entry("Dragon Ball", 10); "Dragon Ball" will colored by 10; if the entry already exist... it will replace the entry with new data... â– Dependencies â•’â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•› OPTIONAL: If you want to autocolor in all windows (skill/item/status/etc) you can use this plugin by modern algebra Modern Algebra Global Text Codes currently i ask modern algebra for modification so we don't have to add \* to our database entry â– Compatibility â•’â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•› I'm new in JS... and MV is new engine... so i cannot say for sure. but it should be compatible with most things. â– Parameters â•’â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•› UseInAllWindows OnlyUseInMessage = true / false AutoColorSwitch = switchId WhatWindowUseThis = Window_Name1, Window_Name2, Window_Name3 ReturnColor = number OtherTextUseReturnColor = true / false CorrectCapSwitch = switchId StartAutoColor = true / false StartAutoCorrect = true / false Starting_Entry X = YourText ; ColorId make sure to add that semicolon( to separate YourText and ColorId â– License â•’â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•› Free to use in all project (except the one containing pornography) as long as i credited (ESTRIOLE). â– Support â•’â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•› While I'm flattered and I'm glad that people have been sharing and asking support for scripts in other RPG Maker communities, I would like to ask that you please avoid posting my scripts outside of where I frequent because it would make finding support and fixing bugs difficult for both of you and me. If you're ever looking for support, I can be reached at the following: [ www.rpgmakervxace.com ] pm me : estriole â– Author's Notes â•’â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•› JS regexp is suck compared to ruby. . many regexp not working in JS
  3. â– Information â•’â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•› EST - RegionMapLoader Version: 1.0 By Estriole File name: EST_RegionMapLoader.js â– Introduction â•’â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•› Replace map data you mark with region with other map data. usefull if you want to transform part of the map... â– Extra Credit â•’â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•› person other than me (Estriole) that you should credit in your project if you use this plugin - Formar => for part of the idea from his REGIONMAPLOADER from ACE. (i only reference some of the idea from his script. not all Idea is from his script) â– Features â•’â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•› - mark your map with region then swap the data on it from other map â– Changelog â•’â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•› v1.0 2015.11.16 Initial Release â– Plugin Download â•’â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•› Download Demo Use same demo with build and decor series â– Screen Shotâ•’â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•› â– How to use â•’â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•› open spoiler... if after reading it you still confused... see the demo . or post here and ask question. i will answer as soon as i can. (i can guarantee fast enough though... currently power line in my town got damaged by storm. and we got [24h blackout 6h electricity] cycle... it will be like this for 3 weeks >.<). â– Dependencies â•’â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•› None Known So Far... â– Compatibility â•’â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•› I'm new in JS... and MV is new engine... so i cannot say for sure. but it should be compatible with most things. FOR NOW... NOT COMPATIBLE WITH BROWSER ONLINE GAME. until i manage to patch it later >.< â– Parameters â•’â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•› > DefaultUpdatingRegionMapTransition default: 0 desc: when updating region map. use this transitions. 0 -> black, 1->white, 2->none â– License â•’â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•› Free to use in all project (except the one containing pornography) as long as i credited (ESTRIOLE). â– Support â•’â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•› While I'm flattered and I'm glad that people have been sharing and asking support for scripts in other RPG Maker communities, I would like to ask that you please avoid posting my scripts outside of where I frequent because it would make finding support and fixing bugs difficult for both of you and me. If you're ever looking for support, I can be reached at the following: [ www.rpgmakervxace.net ] pm me : estriole â– Author's Notes â•’â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•› Originally i want to Convert Formar Region Map Loader from ACE to MV. but i need to rewrite most of it because the difference between ACE and MV. so just credit him for part of the idea. This also part of EST - Decor And Build Series EST - SAVE MAP EVENTS EST - CLONE TRANSFORM DELETE EVENT EST - EVENT GRAPHIC SHIFT EST - EVENT SIZE AND TRIGGER EST - BUILD AND DECOR EX EST - REGIONMAPLOADER
  4. â– Information â•’â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•› EST - Build And Decor EX Version: 1.2 By Estriole File name: EST_Build_And_Decor_EX.js â– Introduction â•’â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•› Conversion of my EST - BUILD AND DECOR SERIES script from ACE. Mainly this script make you can have 'decoration' item that you can place to customize your map. if you're using my EST - EVENT SIZE AND TRIGGER plugin... you can also make the decoration as building. this plugin also include EST - DECOR MOVEMENT conversion from ACE instead making it separate plugin. thus this plugin named: EST - Build And Decor EX â– Features â•’â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•› - bind 'decoration'/'building' to item. it's actually event in template map. - you can separate decoration by category. ex: building, wall, furniture, etc - you can move the decoration freely using parallel event page and selfswitch â– Changelog â•’â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•› v1.0 2015.11.10 Initial Release v1.1 2015.11.12 add documentation on how to use this.isAnyEventOnSelf() also minor bugfix on that method to recognize Through event. v1.2 2015.11.23 add mouse detection for decor move: Left mouse click => set event movement to that coordinate Right mouse click => cancel decor movement. set selfswitch cancel (so you can create event page to delete the event and give item) â– Plugin Download â•’â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•› Download Demo (updated dropbox link) https://www.dropbox.com/s/0uiu6pnp2aazt5w/Decor_and_build.rar?dl=0 â– How to use â•’â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•› Open the spoiler Below (it's quite long) â– Dependencies â•’â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•› mandatory: EST - SAVE MAP EVENT EST - CLONE TRANSFORM DELETE EVENT optional: EST - EVENT SIZE AND TRIGGER EST - GRAPHIC SHIFT EST - REGIONMAPLOADER â– Compatibility â•’â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•› I'm new in JS... and MV is new engine... so i cannot say for sure. but it should be compatible with most things. â– Parameters â•’â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•› > VarIdForSelection Variable ID to be used to item selection default 7 > DecorMoveSwitchId Switch ID to mark decor is being moved. also to stop player movement, open save, open menu default 7 > DecorMoveSelfSwitch The self switch to flip when finishing decor movement A, B, C, or D default C â– License â•’â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•› Free to use in all project (except the one containing pornography) as long as i credited (ESTRIOLE). â– Support â•’â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•› While I'm flattered and I'm glad that people have been sharing and asking support for scripts in other RPG Maker communities, I would like to ask that you please avoid posting my scripts outside of where I frequent because it would make finding support and fixing bugs difficult for both of you and me. If you're ever looking for support, I can be reached at the following: [ www.rpgmakervxace.net ] pm me : estriole â– Author's Notes â•’â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•› This is FINAL part of the EST - DECOR AND BUILD SERIES. EST - SAVE MAP EVENTS EST - CLONE TRANSFORM DELETE EVENT EST - EVENT GRAPHIC SHIFT EST - EVENT SIZE AND TRIGGER EST - BUILD AND DECOR EX EST - REGIONMAPLOADER
  5. â– Information â•’â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•› EST - Event Size And Trigger Version: 1.2 By Estriole File name: EST_Event_Size_And_Trigger.js â– Introduction â•’â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•› This script can give Size to event. Event size is not passable by player. the size adding method also have lots of freedom. for example we can add 2 tiles up, 1 tiles left, 1 tiles right. There's also extra trigger feature. which add another coordinate where we can activate that event. you could also make every event size can activate the event. â– Features â•’â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•› - Event Size (LARGE EVENT !!!) - Extra Fix Size => fixed coordinate on map where you want to become size - Extra Dynamic Size => dynamic coordinate on map based on event xy where you want to become size - Extra Fix Trigger => fixed coordinate on map where you can activate the event. - Extra Dynamic Trigger => dynamic coordinate on map based on event xy where you can activate the event. â– Changelog â•’â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•› older changelog in spoiler v1.3 2015.11.10 - fix compatibility patch for Galenmereth MouseSystem Ex. which will crash if that script not installed. - fix dependency to Yanfly Core. (i create the plugins with Yanfly Core active. and didn't realize it fix MV bugs) now it should be ok without yanfly core. (i advise still using his core though it have many other bugfixes) â– Plugin Download â•’â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•› Download Demo Download (All Build and Decor series share the same demo) â– How to use â•’â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•› 1) Give Event Size: 2) beside above method you can Add Extra Size in case you have different shape of event graphic beside rectangular... there's two method. first is FIXED coordinate. second is DYNAMIC coordinate; 3) we can make every event SIZE can also trigger the event... give comment tag <size_trigger> 4) number 3 not enough... ??? you can also add Extra Fix Trigger and Extra Dynamic Trigger Both Dynamic size and Dynamic Trigger coordinate will updated WHEN THE EVENT change places (moving, jump, etc) while fix size and trigger will remain static in that coordinate. â– Dependencies â•’â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•› None â– Compatibility â•’â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•› I'm new in JS... and MV is new engine... so i cannot say for sure. but it should be compatible with most things. â– Parameters â•’â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•› None â– License â•’â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•› Free to use in all project (except the one containing pornography) as long as i credited (ESTRIOLE). â– Support â•’â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•› While I'm flattered and I'm glad that people have been sharing and asking support for scripts in other RPG Maker communities, I would like to ask that you please avoid posting my scripts outside of where I frequent because it would make finding support and fixing bugs difficult for both of you and me. If you're ever looking for support, I can be reached at the following: [ www.rpgmakervxace.net ] pm me : estriole â– Author's Notes â•’â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•› This is part of the EST - DECOR AND BUILD SERIES. EST - SAVE MAP EVENTS EST - CLONE TRANSFORM DELETE EVENT EST - EVENT GRAPHIC SHIFT EST - EVENT SIZE AND TRIGGER EST - BUILD AND DECOR EX EST - REGIONMAPLOADER
  6. â– Information â•’â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•› EST - Event Graphic Shift Version: 1.5 By Estriole File name: EST_Event_Graphic_Shift.js â– Introduction â•’â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•› Have charset that need the graphic to be shifted by x pixel? for example a building with the door not exactly in the middle of the event graphic. just use this plugin â– Features â•’â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•› - shift graphic x - shift graphic y - shift graphic z - flip graphic horizontally - flip graphic vertically - rotate graphic â– Changelog â•’â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•› older changelog inside spoiler v1.5 2015.11.23 - ability to change graphic offset x and y using scriptcall / plugin call: script call: this.thisEventChangeOffsetX(value); //=> will set offset x to value this.thisEventChangeOffsetY(value); //=> will set offset y to value plugin call: this_event_change_offsetx value; //=> will set offset x to value this_event_change_offsety value; //=> will set offset y to value â– Plugin Download â•’â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•› DOWNLOAD â– Demo â•’â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•› Demo Download (All EST - Build And Decor Series Conversion plugin will share same dropbox demo) â– How to use â•’â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•› see spoiler â– Dependencies â•’â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•› None â– Compatibility â•’â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•› I'm new in JS... and MV is new engine... so i cannot say for sure. but it should be compatible with most things. â– Parameters â•’â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•› None â– License â•’â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•› Free to use in all project (except the one containing pornography) as long as i credited (ESTRIOLE). â– Support â•’â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•› While I'm flattered and I'm glad that people have been sharing and asking support for scripts in other RPG Maker communities, I would like to ask that you please avoid posting my scripts outside of where I frequent because it would make finding support and fixing bugs difficult for both of you and me. If you're ever looking for support, I can be reached at the following: [ www.rpgmakervxace.net ] pm me : estriole â– Author's Notes â•’â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•› This is part of the EST - DECOR AND BUILD SERIES. EST - SAVE MAP EVENTS EST - CLONE TRANSFORM DELETE EVENT EST - EVENT GRAPHIC SHIFT EST - EVENT SIZE AND TRIGGER EST - BUILD AND DECOR EX EST - REGIONMAPLOADER
  7. â– Information â•’â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•› EST - Clone Transform Delete Event Version: 1.4 By Estriole File name: EST_Clone_Transform_Delete_Event.js â– Introduction â•’â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•› Want to Add New Event based on template event in current / other map or Transform Existing Event in current map Based on template event in current / other Map. then maybe you want to delete existing Event in current map? Now it's all possible with this Plugin. This plugin is second part of my Build and Decor Script conversion from ACE - MV â– Features â•’â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•› - Add New Event in current map Based on other event in current/other Map. - Transform Existing Event in current map Based on other event in current / other Map. - Delete Existing Event in CURRENT Map. â– Changelog â•’â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•› older changelog inside spoiler v1.4 2015.11.27 fixed problem when running game online. and having lots of parallel process that spawn / transform event. then transfer map. it can throw $dataMap null error. this caused by loading map data asynchronously... the 'turnaround' fix is given by hudell. after i pm him for advice. so this plugin now have extra credits you have to add if you use it. â– Plugin Download â•’â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•› DOWNLOAD â– Screenshot / Demo â•’â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•› Demo (all build and decor series converted plugin will have same demo) â– How to use â•’â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•› 1) Add New Event 2) Transform Existing Event 3) Delete Existing Event â– Dependencies â•’â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•› EST_Save_Map_Event.js plugin MUST be INSTALLED for this plugin to work. click link for the plugin topic â– Compatibility â•’â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•› I'm new in JS... and MV is new engine... so i cannot say for sure. but it should be compatible with most things. this even compatible with Hudell - Custom Event. so you can use both script without conflicting. â– Parameters â•’â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•› this plugin did not have any parameter to set in plugin manager â– License â•’â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•› Free to use in all project (except the one containing pornography) as long as i credited (ESTRIOLE). â– Extra Credit â•’â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•› - Hudell - for workaround to fix $dataMap.null problem with browser online. â– Support â•’â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•› While I'm flattered and I'm glad that people have been sharing and asking support for scripts in other RPG Maker communities, I would like to ask that you please avoid posting my scripts outside of where I frequent because it would make finding support and fixing bugs difficult for both of you and me. If you're ever looking for support, I can be reached at the following: [ www.rpgmakervxace.net ] pm me : estriole â– Author's Notes â•’â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•› This is part of the EST - DECOR AND BUILD SERIES. EST - SAVE MAP EVENTS EST - CLONE TRANSFORM DELETE EVENT EST - EVENT GRAPHIC SHIFT EST - EVENT SIZE AND TRIGGER EST - BUILD AND DECOR EX EST - REGIONMAPLOADER
  8. â– Information â•’â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•› EST - Save Map Event Version: 1.4 By Estriole File name: EST_Save_Map_Event.js â– Changelog â•’â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•› Earlier changelog inside spoiler... v1.4 2015.11.02 - new method to delete saved event so it will reload the map next time entering the map Plugin parameter format change. so it's okay to rename the .js files. â– Introduction â•’â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•› This plugin can make us save the map events so it won't be reloaded from database when entering new map. it will use saved event instead â– Features â•’â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•› - save map events - not reload event at map enter but use saved event - option to reset event page prior entering the map â– Plugin Download â•’â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•› dropbox Demo (All Build And Decor share the same demo) â– How to use â•’â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•› 1) Saving map events to memory Plugin Command: save_cur_map or Script Call: $gameMap.save_cur_map() (also in case you want to use this from other plugin) IF you have event which change it's graphic (example Door) and you need to revert the changes back when doing transfer... add this COMMENT in the door event page <reinit_event> warning it won't reinit self switch!!!. this just change the page to state prior activating the page... if you use AUTO DOOR (in editor > right click > quick event creation > Door) i include some automatic detection. and you don't have to add any comment tags. the detection work like this: although it's "RARE"... is there a scenario that event like above is NOT an autodoor event? if yes... don't worry... you could add comment at the "RARE EVENT" page: <not_auto_door> and it won't reset the page. 2) Deleting map events from memory (it will reload map event from editor next time reenter map) self switch is left as it is though... so if any changes on self switch will be remain there. if you don't want this behavior use number 3) method below Plugin Command: delete_cur_map or Script Call: $gameMap.delete_cur_map() 3) RESETING map events to editor (all self switch also will be set to false) Plugin Command: reset_cur_map or Script Call: $gameMap.reset_cur_map() â– Dependencies â•’â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•› none â– Compatibility â•’â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•› I'm new in JS... and MV is new engine... so i cannot say for sure. but it should be compatible with most things. this even compatible with Hudell - Custom Event â– Parameters â•’â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•› Auto Save = true / false true => will automatically save the map event when entering the map false => will not automatically save the map event when entering the map (false mean you need to do it manually) ALSO... if the map have note <no_auto_save_event> this setting will NOT take effect. (in case you want some map to not auto saving event at entering the map) Credit and Thanks - Estriole â– Author's Notes â•’â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•› This is part of the EST - DECOR AND BUILD SERIES. EST - SAVE MAP EVENTS EST - CLONE TRANSFORM DELETE EVENT EST - EVENT GRAPHIC SHIFT EST - EVENT SIZE AND TRIGGER EST - BUILD AND DECOR EX EST - REGIONMAPLOADER
  9. estriole

    EST - NOTEBOOK SYSTEM

    i have plan tp rewrite this to MV plugins (this might not converted but rewritten for better coding)... but currently this script is not my top priority...(there's other script that have more priority). sorry.... but i will do it eventually... edit: also... my hometown got struck by storm. and some powerline were cut. so we now having [24h blackout -> 6h electicity running -> 24h blackout] cycle for 3 weeks. so in 3 weeks i won't be productive at all.
  10. this might be ported to MV.. but not in short term plan. since i new in JS.... still making myself familiar with JS... don't want to write too many plugins yet in case there's a fundamental coding mistake i done. . current plan for MV: 1) Finish Decor and Build Series Conversion currently converting Build and Decor series... what left to do... Save Map Event Clone Event Event SIze Graphic Shift Build and Decor (20%) Decor Movement (0%) also doing some compatibility patch to mouseSystemEx... and some bugfix for 4 plugins i already released next script in line to convert (plan by order... but might depend on mood too): 2) http://www.rpgmakerv...ext-color-plus/ easy but useful scripts 3) http://www.rpgmakerv...t-system/page-3 battle royale might be a good addition to gameplay 4) http://www.rpgmakerv...ges-controller/ basically event Go To Page. to make eventing less confusing... then maybe will try converting EST Enemy Position (first part of suikoden series). but it is really hard to port... i might have rewrite it from scratch (this script is one of script created when i'm still newb in ruby. then maintained / bugfixed / improved as i grow as ACE Scripter... so the code is a bit messy ).
  11. estriole

    Thoughts on MV

    first of all people will eventually move to MV.... in MV honeymoon phase... we can expect lots of plugin from lots of scripter (i even already write 4 . i post that in RMW though...). it would be the best time to do plugin request at this momment because lots of people is creating the plugin. be polite... make your plugin request as interesting as possible. explain why those requested plugin will be popular. after honeymoon phase over... it will slow down a little bit... since people most likely fixing bugs in previous plugin released. or adding something new to existing plugin. but i'm sure it still be better than ace... why i think it would be lot better than ACE... since now there's NO HIDDEN CLASS !!! in ace i struggle a lot when i script and requires to know what happen in that hidden class. that's why i cannot fix bug in conversion of SOV video player i done in ACE. it's because i cannot understand how the hidden class handle it. also... it's javascript... from what i see... many new expert in javascript is interested on making plugin on MV. of course there's also existing ACE scripter that didn't want to learn javascript... thus reducing the coder... but from what i see... most active scripter is releasing plugins as we speak... like tsukihime, hudell, shaz, galv, nio kasgami, doubleX, Zalerinian, yami, lecode, ME , and so many more veteran scripter from ACE... and finally... beside those active scripter... MV even make some inactive scripter like comes back... for example yanfly and ramiro... so MV will be better than ACE. i just hope that Victor, MGC, Mr. Bubble, Woratana, Moghunter and my fellow friend from indonesia TheoAllen will soon join MV . (sorry if they already have written a plugin and i don't know ) ACE Active scripter + ACE Inactive scripter + NEW JS coder = more personel to write plugins .
  12. as long as using it is not too complicated... i think it's nice to have a new way to manage our plugin. not to mention it's still early phase of MV and not too much of our script written yet (i only write 3 so far). so changing all of them is still possible. the longer we don't change... the harder it will be for change. edit: i have look at MVCommon a little bit. but it would be nice if someone give some example on how to use the methods inside those. since i'm new at JS. and the code can sometime unfamiliar to read.
  13. estriole

    Transferring events to other maps

    i discuss something similar like this earlier in this topic... might be useful for anyone want to perfect it. http://www.rpgmakervxace.net/topic/19502-vx-ace-dynamic-npc-system-cancelled/ it's not the same... but what we want to achieve is the same.
  14. estriole

    MV Preview

    @hime: agree... his youtube channel is quite popular... so MV will have good advertisement... i guess giving him the program is a wise choice. . MV will shine more than ACE i guess. i'm going to preorder soon i guess. 20 days remaining... don't know how fast will i learn to script in MV. since the language will change... hopefully you start scripting too hime . we all love your scripts. .
  15. estriole

    . . .STEAM version Pre-Order

    i'm a bit confused... in the preorder page it show that... one key for both non steam and steam version if we buy the non steam preorder we also get steam version? which means 2 program? or we must choose only one... if we activate the standalone... steam version cannot be activated?
×
Top ArrowTop Arrow Highlighted