mrmiguu Posted September 30, 2013 Author Share Posted September 30, 2013 > **it is like it skip frames and it dont show full attack animation …**Do you have an example? You may have to adjust:```' dynamic player animationsPublic Const FRAMES_STANDING As Byte = 4Public Const FRAMES_WALKING As Byte = 4Public Const FRAMES_RUNNING As Byte = 2Public Const FRAMES_ATTACKING As Byte = 2 <-------------- This should be # of framesPublic Const FRAMES_JUMPING As Byte = 4Public Const FRAMES_FALLING As Byte = 4Public Const FRAMES_STANDING_LENGTH As Long = 500Public Const FRAMES_WALKING_LENGTH As Long = 200Public Const FRAMES_RUNNING_LENGTH As Long = 100Public Const FRAMES_JUMPING_LENGTH As Long = 50Public Const FRAMES_FALLING_LENGTH As Long = 50``` Link to comment Share on other sites More sharing options...
totidarmala Posted September 30, 2013 Share Posted September 30, 2013 how about range weapon ? Link to comment Share on other sites More sharing options...
Zopto Posted September 30, 2013 Share Posted September 30, 2013 > Do you have an example? You may have to adjust:> > ```> ' dynamic player animations> Public Const FRAMES_STANDING As Byte = 4> Public Const FRAMES_WALKING As Byte = 4> Public Const FRAMES_RUNNING As Byte = 2> Public Const FRAMES_ATTACKING As Byte = 2 <-------------- This should be # of frames> Public Const FRAMES_JUMPING As Byte = 4> Public Const FRAMES_FALLING As Byte = 4> Public Const FRAMES_STANDING_LENGTH As Long = 500> Public Const FRAMES_WALKING_LENGTH As Long = 200> Public Const FRAMES_RUNNING_LENGTH As Long = 100> Public Const FRAMES_JUMPING_LENGTH As Long = 50> Public Const FRAMES_FALLING_LENGTH As Long = 50> ```yea i tryed that long time ago i put a 4 butit kinda switch animations to fast and i dont see frame 3 and 4 Link to comment Share on other sites More sharing options...
totidarmala Posted September 30, 2013 Share Posted September 30, 2013 Add range weapon and village mode please. It mean 2d scrolling mode just for battle. Link to comment Share on other sites More sharing options...
mrmiguu Posted September 30, 2013 Author Share Posted September 30, 2013 > ~~Add […] village mode please.~~~~What's village mode? I'll take you up on your ranged weapon request, though.~~Nevermind, I understand what you mean. I don't customize this engine to cater to the people that use it; if I ever change or add things to it, it is to improve it inline with my own concept of how a side-scrolling engine should be done.I do not feel like coding some terrible range weapon system. It'll turn out awful. Plus, there are so many ways of doing it that I'm bound to get it wrong. I know that sounds like a cop-out, but it really should be up to the user/developer to add in their own custom systems. I know Maple Story, La Tale, and Ghost Online (now Soul Saver) all use entirely different ranged weapon systems but generally have the same concept for a side-scroller: jumping, falling, vertical climbing, and portals. This engine has all of those (yes, even ladders/climbing surfaces– try stacking platform tiles on top of each other and see). Link to comment Share on other sites More sharing options...
Domino_ Posted October 9, 2013 Share Posted October 9, 2013 There is small npc "stipidifity" if i can call it like that, that they dont jump up or down to get to you, they need to be on same Y coord as u are else they dont come to u. Link to comment Share on other sites More sharing options...
mrmiguu Posted October 9, 2013 Author Share Posted October 9, 2013 > -snip-I left it like that because:1. It's easy to build off of2. I wouldn't want my game to necessarily have monsters jumping around and off ledges3. Maple Story's monsters don't jump or chase you off ledges. That's the primary template Link to comment Share on other sites More sharing options...
mrmiguu Posted October 10, 2013 Author Share Posted October 10, 2013 [UPDATE]I noticed while working on my game, Pvolostica (which uses the latest PVO as a base engine), NPCs did not walk through platform tiles horizontally (they should be able to).Here's the EXTREMELY EASY fix for that:![](http://mrmiguu.com/pv/tutorials/(modGameLogic)_(CanNpcMove)_npcs%2Bcant%2Bwalk%2Bthru%2Bplatform%2Btiles%2Bfix.PNG) Link to comment Share on other sites More sharing options...
zerosavior115 Posted November 6, 2013 Share Posted November 6, 2013 Hey PV team I have a preposition for youIm currently making a game which uses 3d maps but 2d spriteso that you can know what im trying to achieve look up the ELSWORDI'd be copying its logic but using 3d spriteso what is my prepositionIam willing to share you my Source in exchange of resources that I needFor now this is what I needA complex 2d sprite ( like in the game STAR OCEAN)what I need this to havecomplex as in each "action" should atleast be consist of 3 or more framesin each frame the sprite should be in the center ( because unlike the current i will be using the center to determine the position of the character) so when you animate it, it would atleast seem good right?And it would be better if you can make an animation as wellDont worry, it can be anything you want because what im trying to do is atleast have some graphics to work with ( which what I lack of now)if your interested, please PM me and if anyone else like to do it and make a team with me its okayNote: I cant start giving you visuals if you cant give me graphicsThank you Link to comment Share on other sites More sharing options...
moronsnail Posted January 21, 2014 Share Posted January 21, 2014 ![](http://oi42.tinypic.com/2gwx73p.jpg) Link to comment Share on other sites More sharing options...
mrmiguu Posted January 21, 2014 Author Share Posted January 21, 2014 That map is genius, moronsnail…So genius that I'm saving it, archiving it, and will never forget it. Link to comment Share on other sites More sharing options...
moronsnail Posted January 21, 2014 Share Posted January 21, 2014 or you can just click the "Like this " :P nyahahhahahaha Link to comment Share on other sites More sharing options...
Orbegon Posted January 21, 2014 Share Posted January 21, 2014 Nice map moronsnail!-Scott (Orb)P.s. I clicked Liked! lol :) Link to comment Share on other sites More sharing options...
rairai5650 Posted January 21, 2014 Share Posted January 21, 2014 I kinda loving this engine!!! Link to comment Share on other sites More sharing options...
airmax Posted June 6, 2015 Share Posted June 6, 2015 Can you release the source code for this? Please? Link to comment Share on other sites More sharing options...
Kizzaa Posted June 8, 2015 Share Posted June 8, 2015 @'airmax':> Can you release the source code for this? Please?You tried looking in the src folder? Link to comment Share on other sites More sharing options...
rpgsidescroller Posted April 15, 2020 Share Posted April 15, 2020 Guys, Intersect Engine has released the code source. Maybe someone is interested on coding sidescroller options for it? Link to comment Share on other sites More sharing options...
MyBirdDied Posted March 1 Share Posted March 1 On 4/14/2020 at 10:27 PM, rpgsidescroller said: Guys, Intersect Engine has released the code source. Maybe someone is interested on coding sidescroller options for it? I am down if you are still interested Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now