delete faction multiplayer

Users who are viewing this thread

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.

Code:
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.
 
Back
Top Bottom