wishy Posted April 13, 2020 Share Posted April 13, 2020 Little 'bug' I found, knockback attacks don't seem to knock back diagonally, still work vertically or horizontally though. Â Other than that still a very nice and bugfree mod! loving it! Shenmue 1 Link to comment Share on other sites More sharing options...
Shenmue Posted April 13, 2020 Author Share Posted April 13, 2020 2 hours ago, wishy said: Little 'bug' I found, knockback attacks don't seem to knock back diagonally, still work vertically or horizontally though.  Other than that still a very nice and bugfree mod! loving it! Thanks for the report, I think I know the origin of the bug. I will fix it tomorrow or later today.  2 hours ago, Aesthetic said:  Reveal hidden contents +diff --git a/Intersect (Core)/Enums/Directions.cs b/Intersect (Core)/Enums/Directions.cs index 027b9840..8beff271 100644 --- a/Intersect (Core)/Enums/Directions.cs   +++ b/Intersect (Core)/Enums/Directions.cs   @@ -10,7 +10,15 @@ public enum Directions       Left,  -     Right +     Right, + +     UpLeft, + +     UpRight, + +     DownLeft,  I get this conflict when attempting to add this to a fully updated vanilla source. I don't know what you mean by vanilla source, but I will see what I can do about that. I will probably update the patch with the latest version of the source development branch. wishy 1 Link to comment Share on other sites More sharing options...
Aesthetic Posted April 13, 2020 Share Posted April 13, 2020 its fine now after the latest intersect update Shenmue 1 Link to comment Share on other sites More sharing options...
Guest Posted April 14, 2020 Share Posted April 14, 2020 G:\Celtos Online\Intersect-Engine>git apply --check MovementBasicMod.patch error: patch failed: Intersect.Client/Entities/Entity.cs:921 error: Intersect.Client/Entities/Entity.cs: patch does not apply  Last DEV version Link to comment Share on other sites More sharing options...
Shenmue Posted April 14, 2020 Author Share Posted April 14, 2020 11 minutes ago, Celtos said: G:\Celtos Online\Intersect-Engine>git apply --check MovementBasicMod.patch error: patch failed: Intersect.Client/Entities/Entity.cs:921 error: Intersect.Client/Entities/Entity.cs: patch does not apply  Last DEV version I will update the patch tomorrow with the latest Intersect Engine development version. Thanks for the report. Link to comment Share on other sites More sharing options...
Guest Posted April 14, 2020 Share Posted April 14, 2020 Ignore this ps... Â I`m using MASTER and not DEV Â sorry Link to comment Share on other sites More sharing options...
Miharukun Posted April 14, 2020 Share Posted April 14, 2020 6 hours ago, Shenmue said: I will update the patch tomorrow with the latest Intersect Engine development version. Thanks for the report. awww yashh! Link to comment Share on other sites More sharing options...
Shenmue Posted April 14, 2020 Author Share Posted April 14, 2020 18 hours ago, wishy said: Little 'bug' I found, knockback attacks don't seem to knock back diagonally, still work vertically or horizontally though. Issue solved. Download fix patch (only for diagonal projectile mod)  5 hours ago, Miharukun said: awww yashh! Patch was already working with the latest version of Intersect Engine development branch haha. Last official working commit updated. wishy 1 Link to comment Share on other sites More sharing options...
seethingword Posted April 15, 2020 Share Posted April 15, 2020 I applied and updated client and server to dev and applied the 3 patches. (Not the ZIP) and directional movement is not working  Link to comment Share on other sites More sharing options...
Shenmue Posted April 15, 2020 Author Share Posted April 15, 2020 29 minutes ago, seethingword said: I applied and updated client and server to dev and applied the 3 patches. (Not the ZIP) and directional movement is not working  Git apply --check [patchName] worked? Do you have this commit in your branch history? ID: 3fd5b1a9 From: Robert Lodico Date: 4/13/2020 11:59:31 PM Message: Merge pull request #145 from AscensionGameDev/fixingDevRegistrations ...   Link to comment Share on other sites More sharing options...
seethingword Posted April 15, 2020 Share Posted April 15, 2020 Link to comment Share on other sites More sharing options...
Shenmue Posted April 15, 2020 Author Share Posted April 15, 2020 1 minute ago, seethingword said: Git apply --check [patchName] worked? Link to comment Share on other sites More sharing options...
seethingword Posted April 15, 2020 Share Posted April 15, 2020 let me try again  Link to comment Share on other sites More sharing options...
seethingword Posted April 15, 2020 Share Posted April 15, 2020 Do i have to rebuild after patching Link to comment Share on other sites More sharing options...
Shenmue Posted April 15, 2020 Author Share Posted April 15, 2020 Just now, seethingword said: Do i have to rebuild after patching Yes, you have to build the solution, not just the project (ex. Server or Client). If you still have strange errors, you can clean the solution and build it again. Link to comment Share on other sites More sharing options...
seethingword Posted April 15, 2020 Share Posted April 15, 2020 Ok so i redownloaded the whole thing. rebuilt it, repatched it. do i have to also download the most up to date dev build or leave it at 0.6.2.0? Â Link to comment Share on other sites More sharing options...
Shenmue Posted April 15, 2020 Author Share Posted April 15, 2020 2 minutes ago, seethingword said: Ok so i redownloaded the whole thing. rebuilt it, repatched it. do i have to also download the most up to date dev build or leave it at 0.6.2.0? Â I think you are on the latest version of the IE dev source code. Try to apply the patch. It should work. If not, send a picture of the error message and I will figure out what I can do. Link to comment Share on other sites More sharing options...
seethingword Posted April 15, 2020 Share Posted April 15, 2020 ok it works now. but wanna make sure i have all patches installed. Does the 3 circled patches have all the patches that are in the zip file? And do i need the 2 in the middle of the post  Link to comment Share on other sites More sharing options...
Shenmue Posted April 15, 2020 Author Share Posted April 15, 2020 Just now, seethingword said: ok it works now. but wanna make sure i have all patches installed. Does the 3 circled patches have all the patches that are in the zip file? Yes, actually the zip file was for people who have an older version of the patch and who want to update it without reinstalling it. Link to comment Share on other sites More sharing options...
seethingword Posted April 15, 2020 Share Posted April 15, 2020 Awesome! so i do have it fully working. Thanks! Â Shenmue 1 Link to comment Share on other sites More sharing options...
Hitz Posted April 16, 2020 Share Posted April 16, 2020 I'm gettin error with build 0.6.2.412 Quote EDIT: With a new empty development branch worked! Shenmue 1 Link to comment Share on other sites More sharing options...
Riuback Posted April 25, 2020 Share Posted April 25, 2020 hi help me, which of these links should I install? and in what order? Link to comment Share on other sites More sharing options...
Shenmue Posted April 25, 2020 Author Share Posted April 25, 2020 2 hours ago, Riuback said: hi help me, which of these links should I install? and in what order? You should install the basic mod first. And if you want additional features (diagonal projectiles, easier attack) you can download the two other links in the order you want. The zip file is actually for people who wants to update an older version of the patch. Link to comment Share on other sites More sharing options...
Riuback Posted April 26, 2020 Share Posted April 26, 2020 Thanks you-  Edit: Error installer basic mod    Link to comment Share on other sites More sharing options...
Shenmue Posted April 26, 2020 Author Share Posted April 26, 2020 1 hour ago, Riuback said: Thanks you-  Edit: Error installer basic mod    Are you on a a new development branch without any modification? Do you have this branch in your branch history: ID: 3fd5b1a9 From: Robert Lodico Date: 4/13/2020 11:59:31 PM Message: Merge pull request #145 from AscensionGameDev/fixingDevRegistrations ... Link to comment Share on other sites More sharing options...
Recommended Posts