Subcategories

  • What Map Category?

    6
    0 Votes
    6 Posts
    2k Views
    Michael HooverM
    @Frostion thanks for the info I wasn't sure. Yeah in the yaml its version 1 so I'll pull it now and update it. I've already updated the repository on github (getting used to that as I am a noob there too :face_with_raised_eyebrow: ).
  • List of possible sounds in sounds.properties

    25
    1
    1 Votes
    25 Posts
    6k Views
    Michael HooverM
    @Frostion - thank you for all the advice on sounds. I finally have everything lined out thanks to your tips and tricks! I'll be updating Twelve Clans later with music and sounds. :beaming_face_with_smiling_eyes:
  • Trigger createsUnitsList count from 1 to 0 ?

    5
    1
    0 Votes
    5 Posts
    1k Views
    Michael HooverM
    Me too - this has some intriguing applications...
  • "Unit Help" Showing units that don't exist as option for nation

    3
    1
    0 Votes
    3 Posts
    731 Views
    S
    Ah yes.. I see the problem. I have a local copy of the xml and "unit" folder for development purposes and I have simply been adding my new units to the existing folder in the actual game. I see the original author of this game did have these two units in the folder. If I move them out.. the problem is solved! Thanks. Also, I agree it would be better to look at production frontier, but minor problem. Thanks for the help. I think my new version is ready to release to the public.
  • How to use Variables

    variable variablelist
    6
    0 Votes
    6 Posts
    2k Views
    RogerCooperR
    I am now using variables successfully..
  • Hard or Does Nothing AI for unactive players

    34
    0 Votes
    34 Posts
    7k Views
    C
    @LaFayette Yeah, that's why DNAI needs to be figured out and documented (and fixed to work with no capitals without crashing, possibly), as it is now going one way in the moment you can use it for attacking with its own phases and another way in the moment it substantially skips the collect phase, plus the strange behaviour of a first purchase then nevermore, that it is a complete surprise to everyone. Substantially, Veqryn made this AI probably based on something he was planning, but that never happened and, as far as I know, nothing was documented about all this more or less artificial and likely sigle-game tailored construct, that has been since available to all users and map makers. I would personally prefer it being just 100% like assigning the player to somebody that just keeps skipping everything it can skip and clicks randomly on anything it must do (but this would require fixing the placement phase itself as being a must do, preferably with a property to allow having the current free-not-to-place behaviour for custom maps).
  • "Could not find territory. name: " error

    3
    0 Votes
    3 Posts
    979 Views
    Z
    @Hepps Yeah thats what it looks like and what I initially thought but I double-triple checked and didnt find anything. But you did just give me the idea of searching for "" in the file and I found a unit placed with no territory. I probably wouldnt have thought of searching for that if I didnt read your comment tho, so thank you alot.
  • Can a Unit do 2 damage on one hit? (Make enemy select 2 casualties)

    6
    0 Votes
    6 Posts
    748 Views
    C
    @gabegolfer said in Can a Unit do 2 damage on one hit? (Make enemy select 2 casualties): How would I assign the number of dice rolls per round? <option name="attackRolls" value="*"/> <option name="defenseRolls" value="*"/> *natural number Would that be in the “unitAttachment” section? Yes. Is more than one dice roll per round even possible? Yes, since Classic.
  • Step Name

    step
    1
    0 Votes
    1 Posts
    286 Views
    No one has replied
  • foreach syntax

    3
    0 Votes
    3 Posts
    465 Views
    RogerCooperR
    @Cernel Thank you. The capitalization issues without error messages are hard to catch.
  • Reset Option

    11
    0 Votes
    11 Posts
    2k Views
    wc_sumptonW
    @Michael-Hoover as @Cernel stated "-reset-" is used to clear multiple values. You can use a "playerProperty" to change a "switch" value. You stated: <attachment name="conditionAttachment_WaxOn" attachTo="Player1" javaClass="RulesAttachment" type="player"> <option name="switch" value="true"/> </attachment> Then you would need to create a condition for when to turn the switch to false: <attachment name="conditionAttachment_TurnWaxOff" attachTo="Player1" javaClass="RulesAttachment" type="player"> <!-- Create the condition here --> </attachment> Then by checking the state of "conditionAttachment_TurnWaxOff" you could use this to then set "conditionAttachment_WaxOn" to "false": <attachment name="conditionAttachment_WaxOff" attachTo="Player1" javaClass="TriggerAttachment" type="player"> <option name="conditions" value="conditionAttachment_TurnWaxOff"/> <option name="players" value="Player1"/> <option name="playerAttachmentName" value="RulesAttachment" count="conditionAttachment_WaxOn"/> <option name="playerProperty" value="switch" count="false"/> </attachment> To change "conditionAttachment_WaxOn" to false. Hope this helps. Cheers...
  • Convoy zone

    15
    1 Votes
    15 Posts
    3k Views
    A
    I think I have it working. I am using national objectives. Thanks for the help.
  • Error with Trigger Attachment

    trigger
    9
    0 Votes
    9 Posts
    886 Views
    RogerCooperR
    @Cernel Of course the issue was that I forget to set "Use Triggers" to true.
  • Placement Picker Tool

    3
    -1 Votes
    3 Posts
    551 Views
    Michael HooverM
    Yeah Its just frustrating...its probably because I am running TA in a virtual machine at the moment. Glad to hear the tool is good though.
  • New Map Question

    5
    -1 Votes
    5 Posts
    1k Views
    C
    @Michael-Hoover said in New Map Question: I don't suppose there is a way to give the "isSub" abilities to a land unit? You cannot in the current 1.9 release, but you can in the current 2.0 prerelease.
  • Game notes max width

    36
    0 Votes
    36 Posts
    5k Views
    LaFayetteL
    @Cernel the HTML needs to be fixed within the constraints of the HTML rendering. There is no code fix for us to apply here. We're not modifying the HTML, we're not rendering it ourselves. There is no way we're going to change anything (short of rebuilding an HTML renderer, IE; a web-browser) that makes this exact HTML render how you want.
  • Land units with strategic bombing?

    26
    0 Votes
    26 Posts
    5k Views
    C
    @Frostion So, to summarize and make sure, is the latest issue at hand that disabling any units doesn't disable their AA attacks nor their ability to give support, while it correctly disables their regular attacks, instead? Isn't that maybe just intended?
  • unitInitialize

    5
    0 Votes
    5 Posts
    1k Views
    B
    @andrewthree said in unitInitialize: Thank you both! It's amazing how you can be looking right at something and not see it. Heh heh It's got me many a time
  • Fun İssue

    14
    0 Votes
    14 Posts
    2k Views
    SchulzS
    Doubling unit costs and setting up games dice would definitely help too.
  • WWII v3 1941 Mod

    Moved
    6
    0 Votes
    6 Posts
    838 Views
    RogerCooperR
    @eagledrc If you send me your mod, I will post on my site. I have a lot of mods not in the scenario repository as well as 2 mods that in the scenario repository but don't work in the versions in the repository. Complete Scenario List

Recent Posts