Jump to content

Shenmue

Contributors
  • Posts

    249
  • Joined

  • Last visited

  • Days Won

    11

Everything posted by Shenmue

  1. Answer below (int)(10 * A14 + (decimal)Math.Pow(1.5, 2.2) + 250 * (decimal)Math.Pow((double)(A14/20), 4))
  2. Thanks mate, You may want to look at a way to encrypt the client resources file so players cannot open and read them outside of the game. For example, there will be no more .json, .png or .wav files in the client resources folder, but something encrypted that cannot be opened with a text, image or sound editor. It's still obscur why someone would want to help that way, but I find it cool haha How will we know which feature you will work on?
  3. New patch available. issues solved Pasted text always appear at the end of a line. Client crashes depending of how the selection is used. The caret doesn't adapt to the size of the font. You have installed the mod and want to download the update? Click here All download links in the GitPatch section are up to date.
  4. Oh you probably talking about Windows Form. Except those, there are no visual interface editing with Visual Studio. If you want to merge json interfaces you will have to copy the code from each file and combine them in a way everything will work together. But it starts to be complicated without some programming knowledge. I may do a tutorial later in a far future.
  5. Yeah indeed All .json files are located in "Intersect/Client/Interface". Interfaces that appear when the player is in game, like the inventory, are located in the "Game" folder. Those when the player is in the menu are in the "Menu" folder. Shared one in the "Shared" folder. So to edit the login window, you will have to go to "Intersect/Client/Interface/Menu/LoginWindow.cs". However I don't see what you mean by "HUD/interfaces". If you want to edit the position, the margin, or things like that, better do it with the generated json. But if you want to add new labels or things like that, then Visual Studio is the best.
  6. Ok good luck
  7. You will then need someone willing to code for you. You can make a forum post where you explain you search someone to edit the way the inventory and character window interface is. I am not willing to do it lol
  8. Yeah it is. I found this site with a list of Integrated Development Environment for C#. Link below Go to the site
  9. Well I don't know what you mean by "no nwm", but if that doesn't answer you question, I guess you will have to find a way to do what you want by creating an event system with the Game Editor or by directly editing the source code.
  10. There's a tutorial about faction system doable without source edit. Link below Go to Faction System Tutorial
  11. Ok cool, you can send me direct message if you need help, but I don't guarantee I will do anything lol
  12. Yeah, you can check this tutorial made by a member of the forum about json files. Link below. Go to Json Tutorial
  13. Well I don't need help with json files haha
  14. Ok will do so, however I think I will wait maybe 3 days to check if someone find an issue I could easy fix
  15. I don't think I will do it in a near future (or a far one)
  16. I have been working on the multiline textbox. Download link post of a patch that fixes the multiline textbox below. Go to download link post
  17. Sure you can! I wanted to do a pull request but I didn't know if it would be necessary. Go to the GitHub commit
  18. Multiline Textbox Fix Description Like @Lathander said, "it doesn't look like the multi-line textbox was given any love". This mod is here to help on that. Features Basic features to expect from a text editor including: Keyboard shortcuts: Ctr+C, Ctr+V, Ctr+A, Ctr+X Horizontal and vertical scrollbar Issues Vertical scrollbar doesn't scroll precisely using keyboard directional input if the text has many lines. The caret (thin black bar) doesn't react precisely to the mouse actions. Client crashes when trying to paste a text when nothing has been copied Some json properties are not taken in consideration like the "TextColor" one. The scrollbar doesn't disappear when erasing the text. Download latest fixes update. Media Note In order to use this mod you have to know how to create a json file by using the code. Download links in the GitPatch section are up to date with the latest fixes. GitPatch: V1.2 Download Multiline Textbox Fix Download zip file with all patches used (separated) Based On Version 0.6.2.421 (development branch) Last official working commit with the patch ID: 1a8edc5d From: lodicolo Date: 2020-05-28 7:49:22 PM Message: fix 191: Bag access is done via cached value (#219) ... Setup Be sure to be on the latest official working commit with the patch and build your project after installation. How to apply a patch How to solve patch conflicts About diffy.org
  19. Oh yeah you will need to edit the source code in order to marge the inventory window with the character one. And the same if you want it to always be visible. You will have to check "Intersect.Client.Interface.Game" folder in Visual Studio and edit files related to "Character" and "Inventory".
  20. You will need a software with seamless pattern. It can be done with Photoshop. In the link below there's a little tutorial. Go to the tutorial
  21. You have to draw the elements that will not change like the background. Check out the "resources\gui" folder of the client to have a better idea of what to do.
  22. Second one is better indeed haha
  23. Would be cool to see before/after, because the cursor looked fine to me. I guess I can always try that later.
  24. Well that's strange indeed... Maybe your computer is not powerfull enough?
×
×
  • Create New...