Training Field

正在查看此主题的用户

Stokes52

Regular
Hello all, another modding question.

Is there any way to change the XP giveout for Training Fields?  As it is there is almost no point to training fields.  It would be nice to make them useful so that there is an alternative to sending your recruits against looters, now you can actually train them a bit in a training field.

Personally I think that makes more sense to me then sending recruits against full armored Nord Huscarls and promoting the poor bastards who survive :wink:
 
Sooo, nobody knows huh?  Well are there any mods that make alternative ways to train troops rather than just battle?
 
Somewhere in the module system (most likely module_scripts.py) something dictates what happens when you finish training.  I don't know where it is because I have never looked, but it is bound to be there.  Search through the files for training setups. 
 
No, I understand HOW the training field works in game and I understand how to use the training skill.  Rather I would like to know how to modify how the training field works.

Thanks for the suggestion Kiado, I'll keep looking, but I was hoping someone could tell me where to look in there, haha.  I think my best bet is to fish around Python if nobody knows what to do, but if you dont know what you're doing its like trying to find a needle in a haystack, and then you have to make sure its the right needle, otherwise you'll screw something up :razz:
 
It looks like it is all handled in the module_game_menus.py file.  Do a Find (Cntl-F) and search for "training_ground" and you will find where it begins.  I think to get exactly what you are looking for look for this code in the same file.

插入代码块:
  ("training_ground_training_result",mnf_disable_all_keys,
etc.
etc.

 
后退
顶部 底部