Jump to content

Asher

Community Members
  • Posts

    194
  • Joined

  • Last visited

  • Days Won

    2

Asher last won the day on July 10

Asher had the most liked content!

Contact Methods

  • Lobby Name
    Pydude

Recent Profile Visitors

813 profile views

Asher's Achievements

Triplicarius

Triplicarius (5/14)

71

Reputation

  1. Could I possibly do it here: // get a starting rallyPoint ... will be improved later let rallyPoint; let rallyAccess; const allAccesses = {}; for (const base of gameState.ai.HQ.baseManagers()) { if (!base.anchor || !base.anchor.position()) continue; const access = getLandAccess(gameState, base.anchor); if (!rallyPoint) { rallyPoint = base.anchor.position(); rallyAccess = access; } if (!allAccesses[access]) allAccesses[access] = base.anchor.position(); } (It is in attackPlan.js starting at line 40) I am not really familiar with ai scripting, is there a way you can get the classes, like: if (this.target.hasclass == "scout") { // Ignore target/pick new target }
  2. I'm not seeing any other place it is mentioned, just UnitAI.js
  3. So I am trying to make certain structures "invisible" to bot players. My idea is to change the code in the file that checks for the nearest structure, and make it so it only sets that as attack point if the structure is not a certain class. I don't know if that would be easy, I think it would be somewhat easy. If someone could point me to where the file is and where in the file that would be, that would be helpful. I may also need help with the coding, if anybody would want to help. Thanks!
  4. @Asura, if you add this line "ignoreInCompatibilityChecks": true, to your mod.json, then not everybody will have to have the mod, only the host. I'm not sure how it will work for this mod, but maybe try it
  5. There is a way to make mods not required on for everyone, like bigger mini map, or what you were saying. It changes how the mini map looks for me, but not everyone needs it, I wonder if that could work for this. I'm just not sure how to do it Sorry, I think I took out a word or 2. What I was saying was, you are right. More teams is kinda useless, maybe except for 5-6 teams, in some specific situations
  6. Good point. 5-6 teams may be useful, if using different ai levels though
  7. Did you mean to put that on the other topic @ShadowOfHassen? Because this one just expands the number of teams from 4 to 8
  8. This is just a simple mod that allows you to set up to 8 teams. I got the idea from Version 1.1 doesn't require everyone to have the mod, only the host more_teams1.1.pyromodmore_teams1.1.zip moreteams.zipmoreteams.pyromod
  9. Nice @Asura! Two things though: 1 can you change the name to extra_players (adds the underscore), because I doesn't like the mod name when I restart 0 ad. 2 the selector overlaps the other settings
  10. Any bugz? anything you think I should change?
  11. Anybody have any screenshots they'd want to share?
  12. The only thing I would say for now, is that some of the columns don't line up with their "title", at the top part, or they aren't at the top of the column
×
×
  • Create New...