Shenmue Posted March 11, 2021 Author 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
Shenmue Posted March 13, 2021 Author 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, Talikan and Justn 3
Shar Posted May 8, 2021 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
Hiai Posted June 20, 2021 Posted June 20, 2021 @Shenmue Have you worked on it lately? does it work with the latest build?
Xiphoid Posted June 20, 2021 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
Hiai Posted June 20, 2021 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
Xiphoid Posted June 20, 2021 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
Hiai Posted June 20, 2021 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?
Xiphoid Posted June 20, 2021 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 Â
Hiai Posted June 20, 2021 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?
Xiphoid Posted June 20, 2021 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
Hiai Posted June 20, 2021 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
Hiai Posted June 27, 2021 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?
Daniel Stollmeier Posted August 4, 2021 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
Lucressia Posted September 7, 2021 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?
buu Posted September 8, 2021 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Â
Lucressia Posted September 8, 2021 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.
Cheshire Posted September 8, 2021 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.Â
Kaziie Posted April 16, 2022 Posted April 16, 2022 @Shenmue any chance of updating this in the future?
Shenmue Posted April 19, 2022 Author 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, Kaziie, Blinkuz and 3 others 5 1
panda Posted September 30, 2023 Posted September 30, 2023 Diagonal movement has been part of Intersect officially since before 0.7.2-beta. XFallSeane and Skit 2
Recommended Posts