Shenmue Posted March 11, 2021 Author Share Posted March 11, 2021 4 hours ago, Zerin said: this mod works on 7.0.2? Sadly it doesn't. I don't know when I will be back at it to be honest Link to comment Share on other sites More sharing options...
Shenmue Posted March 13, 2021 Author Share Posted March 13, 2021 For those interested, I will probably update my patch when the Intersect Engine prerelease branch will be officially released. Weylon Santana, Justn and Talikan 3 Link to comment Share on other sites More sharing options...
Shar Posted May 8, 2021 Share Posted May 8, 2021 I like diagonal movement feature. It feel more free character movement than we had now. Should be awesome if its included in this engine. Shenmue 1 Link to comment Share on other sites More sharing options...
Hiai Posted June 20, 2021 Share Posted June 20, 2021 @Shenmue Have you worked on it lately? does it work with the latest build? Link to comment Share on other sites More sharing options...
Xiphoid Posted June 20, 2021 Share Posted June 20, 2021 2 minutes ago, Hiai said: @Shenmue Have you worked on it lately? does it work with the latest build? yea working Hiai 1 Link to comment Share on other sites More sharing options...
Hiai Posted June 20, 2021 Share Posted June 20, 2021 @Xiphoid I did a check if patch is suitable and i got the following:  First one is the basic mod, and the second is the diagonal movement patch.  Should I ignore it or you have any suggestions? Im using vanilla intersect Link to comment Share on other sites More sharing options...
Xiphoid Posted June 20, 2021 Share Posted June 20, 2021 1 minute ago, Hiai said: @Xiphoid I did a check if patch is suitable and i got the following:  First one is the basic mod, and the second is the diagonal movement patch.  Should I ignore it or you have any suggestions? Im using vanilla intersect you should add code changes manually Link to comment Share on other sites More sharing options...
Hiai Posted June 20, 2021 Share Posted June 20, 2021 1 minute ago, Xiphoid said: you should add code changes manually Do I still need to add the basic mod code? or its fine just with the diag movements? Link to comment Share on other sites More sharing options...
Xiphoid Posted June 20, 2021 Share Posted June 20, 2021 Just now, Hiai said: Do I still need to add the basic mod code? or its fine just with the diag movements? you should add all modification codes they have bug fixes  Link to comment Share on other sites More sharing options...
Hiai Posted June 20, 2021 Share Posted June 20, 2021 2 minutes ago, Xiphoid said: you should add all modification codes they have bug fixes  How should i add it manually? open the .patch file in notepad and just manually replace the code in my source? or there is any simple path to follow? Link to comment Share on other sites More sharing options...
Xiphoid Posted June 20, 2021 Share Posted June 20, 2021 1 minute ago, Hiai said: How should i add it manually? open the .patch file in notepad and just manually replace the code in my source? or there is any simple path to follow? do an upload to diffy.org your patch files  and do change on Visual Studio on source Hiai and Shenmue 2 Link to comment Share on other sites More sharing options...
Hiai Posted June 20, 2021 Share Posted June 20, 2021 2 minutes ago, Xiphoid said: do an upload to diffy.org your patch files  and do change on Visual Studio on source amazing thank you Link to comment Share on other sites More sharing options...
Hiai Posted June 27, 2021 Share Posted June 27, 2021 Wondering if anyone had this issue installing this mod on pre release: Â Also how can I add sprites to those 4 new directions that have been added? Any suggestions? Link to comment Share on other sites More sharing options...
Daniel Stollmeier Posted August 4, 2021 Share Posted August 4, 2021 On 6/27/2021 at 1:09 PM, Hiai said: Wondering if anyone had this issue installing this mod on pre release:  Also how can I add sprites to those 4 new directions that have been added? Any suggestions? To fix it, in B7 pre-release (today version) Search for: public virtual void Move(int moveDir, Player forPlayer, bool doNotUpdate = false, bool correction = false)  in Intersect.Server.Entities.Entity  and after: case 3 :  Quote  case 4: //UpLeft             --yOffset;             --xOffset;              break;           case 5: //UpRight             --yOffset;             ++xOffset;              break;           case 6: //DownLeft             ++yOffset;             --xOffset;              break;           case 7: //DownRight             ++yOffset;             ++xOffset;             break;  Bye bye! BabyLoves 1 Link to comment Share on other sites More sharing options...
Lucressia Posted September 7, 2021 Share Posted September 7, 2021 I tried on the latest pre-release version but it diagonal attack + focus doesnt seem to be working, diagonal move works fine.When I attack game closes itself. I triple checked everything. Anyone know why? Link to comment Share on other sites More sharing options...
buu Posted September 8, 2021 Share Posted September 8, 2021 8 hours ago, Lucressia said: I tried on the latest pre-release version but it diagonal attack + focus doesnt seem to be working, diagonal move works fine.When I attack game closes itself. I triple checked everything. Anyone know why? Probably out of date Link to comment Share on other sites More sharing options...
Lucressia Posted September 8, 2021 Share Posted September 8, 2021 Sorry for bumping again but how can I clone Version 0.6.2.421 (development branch) ? It's already been updated so I'm not able to get the old version. It doesnt seem to be working with the 6.0 version. Link to comment Share on other sites More sharing options...
Cheshire Posted September 8, 2021 Share Posted September 8, 2021 13 minutes ago, Lucressia said: Sorry for bumping again but how can I clone Version 0.6.2.421 (development branch) ? It's already been updated so I'm not able to get the old version. It doesnt seem to be working with the 6.0 version.  I wouldn't recommend using 6.2 at all. Unfortunately the mod is simply outdated and requires some manual fixing. Link to comment Share on other sites More sharing options...
Kaziie Posted April 16, 2022 Share Posted April 16, 2022 @Shenmue any chance of updating this in the future? Link to comment Share on other sites More sharing options...
Shenmue Posted April 19, 2022 Author Share Posted April 19, 2022 On 4/16/2022 at 12:36 AM, Kaziie said: @Shenmue any chance of updating this in the future? Yeah, I will probably update it and do a clean version once Intersect pre-release and the game I am working on are out Harley, Kamus, Kaziie and 3 others 5 1 Link to comment Share on other sites More sharing options...
panda Posted September 30, 2023 Share Posted September 30, 2023 Diagonal movement has been part of Intersect officially since before 0.7.2-beta. XFallSeane and Skit 2 Link to comment Share on other sites More sharing options...
Recommended Posts