OutdatedMake your own 1HK mod

Posts 115 of 35 · Page 1 of 3
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.txt.comp. 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
is it this easy O.O?
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.
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,
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: http://www.mpgh.net/forum/267-vindic...vzipflip6.html
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!
Has anyone got this to work yet and tested?
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.
well I did everything step by step yet im getting error 36 ;c

i think im doing something wrong with hfssign
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:


http://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.
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.
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 /
Quote Originally Posted by Pie View Post
Inb4 that mention brings him back here /
He is banned
Posts 115 of 35 · Page 1 of 3
This thread is closed for replies.

Similar Threads

Tags for this Thread

None

Need help?