-
Content Count
99 -
Joined
-
Last visited
Community Reputation
2About DisturbedInside

-
Rank
The Math genius is going on hiatus
Profile Information
-
Gender
Male
-
Location
Somewhere, but not anywhere and always where I want to be!
-
Interests
Learning rgss3 coding skills
Designing my video game
RPG Maker Information
-
RM Skill -
Jack of All Trades
Recent Profile Visitors
-
Hey guys and girls, I regret to inform you that due to a heavy college load (chemistry, differential equations, statistics, physics, and computer science that's 20 units!! O_o)and work, an my continuing efforts to transfer to Harvey Mudd college, I am going on hiatus. I had hoped to continue scripting and working on my game throughout the school year, but it is not feasibly possible. Hopefully I will be back sometime in winter or next year. But I will be back. I wish all of you he best of luck in your scripting and game development efforts and will look forward to seeing posts from you all when I return. Wish me luck and hopefully I will be back before anybody knows it, misses me, or notices... Best wishes, ~DisturbedInside **if anybody objects to my hiatus, I might just continue contributing to the community as much as I can. (I already got rid of my rpg maker vx ace to focus on my studies!) ***maybe, just maybe I'll bring Yanfly back with me
-
Yanfly Status Menu with Tsukihime's Element information
DisturbedInside replied to DisturbedInside's topic in Completed Scripts/Plugins/etc.
Hey Pinka This problem is a problem with Tsukihime's base element info script. I guarantee you if you put Tsukihime's element info script in and take out mine, it will be the same result. Of course you could try the elemental modifiers script (I think it's Tsukihime's) The problem is that there is no base formula for element attack and element resistance. I can try to write one, but no guarantees, since I will probably be going on hiatus soon. Cheers ~DisturbedInside -
Yanfly Status Menu with Tsukihime's Element information
DisturbedInside replied to DisturbedInside's topic in Completed Scripts/Plugins/etc.
@Sievn What do you want to see added? @ Mr. Bubble. Thanks: I already fixed this. Thought about it last night SCRIPT UPDATED!! to version 1.04 -
Yanfly Status Menu with Tsukihime's Element information
DisturbedInside replied to DisturbedInside's topic in Completed Scripts/Plugins/etc.
@Sievn If you're using the default size for the RPG MAKER VX ACE here is the code to use @element_window = Window_ElementStatus.new(wx-144, wy, 544, Graphics.height - wy) just search for @element_window = Window_ElementStatus.new(wx-240, wy, 640, Graphics.height - wy) it should be around line 560. if you are using a different size by using Yanfly's core engine or someone else's core engine, let me know. @Tsukihime You're absolutely right. This particular Yanfly script doesn't allow scrolling within certain tabs. I suppose I could make it more like the custom 3 (class system) But I always figured I could resize the window that was created. BTW: I found one small error in the script (didn't test O_o) So I updated it! -
Yanfly Status Menu with Tsukihime's Element information
DisturbedInside posted a topic in Completed Scripts/Plugins/etc.
**Yanfly Status Menu with Tsukihime's Element information** v1.04 . by DisturbedInside, Yanfly, and Tsukihime Introduction Like stated in the title, this script will display Tsukihime's element info in the Yanfly status menu! UPDATES: I fixed a problem with the window resizing (changed the formula) and fixed my problem with opacity. So it should be normal now! Features: This script will allow the user to view the element information of a certain actor in the Yanfly status menu. This was a script request by Pinka. http://www.rpgmakervxace.net/topic/5250-yea-status-menu-add-on/ Screenshots How to Use Plug & play!! Script: FAQ Q: what are the terms of use? A: free to use in any game. Just credit Yanfly, Tsukihime, and DisturbedInside in some visible manner! Q: Why are you so awesome? A: Dunno, do you think I am? Q: I think I know how to make this better!! A: Great! Post it here. I'll implement he change and give you a mention in the script Q: Can you make it compatible with XYz script? A: I can try. Post the link here. Q: Can I edit this script to use in my game? A: hell yeah!! Just remember to credit the necessary people!! Credit and Thanks - DisturbedInside - Yanfly - Tsukihime - Pinka Author's comments - Adding in the Tsuki element info proved to be a greater challenge than I expected, partly due to to fact that Tsukihime's window was created in a different place from Yanfly's window (window_selectable rather than window_base). Because of this, I had a harder time calling the window than normal. Plus there are things in window_selectable that aren't in window_base. -
Yanfly Status Menu & KMS Generic Gauge
DisturbedInside replied to DisturbedInside's topic in Completed Scripts/Plugins/etc.
Ok mr bubble. I updated it and followed the guidelines. Better? -
RBA - Custom intro before title screen (everytime) V1.0
DisturbedInside replied to rbahamut's topic in Completed Scripts/Plugins/etc.
Nice script!! I will probably use it for my game!- 14 replies
-
- custom title scene
- title scene
-
(and 4 more)
Tagged with:
-
lol oh great script btw!
-
RBA - EXP gauges for VXAce V1.4
DisturbedInside replied to rbahamut's topic in Completed Scripts/Plugins/etc.
nice work! Will it work with yanfly status window?- 29 replies
-
- experience bars
- rbahamut
-
(and 5 more)
Tagged with:
-
CSCA Encyclopedia w/ Bestiary
DisturbedInside replied to casper667's topic in Completed Scripts/Plugins/etc.
Sorry casper the size i am using is 640 x 416- 218 replies
-
- encyclopedia
- bestiary
-
(and 1 more)
Tagged with:
-
CSCA Encyclopedia w/ Bestiary
DisturbedInside replied to casper667's topic in Completed Scripts/Plugins/etc.
Its not really compatible with Yanfly's core script (the window size part) is it? the windows and locations of numbers are skewing... Any suggestions on how to fix this? the window size I am using is 544 x 416 thanks ~DisturbedInside- 218 replies
-
- encyclopedia
- bestiary
-
(and 1 more)
Tagged with:
-
KMS Distribute Parameter - Full Translation
DisturbedInside replied to Mr. Bubble's topic in Completed Scripts/Plugins/etc.
Awesome! This is an epic script! -
N.A.S.T.Y. Animated Main Menu
DisturbedInside replied to Nelderson's topic in Completed Scripts/Plugins/etc.
having a problem adding flipelyflip window time. The game keeps freezing during transition Here's what I have I think the problem is here orig_x = 0#Graphics.width - @playtime_window.width orig_y = 308#Graphics.width - @playtime_window.width I can't figure this out -
DisturbedInside's Party Manager
DisturbedInside replied to DisturbedInside's topic in Completed Scripts/Plugins/etc.
No problem. I don't know why Yanfly's battle system would cause a problem.... It didn't for me... Did you place the Party regroup and Party manager above the battle script? Thanks. I know. I just uploaded it and haven't gotten around to adding anything or more script. I think the script is pretty self explanatory. Just post if you have questions


