Page 1 of 3 123 LastLast
Results 1 to 15 of 35
  1. #1
    JonathanTBM's Avatar
    Join Date
    Feb 2011
    Gender
    male
    Location
    C:\Users\jonathan\Desktop\CodeBlocks\codeblocks.exe
    Posts
    163
    Reputation
    10
    Thanks
    61
    My Mood
    Amused

    Make your own 1HK mod

    Ok so to complete this tutorial, you must know how to use VZipFlip, hfssign and that you have NotePad++ on your computer.(I will not explain it here so don't beg, just look on the forums and you will find everything you need to know)

    I will show you how to do your own 1 hit kill mod.(I'm not gonna make a video so don't beg for this )

    So first

    1.
    Find 763FD8F12D3D013194261D98B4AEF0FB0F6FBA1B.hfs in your vindictus folder and put it in your VZipFlip folder.
    2.
    Convert it to a .zip file (As I said, I will not show you how). Remove the stupid underscore at the end of it.
    3.
    Open it and extract action_table_player.tx*****mp. Open it with notepad++
    4.
    In the file, damages are separated by classes. This means that fiona has her dmg, lann his and etc...
    So for lann search for : lethita_normal_attack_
    { means the start of a function and } the end of a function (Just to let you know if you never coded)
    and look for damage_factor

    Code:
    "damage_factor" 
    		{
    			"load"	"dmg_bonus1	$skill_combat_mastery.dmg_bonus"			
    			
    			"eval"	"2 * ( 1+ dmg_bonus1 / 100)"
    		}
    "eval" is where the damage is determined.

    so change the previous code for :
    Code:
    "damage_factor" 
    		{
    			"load"	"dmg_bonus1	$skill_combat_mastery.dmg_bonus"			
    			
    			"eval"	"999999 * ( 1+ dmg_bonus1 / 100)"
    		}
    Repeat this for lethita_normal_attack_01 , 02 and etc... It is the same thing for other characters

    5.
    To make smashes 1hk just search for lethita_strong_attack and it is the same thing for other chars.
    (Change the damage factor again as we did before)

    6.
    For 1hk kicks search for lethita_kick_01 and change the damage_factor.(Same thing for other chars)

    7.
    Save the file when you're done and put it back in the .zip

    8.
    Convert it back to .hfs and don't forget to HFSSIGN it ! And put the file in your vindictus hfs folder.

    ***IMPORTANT NOTE !!***
    Not this much important, but lol. Don't forget to do this for lethita_kick_01 - lethita_kick_02 - lethita_kick_03 and do the same thing for other type of attacks.

    My english is not this good, but I hope you understand
    Starting my first DirectX book.

  2. The Following 4 Users Say Thank You to JonathanTBM For This Useful Post:

    kingflavour (01-10-2013),uglyman95 (01-17-2013),Usuário-vip (01-21-2013),zuperior25 (01-10-2013)

  3. #2
    galio's Avatar
    Join Date
    May 2012
    Gender
    male
    Posts
    242
    Reputation
    10
    Thanks
    78
    My Mood
    Sleepy
    is it this easy O.O?

  4. #3
    zuperior25's Avatar
    Join Date
    Mar 2010
    Gender
    male
    Posts
    97
    Reputation
    33
    Thanks
    12
    Where can i find VZipFlip? searched google. I do not see any reliable link and the ones that do provide it. The download link had expire.
    If anyone can link me a working download link that would be nice.

  5. #4
    galio's Avatar
    Join Date
    May 2012
    Gender
    male
    Posts
    242
    Reputation
    10
    Thanks
    78
    My Mood
    Sleepy
    Quote Originally Posted by zuperior25 View Post
    Where can i find VZipFlip? searched google. I do not see any reliable link and the ones that do provide it. The download link had expire.
    If anyone can link me a working download link that would be nice.
    There one here on this forum,
    Last edited by galio; 01-10-2013 at 07:36 PM.

  6. The Following User Says Thank You to galio For This Useful Post:

    zuperior25 (01-10-2013)

  7. #5
    Vindictive.'s Avatar
    Join Date
    Jan 2013
    Gender
    male
    Posts
    298
    Reputation
    10
    Thanks
    8
    My Mood
    Aggressive
    Thanks for this, i did a little searching but i'm still trying to get it to work. HFS mods have a really high ban right though so be warned!

  8. #6
    ItsMeAgain007's Avatar
    Join Date
    Jan 2012
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0
    Has anyone got this to work yet and tested?

  9. #7
    maddoggy00's Avatar
    Join Date
    Sep 2011
    Gender
    male
    Location
    Philly
    Posts
    3,413
    Reputation
    637
    Thanks
    5,336
    See this sticky on the main Vindictus forum for links to everything you need to do this. I updated it yesterday.

    Mind you, to re-hfs the file and then sign it, you must type the following commands into the cmd:

    vzipflip h 763FD8F12D3D013194261D98B4AEF0FB0F6FBA1B.zip
    hfssign UpToDateInfo.dat 763FD8F12D3D013194261D98B4AEF0FB0F6FBA1B.hfs

    I did not find this to be clear in the other tutorials. Remember to .zip up the FILES via ctrl+a, not the whole folder.
    Last edited by maddoggy00; 01-11-2013 at 11:03 AM.

    As of 9/17, I will be away for a few days due to medical reasons. Should be back up soon. Please refer to a GM or other mods in whatever particular section you need help with.



    Quote Originally Posted by Nico View Post
    I'm playing legit with my hacks
    MSN/Email/Skype: maddoggy00@aol.com
    If you add me on skype without an explicit message stating who you are on MPGH, you will be denied and blocked.

    Feel free to donate if I helped you earn some $$

    Tutorials for consoles and hacks

    Woo.exe Oath Mode with Next Map option, Follow-Bot, Master map (runs any S1 map), Two Moons, Mining. Requires a .dll with hacks for full functionality.

  10. #8
    hekk's Avatar
    Join Date
    Oct 2011
    Gender
    male
    Posts
    22
    Reputation
    10
    Thanks
    1
    My Mood
    Amused
    well I did everything step by step yet im getting error 36 ;c

    i think im doing something wrong with hfssign

  11. #9
    Pie's Avatar
    Join Date
    Apr 2011
    Gender
    male
    Location
    Michigan
    Posts
    6,911
    Reputation
    161
    Thanks
    3,297
    My Mood
    Bitchy
    This tutorial already exists don't need two of the same thing D:

    https://www.mpgh.net/forum/437-vindic...hit-kills.html

  12. #10
    annline651's Avatar
    Join Date
    Oct 2011
    Gender
    female
    Posts
    39
    Reputation
    10
    Thanks
    1
    Quote Originally Posted by galio View Post
    There one here on this forum,
    I don't see it.

    ---------- Post added at 02:28 PM ---------- Previous post was at 02:24 PM ----------

    Quote Originally Posted by annline651 View Post
    I don't see it.
    Found it! VZipFlip Download it here: https://www.mpgh.net/forum/267-vindic...vzipflip6.html

  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 Pie View Post
    This tutorial already exists don't need two of the same thing D:

    https://www.mpgh.net/forum/437-vindic...hit-kills.html
    I like how this tutorial is a half-ripoff. Why not giving credits, OP?

  14. #12
    JonathanTBM's Avatar
    Join Date
    Feb 2011
    Gender
    male
    Location
    C:\Users\jonathan\Desktop\CodeBlocks\codeblocks.exe
    Posts
    163
    Reputation
    10
    Thanks
    61
    My Mood
    Amused
    Quote Originally Posted by ItsMeAgain007 View Post
    Has anyone got this to work yet and tested?
    I wouldn't post this if it wasn't working...

    Quote Originally Posted by Pie View Post
    This tutorial already exists don't need two of the same thing D:


    https://www.mpgh.net/forum/437-vindic...hit-kills.html
    Sorry, didn't saw it. I only taked a look on the first 3 tutorials page, but the code is a little different...

    Quote Originally Posted by Nico View Post


    I like how this tutorial is a half-ripoff. Why not giving credits, OP?
    Sorry, I didn't thought it was going to disappoint whoever if I was posting this. Mhmm for credits... Myself ? The only thing I searched is the file that contain the damage done, for the rest I used ctrl+F and tried many things and I finaly get to this. If you're this much disapointed by my topic, why not bumpp the old one and ask me to remove mine ? If my thread is not useful at all then it is gonna be a pleasure for me to remove it.
    Starting my first DirectX book.

  15. #13
    Nico's Avatar
    Join Date
    Jan 2011
    Gender
    male
    Location
    Germany :D
    Posts
    15,918
    Reputation
    1121
    Thanks
    8,617
    Quote Originally Posted by JonathanTBM View Post
    Sorry, I didn't thought it was going to disappoint whoever if I was posting this. Mhmm for credits... Myself ? The only thing I searched is the file that contain the damage done, for the rest I used ctrl+F and tried many things and I finaly get to this. If you're this much disapointed by my topic, why not bumpp the old one and ask me to remove mine ? If my thread is not useful at all then it is gonna be a pleasure for me to remove it.
    In that case, sorry, just looks like it. I got used to guys like @shadowrecon4.

  16. #14
    Pie's Avatar
    Join Date
    Apr 2011
    Gender
    male
    Location
    Michigan
    Posts
    6,911
    Reputation
    161
    Thanks
    3,297
    My Mood
    Bitchy
    Quote Originally Posted by Nico View Post


    In that case, sorry, just looks like it. I got used to guys like @shadowrecon4.
    Inb4 that mention brings him back here /

  17. #15
    JonathanTBM's Avatar
    Join Date
    Feb 2011
    Gender
    male
    Location
    C:\Users\jonathan\Desktop\CodeBlocks\codeblocks.exe
    Posts
    163
    Reputation
    10
    Thanks
    61
    My Mood
    Amused
    Quote Originally Posted by Pie View Post
    Inb4 that mention brings him back here /
    He is banned
    Starting my first DirectX book.

Page 1 of 3 123 LastLast

Similar Threads

  1. How to make your own MOD ( Log-in Background )
    By angelshue30 in forum CrossFire PH Mods & Rez Modding
    Replies: 31
    Last Post: 06-03-2013, 07:09 AM
  2. [Help] How make your own mod?
    By Funny-Man in forum CrossFire Mods & Rez Modding
    Replies: 2
    Last Post: 06-07-2010, 10:30 PM
  3. Make Your own Cross hairs
    By llvengancell in forum WarRock - International Hacks
    Replies: 6
    Last Post: 05-28-2007, 12:12 AM
  4. Make your own Warrock Cross hairs!!
    By llvengancell in forum WarRock - International Hacks
    Replies: 3
    Last Post: 05-26-2007, 10:59 PM
  5. How to make your own radiostation?
    By nasir91 in forum General
    Replies: 3
    Last Post: 04-30-2007, 07:25 AM