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 On 4/13/2020 at 9:11 PM, 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! Expand Thanks for the report, I think I know the origin of the bug. I will fix it tomorrow or later today. On 4/13/2020 at 9:08 PM, 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. Expand 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 On 4/14/2020 at 3:06 AM, 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 Expand 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 On 4/14/2020 at 3:19 AM, Shenmue said: I will update the patch tomorrow with the latest Intersect Engine development version. Thanks for the report. Expand awww yashh! Link to comment Share on other sites More sharing options...
Shenmue Posted April 14, 2020 Author Share Posted April 14, 2020 On 4/13/2020 at 9:11 PM, wishy said: Little 'bug' I found, knockback attacks don't seem to knock back diagonally, still work vertically or horizontally though. Expand Issue solved. Download fix patch (only for diagonal projectile mod) On 4/14/2020 at 9:55 AM, Miharukun said: awww yashh! Expand 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 On 4/15/2020 at 12:02 AM, 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 Expand 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 On 4/15/2020 at 12:39 AM, seethingword said: Expand 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 On 4/15/2020 at 12:46 AM, seethingword said: Do i have to rebuild after patching Expand 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 On 4/15/2020 at 12:57 AM, 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? Expand 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 On 4/15/2020 at 1:01 AM, 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? Expand 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 Expand 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 On 4/25/2020 at 2:47 PM, Riuback said: hi help me, which of these links should I install? and in what order? Expand 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 On 4/26/2020 at 12:03 AM, Riuback said: Thanks you- Edit: Error installer basic mod Expand 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