Search:

Type: Posts; User: alpaca; Keyword(s):

Page 1 of 13 1 2 3 4

Search: Search took 0.20 seconds.

  1. Re: Questions regarding a simple feudal system idea using building. Is it possible?

    Unfortunately you can't destroy buildings. However you can disable UI parts so the player has to destroy some of these buildings if he wants to continue playing, which is basically what I'm doing for...
  2. Thread: I_NumOfGenerals

    by alpaca
    Replies
    6
    Views
    481

    Re: I_NumOfGenerals

    Use a CharacterTurnStart monitor that increases a counter and then check that counter.
    Then use FactionTurnEnd to reset the counter to 0
  3. Re: Questions regarding a simple feudal system idea using building. Is it possible?

    That's not so easy really. You can't check which settlement is the capital, and you'd have to know the name of the settlement to create a building (using "console_command create_building <settlement>...
  4. Re: is there a way to change recruitment replenishments in descr_buildings with one or two clicks?

    Do you mean you want to replenish all pools with the same speed or you want to scale all replenishment speeds uniformly?
  5. Re: Questions regarding a simple feudal system idea using building. Is it possible?

    Give the other buildings some bonuses with "requires building_present_min_level" conditions
  6. Replies
    20
    Views
    1,551

    Re: Alliances like back in rtw?

    Really? I'd like to know how to do that, too, so give us some piece of code.
  7. Replies
    409
    Views
    75,970

    [Tutorial] Re: alpaca's Script-O-Rama

    Hmm yeah that could possibly cause problems, I'm not sure under which exact circumstances though. I think it has problems if the pool is in a core building or something. If it causes a CTD for you,...
  8. Re: I've found a workaround to simulate stat_armour_ex

    What I meant is that I think the upgrade is a level 6 upgrade no matter if you write it one time or three times (and therefore makes for equivalent stats), which is what the OP meant. It's just...
  9. Replies
    409
    Views
    75,970

    [Tutorial] Re: alpaca's Script-O-Rama

    Why so complicated? Just add "requires building_present_min_level motte_and_bailey" (or whatever it's called) and all your problems are resolved.

    By the way: event counters aren't...
  10. Re: I've found a workaround to simulate stat_armour_ex

    Shouldn't the points you get from upgrading only depend on the level, not how often you write it in there?
  11. Replies
    409
    Views
    75,970

    [Tutorial] Re: alpaca's Script-O-Rama

    Well? It's hardly a very important error (I presume it goes away after you end the turn?)
  12. Replies
    9
    Views
    945

    Re: Can you recruit based on Settlement Name?

    Yeah the problem is the pools are emptied every time the condition isn't met anymore and are not settlement specific anyways. You could only control the pools directly by scripts but I wouldn't try...
  13. Replies
    409
    Views
    75,970

    [Tutorial] Re: alpaca's Script-O-Rama

    Nope, not to my knowledge.
  14. Replies
    9
    Views
    945

    Re: Can you recruit based on Settlement Name?

    Neither works realistically to do things like this easily.

    First of all, you can't use conditions in EDB. As has already been mentioned you have to work with hidden_resources, but they are...
  15. Replies
    4
    Views
    839

    Re: SettlementBuildingExists

    Try spelling the second SettlementName correctly, it could be that you have a wooden wall in another city and that triggers the second monitor.
  16. Replies
    409
    Views
    75,970

    [Tutorial] Re: alpaca's Script-O-Rama

    You clearly didn't understand how traits work. Piety is an attribute which can't be awarded in triggers. You have to create a new trait and use that in a trigger.
  17. Thread: bank-script

    by alpaca
    Replies
    2
    Views
    529

    Re: bank-script

    A small comment: You don't need the

    monitor_conditions I_TurnNumber = 1;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;from turn 1, "banca"=10
    set_counter banca 10
    terminate_monitor
    end_monitor...
  18. Replies
    4
    Views
    685

    Re: provoke rebellion

    Yeah I presume they wanted to add a label/goto system but then decided they didn't need or want one.
  19. Replies
    2
    Views
    499

    Re: Lack of an Else/ElseIf statement

    Actually, a better way is:


    declare_counter memory

    monitor_event ...
    set_counter memory 0

    if ...
    set_counter memory 1
  20. Replies
    409
    Views
    75,970

    [Tutorial] Re: alpaca's Script-O-Rama

    Yeah, have a look at the SettlementBuildingExists condition.
  21. Replies
    125
    Views
    62,348

    Re: Oppida (aka the view settlement mod)

    I don't think so, but then again I have a chronically bad memory :laughter:
  22. Replies
    409
    Views
    75,970

    [Tutorial] Re: alpaca's Script-O-Rama

    Most console commands are disabled in the retail exe, you have to use "console_command blah" in a script.
  23. Replies
    125
    Views
    62,348

    Re: Oppida (aka the view settlement mod)

    No idea, Oppida doesn't change anything building-related. Did you try a siege battle in the campaign?
  24. Replies
    409
    Views
    75,970

    [Tutorial] Re: alpaca's Script-O-Rama

    There's console_command victory which you can use to for example make the rebels win or something:

    victory <faction> <short>: show victory message for faction for short or long campaign

    You...
  25. Thread: Texts problem

    by alpaca
    Replies
    16
    Views
    2,614

    Re: Texts problem

    I'm not sure really, I got them from our mod folder (Re Berengario made them).
  26. Re: I'm back, baby! or, the Roman Empire Total Conversion

    Hey Prof, sounds like a nice approach. Good luck with it.
    Can't help you in any large capacity, but you can always ask me questions if you have any ;)
  27. Replies
    54
    Views
    3,111

    Re: Escorted merchants - a bug or feature?

    The reason why this has to be treated as a bug is simply that it pretty much thrashes the merchant mechanics. It allows you to have 20 merchants on a resource where you're only meant to have one, and...
  28. Replies
    245
    Views
    33,872

    Re: A M2TW comic - NEW COMIC 7-08-07

    We, the Knights Who Say "Ni!", demand that you bring us... a shrubbery! :laughter:
  29. Replies
    3
    Views
    489

    Re: Construction slots

    Unless... nah that's too weird and won't work for upgrades :laughter:
  30. Replies
    12
    Views
    777

    Re: Forcing a character to rebel

    reposition_character is an actual scripting command not a console command. I think it works fine. Try using "of London" and not "of_London" because the actual entry in descr_names has a space.
  31. Replies
    12
    Views
    777

    Re: Forcing a character to rebel

    I think you know that you can only do that for characters of which you know the name, right?
  32. Thread: Texts problem

    by alpaca
    Replies
    16
    Views
    2,614

    Re: Texts problem

    Hey guys,
    there's a problem with the text files in 1.2, I'll have a look.

    Edit:
    Ok, try putting the files in this archive into your M2TW/data/text directory:...
  33. Replies
    12
    Views
    777

    Re: Forcing a character to rebel

    Nah racked my brain about that already and couldn't think of anything sensible.
    The best you can do is give them low loyalty as GrnEyedDvl mentioned
  34. Thread: control faction

    by alpaca
    Replies
    4
    Views
    752

    Re: control faction

    No, I don't even think the capture_settlement command works anymore (not sure though).
  35. Replies
    125
    Views
    62,348

    Re: Oppida (aka the view settlement mod)

    By copying the needed sections from Oppida following the instructions in the readme, replacing the cities in the campaign script, and changing the PostBattle triggers so they don't trigger unduly.
  36. Thread: control faction

    by alpaca
    Replies
    4
    Views
    752

    Re: control faction

    It works only when you use hotseat mode.
  37. Replies
    11
    Views
    37,643

    Re: Sherwood Archers

    But beware: They are generally useless and wear tights (instead of their armor, not under it) :laughter:
  38. Replies
    245
    Views
    33,872

    Re: A M2TW comic - NEW COMIC 7-08-07

    Very nice stuff Sher Khan :laughter:

    I have a suggestion: The elephant-killing grenadier (aka Naffatun)
    You could draw him (or since you seem to prefer women, her) with a beret and put him/her...
  39. Replies
    0
    Views
    1,183

    Italia Invicta and Anno Domini need »you«

    If you have some modding skills, that is.

    Anno Domini MXVI is a mod that aims to represent medieval Europe as realistic and interesting as possible using the M2TW engine. Our primary aim is to...
  40. Replies
    7
    Views
    651

    Re: recruiting after a sack

    An addition to that: Those don't change the regeneration speed of the pools. They regenerate at their normal pace (like they would if you recruited all units in one turn).
Results 1 to 40 of 500
Page 1 of 13 1 2 3 4