Coolie 148 Posted May 4, 2014 hi i m fench and i m a noob in RPG maker please helpe me for install this script From original pose: "Simply paste the script ABOVE Main and BELOW Window_BattleLog." Share this post Link to post Share on other sites
Coolie 148 Posted October 31, 2014 Script updated to 1.04 to allow different windowskins to be used in the battlelog for actor or enemy attacks. This update also includes the last update which I might not have posted, which corrects the BattleLog prematurely clearing text when states are added/removed from actors or enemies. 2 Share this post Link to post Share on other sites
Jolt Android 36 Posted October 31, 2014 Hey, your script rocks... and thanks for adding the newest feature. I think it's cool... As a way to not have to manually type the skills to ignore (attack, defend, etc.) for line 262, I put this if item.id.to_s == COOLIE::LOG::IGNORE_SKILLS[i].to_s || item.message1.empty? I dunno if there's any ill effects in doing this that you can think of. But for me it saves a lot of time. Share this post Link to post Share on other sites
+ Retired 274 Posted October 31, 2014 Thanks for the script update 1 Share this post Link to post Share on other sites
Coolie 148 Posted October 31, 2014 Hey, your script rocks... and thanks for adding the newest feature. I think it's cool... As a way to not have to manually type the skills to ignore (attack, defend, etc.) for line 262, I put this if item.id.to_s == COOLIE::LOG::IGNORE_SKILLS[i].to_s || item.message1.empty? I dunno if there's any ill effects in doing this that you can think of. But for me it saves a lot of time. Ah, I see. Any skills without a message get omitted? Nice edit. Share this post Link to post Share on other sites
Piers 0 Posted November 10, 2014 (edited) I'm using this script with MOG's ATB system (http://www.atelier-rgss.com/RGSS/Battle/ACE_BAT02.html) and Schala AT Gauge (http://www.atelier-rgss.com/RGSS/Battle/ACE_BAT24.html) and it doesn't show the name, is there a way to fix this? Edited November 10, 2014 by Piers Share this post Link to post Share on other sites
Coolie 148 Posted November 10, 2014 Be more specific, please. Doesn't show the name of what? Share this post Link to post Share on other sites
Piers 0 Posted November 10, 2014 (edited) Ohh sorry... Yeah, the name is not showed, maybe it's something of one of those scripts who hides the battle log I don't know exactly how to look at that so I don't know how to fix it Edited November 10, 2014 by Piers Share this post Link to post Share on other sites
Coolie 148 Posted November 10, 2014 Again, I'll ask: the name of what? The name of the actor or enemy when using a skill, the skill name? What isn't showing? By default, actor and enemy names do not show. You can change it in the script settings, though. You can also define which skill IDs are ignored and won't show in the settings. Make sure you have those settings the way you want before you test, and if you're still having the same problem, please be specific about it and tell me or make a demo for me to test myself. Share this post Link to post Share on other sites
Piers 0 Posted November 10, 2014 No, I mean the skill name is not showed, and it's not a skill is in the list where the skill name display is blocked Any skill's name is not showed, but that only happens when I have those scripts Sorry by not being clear with the problem Share this post Link to post Share on other sites
Coolie 148 Posted November 10, 2014 There is no script called Schala AT Gauge at the link you posted. There is only a link to a demo, which does not have the script you mentioned. Post the scripts from your project, so I can copy them exactly as you have them and test. Share this post Link to post Share on other sites
+ dbchest 160 Posted November 10, 2014 (edited) so i'm playing FF Anniversary Edition for PSP on PPSSPP on windows 8.1 that begin the case; this is...one...sexy...script. i give you two erect thumbs on this one. great job Will. Edited November 10, 2014 by dbchest 1 Share this post Link to post Share on other sites
Coolie 148 Posted November 10, 2014 Thanks! I still need to make it more friendly for those who don't use damage pop up scripts, I'll get around to it someday. 1 Share this post Link to post Share on other sites
Piers 0 Posted November 11, 2014 (edited) I'll put them as .txt file, I didn't remove the headers of those scripts MOG ATB.txtSchala ATB Gauge.txt I'm sorry if it's not proper put them of this way, but I tried to put them via spoiler and the lag didn't let me to make this post, so I opted by this alternative Edited November 11, 2014 by Piers Share this post Link to post Share on other sites
Coolie 148 Posted November 11, 2014 These scripts require images, post those too. Share this post Link to post Share on other sites
Piers 0 Posted November 12, 2014 (edited) I tried to upload the whole folder, but I can put a .zip/.rar file there for some reason, I'll put the necesary files, just put them in a folder called Schala_ATB and put this folder in the Graphics folder of the project to make it work Edit: They need to be renamed, in order, the name for thos files are: ATB_Layout, Actor_ATB and Enemy_ATB, sorry by making it of this way but, well, I couldn't put them in a ZIP file for some reason Edited November 12, 2014 by Piers Share this post Link to post Share on other sites
Coolie 148 Posted November 12, 2014 I can't find anything that would be stopping my script from running, the two scripts you gave me barely reference the same methods, and even when I commented the shared methods out of MOghunter's scripts, the effect was the same. There's no modification to Scene_Battle that would eliminate the BattleLog window, either. Also, even when my script isn't present, there is still absolutely no BattleLog. The script mentions that it's meant to be used alongside Battle HUD EX and either Schala ATB and another ATB script, all by the same authot. I'd suggest contacting Moghunter about compatibility. I'm afraid it's beyond my skill and I'm not familiar enough with Moghunter's scripts to fix this for you. In the meantime, using his Battle HUD EX script might be the fix you need. Share this post Link to post Share on other sites
Piers 0 Posted November 12, 2014 Mmmm I see, thanks a lot I might stay with Yanfly's ATB after this, has more configuration options and it's compatible with your FF Battlelog style Share this post Link to post Share on other sites
+ Retired 274 Posted December 10, 2014 I think the state issue is still not fixed? I am using a state skill which affects all allies except the user. The second allied target get a blank box Using your latest script (1.04) Ace Battle Engine and Target Manager http://yanflychannel.wordpress.com/rmvxa/gameplay-scripts/target-manager/ Screenshots of issue http://i.imgur.com/H27Le68.png http://i.imgur.com/mwoc2aX.png http://i.imgur.com/tu3EwdX.png (being cast on 2nd character) I have double saved and also tested without the battle tester function as well Share this post Link to post Share on other sites
Coolie 148 Posted December 10, 2014 The script has been updated to version 2.00 after being mostly rewritten. @AlliedG: Please try the new version, let me know if you're still getting the blank window. For me personally, an alias of "last_text" in VE - Animated Battle was causing it. I've overwritten that method this time around, hoping it will fix it for everyone. Share this post Link to post Share on other sites
Coolie 148 Posted December 11, 2014 (edited) Updated to 2.01. I gave different methods to displaying skills and items instead of the same one. The reason being that simply calling the skill's name was not good enough. Skills have the option to add in custom messages when used, so I had the script pull that information, rather than the name in the DB. Now you can name your skills whatever you want, and still have a different set of text show up when it's used. I also added in an overwritten method I had forgotten to before. @AlliedG: Your blank window issue should be fixed now with the 2.01 version, but I've only tested the script using a different battle system than you, so please let me know when you can. Edited December 11, 2014 by William C Share this post Link to post Share on other sites
+ Retired 274 Posted December 11, 2014 Updated to 2.01. @AlliedG: Your blank window issue should be fixed now with the 2.01 version, but I've only tested the script using a different battle system than you, so please let me know when you can. I just tested in a blank project with the yanfly battle engine and your script (newest one 1st page) Same issue http://i.imgur.com/OXc8WbM.png http://i.imgur.com/VqSLj9N.png Share this post Link to post Share on other sites
Coolie 148 Posted December 11, 2014 Ok, when I get back home from work today, I'll pop the scripts in and see what I can do. Should be in about two hours. 1 Share this post Link to post Share on other sites
Coolie 148 Posted December 11, 2014 @AlliedG: Updated it, and tested with Ace Battle Engine, seems to be working as intended now. Don't know if other scripts will cause problems, please add it and let me know! http://pastebin.com/i1uXe2NN 1 Share this post Link to post Share on other sites
+ Retired 274 Posted December 11, 2014 @William C - Fixed! http://i.imgur.com/68ceJHW.png Thanks dude for updating this script, greatly appreciated Share this post Link to post Share on other sites