Jumbofile 82 Posted April 22, 2020 Update There is now the ability to change the jump height without changing source code. On the client side navigate to resources/config.json, open with your text editor of choice and change the "JumpHeight" field On the server side navigate to resources/config.json, open with your text editor of choice and change the "JumpHeight" field under "Player" The two values have to match! The update is currently available on github. 2 1 rpgscroll, Zetasis and Shenmue reacted to this Share this post Link to post Share on other sites
Julian 24 Posted April 23, 2020 17 hours ago, Whitespirits said: This is cool, I would suggest space bar to jump and jump feels little low That can be set in default engine 1 Whitespirits reacted to this Share this post Link to post Share on other sites
Julian 24 Posted April 24, 2020 Hi All... This is a screenshot of the Dating App that I am building using this fork....However, I have stripped most of the UI from the c# Source Code and modified a few more things...Works very nicely Screenshot followsScreenshot 3 Shilo, rpgscroll and Shenmue reacted to this Share this post Link to post Share on other sites
Shilo 31 Posted April 24, 2020 Keep up the great work with this great custom version of Intersect. I am very interested in it. 1 hour ago, Julian said: Hi All... This is a screenshot of the Dating App that I am building using this fork....However, I have stripped most of the UI from the c# Source Code and modified a few more things...Works very nicely Screenshot followsScreenshot THAT LOOKS SO COOL! I love the stylish dark look. I am very excited to see the results of it. Keep up the great work. Very neat idea and art you have. Share this post Link to post Share on other sites
Julian 24 Posted April 25, 2020 11 hours ago, Shilo said: Keep up the great work with this great custom version of Intersect. I am very interested in it. THAT LOOKS SO COOL! I love the stylish dark look. I am very excited to see the results of it. Keep up the great work. Very neat idea and art you have. Thanks so much...I should probably make a page on the intersect forum....I still need to design at least a dozen other sprites as playable characters, rework chat bubbles and then start working on the event system that I have planned. So lots to do <3 Share this post Link to post Share on other sites
Sonicfreak 1 Posted April 25, 2020 Having quite some fun with the engine, I did seem to encounter three additional bugs. First of all when jumping in the air and quickly pressing enter to open the chat box you'll be stuck in the air. (It's not a big deal since you keep the momentum after closing the chat window, but it could break immersion seeing other players floating mid-air) The second bug has to do with the paper doll system. When I'm simply standing still and walking around the paper doll frames correspond to the base sprite. However when I stand still (facing to the left side) and jump then the paper doll seems to select a different frame than the sprite base (even though the sprite and paper doll sheet are exactly the same direction-wise) Spoiler Finally while testing out the features online with other players, we found out that the jumping animation isn't properly displayed for others. (We're running exactly the same version with the same assets). Seems like once you jump the sprite for the other player also changes to the jumping sprite. While when they jump their sprite doesn't change. Spoiler https://ascensiongamedev.com/resources/filehost/a7a8cecf975e73600db028da451e2b93.mp4 https://gyazo.com/3e34f2dea7be4a26f4346cd69c113a87 Also I'm curious if a few features would be possible to implement in the engine. Is it possible to make players able to adjust their direction mid-air? (Would help in making the jumping mechanic feel less stiff) Would it be possible to select certain frames in the sprite sheet for the walking/jumping animation? (That way the standing still frame is left out and you'll be able to create a well looping walk/run animation, and also make a start frame for the jump without it looping through it.) Thanks again for putting out this custom version, I hope this post will help make it better 1 rpgscroll reacted to this Share this post Link to post Share on other sites
Jumbofile 82 Posted April 28, 2020 On 4/25/2020 at 9:22 AM, Sonicfreak said: Having quite some fun with the engine, I did seem to encounter three additional bugs. First of all when jumping in the air and quickly pressing enter to open the chat box you'll be stuck in the air. (It's not a big deal since you keep the momentum after closing the chat window, but it could break immersion seeing other players floating mid-air) The second bug has to do with the paper doll system. When I'm simply standing still and walking around the paper doll frames correspond to the base sprite. However when I stand still (facing to the left side) and jump then the paper doll seems to select a different frame than the sprite base (even though the sprite and paper doll sheet are exactly the same direction-wise) Reveal hidden contents Finally while testing out the features online with other players, we found out that the jumping animation isn't properly displayed for others. (We're running exactly the same version with the same assets). Seems like once you jump the sprite for the other player also changes to the jumping sprite. While when they jump their sprite doesn't change. Reveal hidden contents https://ascensiongamedev.com/resources/filehost/a7a8cecf975e73600db028da451e2b93.mp4 https://gyazo.com/3e34f2dea7be4a26f4346cd69c113a87 Also I'm curious if a few features would be possible to implement in the engine. Is it possible to make players able to adjust their direction mid-air? (Would help in making the jumping mechanic feel less stiff) Would it be possible to select certain frames in the sprite sheet for the walking/jumping animation? (That way the standing still frame is left out and you'll be able to create a well looping walk/run animation, and also make a start frame for the jump without it looping through it.) Thanks again for putting out this custom version, I hope this post will help make it better Ive fixed the chatbox bug and it is available on github. My todo list for the next release (this means compiled download) is -Arrow shooting up and down bug -Jump animation fixes I aim to have this completed by the end of this week 1 1 Sonicfreak and rpgscroll reacted to this Share this post Link to post Share on other sites
Jumbofile 82 Posted May 1, 2020 Ive pushed a couple more things to the github: The bug with other characters animation changing when your character jumps is fixed. Ive also added more checks for telling if the player is jumping All of this will allow me to fix the walking animation being inserted in the middle of the jump animation. When that is fixed, Ill compile and put up a download. 3 1 Zetasis, Shenmue, rpgscroll and 1 other reacted to this Share this post Link to post Share on other sites
Jumbofile 82 Posted May 2, 2020 Update version 1.1 released! Here is the download for the new version, Includes compiled EXE and source https://drive.google.com/open?id=1eGKKi3cNrh0qUVXLGS3EJYbCkZ1m2K04 Change - New Ladder Tile - Just add the ladder attribute in the map editor! - Ability to edit jump height without code edits - On the client and server navigate to resources/config.json, open with your text editor of choice and change the "JumpHeight" field - Jump animations - Add a sprite sheet with the "_jump" suffix to add jump animations! - Climb animations - The Up and Down direction on the base sprite sheet are now climb up and climb down Support Me If you would like to support me, now you can find me on patreon! https://www.patreon.com/user?u=34062227 Special thanks Hedgy and Sonicfreak, you make this possible! 6 1 Zetasis, Sonicfreak, rpgscroll and 4 others reacted to this Share this post Link to post Share on other sites
rpgscroll 2 Posted May 3, 2020 Hi, I found these bugs(?): 1- On the Intersect Editor > Attributes. When you select 'Slide' and then select 'Platform' the 'Slide' settings (Dir: Retain Direction) will keep showing up instead of disappearing. Same thing with the 'Ladder' attribute. 2- You can only jump to pass through a ladder but cannot walk through it. 3- You cannot jump from a ladder. Just go up and down. Thanks for your work 🎉 Share this post Link to post Share on other sites
Julian 24 Posted May 7, 2020 Hi All, releasing my alpha using this source mod. Check out this thread. 2 rpgscroll and Jumbofile reacted to this Share this post Link to post Share on other sites
rpgscroll 2 Posted May 8, 2020 Just now, Julian said: Hi All, releasing my alpha using this source mod. Check out this thread. I can't see it :'( Share this post Link to post Share on other sites
Julian 24 Posted May 9, 2020 For some reason the thread has been sitting on pending for 3 days. Check out desktopdating.co.za 1 Jumbofile reacted to this Share this post Link to post Share on other sites
rpgscroll 2 Posted May 13, 2020 I found these bugs idk If they're new or not but here they are: This happens only sometimes, when I jump close to a monster the paperdoll gets removed but whenever i move again it comes back. When going down from a platform it happens as well. When the caracter dies all paperdoll are removed until walking again. Share this post Link to post Share on other sites
Jumbofile 82 Posted May 13, 2020 13 hours ago, rpgscroll said: I found these bugs idk If they're new or not but here they are: This happens only sometimes, when I jump close to a monster the paperdoll gets removed but whenever i move again it comes back. When going down from a platform it happens as well. When the caracter dies all paperdoll are removed until walking again. Ill try to replicate these bugs, in the mean time, could you send me videos of this happening? 1 rpgscroll reacted to this Share this post Link to post Share on other sites
rpgscroll 2 Posted May 20, 2020 (edited) On 5/13/2020 at 3:35 PM, Jumbofile said: Ill try to replicate these bugs, in the mean time, could you send me videos of this happening? I'm really sorry for the long wait I did not have free time at all until now. So the problem I mentioned before was on my own, really sorry about that. The paperdoll was getting removed because I added paperdoll only to the left and right side of the character. But I still have a huge confusion about that. The entities are 4 by 4. Up, Down, Left, Right on the regular intersect engine. But I'm not sure of how it works on the platformer edition. Is it possible to see an example, please? Nvm, here's the answer to my dumb question... On 5/2/2020 at 3:11 AM, Jumbofile said: - The Up and Down direction on the base sprite sheet are now climb up and climb down what's wrong with me omg. Edited May 20, 2020 by rpgscroll being dumb Share this post Link to post Share on other sites
Jumbofile 82 Posted May 20, 2020 9 hours ago, rpgscroll said: I'm really sorry for the long wait I did not have free time at all until now. So the problem I mentioned before was on my own, really sorry about that. The paperdoll was getting removed because I added paperdoll only to the left and right side of the character. But I still have a huge confusion about that. The entities are 4 by 4. Up, Down, Left, Right on the regular intersect engine. But I'm not sure of how it works on the platformer edition. Is it possible to see an example, please? Nvm, here's the answer to my dumb question... what's wrong with me omg. I do plan on making a wiki to help people traverse the engine. 99% of the engine is the same as intersect but small stuff like the spritesheet and jump configs are completely intuitive. 2 1 Zoagel, rpgscroll and Sonicfreak reacted to this Share this post Link to post Share on other sites
rpgscroll 2 Posted July 10, 2020 Hiii.. is there any updates? 🙏 Share this post Link to post Share on other sites
Jumbofile 82 Posted July 21, 2020 On 7/10/2020 at 4:57 PM, rpgscroll said: Hiii.. is there any updates? 🙏 Hi sorry, they have been slower because Ive been working a lot more recently but im trying to write some code related to this once a day. Ill post an update soon but Im still working on movement and making it feel as smooth as possible. 2 Zoagel and rpgscroll reacted to this Share this post Link to post Share on other sites
rpgscroll 2 Posted July 22, 2020 10 hours ago, Jumbofile said: Hi sorry, they have been slower because Ive been working a lot more recently but im trying to write some code related to this once a day. Ill post an update soon but Im still working on movement and making it feel as smooth as possible. Yay that's great to know! Share this post Link to post Share on other sites
Jezzarb 2 Posted July 27, 2020 Hi im not sure if it's already been said but theres a bug where the jumping sprite does not sync to the other player. Share this post Link to post Share on other sites
Jumbofile 82 Posted September 2, 2020 On 7/27/2020 at 8:55 AM, Jezzarb said: Hi im not sure if it's already been said but theres a bug where the jumping sprite does not sync to the other player. Ill take a look at this tonight, if you have a video of this please feel free to message it to me. 1 rpgscroll reacted to this Share this post Link to post Share on other sites
Jezzarb 2 Posted September 16, 2020 On 9/3/2020 at 7:46 AM, Jumbofile said: Ill take a look at this tonight, if you have a video of this please feel free to message it to me. heres a video of the bug. Embedded Video Link 1 rpgscroll reacted to this Share this post Link to post Share on other sites
Jumbofile 82 Posted October 10, 2020 The bug is a larger issue than I initially thought. Im redoing how I initially handled animations to fix this. Ill post an update as soon as its done. Im also looking into updating this version to the newest version on Intersect, which will a bit or work to do. 2 1 Cheshire, Zoagel and rpgscroll reacted to this Share this post Link to post Share on other sites