fre-sch / mhw_armor_edit

Editor for equipment, armors, weapons for the game Monster Hunter: World
The Unlicense
40 stars 7 forks source link

Loading .skl_dat files does not work #16

Closed Fexty12573 closed 4 years ago

Fexty12573 commented 4 years ago

Trying to open a .skl_dat file gives me this error.

Asatoshi314 commented 4 years ago

I have the same issue

foxkitsune006 commented 4 years ago

Same here.

fre-sch commented 4 years ago

Very basic support for editing added.

The main issue with the skl_dat are that the params' effect varies by skill. For example the attack skill, param7 is affinity bonus, and param8 is attack bonus, where as for the health skill, param7 is the elemental bonus and param8 is the health bonus. I don't know the actual details however, and I'm also not motivated to investigate. If somebody investigates and shares this information, I'll gladly implement a better editor.

quanvinh commented 4 years ago

If somebody investigates and shares this information, I'll gladly implement a better editor.

Hello, guess I can help with this. However, could you tell me where to get the first column in skl_dat file? I can get the skill name from skl_pt_dat but not this column. It wouldn't show up when I export to CSV either.

image

foxkitsune006 commented 4 years ago

It's fine to just leave it as param1 2 3 etc. we'll figure out what's what. it's not hard to do anyway. some are just boolean whether the skill's active or not, and some have multiple values for multiple stuff in one skill. It's understandable if it's hard to do, so yeah. the editor's good enough I'd say. or rather, I'd appreciate it more if you work expanding the editor to other file extensions now. great job mate.

fre-sch commented 4 years ago

@quanvinh I've added copy to clipboard for 1.9.0, now you can select and copy that table:

I would need for a better skl_dat editor for each param (now 1-12):