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

    [School of Nunya][Modding .hfs 101]- Lesson(Default Attack Speed)

    Notes
    I am here in these topics to teach and help each and every one of you. Therefor do not be afraid to ask stupid, simple or repeated questions as long as they relate to the topic. I will help you regardless.

    I will not be describing the process of converting from hfs to zip and back as there are already tutorials for that.

    PLEASE USE NOTEPAD++ FOR TEXT EDITOR AND SQLITE FOR DATABASE.

    So with that said, lets get on with the lesson.

    Tutorial:
    Default attack speed is modded in 564E36A29E02897F48E11F46315ADB840C268E3E.hfs.

    Step 1:
    Open 564E36A29E02897F48E11F46315ADB840C268E3E.hfs.

    Step 2:

    Open expression_table_base.tx*****mp.

    Step 3:
    Using Search, find this function-
    Code:
    		"ItemEnhance"
    		{
    			"ATK_Speed"
    			{
    				//arg1: ATK Speed Level
    				
    				//°ø°Ý¼Óµµ ºñÀ² = ( (arg1*0.5)+100.0 ) / 100.0
    				"eval"	"( (arg1 * 0.5)+100.0 ) / 100.0"
    			}
    			
    			"ATK_Speed_Using_Stat"
    			{
    				"load"	"arg1 		#ATK_Speed"
    				
    				//°ø°Ý¼Óµµ ºñÀ² = ( (arg1*0.5)+100.0 ) / 100.0
    				"eval"	"( (arg1 * 0.5)+100.0 ) / 100.0"
    			}
    		}
    Step 4:
    Edit it like this (Look at the bolded part)
    Code:
    		"ItemEnhance"
    		{
    			"ATK_Speed"
    			{
    				//arg1: ATK Speed Level
    				
    				//°ø°Ý¼Óµµ ºñÀ² = ( (arg1*0.5)+100.0 ) / 100.0
    				"eval"	"( (arg1 * 0.5)+100.0 ) / 75.0"
    			}
    			
    			"ATK_Speed_Using_Stat"
    			{
    				"load"	"arg1 		#ATK_Speed"
    				
    				//°ø°Ý¼Óµµ ºñÀ² = ( (arg1*0.5)+100.0 ) / 100.0
    				"eval"	"( (arg1 * 0.5)+100.0 ) / 100.0"
    			}
    		}
    Where I changed the 100 to 75 is what changes the attack speed mod. The lower number you put there the higher the speed increase.. It can be very drastic, like 50 would be insanely fast.

    Step 5:
    Close and save the files, making sure the .zip gets updated, convert back to .hfs and have fun with your custom attack speed.

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

    Editoreoa (05-31-2011),GNTV_CasPeR (05-30-2011),Iopp (05-29-2011),Q87 (06-09-2011),raitomizumi (06-06-2011)

  3. #2
    Pie's Avatar
    Join Date
    Apr 2011
    Gender
    male
    Location
    Michigan
    Posts
    6,911
    Reputation
    161
    Thanks
    3,296
    My Mood
    Bitchy
    Nice tutorial. I noticed this when I was going through that file. But, I didn't want to mess with it >.<

  4. #3
    Hacker1100's Avatar
    Join Date
    May 2011
    Gender
    male
    Posts
    44
    Reputation
    10
    Thanks
    1
    I'm using 45 right now. I tested 25 but it was way too fast haha. *Wonders how 1 would be......*

  5. #4
    kiraboshi's Avatar
    Join Date
    May 2011
    Gender
    male
    Posts
    37
    Reputation
    10
    Thanks
    1
    A little bit off topic but, which file/in detail controls the instant loot pickup? I want to have the instant loot pickup only. Thanks!

  6. #5
    kiraboshi's Avatar
    Join Date
    May 2011
    Gender
    male
    Posts
    37
    Reputation
    10
    Thanks
    1
    Quote Originally Posted by kiraboshi View Post
    A little bit off topic but, which file/in detail controls the instant loot pickup? I want to have the instant loot pickup only. Thanks!
    ~nvm, got it.

  7. #6
    Editoreoa's Avatar
    Join Date
    May 2011
    Gender
    male
    Posts
    9
    Reputation
    10
    Thanks
    0
    My Mood
    Inspired

    Toggle?

    Very nice! but is there a way to toggle this attack variable in game with binds or is this the only way to access it?

  8. #7
    Pie's Avatar
    Join Date
    Apr 2011
    Gender
    male
    Location
    Michigan
    Posts
    6,911
    Reputation
    161
    Thanks
    3,296
    My Mood
    Bitchy
    Quote Originally Posted by Editoreoa View Post
    Very nice! but is there a way to toggle this attack variable in game with binds or is this the only way to access it?
    You can't toggle edited files.

  9. #8
    loveatnight's Avatar
    Join Date
    Mar 2009
    Gender
    male
    Posts
    116
    Reputation
    10
    Thanks
    11
    My Mood
    Bored
    Noob question: if modded successful, would the attack speed only work when you are hosting? Or does it work on public boats also?

  10. #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 loveatnight View Post
    Noob question: if modded successful, would the attack speed only work when you are hosting? Or does it work on public boats also?
    Never tested because it's stupid to join public boats with any modified .hfs. So, answer is, no idea.
    PLAYING RIFT!

  11. #10
    dennish199687's Avatar
    Join Date
    May 2011
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0
    hi i have a problem i run vindictus and they say vindictus dont work more can you pls uploud the hfs date for me

  12. #11
    Pie's Avatar
    Join Date
    Apr 2011
    Gender
    male
    Location
    Michigan
    Posts
    6,911
    Reputation
    161
    Thanks
    3,296
    My Mood
    Bitchy
    Quote Originally Posted by dennish199687 View Post
    hi i have a problem i run vindictus and they say vindictus dont work more can you pls uploud the hfs date for me
    Delete the hfs files that have been edited and then delete CurrentInfo.
    Start game and the patcher will start. This will update all your files.

  13. #12
    brookie's Avatar
    Join Date
    Jun 2011
    Gender
    male
    Posts
    10
    Reputation
    10
    Thanks
    0
    My Mood
    Busy
    Ummm, what weapon are you using?


    You said that 50 would be insanely fast, but scythes have the second slowest swing speed, tied with fiona's sword, after her hammer.