Results 1 to 13 of 13
  1. #1
    DanK's Avatar
    Join Date
    Aug 2006
    Gender
    male
    Location
    Arizona
    Posts
    2,892
    Reputation
    100
    Thanks
    3,632
    My Mood
    Devilish

    Easily switch between Legit and Modded.

    This simple Tutorial will explain how to easily switch between Legit and Modded .hfs using .bat files.

    I will be using my setup as an example, you don't have to do everything exactly this way but you will get the idea.

    First I set up a folder like this.

    [IMG]https://i177.photobucke*****m/albums/w212/iamshroom/hfs%20tuts/profileswitch.jpg[/IMG]

    Inside ezboss/ezkill/keybind folders are the .hfs files pertaining to those particular mods.

    To make the .bat files: Simply create a new text document, put in the code (below) and save. Rename the extension to .bat from .txt.

    GoLegit.bat
    Code:
    @ echo off
    title GoLegit
    del "C:\Nexon\Vindictus\en-US\hfs\1725BDA3ADE5793E823E9F33DD7AA434EA49D943.hfs" /q
    del "C:\Nexon\Vindictus\en-US\hfs\286FE9924483F382029EF68BA6C260B3C2563BF9.hfs" /q
    del "C:\Nexon\Vindictus\en-US\hfs\3455D56EADC985B8A163D0B81AD2B2B4F7D470C0.hfs" /q
    del "C:\Nexon\Vindictus\en-US\hfs\564E36A29E02897F48E11F46315ADB840C268E3E.hfs" /q
    del "C:\Nexon\Vindictus\en-US\hfs\763FD8F12D3D013194261D98B4AEF0FB0F6FBA1B.hfs" /q
    del "C:\Nexon\Vindictus\en-US\hfs\F3CD0739B72CC50FE4A619A78AECF84B5CB0121D.hfs" /q
    del "C:\Nexon\Vindictus\en-US\hfs\FAC6B533E4D245CE8B9A67DB1472B2B98F3F54FA.hfs" /q
    del "C:\Nexon\Vindictus\en-US\CurrentInfo.txt" /q
    pause

    The batch file with this code will ask for overwrite. Press A for overwrite all.
    ezboss.bat
    Code:
    @ echo off
    title Mod to ezboss
    xcopy "ezboss" "C:\Nexon\Vindictus\en-US\hfs" /e
    xcopy "keybind" "C:\Nexon\Vindictus\en-US\hfs" /e
    pause
    ezkill.bat
    Code:
    @ echo off
    title Mod to ezkill
    xcopy "ezkill" "C:\Nexon\Vindictus\en-US\hfs" /e
    xcopy "keybind" "C:\Nexon\Vindictus\en-US\hfs" /e
    pause

  2. The Following 11 Users Say Thank You to DanK For This Useful Post:

    Cosmic234 (05-26-2011),imth1 (05-28-2011),Jokohama (05-27-2011),m4a1klein (05-26-2011),moarsi (05-27-2011),Mychal89 (05-26-2011),NewGuy777 (06-01-2011),randomness111 (05-28-2011),spoon850 (05-26-2011),veulix (05-26-2011),Windia (06-01-2011)

  3. #2
    Cosmic234's Avatar
    Join Date
    Aug 2008
    Gender
    female
    Location
    Hiding in my room o.o
    Posts
    47
    Reputation
    17
    Thanks
    4
    My Mood
    Amused
    Good stuff, nunya, like always

    Btw, I think I love you O.O

    P.S. Why don't you have the legit hfs in a folder like your modded ones, then just use a bat to replace like the others, so you don't have to go through the patching process everytime you go legit?
    Last edited by Cosmic234; 05-26-2011 at 12:00 PM.


    Is decent, no?

  4. #3
    DanK's Avatar
    Join Date
    Aug 2006
    Gender
    male
    Location
    Arizona
    Posts
    2,892
    Reputation
    100
    Thanks
    3,632
    My Mood
    Devilish
    Quote Originally Posted by Cosmic234 View Post
    Good stuff, nunya, like always

    Btw, I think I love you O.O

    P.S. Why don't you have the legit hfs in a folder like your modded ones, then just use a bat to replace like the others, so you don't have to go through the patching process everytime you go legit?
    You could, I just prefer to be safe and make sure everything's fresh when I go legit.

  5. #4
    qtimporta's Avatar
    Join Date
    Apr 2011
    Gender
    male
    Posts
    248
    Reputation
    10
    Thanks
    27
    My Mood
    Yeehaw
    Quote Originally Posted by Cosmic234 View Post
    Good stuff, nunya, like always

    Btw, I think I love you O.O

    P.S. Why don't you have the legit hfs in a folder like your modded ones, then just use a bat to replace like the others, so you don't have to go through the patching process everytime you go legit?
    Remember that sometimes even with legit files the binds prevailed... his way is a bit slower for legit play, but it is also safer.

    Legit is overrated.

  6. #5
    spoon850's Avatar
    Join Date
    Mar 2011
    Gender
    male
    Posts
    71
    Reputation
    10
    Thanks
    13
    My Mood
    Bashful

    Thumbs up

    Thx nice tip

    Gj keep up the good work


  7. #6
    Windia's Avatar
    Join Date
    May 2011
    Gender
    female
    Location
    NY
    Posts
    679
    Reputation
    52
    Thanks
    41
    My Mood
    Angelic
    I found a way, that was easier for me at-least. I made a folder named Legit, and a folder named hax. copied legit hfs into legit, and hax into the hax folder.

    Code:
    @ echo off
    title Mod to Revert
    xcopy "legit" "C:\Nexon\Vindictus\en-US\hfs" /e
    pause
    For most part... with no repatching needed, faster!

  8. #7
    DanK's Avatar
    Join Date
    Aug 2006
    Gender
    male
    Location
    Arizona
    Posts
    2,892
    Reputation
    100
    Thanks
    3,632
    My Mood
    Devilish
    Quote Originally Posted by Kittycatcat View Post
    I found a way, that was easier for me at-least. I made a folder named Legit, and a folder named hax. copied legit hfs into legit, and hax into the hax folder.

    Code:
    @ echo off
    title Mod to Revert
    xcopy "legit" "C:\Nexon\Vindictus\en-US\hfs" /e
    pause
    For most part... with no repatching needed, faster!
    The reason I don't do it that way is that some things won't be removed.

    For example, if you used my ezbossx with fast looting, just replacing the files with backups will not return looting to normal. Currentinfo.txt must be deleted in that case. I'm not sure what else is affected in that way but I would rather be safe then sorry.
    PLAYING RIFT!

  9. The Following User Says Thank You to DanK For This Useful Post:

    Q87 (06-09-2011)

  10. #8
    Windia's Avatar
    Join Date
    May 2011
    Gender
    female
    Location
    NY
    Posts
    679
    Reputation
    52
    Thanks
    41
    My Mood
    Angelic
    Quote Originally Posted by nunya View Post
    The reason I don't do it that way is that some things won't be removed.

    For example, if you used my ezbossx with fast looting, just replacing the files with backups will not return looting to normal. Currentinfo.txt must be deleted in that case. I'm not sure what else is affected in that way but I would rather be safe then sorry.
    Ahh i see ^^ Since I dont use any kind of bind or modifications besides trans and squishy I'de assume what Im doing is safe still.. hopefully. Or i'll use your revert method

  11. #9
    DanK's Avatar
    Join Date
    Aug 2006
    Gender
    male
    Location
    Arizona
    Posts
    2,892
    Reputation
    100
    Thanks
    3,632
    My Mood
    Devilish
    Quote Originally Posted by Kittycatcat View Post
    Ahh i see ^^ Since I dont use any kind of bind or modifications besides trans and squishy I'de assume what Im doing is safe still.. hopefully. Or i'll use your revert method
    I think you should be ok with those particular mods, but I can't be positive. Like I said, not sure what else is affected in that way. I only noticed the loot thing and have always went legit in this manner since that point.
    PLAYING RIFT!

  12. #10
    arnykl's Avatar
    Join Date
    Mar 2011
    Gender
    male
    Posts
    265
    Reputation
    15
    Thanks
    13
    My Mood
    Psychedelic
    Quote Originally Posted by Cosmic234 View Post
    Good stuff, nunya, like always

    Btw, I think I love you O.O

    P.S. Why don't you have the legit hfs in a folder like your modded ones, then just use a bat to replace like the others, so you don't have to go through the patching process everytime you go legit?
    meh this is very clever but i just have 2 vindictus folders. one modded one legit...xD yay simple answers

  13. #11
    Nico's Avatar
    Join Date
    Jan 2011
    Gender
    male
    Location
    Germany :D
    Posts
    15,918
    Reputation
    1121
    Thanks
    8,617
    Quote Originally Posted by arnykl View Post
    meh this is very clever but i just have 2 vindictus folders. one modded one legit...xD yay simple answers
    But that needs more drive space >:O

  14. #12
    dontcare6's Avatar
    Join Date
    Mar 2011
    Gender
    male
    Posts
    80
    Reputation
    10
    Thanks
    3
    My Mood
    Tired
    I keep 2 folders too xD 1 Mod with all the mods (duh) and the other Orig with the orrigonal copies so I don't have to change the current info unless Nexon has a big change like Karok commin.

  15. #13
    Hitman 47's Avatar
    Join Date
    Oct 2009
    Gender
    male
    Location
    Earth
    Posts
    2,551
    Reputation
    15
    Thanks
    331
    My Mood
    Cool
    O.o I love you Nunya... actually.. i m trolling... again.... but nice... me no use it so u no get thanks

  16. The Following 2 Users Say Thank You to Hitman 47 For This Useful Post:

    DanK (06-05-2011),dreamy23 (06-14-2011)