Some basic questions about modding

正在查看此主题的用户

uthvag

Recruit
Hello

Can someone answer there questions?

1) Can animations be modified?(like weapon swing)

2) Can a particular weapon be allotted with a specific animation?

3) Is crouching possible ?(i think there is an animation present for it)

4) What modifications are done in those ultra HD packs?(does it include improving the texture or editing meshes)
Thanks!!

(I am new to modding so please forgive me if there are silly questions)
 
1) Yes. http://forums.taleworlds.com/index.php/topic,134185.0.html This great pack changes the combat animations.
2) Yes.
3) Yes. There is a mod for it or a mini-mod but I am too lazy to go searching for it now.
4) There are a lot of them so you will have to do some searching, but most big mods have them. 
This is one such pack
http://forums.taleworlds.com/index.php/topic,122423.0.html
I haven't tried this but this one as well
http://forums.taleworlds.com/index.php/topic,199149.0.html
 
1) This is a tutorial to change animations: http://forums.taleworlds.com/index.php/topic,88430.0.html

2) Yes.
插入代码块:
["stones",         "Stones", [("throwing_stone",0)], itp_type_thrown |itp_merchandise|itp_primary ,itcf_throw_stone, 1 , weight(4)|difficulty(0)|spd_rtng(97) | shoot_speed(30) | thrust_damage(11 ,  blunt)|max_ammo(18)|weapon_length(8),imodbit_large_bag ],
I think the animation is itcf_throw_stone, but I'm not completely sure- I've never messed with this.

3) http://forums.taleworlds.com/index.php/topic,208906.0.html

4) http://forums.taleworlds.com/index.php/topic,199149.0.html is the best one, polished landscapes causes too much lag. Doma_'s Cinematic Compilation only changes textures, but Polished landscapes also changes meshes. I think. :wink:

I'm assuming that you're using the module system to do all this. :smile:
 
cwr 说:
1) This is a tutorial to change animations: http://forums.taleworlds.com/index.php/topic,88430.0.html

2) Yes.
插入代码块:
["stones",         "Stones", [("throwing_stone",0)], itp_type_thrown |itp_merchandise|itp_primary ,itcf_throw_stone, 1 , weight(4)|difficulty(0)|spd_rtng(97) | shoot_speed(30) | thrust_damage(11 ,  blunt)|max_ammo(18)|weapon_length(8),imodbit_large_bag ],
I think the animation is itcf_throw_stone, but I'm not completely sure- I've never messed with this.

3) http://forums.taleworlds.com/index.php/topic,208906.0.html

4) http://forums.taleworlds.com/index.php/topic,199149.0.html is the best one, polished landscapes causes too much lag. Doma_'s Cinematic Compilation only changes textures, but Polished landscapes also changes meshes. I think. :wink:

I'm assuming that you're using the module system to do all this. :smile:


Thanks, helped me a lot!
 
后退
顶部 底部