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.
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.
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.
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.
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!
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!
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.
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
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
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!
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.
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
This post has been edited by Ziack: Aug 25 2009, 08:20 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
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.
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)?
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.
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
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)
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.
Group: Member
Posts: 22
Type: Developer
RM Skill: Advanced
Cool ! Great script, SuperMega !
__________________________
Visit my official website for resources, games, and informations. Download for free my (great) videogames and resources. Link: http://thefrontera.knossus.net
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.
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.