Jump to content

Recommended Posts

Posted

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!

Posted
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.

Posted

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

Posted
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.

Posted

Ignore this ps...

 

I`m using MASTER and not DEV

 

sorry

Posted
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.

Posted
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 ...

 

300f12524b20386e65ab084208b29734.png

 

Posted
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.

Posted
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.

Posted

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?7e6b2805f9833a15036c7b0f3014f113.png

And do i need the 2 in the middle of the post

 

Posted
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?7e6b2805f9833a15036c7b0f3014f113.png

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.

  • 2 weeks later...
Posted
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. 

Posted
1 hour ago, Riuback said:

Thanks you-

 

Edit: Error installer basic mod

48c2b5f0e54d9269b76ec0ea848b7fe4.png

 

 

61782f2e5aa704f568b263de7c099529.png

 

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 ...

Guest
This topic is now closed to further replies.
×
×
  • Create New...