Submit Your Article


 
RPG Maker

Welcome Guest ( Log In | Register )


  Games Resources RPG Maker VX RPG Maker XP Scripts Tutorials Downloads

3 Pages V  < 1 2 3 >  
Closed TopicStart new topic
> Diagonal Movement (Eight Direction) and Smooth Jumping, Now it's easier to make a platformer!
BioDioxyde
post Aug 10 2009, 10:44 PM
Post #21


Level 1
Group Icon

Group: Member
Posts: 9
Type: None
RM Skill: Undisclosed




Hey SuperMega, is there anyway to remove the 8-dir part of this script, because it's conflicting with my other 8-Dir script.
I've tried putting this script first and disabling the directional part in the script, but it seems to disable jumping aswell unless its below my other scripts.
Go to the top of the page
 
+Quote Post
   
SuperMega
post Aug 11 2009, 07:42 AM
Post #22


Public memberTitle(String n)
Group Icon

Group: Revolutionary
Posts: 683
Type: Developer
RM Skill: Skilled




QUOTE (BioDioxyde @ Aug 11 2009, 01:44 AM) *
Hey SuperMega, is there anyway to remove the 8-dir part of this script, because it's conflicting with my other 8-Dir script.
I've tried putting this script first and disabling the directional part in the script, but it seems to disable jumping aswell unless its below my other scripts.

Are you sure you're setting NANAME to false? It should only disable the eight direction movement.


__________________________
Translated Scripts:
Diagonal Movement (Eight Direction) and Smooth Jumping
Attack Party, Heal Enemies
Display Party Status On Map (DQ Style)
Display Maps Under Maps
Save Screen Customization
Subtitled Menus

If you want to suggest a translation for something, PM me, and I'll take a look. I AM TRYING TO GIVE AWAY LOCKERZ.com INVITES, SO PLEASE LET ME KNOW IF YOU WANT ONE.
Currently Working on 2 RPG Maker VX Projects. They are very unique, and have a different kind of style then the usual RPGs. So don't think of them as just another RPG. Did that sound rude? :D Not sure if I want them to go public yet, but we'll see how it goes.
Need a script translated? Come talk to me, and I'll see what I can do.
Go to the top of the page
 
+Quote Post
   
BioDioxyde
post Aug 11 2009, 02:37 PM
Post #23


Level 1
Group Icon

Group: Member
Posts: 9
Type: None
RM Skill: Undisclosed




Yes, i have disabled NANAME and placed this script above the other 8-Dir script but for some reason the jump is failing to work aswell.
Go to the top of the page
 
+Quote Post
   
SuperMega
post Aug 11 2009, 05:37 PM
Post #24


Public memberTitle(String n)
Group Icon

Group: Revolutionary
Posts: 683
Type: Developer
RM Skill: Skilled




QUOTE (BioDioxyde @ Aug 11 2009, 05:37 PM) *
Yes, i have disabled NANAME and placed this script above the other 8-Dir script but for some reason the jump is failing to work aswell.

Unless you want the old eight direction, I suggest replacing it with this one. If not, it requires some script editing.


__________________________
Translated Scripts:
Diagonal Movement (Eight Direction) and Smooth Jumping
Attack Party, Heal Enemies
Display Party Status On Map (DQ Style)
Display Maps Under Maps
Save Screen Customization
Subtitled Menus

If you want to suggest a translation for something, PM me, and I'll take a look. I AM TRYING TO GIVE AWAY LOCKERZ.com INVITES, SO PLEASE LET ME KNOW IF YOU WANT ONE.
Currently Working on 2 RPG Maker VX Projects. They are very unique, and have a different kind of style then the usual RPGs. So don't think of them as just another RPG. Did that sound rude? :D Not sure if I want them to go public yet, but we'll see how it goes.
Need a script translated? Come talk to me, and I'll see what I can do.
Go to the top of the page
 
+Quote Post
   
icecold49
post Aug 25 2009, 12:44 PM
Post #25


My rmvx project is taking longer than I expected...
Group Icon

Group: Revolutionary
Posts: 116
Type: Developer
RM Skill: Advanced




This is easily one of my favorite scripts of all time. It's so fun and easy to use and the demo was cool too. Thank you very much for translating this and sharing it with us! thumbsup.gif


__________________________
Go to the top of the page
 
+Quote Post
   
SuperMega
post Aug 25 2009, 02:59 PM
Post #26


Public memberTitle(String n)
Group Icon

Group: Revolutionary
Posts: 683
Type: Developer
RM Skill: Skilled




QUOTE (icecold49 @ Aug 25 2009, 03:44 PM) *
This is easily one of my favorite scripts of all time. It's so fun and easy to use and the demo was cool too. Thank you very much for translating this and sharing it with us! thumbsup.gif

Hehe, no problem! I'm glad you enjoy it!


__________________________
Translated Scripts:
Diagonal Movement (Eight Direction) and Smooth Jumping
Attack Party, Heal Enemies
Display Party Status On Map (DQ Style)
Display Maps Under Maps
Save Screen Customization
Subtitled Menus

If you want to suggest a translation for something, PM me, and I'll take a look. I AM TRYING TO GIVE AWAY LOCKERZ.com INVITES, SO PLEASE LET ME KNOW IF YOU WANT ONE.
Currently Working on 2 RPG Maker VX Projects. They are very unique, and have a different kind of style then the usual RPGs. So don't think of them as just another RPG. Did that sound rude? :D Not sure if I want them to go public yet, but we'll see how it goes.
Need a script translated? Come talk to me, and I'll see what I can do.
Go to the top of the page
 
+Quote Post
   
Ziack
post Aug 25 2009, 07:04 PM
Post #27


Level 1
Group Icon

Group: Member
Posts: 5
Type: None
RM Skill: Beginner




Hi there...

I'm really new to this and to be honest..have no idea what i am doing..

I recently got accepted into a game course which hasn't started yet so i thought i would try get a head start by trying to make an RPG. However, i didnt realise there would be so much complicated language from the get go.

Im trying to implement this 8 way movement after playing the demo but i just cant work out where and what i need to do. I see the script but what do i do with it? were do i copy it? i have no idea...and trust me, i'm not one of these people that just asks straight away. I have been sitting here for hours racking my brain.

If anyone could just give me a quick run down that would be fantastic and....sorry for my noobiness but everyone starts out with no knowledge sweat.gif
Go to the top of the page
 
+Quote Post
   
SuperMega
post Aug 25 2009, 07:08 PM
Post #28


Public memberTitle(String n)
Group Icon

Group: Revolutionary
Posts: 683
Type: Developer
RM Skill: Skilled




QUOTE (Ziack @ Aug 25 2009, 10:04 PM) *
Hi there...

I'm really new to this and to be honest..have no idea what i am doing..

I recently got accepted into a game course which hasn't started yet so i thought i would try get a head start by trying to make an RPG. However, i didnt realise there would be so much complicated language from the get go.

Im trying to implement this 8 way movement after playing the demo but i just cant work out where and what i need to do. I see the script but what do i do with it? were do i copy it? i have no idea...and trust me, i'm not one of these people that just asks straight away. I have been sitting here for hours racking my brain.

If anyone could just give me a quick run down that would be fantastic and....sorry for my noobiness but everyone starts out with no knowledge sweat.gif

It's alright. We all were that way at one point. All you need to do is this:

Step 1: Open RPG Maker VX
Step 2: Open your project
Step 3 : At the top bar, click tools, then script editor
Step 4:You'll see on the left that there's a scroll bar. Scroll it all the way down.
Step 5: See the "(Insert Here)"? All you have to do is right click, and click "Insert."
Step 6: Paste the script on this blank page, in the right side of the window.
Step 7: Name it on the left side if you choose to do so. Then click OK. That's all there is to it!


__________________________
Translated Scripts:
Diagonal Movement (Eight Direction) and Smooth Jumping
Attack Party, Heal Enemies
Display Party Status On Map (DQ Style)
Display Maps Under Maps
Save Screen Customization
Subtitled Menus

If you want to suggest a translation for something, PM me, and I'll take a look. I AM TRYING TO GIVE AWAY LOCKERZ.com INVITES, SO PLEASE LET ME KNOW IF YOU WANT ONE.
Currently Working on 2 RPG Maker VX Projects. They are very unique, and have a different kind of style then the usual RPGs. So don't think of them as just another RPG. Did that sound rude? :D Not sure if I want them to go public yet, but we'll see how it goes.
Need a script translated? Come talk to me, and I'll see what I can do.
Go to the top of the page
 
+Quote Post
   
Ziack
post Aug 25 2009, 08:06 PM
Post #29


Level 1
Group Icon

Group: Member
Posts: 5
Type: None
RM Skill: Beginner




Cool, thanks so much for the help. Just one other thing though... because im not familiar with script language yet, could you tell me which part i copy. What i mean is... after i click on "show/hide script" do i just copy everything in that box? cause some of it looks like explinations

I ask this because i tried to copy the whole lot but it came up with some line 89 Name Error or something. Sorry wish i knew more about this but please bear with me pinch.gif



This post has been edited by Ziack: Aug 25 2009, 08:20 PM
Go to the top of the page
 
+Quote Post
   
icecold49
post Aug 25 2009, 10:11 PM
Post #30


My rmvx project is taking longer than I expected...
Group Icon

Group: Revolutionary
Posts: 116
Type: Developer
RM Skill: Advanced




QUOTE (Ziack @ Aug 25 2009, 09:06 PM) *
Cool, thanks so much for the help. Just one other thing though... because im not familiar with script language yet, could you tell me which part i copy. What i mean is... after i click on "show/hide script" do i just copy everything in that box? cause some of it looks like explinations

I ask this because i tried to copy the whole lot but it came up with some line 89 Name Error or something. Sorry wish i knew more about this but please bear with me pinch.gif


Lol i see this is your first time. You don't need any scripting knowledge to do this. Trust me, most people in this community have very little scripting knowledge such as myself. To answer your question, you just copy everything included in the script (inside the 'show/hide button') and paste it in an empty box above the 'main' script (like SuperMega said). If you're still getting problems then you should probably watch a youtube video or something. Good luck.


__________________________
Go to the top of the page
 
+Quote Post
   
Narruc
post Dec 12 2009, 06:48 AM
Post #31


Level 3
Group Icon

Group: Member
Posts: 40
Type: Developer
RM Skill: Intermediate




Is there any modification I can make to it to make it so that you CAN'T jump over anything impassible from Tilesets B, C, D and E (but you can still jump over passable B, C, D, and E objects)?
Go to the top of the page
 
+Quote Post
   
Pinky
post Dec 12 2009, 08:30 AM
Post #32


Level 13
Group Icon

Group: Revolutionary
Posts: 227
Type: Developer
RM Skill: Skilled




When I click on the demo link it says invalid or deleted file. Please reupload the demo if you can, I would like to see how this works.
Go to the top of the page
 
+Quote Post
   
SuperMega
post Dec 12 2009, 12:03 PM
Post #33


Public memberTitle(String n)
Group Icon

Group: Revolutionary
Posts: 683
Type: Developer
RM Skill: Skilled




QUOTE (Pinky @ Dec 12 2009, 10:30 AM) *
When I click on the demo link it says invalid or deleted file. Please reupload the demo if you can, I would like to see how this works.

Demo re-uploaded and added to first post. Thanks for reporting!


__________________________
Translated Scripts:
Diagonal Movement (Eight Direction) and Smooth Jumping
Attack Party, Heal Enemies
Display Party Status On Map (DQ Style)
Display Maps Under Maps
Save Screen Customization
Subtitled Menus

If you want to suggest a translation for something, PM me, and I'll take a look. I AM TRYING TO GIVE AWAY LOCKERZ.com INVITES, SO PLEASE LET ME KNOW IF YOU WANT ONE.
Currently Working on 2 RPG Maker VX Projects. They are very unique, and have a different kind of style then the usual RPGs. So don't think of them as just another RPG. Did that sound rude? :D Not sure if I want them to go public yet, but we'll see how it goes.
Need a script translated? Come talk to me, and I'll see what I can do.
Go to the top of the page
 
+Quote Post
   
Narruc
post Dec 13 2009, 02:11 PM
Post #34


Level 3
Group Icon

Group: Member
Posts: 40
Type: Developer
RM Skill: Intermediate




QUOTE (Ziack @ Aug 25 2009, 11:06 PM) *
Cool, thanks so much for the help. Just one other thing though... because im not familiar with script language yet, could you tell me which part i copy. What i mean is... after i click on "show/hide script" do i just copy everything in that box? cause some of it looks like explinations

I ask this because i tried to copy the whole lot but it came up with some line 89 Name Error or something. Sorry wish i knew more about this but please bear with me pinch.gif


The line error at 89 means that the code at line 89 doesn't mean anything in the scripting language. In this case, it's because line 89 needs to starts with a number sign (#) and for some reason, it doesn't. Go in and add a # to the beginning of line 89, and I think you'll have to add it to a few others too (you'll see them in error messages when you try to play the game again)
Go to the top of the page
 
+Quote Post
   
Zero2007
post Dec 22 2009, 04:31 PM
Post #35


Level 6
Group Icon

Group: Member
Posts: 79
Type: Event Designer
RM Skill: Skilled




Hey SuperMega great script man, but i have a question, could you add the ability to switch to diagonal walking and running sprites?
It would really make the script much better, Heck maybe even switch to a jumping sprite when jumping.
Go to the top of the page
 
+Quote Post
   
JEHINC.
post Dec 22 2009, 06:09 PM
Post #36


Level 5
Group Icon

Group: Member
Posts: 61
Type: Developer
RM Skill: Skilled




Nice script, no doubt about it. cool.gif


__________________________


Go to the top of the page
 
+Quote Post
   
Scriptless
post Dec 22 2009, 07:07 PM
Post #37


Level 1337
Group Icon

Group: Banned
Posts: 1,664
Type: Writer
RM Skill: Intermediate




It's proto call my butt!! WHY SUPERMEGA WHY!!!???


__________________________
I'm not dead. Thanks.
Go to the top of the page
 
+Quote Post
   
The Frontera
post Jan 18 2010, 08:33 AM
Post #38


Level 2
Group Icon

Group: Member
Posts: 22
Type: Developer
RM Skill: Advanced




Cool ! Great script, SuperMega ! laugh.gif


__________________________
Visit my official website for resources, games, and informations.
Download for free my (great) videogames and resources.
Link:
http://thefrontera.knossus.net

Watch also my great videos on YouTube !
Link:
http://www.youtube.com/user/AdamCorporation

The VX Project I'm working on: (Click to see the Description)


My Completed VX Games: (Click to Download)


My Completed XP Games: (Click to Download)




Go to the top of the page
 
+Quote Post
   
SuperMega
post Jan 18 2010, 10:39 AM
Post #39


Public memberTitle(String n)
Group Icon

Group: Revolutionary
Posts: 683
Type: Developer
RM Skill: Skilled




QUOTE (Zero2007 @ Dec 22 2009, 06:31 PM) *
Hey SuperMega great script man, but i have a question, could you add the ability to switch to diagonal walking and running sprites?
It would really make the script much better, Heck maybe even switch to a jumping sprite when jumping.

Sorry, but I lack the abililty to do much scripting in general. Unless someone else would like to add that feature, it's not gonna happen.


__________________________
Translated Scripts:
Diagonal Movement (Eight Direction) and Smooth Jumping
Attack Party, Heal Enemies
Display Party Status On Map (DQ Style)
Display Maps Under Maps
Save Screen Customization
Subtitled Menus

If you want to suggest a translation for something, PM me, and I'll take a look. I AM TRYING TO GIVE AWAY LOCKERZ.com INVITES, SO PLEASE LET ME KNOW IF YOU WANT ONE.
Currently Working on 2 RPG Maker VX Projects. They are very unique, and have a different kind of style then the usual RPGs. So don't think of them as just another RPG. Did that sound rude? :D Not sure if I want them to go public yet, but we'll see how it goes.
Need a script translated? Come talk to me, and I'll see what I can do.
Go to the top of the page
 
+Quote Post
   
press336
post Mar 17 2011, 05:25 AM
Post #40


Level 2
Group Icon

Group: Member
Posts: 20
Type: Artist
RM Skill: Skilled




Great script! but How do change the jump button (A) into somthing else like (Z)? Because it collides with my HUD call Script. thanks


__________________________
-Evo Chamber Z.O.A.-
Pressto
Go to the top of the page
 
+Quote Post
   

3 Pages V  < 1 2 3 >
Closed TopicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 

Lo-Fi Version Time is now: 19th May 2013 - 12:50 AM
RPG RPG Revolution is an Privacy Policy and Legal
eXTReMe Tracker