jcsnider Posted March 30, 2020 Share Posted March 30, 2020 Discord Button Mod  Description: This mod allows you to add a button to your games's main menu. The button has it's own configurable ui file and when clicked will open a url that you define in your clients config.  Media: Preview  Git Patch: Download (v 1.1 - Current. based on 10d565f/0.6.1.243) Download (v1.0 - Old, based on faedd06/0.6.1.239)  Setup: Once the patch is installed, start your client in order for the new ui and configuration options to be generated.  After your client starts go ahead and close it and insert the url that you'd like to open within client/resources/config.json.  Add this image to your client/resources/gui folder and name it discord.png.  You can configure the size and positioning of your discord button by modifying client/resources/gui/menu/discordbutton.json.  That's it, pretty simple! Please let me know if this ends up not working for any reason and I'll see what I can do to help out!   Blestro, WereAlpaca, FR_Sky and 8 others 10 1 Link to comment Share on other sites More sharing options...
Kamus Posted April 1, 2020 Share Posted April 1, 2020 Working really fine~ Â Â jcsnider and Xeno 1 1 Link to comment Share on other sites More sharing options...
Evillione Posted April 1, 2020 Share Posted April 1, 2020 Help me pls. I dont understand how to install. I read doc and write git apply --check ****.patch. Where i can find patch name? Or i need copy that code and save as patch in... (where?) Sorry for my English   UPD. I did it. Thx for the patch! Link to comment Share on other sites More sharing options...
Guest Posted April 2, 2020 Share Posted April 2, 2020 Where in the client code do I put this script? Link to comment Share on other sites More sharing options...
jcsnider Posted April 2, 2020 Author Share Posted April 2, 2020 Read the getting started guide.. it will help you set everything up and has links to how to apply Git patches: https://www.ascensiongamedev.com/topic/4760-read-first-installing-modifications-for-users/ Â Link to comment Share on other sites More sharing options...
Guest Posted April 2, 2020 Share Posted April 2, 2020 3 hours ago, Evillione said: Help me pls. I dont understand how to install. I read doc and write git apply --check ****.patch. Where i can find patch name? Or i need copy that code and save as patch in... (where?) Sorry for my English   UPD. I did it. Thx for the patch! Help me with the answer  Ive this question too Link to comment Share on other sites More sharing options...
jcsnider Posted April 2, 2020 Author Share Posted April 2, 2020 Right click on the download link and save it as discordButton.patch Link to comment Share on other sites More sharing options...
Guest Posted April 2, 2020 Share Posted April 2, 2020 I understand how it works, you must download the .PATCH file Put it inside your GitHub \ Intersect-Engine folder And then execute the commands on the site: D Link to comment Share on other sites More sharing options...
Guest Posted April 2, 2020 Share Posted April 2, 2020 Ive and error  Quote Microsoft Windows [versão 10.0.18362.720] (c) 2019 Microsoft Corporation. Todos os direitos reservados. G:\Celtos Online\Intersect-Engine>git apply --check Discord.patch G:\Celtos Online\Intersect-Engine>git am --signoff < Discord.patch fatal: previous rebase directory .git/rebase-apply still exists but mbox given. G:\Celtos Online\Intersect-Engine>   Link to comment Share on other sites More sharing options...
jcsnider Posted April 2, 2020 Author Share Posted April 2, 2020 2 parts.. first it means you have a patch in progress so use git am --abort  Secondly you've probably already gotten this applied and that's why it's failing. Link to comment Share on other sites More sharing options...
Guest Posted April 2, 2020 Share Posted April 2, 2020 Command git am --abort Thanks! Its done Link to comment Share on other sites More sharing options...
jcsnider Posted April 4, 2020 Author Share Posted April 4, 2020 This patch has conflicts with the updates just released due to #78. Â I've released an updated patch for versions after those updates. Link to comment Share on other sites More sharing options...
BrunoWrier Posted April 4, 2020 Share Posted April 4, 2020 is it already available? same link? Link to comment Share on other sites More sharing options...
Rales99 Posted April 5, 2020 Share Posted April 5, 2020 After the updates intersect, will the patches need to be installed on a new one? Link to comment Share on other sites More sharing options...
Guest Posted April 6, 2020 Share Posted April 6, 2020 Working on lastest dev build? Link to comment Share on other sites More sharing options...
jcsnider Posted April 7, 2020 Author Share Posted April 7, 2020 You can view the modifications by opening this patch, or any others using Diffy.org, but given that we're updating the engine literally daily or multiple times throughout you're insanely better off just hoping on the Gitwagon @Julian @SlapSlapRaps SlapSlapRaps 1 Link to comment Share on other sites More sharing options...
FR_Sky Posted April 10, 2020 Share Posted April 10, 2020 Â is it possible to explain step by step? Link to comment Share on other sites More sharing options...
Beefy Kasplant Posted April 10, 2020 Share Posted April 10, 2020 16 minutes ago, FR_Sky said: Â is it possible to explain step by step? Â https://www.ascensiongamedev.com/topic/4760-read-first-installing-modifications-for-users/ Link to comment Share on other sites More sharing options...
FR_Sky Posted April 10, 2020 Share Posted April 10, 2020  it's badly explained  Link to comment Share on other sites More sharing options...
jcsnider Posted April 10, 2020 Author Share Posted April 10, 2020 3 minutes ago, FR_Sky said:  it's badly explained  Then follow it the best you can, and when you can form an actual question post it here and we will try to helo: https://www.ascensiongamedev.com/forum/372-development-questions/ Link to comment Share on other sites More sharing options...
FR_Sky Posted April 10, 2020 Share Posted April 10, 2020 "a real question" in the explanations there are things that are not explain "Download your patch and move it to the root of your Intersect repository." where? Link to comment Share on other sites More sharing options...
jcsnider Posted April 10, 2020 Author Share Posted April 10, 2020 You missed the Getting Started guide. https://docs.freemmorpgmaker.com/dev/start/vs.html  The root folder is the topmost folder in the cloned repo. The same folder that would contain Intersect.sln. Link to comment Share on other sites More sharing options...
FR_Sky Posted April 10, 2020 Share Posted April 10, 2020 I got an error  "Error The task could not find "al.exe" in the location defined by the value SdkToolsPath "C: \ Program Files (x86) \ Microsoft SDKs \ Windows \ v10.0A \ bin \ NETFX 4.8 Tools \" or the registry key "HKEY_LOCAL_MACHINE \ SOFTWARE \ Microsoft \ Microsoft SDKs \ NETFXSDK \ 4.8 \ WinSDK-NetFx40Tools-x86". Check that the SdkToolsPath property is set, that the tool exists in the appropriate processor location, under SdkToolsPath, and that the Microsoft Windows SDK is installed Intersect.Client " and another on the client" CS0006 Metadata file 'D: \ intersect project \ github \ Intersect-Engine \ build \ debug \ client \ Intersect Client.exe 'not found " Link to comment Share on other sites More sharing options...
Shenmue Posted April 10, 2020 Share Posted April 10, 2020 5 minutes ago, FR_Sky said: I got an error  "Error The task could not find "al.exe" in the location defined by the value SdkToolsPath "C: \ Program Files (x86) \ Microsoft SDKs \ Windows \ v10.0A \ bin \ NETFX 4.8 Tools \" or the registry key "HKEY_LOCAL_MACHINE \ SOFTWARE \ Microsoft \ Microsoft SDKs \ NETFXSDK \ 4.8 \ WinSDK-NetFx40Tools-x86". Check that the SdkToolsPath property is set, that the tool exists in the appropriate processor location, under SdkToolsPath, and that the Microsoft Windows SDK is installed Intersect.Client " and another on the client" CS0006 Metadata file 'D: \ intersect project \ github \ Intersect-Engine \ build \ debug \ client \ Intersect Client.exe 'not found " Try to clean your solution and build it again.  Edit : and be sure you've not started a project (ex. Interesect.Client) when doing it Link to comment Share on other sites More sharing options...
FR_Sky Posted April 10, 2020 Share Posted April 10, 2020 47 minutes ago, Shenmue said: Essayez de nettoyer votre solution et de la reconstruire.  Modifier: et assurez-vous que vous n'avez pas commencé un projet (ex. Interesect.Client) lorsque vous le faites I still have the same errors, thank you anyway for your answer ^^ Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now