Announcement
Announcement
| 2nd Quarter Contest Announcement posted! See the Community Announcements section. |
New threads (complete scripts) here will go into a moderation queue. You will not see your thread appear when you create it. A moderator will decide if it will be approved or denied.
![]() ![]() |
Aug 7 2008, 03:56 PM
Post
#41
|
|
![]() ![]() |
Hi, first of all, this is an amazing script, and the demo will REALLY help me in making the game that I have been wanting to make for so long, THANK YOU for putting so much work into this and translating it for the community to use.
Second, I have poured over the scripts in the demo, and the scripts for the Epic Battle, and I cant find where they would match up... So my question is how do I make other boss battles have the same "epic-ness" as in the boss battle in the demo? |
|
|
|
Aug 7 2008, 03:58 PM
Post
#42
|
|
![]() Type: Undisclosed Alignment: Unaligned |
Let me just confirm this...is the script located inside the Demo? Um, yes? Uummm....!? I have some question ! How to make an image come out when the skill used ! NB : Sorry, my english sucks I think you need to set an animation for the skill you've made. Go into your Database, click on Skills and look for a drop-down tab labeled "Animation:". You need to choose an animation from there that will be shown when used. QUOTE Hi, first of all, this is an amazing script, and the demo will REALLY help me in making the game that I have been wanting to make for so long, THANK YOU for putting so much work into this and translating it for the community to use. Second, I have poured over the scripts in the demo, and the scripts for the Epic Battle, and I cant find where they would match up... So my question is how do I make other boss battles have the same "epic-ness" as in the boss battle in the demo? It's this section in the Config that controls collapse animations: CODE #-------------------------------------------------------------------------- # ● Enemy Collapse Animation Setting #-------------------------------------------------------------------------- # return 1 (Enemy sprite stays on screen after death.) # return 2 (Enemy disappears from the battle like normal.) # return 3 (Special collapse animation.) <- Good for bosses. def collapse_type case @enemy_id when 1 return 2 when 30 return 3 end # Default collapse for all non-assigned Enemy IDs. return 2 end No problem. Kylock did more translation work though. Kylock's addon had additional options for specific boss BGM, but that's not a part of this script. You'll need to set that up the normal way or some other. This post has been edited by Mr. Bubble: Aug 7 2008, 04:05 PM -------------------- I no longer support Tankentai.
|
|
|
|
Aug 9 2008, 08:20 AM
Post
#43
|
|
![]() Type: Undisclosed |
I'm looking around in the script here, and I'm probably just missing it, but is there a way to change the motion of the weapon [ie: Vertical slash, horizontal slash, poke (like a pierce)]? I see it for skills, but just for a normal attack because at the moment I have a spear that's vertically slashing and I'd like it to thrust.
[edit] ... Wow ... Nevermind that, I'm just retarded. This post has been edited by Grafikal007: Aug 9 2008, 08:24 AM -------------------- ![]() RPGMaker XP-VX Resource Artist. Excels in Icons, Sprites, Titlepages, Gameovers, and Tileset creation. Can edit just about anything. |
|
|
|
Aug 9 2008, 08:33 PM
Post
#44
|
|
![]() Lurking... ![]() Type: Undisclosed Alignment: True Neutral |
A while ago with Kylocks v2.6 translation I created a status like the paralyzed one but named it Freeze. It was exactly the same as paralyze except it took more turns for the status to go away.
If my character defeats an enemy who has the frozen status on, then after they are defeated they reappear in the background screen. At first I thought this was either a bug in the original script or something I was doing wrong, but after a while I noticed with the paralyze status (number 7 in the database), the enemies didn't reappear after they were defeated with this status on. Later I checked through the script, and believed it may of been one of my extra scripts. After many tests I've noticed creating a freeze status in the non-translated version of the script does NOT make the enemies reappear after they are defeated, however in this 2.7 translation (and 2.6) of the script they DO reappear after they are defeated. Even if I use just the three original translated scripts. When I say the enemies reappear I mean that they have been defeated but there graphic reappears on the screen exactly like option 1 of collapse_type. BUT collapse_type is set to 2 for that particular enemy and status paralyze works fine but status freeze doesn’t. Does anyone know the solution to this problem, or may look into it? This would be extremely useful for my project if it was to be solved. Many thanks in advance. -------------------- |
|
|
|
Aug 9 2008, 10:57 PM
Post
#45
|
|
![]() Type: Undisclosed Alignment: Unaligned |
A while ago with Kylocks v2.6 translation I created a status like the paralyzed one but named it Freeze. It was exactly the same as paralyze except it took more turns for the status to go away. If my character defeats an enemy who has the frozen status on, then after they are defeated they reappear in the background screen. At first I thought this was either a bug in the original script or something I was doing wrong, but after a while I noticed with the paralyze status (number 7 in the database), the enemies didn't reappear after they were defeated with this status on. Later I checked through the script, and believed it may of been one of my extra scripts. After many tests I've noticed creating a freeze status in the non-translated version of the script does NOT make the enemies reappear after they are defeated, however in this 2.7 translation (and 2.6) of the script they DO reappear after they are defeated. Even if I use just the three original translated scripts. When I say the enemies reappear I mean that they have been defeated but there graphic reappears on the screen exactly like option 1 of collapse_type. BUT collapse_type is set to 2 for that particular enemy and status paralyze works fine but status freeze doesn’t. Does anyone know the solution to this problem, or may look into it? This would be extremely useful for my project if it was to be solved. Many thanks in advance. Sorry, but I can't seem to replicate this issue. Have you tried making your Freeze state on another state ID? -------------------- I no longer support Tankentai.
|
|
|
|
Aug 10 2008, 11:53 AM
Post
#46
|
|
![]() Lurking... ![]() Type: Undisclosed Alignment: True Neutral |
Sorry, but I can't seem to replicate this issue. Have you tried making your Freeze state on another state ID? After some more experimenting I found that the exact same status Freeze being any ID from 1 - 25 in your extra demo does not cause this problem. I'm not sure if that's helpful at all. Edit: Any ID pass 26 causes the problem. I've tried ID 28, 42, 51, 78. Thanks for the suggestion, though. From what I see if someone could make a script which forces "ZEROTURNLIFT" on an enemy after knockout, then the bug will go away. I'm not 100% sure I'm correct though. This post has been edited by mudducky: Aug 10 2008, 03:08 PM -------------------- |
|
|
|
Aug 10 2008, 02:55 PM
Post
#47
|
|
![]() Veteran Gamer ![]() Type: Designer Alignment: Chaotic Good |
Misttribe is back. =D Sorry. I was in rehab for a week.
-------------------- ![]() |
|
|
|
Aug 10 2008, 04:45 PM
Post
#48
|
|
![]() Type: Undisclosed Alignment: Unaligned |
After some more experimenting I found that the exact same status Freeze being any ID from 1 - 25 in your extra demo does not cause this problem. I'm not sure if that's helpful at all. Edit: Any ID pass 26 causes the problem. I've tried ID 28, 42, 51, 78. Thanks for the suggestion, though. From what I see if someone could make a script which forces "ZEROTURNLIFT" on an enemy after knockout, then the bug will go away. I'm not 100% sure I'm correct though. When you create a state, you're supposed to decide whether you want it canceled when an actor becomes Incapacitated. ![]() Did you remember to do this? -------------------- I no longer support Tankentai.
|
|
|
|
Aug 10 2008, 05:04 PM
Post
#49
|
|
![]() Lurking... ![]() Type: Undisclosed Alignment: True Neutral |
When you create a state, you're supposed to decide whether you want it canceled when an actor becomes Incapacitated. Ah. That resolved the problem at last xP.![]() Did you remember to do this? Sorry, I didn't realise I was suppose to cancel with the dead status. I was starting to think I must of been doing something wrong since I searched everything else thousands of times. Thanks for all the help Mr. Bubble and the newer translated version of the script. This post has been edited by mudducky: Aug 10 2008, 05:04 PM -------------------- |
|
|
|
Aug 11 2008, 01:42 AM
Post
#50
|
|
![]() Type: Undisclosed |
Mr.Bubble, In your "EXTRA DEMO" when I use one of these skills, "BEAT_RUSH", "SOMERSAULT", "WATERKICK", "METEODRIVE", "DOLPHINBLOW", "METEORSTRIKE" the hero makes all the following until "FINALHEAVEN" inclusive! may you resolve this probleme? |
|
|
|
Aug 11 2008, 02:22 AM
Post
#51
|
|
![]() Type: Undisclosed Alignment: Unaligned |
Mr.Bubble, In your "EXTRA DEMO" when I use one of these skills, "BEAT_RUSH", "SOMERSAULT", "WATERKICK", "METEODRIVE", "DOLPHINBLOW", "METEORSTRIKE" the hero makes all the following until "FINALHEAVEN" inclusive! may you resolve this probleme? It's supposed to do that, and I only made 'em for demo purposes. If you want to remove linking, find the respective move's sequence and remove any hash names that end with "...LINKTO". I will likely change the Link variable to false in the next version I release if people actually want to use them. -------------------- I no longer support Tankentai.
|
|
|
|
Aug 14 2008, 01:55 AM
Post
#52
|
|
![]() Type: Undisclosed Alignment: Unaligned |
Translation updated to 1.5 (too bad I can't change the topic title).
All demos have been updated accordingly. Several new example skill animations were added to the EXTRA demo. -------------------- I no longer support Tankentai.
|
|
|
|
Aug 14 2008, 10:51 AM
Post
#53
|
|
![]() Type: Undisclosed |
Could you make a merged demo from EXTRA demo and IAB demo? Both are cool!
|
|
|
|
Aug 16 2008, 03:39 AM
Post
#54
|
|
![]() Type: Undisclosed Alignment: Unaligned |
Could you make a merged demo from EXTRA demo and IAB demo? Both are cool! Sorry, but updating 3 different demos are enough for me. You can do it yourself though. It shouldn't be hard. I don't think there would be many problems with my moves for minkoff-style battlers. -------------------- I no longer support Tankentai.
|
|
|
|
Aug 16 2008, 01:08 PM
Post
#55
|
|
![]() Type: Undisclosed Alignment: Unaligned |
|
|
|
|
Aug 16 2008, 08:47 PM
Post
#56
|
|
![]() Type: Undisclosed Alignment: Unaligned |
That's what I'm here for. Let me know in the future when you need to do this again. Thanks Mr. A. -------------------- I no longer support Tankentai.
|
|
|
|
Aug 18 2008, 08:03 PM
Post
#57
|
|
![]() Retired ![]() Type: Undisclosed Alignment: Unaligned |
Am I the only dunderhead getting a Failed to Load Actor Data problem when I try to run the mediafire download?
-------------------- Granny's Lists - All the Trees in the VX Forest Granny's Lists - VX Portraits and Facesets Granny's Lists - Faerie, Magic and Mushrooms Granny's Lists - Pirate Resources Granny's Lists - EB/Tsukuru Resources VX/Ace Emo Sets for Ace only Characters Granny's Lists - Modern and Futuristic Resources **Animal Sprites** Granny's Resource Showcase Directory Christmas Stuff Gory/Horror/Carnival Resources Grandma's Little Bits Star Wars Collection ***Underwater Collection*** Japanese Themed Resources Egyptian Themed Resources Fix Broken Project Files Tut for people Who Didn't Make Backups - Make Backups!!!!! ![]() |
|
|
|
Aug 18 2008, 09:07 PM
Post
#58
|
|
![]() Type: Undisclosed Alignment: Unaligned |
Am I the only dunderhead getting a Failed to Load Actor Data problem when I try to run the mediafire download? I haven't heard this from anyone else, sorry. I'm not really sure what to say about that. -------------------- I no longer support Tankentai.
|
|
|
|
Aug 18 2008, 11:05 PM
Post
#59
|
|
![]() Retired ![]() Type: Undisclosed Alignment: Unaligned |
I've seen other folks with the same complaint at other times, so I'm happy to report that it is a Winrar thing -
I extracted to a different folder and voila! All better. Thx, Mr Bubble. I'm helping on a project and this is a big help to us to have this script! -------------------- Granny's Lists - All the Trees in the VX Forest Granny's Lists - VX Portraits and Facesets Granny's Lists - Faerie, Magic and Mushrooms Granny's Lists - Pirate Resources Granny's Lists - EB/Tsukuru Resources VX/Ace Emo Sets for Ace only Characters Granny's Lists - Modern and Futuristic Resources **Animal Sprites** Granny's Resource Showcase Directory Christmas Stuff Gory/Horror/Carnival Resources Grandma's Little Bits Star Wars Collection ***Underwater Collection*** Japanese Themed Resources Egyptian Themed Resources Fix Broken Project Files Tut for people Who Didn't Make Backups - Make Backups!!!!! ![]() |
|
|
|
Aug 18 2008, 11:33 PM
Post
#60
|
|
![]() Type: Undisclosed Alignment: Unaligned |
I've seen other folks with the same complaint at other times, so I'm happy to report that it is a Winrar thing - I extracted to a different folder and voila! All better. Thx, Mr Bubble. I'm helping on a project and this is a big help to us to have this script! Cool, glad it's working now. I'll be sure to take note of this in case someone else has this problem. -------------------- I no longer support Tankentai.
|
|
|
|
![]() ![]() |
| Lo-Fi Version | Time is now: 23rd May 2013 - 11:45 AM |
|
|