RMRK is retiring.
Registration is disabled. The site will remain online, but eventually become a read-only archive. More information.

RMRK.net has nothing to do with Blockchains, Cryptocurrency or NFTs. We have been around since the early 2000s, but there is a new group using the RMRK name that deals with those things. We have nothing to do with them.
NFTs are a scam, and if somebody is trying to persuade you to buy or invest in crypto/blockchain/NFT content, please turn them down and save your money. See this video for more information.
RPG 2k3- abs issues

0 Members and 1 Guest are viewing this topic.

**
Rep: +0/-0Level 76
Where is fancy bred? In the heart or in the head?
For some reason, abcore 3000 would not solve my flabby abs problem, so now I turn to this fair community.

But in all seriousness, trying to make a zelda type game, and cannot for the life of me figure out how to get link to swing his sword to destroy anything. I've tried several different methods but nothing works.
So far I've tried to make a common event and xeph's method. Xeph's actually had some effect I can't just whip out the blade whenever I feel like, have to be attacking an enemy, and who wants that? The common event either doesn't have any effect whatsoever or freezes my character to the floor.

Help?
It's all crazy
It's all false
It's all a dream
It's alright

***
Rep:
Level 89
slate furry thing
It might help if you screenshot your code for those unfamiliar with "Xeph"'s method. Are you using events as projectiles, or just using a Push Key based event page for enemies? Does the hero move when they attack - actually to another tile, or do they just animate?

I'm not to clear on your issue.

**
Rep: +0/-0Level 76
Where is fancy bred? In the heart or in the head?
What I've tried so far

http://www.rpgrevolution.com/tutorial/better-abs-in-rm2k3_181.html
http://www.wikihow.com/Make-an-Abs-in-RPG-Maker-2003

Xeph's method I found on here...somewhere...
Basically xeph's method was to make an enemy (as an event) "hitting" the enemy with your enter key would change your sprite to link with sword, if you don't press it you get hurt by the enemy.

I would really like to get the common event plan to work, but it either does nothing or freezes the character.

[Edit]


Uploaded with ImageShack.us
This is what I've managed by my lonesome. Link swings his sword now.
It's not pretty but it works. I'm sure someone has a better way of making this work.
Follow up question: Any way to keep the sword out until the button is released?
And is there  any way to use more buttons than the very few listed here?
http://a.imageshack.us/img708/3710/passwordx.jpg
« Last Edit: July 13, 2010, 11:56:57 PM by romscho »
It's all crazy
It's all false
It's all a dream
It's alright

***
Rep:
Level 89
slate furry thing
... there should be more key options than that. Ew, what version of RM2k3 are you using? Find RPG2003.exe or whatever it is called, view the properties, and somewhere should be the version number.

Methinks you've got a really outdated version.

In terms of your code, you're missing the 'password' (actually 'Key Input Processing') checking. Wrap the move events in a conditional branch that checks if variable 1 is equal to 5. That's how it works.

**
Rep: +0/-0Level 76
Where is fancy bred? In the heart or in the head?
That's kind of what I was wondering
1.0.5.0 is the version I have.
Where might I get the obviously needed upgrade?

Would the conditional branch be a "fork conditions"?

If so is it supposed to look like this?


Uploaded with ImageShack.us

Because that doesn't work.
« Last Edit: July 14, 2010, 12:51:43 AM by romscho »
It's all crazy
It's all false
It's all a dream
It's alright

***
Rep:
Level 89
slate furry thing
You need to keep the 'Enter password' bit before the branch. You can find an upgrade to 1.08 on RPG Palace I believe.

When you upgrade, you should replace your RPG_RT.exe with the RPG_RT.exe.bak (and remove the .bak), and I think that'll upgrade your game too.

You might have to start again if there are incompatibility errors however.

**
Rep: +0/-0Level 76
Where is fancy bred? In the heart or in the head?
So I upgraded to the newest version, but now it wont import any files like charsets and whatnot. Whenever I try it gives me this awful little error message.

The forces of the universe conspire against me....

[edit]
I actually only upgraded to 1.05
I checked rpg palace but didn't find a place to download it. If anyone has a link, I would be most appreciative. Still have no more options in the password event. Which is kind of annoying.
Got around the importing by copying and pasting once I found the reinstalled game had its rtp folder in a new location.
[edit #2]
I now have the fully upgraded version. Yay.
Link swings his sword when told to. Yay.
Still doesn't look perfect but that is the fault of the sprites I have, not the programming.

Thanks for the help taylor.
« Last Edit: July 14, 2010, 08:28:12 AM by romscho »
It's all crazy
It's all false
It's all a dream
It's alright

*****
Rep:
Level 85
I am the wood of my broom
2010 Project of the YearProject of the Month winner for January 2009Project of the Month winner for January 2010Project of the Month winner for April 2010
I'm glad that it worked out :D
Just a warning, 2k3 is totally not the best engine to make an ABS and you're better off using XP/VX because of 1.) tile issues 2.) limited engine. It's still possible but there'll be unavoidable issues.


**
Rep: +0/-0Level 76
Where is fancy bred? In the heart or in the head?
Tile issues is what is making it not as pretty as should be (link jumps to the top of the square to point his sword down), however seeing as my pocket book is full of only moths and lint, I'll just have to stick with what I've got.
It's all crazy
It's all false
It's all a dream
It's alright