搜索结果: *

  1. Module game menu tuple problem...

    thanks dunde  :grin: I'll be sure add them soon

    thanks again    :grin:
  2. Module game menu tuple problem...

    I sorted one of the problems I had to add a couple box brakets to the trigger i had to change...

    [quote author=Grant2600]
    (1, [(try_begin),
          (eq, "$g_greeks_trained", 1),
          (party_add_members, "p_main_party", "trp_greek_footman", 5),
          (assign, "$g_greeks_trained", 0), # swithc it off so you can train these guys again
          (try_end),
          ]),
    [/quote]

    to...

    [quote author=Grant2600]
    (1, [(try_begin),
          (eq, "$g_greeks_trained", 1),
          (party_add_members, "p_main_party", "trp_greek_footman", 5),
          ],
          [(assign, "$g_greeks_trained", 0), # swithc it off so you can train these guys again
          (try_end),
          ]),
    [/quote]


    The other problem that i cant sus is that when I choose to recruit the units in the game, even if I dont have enough money it still gives me the units, i've been looking in operations and other files looking for something along the lines of

    if player has gold val - x, continue, else - display message - you dont have enough dennars (jump to y menu)

    obviously with the bracets and all the rest of it but i cant seem to find anything similar to this,
    does anyone know how I could make it so that it will check the players denars and if they dont have enough then it doesn,t give them the troops?

    Thanks.

  3. Module game menu tuple problem...

    Hi, Does anyone know how I can make this tuple so that when I choose it in the game it will make me wait 6 hours and  add the troops to my party, at the moment when I choose it in the game it gives me the troops and then makes me wait 5 hours so if I get attacked buy bandits, looters etc, and...
  4. Python error, I havn't got a clue what its trying to tell me, help please.

    thanks, I was looking at another tuple a couple mins ago and replace the ,0, with no_scene,reserved. I was missing the sixth part of the tuple, its all exporting correctly now


    Thanks for the help :grin:
  5. Python error, I havn't got a clue what its trying to tell me, help please.

    Actually sorry I found the tuple that is causing the problem but I cant see anything wrong with it could someone please point it out.





    ["persian_recruit","Persian Recruit","Persian Recruits",tf_guarantee_boots|tf_guarantee_armor|
    tf_guarantee_helmet,0,fac_commoners,
      [itm_leather_jerkin,itm_leather_boots,itm_shortened_spear,itm_sword_medieval_b_small,itm_skullcap],
      str_7|agi_8|level(3),wp(60),knows_common, mercenary_face_1, mercenary_face_2],


    Thanks.
  6. Python error, I havn't got a clue what its trying to tell me, help please.

    thanks for the help guys, I didn,t find the problem but I undone my steps intill everything compiled correctly, now i'll be sure to run buildmodule.bat more often :grin:

    Thanks.
  7. Python error, I havn't got a clue what its trying to tell me, help please.

    Hi, I got this python error, i have just started modding this game and its probably a obvious mistake but whatever it is I havn't got a clue how to fix it, I have only added some more troops and some items, I haven't made any new textures or models just changed the prefference id, in game name...
后退
顶部 底部