Jump to content

Neo-Mind

Community Contributors
  • Content Count

    713
  • Joined

  • Last visited

  • Days Won

    37

Posts posted by Neo-Mind


  1. FYI, I have also added Custom Shields & Custom Jobs patches in WARP and yes it supports all clients from 2010 - 2021.

    New features
    Custom Shields:

    • Maximum Shield count can be customized now (limited to 127 for now).
    • You can also validate a shield id based on the job id by modifying the ValidateShieldID function in ShieldTable_F.lub.

    Custom Jobs:

    • All the Lua files are now in a different folder called 'JobInfo' to avoid mixing in with others.
       
    • You can specify different strings based on servicetype. For e.g. "korea" and "america" can have different strings. 
      To achieve this, you need to specify an override table with the name LT_<servicetype number>.
      For e.g. LT_0 specifies overrides for korea servicetype. Check PCNames.lub to get a clearer idea. 
      At present, it is only used for name changes & palette path changes.
       
    • Scaling for Baby Jobs can be changed. You can change this in Shrink_Map inside PCIDs.lub.
      There is one caveat though, due to client limitation, the factor needs to be specified as IEEE hex string.
      (no floating-point support in Lua function calls 😒)

    Common to both:

    • You get the option to copy the files to your patched client area. The files are copied only if you apply the patch.
    • For Custom Shields, the max shield value also gets updated in the copied file automatically.
       

    I was planning on more amount of changes in Custom Jobs, but it's on hold for now.

     


  2. On 1/14/2021 at 3:27 PM, hadiesyafiq said:

    hi @Neo-Mind when i use WARP the title icon is not show..how to show the icon?

    here some picture to refer...on the red mark

     

    iconproblem.png

    Try using the patch "Restore Inbuilt Icon". I have fixed the issue with the title bar icon.

    In case you want to use your own icon then the "Use Custom Icon" patch should be selected instead.

     


  3. On 12/4/2020 at 10:23 PM, hadiesyafiq said:

    hi all just want to ask, how to get the launcher like this?how to create it?

    post-315-0-13905700-1394895316.png

    If you mean the launcher in front, that was made by @Haru for @ossi0110's server. Ah, the golden days.
    It used a master account system allowing you to have access to multiple accounts but with just 1 login.
    I believe she also used it for her own server...I don't remember the name of that one exactly.

    The window in the background is the PEEK tool as @fiction already mentioned.


  4. On 7/9/2017 at 2:56 PM, Ai4rei said:

    Merging is still in progress, the rsu codebase is messy, so it will take some time.

    Update 2017-08-04:

    Someone give me a full week hikikomori mode without disturbance and I can release it...

    Update 2017-08-05:

    People who will want to extend the functionality of the patncher, can start learning COM. The plug-in will have to establish communication with a call like this:

    hr = CoGetClassObject(CLSID_PluginServiceProvider, CLSCTX_INPROC_SERVER, NULL, IID_IClassFactory, &lpServiceProvider);

    
    hr = CoGetClassObject(CLSID_PluginServiceProvider, CLSCTX_INPROC_SERVER, NULL, IID_IClassFactory, &lpServiceProvider);

    Update 2020-08-18:

    Obviously no one will read this, and no one will dare to make a necro-post in response to this. Since I have nothing to do for a week, I'm finishing that thing. Things are coming along quite well so far. The updater part is written from scratch, since the RSU code-base is too outdated. Not sure about the ROCred part, there is currently no UI. Oh yeah, there is no name either...

    Of course, people will read it 😀. Atleast I am waiting to see how this turns out.


  5. missme.gif.502d7b7444a0cbc99bf4ae026f5f107e.gif

     

    Probably not xD.
    Anyways, I am working on development of a new patcher as a successor to the original aka NEMO. 

    Initially, I was planning to just release the source for NEMO but is quite outdated.
    So I decided to just start off fresh utilizing concepts from the original along with new ideas (Already have some implemented, which I will explain later)

    Also this time, I will be keeping it open source. I will publish to Github once there is a solid foundation.
     

    I am building it using the latest version of Qt (5.15) and utilizing QML for creating the GUI. I want to give it a more modern appearance, however, I am a "novice" on this front. So I am inviting suggestions for the UI from the talented individuals here.

     


  6. For changing Total String look for 

    "Total              :      %s"

    inside client in Hex Editor and change the spaces before ':' to what you want (only overwrite don't insert)

     

    For 2015-10-29 RE you can use the following 

     

    To Remove the box

    ----------------------------------

    Find      : E8 D1 5A 0C 00 68

    Replace: 83 C4 04 90 90 68

     

    To Remove "C" after the box

    ----------------------------------

    Find      : 68 D4 44 AC 00 83 E8 24

    Replace: 68 D5 44 AC 00 83 E8 24


  7. N.E.D. - Neo Express Decryptor

    (suggestions are open for a better name)

     

    What is this?

     So you might be wondering if this is really what it says in the title and yes it is. The purpose of this tool is plain and simple.

     If you have a GRF encrypted using SecureGRF and you know the password, you can use this tool to decrypt the GRF to get your original back - comes in handy if you forgot to backup the original.

     

    How does it work?

     Download it. Open it. Enter the path of your encrypted GRF in the Input Grf field and select the Output Grf filename (by default it suffixes "_decrypted.grf" to the input grf name). Enter the Password and click on Decrypt and your done.

     

    Note: The tool might take a few minutes if your GRF has a large number of files (but I see SecureGRF also taking similar amount of time to encrypt). 

     

    Anything else to know?

      I made this tool in a day because I was looking for something interesting to do. It has worked so far for all the GRFs I have tried it with.

    So just in case keep a backup. Let me know if you find any bugs.

     

    Download Link: NED.rar


    EDIT: Added Icon & Progress Bar

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.