alors pour avoir plus toute les mpas j´ai pas trouver mais heureusement il existe 3 manipes pour avoir toutes les armes plus de bots et plus de renforts
pour avoir toutes le armes:
tu cherches le fichier unlocks tu l´ouvres avec le bloc note il se trouves dans \EA GAMES\battlefield 2\python\bf2\stats
tu modifie la ligne defaultUnlocks = [0, 0, 0, 0, 0, 0, 0]
avant:defaultUnlocks = [0, 0, 0, 0, 0, 0, 0]
après:defaultUnlocks = [11, 22, 33 ,44 ,55 ,66 ,77]
pour avoir plus de bots tu vas dans le fichier AiDefault.ai avec le bloc note qui se trouve dans
Battlefield 2\mods\bf2\AI
tu changes les lignes
avant:aiSettings.setMaxNBots 64
aiSettings.maxBotsIncludeHumans 1
aiSettings.setBotSkill 0.4
après:aiSettings.overrideMenuSettings 1
aiSettings.setMaxNBots 32 ou 64
aiSettings.maxBotsIncludeHumans 0
aiSettings.setBotSkill 1.0
plus de renfort:
cherche le fichier gpm_cq qui se trouve dans Battlefield 2\mods\bf2\python\game\gamesmodes
cherche la ligne:
avant->ticketsTeam1 =
calcStarTicket(bf2.gameLogic.getDefaumtTickets(1))
ticketsTeam2 =
calcStarTicket(bf2.gameLogic.getDefaumtTickets(2))
après->ticketsTeam1 =
calcStarTicket(bf2.gameLogic.getDefaumtTickets(1))
ticketsTeam2 =
calcStarTicket(bf2.gameLogic.getDefaumtTickets(2))
ticketsTeam1 = xxx
ticketsTeam2 = xxx
xxx=nombre de renfort voulus
voila je t´ais tout dis fait bien attention en recopiant et bon jeux 