delete faction multiplayer

正在查看此主题的用户

QBDU07

Sergeant
hello

He wants to know how to delete some factions of the multiplayer in warband.

thinks
 
You need to remove all references, to the faction, from the multiplayer scripts and mission templates. Also, be aware that some conditionals may check from faction_begin to faction_end so you need to change it so that they don't check for the faction your deleting.
 
I made what kept silent my said by testing to delete swadian but they still appear

I puts my modules script and template mission to be downloaded

http://dl.free.fr/iq2voK9ey
 
I'm sorry I think that I gave you misinformation.

Change the begin troops of these in the module_constants.py to the first multiplayer vaegir troops.

插入代码块:
multiplayer_troops_begin = "trp_swadian_crossbowman_multiplayer"
multiplayer_troops_end = "trp_multiplayer_end"

multiplayer_ai_troops_begin = "trp_swadian_crossbowman_multiplayer_ai"
multiplayer_ai_troops_end = multiplayer_troops_begin

However, there may be more that needs changed that I can't tell you about since I don't own Warband.
 
后退
顶部 底部